search_skills
Search Qumge's curated catalog of agent skills (SKILL.md files) by what the user wants to accomplish. Use this whenever the user asks for a skill, tool, or capability — e.g. 'find me a skill for social media automation', 'is there a skill for SEO audits'. Returns the best few, ranked by how useful they actually are (an LLM read each one), with a one-line summary and the exact slug to pass to get_skill.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many to return. Default 5, max 10. | |
| query | No | What the user wants to do, in their own words. e.g. 'automate posting to social media', 'extract tables from PDFs'. Omit it to browse the top-ranked skills instead. | |
| offset | No | Skip this many results — for paging through a long list. | |
| category | No | Optional. Narrow to one category. Call list_categories to see them. |