get_skill
Retrieve the SKILL.md content for a specified skill by name, searching the configured skill paths.
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 |