generate_plugin_skill
Generate a skill package for any Ansible plugin by providing its fully-qualified name and type. Creates SKILL.md with documentation and returns its content.
Instructions
Generate a skill package for one plugin.
Writes SKILL.md to disk (no scripts/ or assets/). 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 | |
| plugin_name | Yes | Fully-qualified plugin name (e.g. 'netbox.netbox.nb_lookup') | |
| plugin_type | Yes | Plugin type (lookup, filter, test, connection, become, strategy, callback, inventory, cache, cliconf, httpapi, netconf, shell, or vars) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |