Load a skills skill
skills_get_skillRetrieve a skill's complete SKILL.md instructions and bundled file list. Follow them as if the skill were installed, then use referenced files as needed.
Instructions
Load a skill's full SKILL.md instructions and its bundled file list. Follow the instructions as if the skill were installed. Use skills_read_skill_file for referenced files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Skill name (when unique), '<library>/<name>', or the full skill path from search results | |
| include_frontmatter | No | Include the raw frontmatter metadata block |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | ||
| name | Yes | ||
| path | Yes | ||
| files | Yes | ||
| trust | No | ||
| library | No | ||
| category | No | ||
| riskFlags | Yes | ||
| rootOnDisk | No | ||
| description | Yes | ||
| frontmatter | No | ||
| instructions | Yes | SKILL.md body without frontmatter | |
| scriptsWithheld | No |