get_skill
Retrieve a skill's full SKILL.md instructions, capped at 8000 tokens. If truncated, returns sections to fetch remaining parts individually.
Instructions
Load a skill's full SKILL.md instructions (capped at 8000 tokens). If truncated is true, fetch the remaining parts one at a time with get_skill_section using the returned sections list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Skill name as returned by list_skills or match_skill |