get_skill
Retrieve the SKILL.md content for an Ansible skill by providing a module FQCN or collection namespace, searching configured skill paths and returning the first match.
Instructions
Read a specific skill's SKILL.md content by name.
Searches ANSIBLE_KNOW_SKILLS_PATH (colon-separated) when set, otherwise
the single SKILLS_DIR. First match wins.
Returns: SKILL.md content as str, or {"error": str} on failure/not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skill_name | Yes | Skill name: a module FQCN (e.g. 'netbox.netbox.netbox_device') or a collection namespace (e.g. 'netbox.netbox') for the collection-level skill. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |