list_skills
Discover available Ansible skills with names, descriptions, and paths. Optionally filter by collection namespace to find relevant skills for your automation workflow.
Instructions
List all available generated skills. Returns name, description, path for each.
Searches ANSIBLE_KNOW_SKILLS_PATH (colon-separated) when set, otherwise
the single SKILLS_DIR. Duplicate names keep the first path's entry.
Returns: [{"name": str, "description": str, "path": str}, ...] or {"error": str} on failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection | No | Optional collection namespace to filter skills (e.g. 'netbox.netbox'). Without this, returns all skills. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |