generate_collection_skills
Batch generate skills for an entire Ansible collection and update its MANIFEST.json.
Instructions
Batch generate skills for an entire collection.
Generates/updates the collection MANIFEST.json as a byproduct. Returns {"succeeded": int, "failed": int, "total": int, "manifest": dict, "collection_skill": str}, or {"error": str} on failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| install_to | No | Optional absolute path to install skills to | |
| collection_namespace | Yes | Collection namespace (e.g. 'netbox.netbox') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |