read_skill
Retrieve the complete documentation of a skill including model slots, node graph settings, and gotchas to build accurate workflows without guessing.
Instructions
Return the full body of a bundled skill's SKILL.md by name (discover names with list_skills). Gives you the family's complete expertise on demand — model slots, node graph, recommended settings, and gotchas — so you can build the right workflow instead of guessing. Names are validated (no path traversal) and must match an existing skill directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The skill name (a directory under plugin/skills/, e.g. 'krea2-txt2img'). Get valid names from list_skills. |