run_skill
Retrieve the step-by-step playbook for a named skill, optionally tailored to a task, to guide the LLM through execution.
Instructions
Fetch the playbook for a named skill and (optionally) a task to perform. Returns the skill body for the LLM to execute step-by-step. Use list_skills to see what's available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Skill name (e.g. 'diag', 'morning'). | |
| task | No | Optional freeform task to apply the skill to. |