enable_skill
Turn a prompt skill into a selectable capability binding, returning its catalog entry. The skill's instruction becomes available under your user scope for routing, and the binding persists until removed.
Instructions
Enable one prompt skill as a first-class capability binding and return its discovered catalog entry. The skill's instruction text becomes an instruction_only capability under the caller's user scope, selectable by route_capabilities. Persists a new binding; remove it with disable_skill. Use list_skills to see what is already enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional routing tags. | |
| skill_name | Yes | Skill name; also names the new binding. | |
| description | No | Optional human-readable summary of the skill. | |
| instruction | Yes | Instruction text the skill injects when selected. | |
| execution_owner | No | Where executions run; defaults to client_managed. | |
| artifact_affinities | No | Optional artifact affinities for routing. |