Get skill
get_skillRead-only
Retrieve the full workflow instructions for a named skill from the skills list. Use these instructions to execute the corresponding workflow with other tools.
Instructions
Load a bundled skill’s full SKILL.md workflow instructions by name (from list_skills). Follow the loaded instructions to run that workflow with the other tools. Read-only, free.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | bundle name from list_skills, e.g. hermoso-generate |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | the loaded skill bundle name |