get_skill
Retrieve the SKILL.md content for a given Ansible module or collection skill by specifying its fully qualified collection name (FQCN).
Instructions
Read a specific skill's SKILL.md content by name.
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 |