get_skill
Fetch a skill's complete SKILL.md instructions and file manifest for direct injection into agent context or harness. Specify the skill name and optional character limit.
Instructions
Load a skill's full instructions (SKILL.md body) plus its file manifest, for injection into agent context or harness use.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Skill name from list_skills/search_skills | |
| maxChars | No | Truncate body to this many characters |