generate_skill
Generates a complete skill package for an Ansible module: writes SKILL.md, scripts, and a playbook to disk, then returns the documentation content.
Instructions
Generate a skill package for one module.
Writes SKILL.md + scripts + playbook to disk. Returns the SKILL.md content as str, or {"error": str} on failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| install_to | No | Optional absolute path to install the skill to | |
| module_name | Yes | Fully-qualified module name (e.g. 'ansible.builtin.copy') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |