List agent skills
list_skillsBrowse catalog of agent skills by category or search. Use to find the correct skill slug before starting a skill pipeline.
Instructions
List the agent skills available in the catalog, optionally filtered by category. Returns slug, title, description, category, and chain_slugs for each skill. Use before start_skill_pipeline to find the right skill slug for a given type of work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Filter by category: workflow, debug, test, audit, enhance, … | |
| search | No | Free-text search across slug, title, description | |
| page | No | Page number (default 1) | |
| limit | No | Max results per page (default 200, max 200) |