Create skill
create_skillCreate a new skill for this playbook. Use this to expand capabilities. Requires full or skills:write permission. Use update_skill to change an existing skill and list_skills to check for name collisions first. Pass playbook_id as the UUID or GUID of the playbook this call should target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Agent Skills-compatible name (lowercase kebab-case, e.g. data-analyzer) | |
| content | Yes | The instructions/prompt/code for the skill | |
| priority | No | Priority level (default 50) | |
| description | No | What the skill does and when the agent should use it | |
| playbook_id | Yes | UUID or GUID of the target playbook |