Update skill
update_skillUpdate an existing skill in this playbook. Requires full or skills:write permission. Use create_skill to add a skill, list_skill_versions before a risky edit, and rollback_skill to restore a previous version. Do not use this to delete a skill. Pass playbook_id as the UUID or GUID of the playbook this call should target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name | |
| content | No | New content/instructions | |
| priority | No | New priority level | |
| skill_id | Yes | ID or name of the skill to update | |
| description | No | New description | |
| playbook_id | Yes | UUID or GUID of the target playbook |