skills_get_reference
Fetch reference documents bundled with a skill. First list available files, then retrieve a specific document by filename.
Instructions
STEP 3a — Fetch a reference document bundled with a skill (markdown files: checklists, policies, API specs, examples).
Two-phase use:
Call with filename='list' (default) to see the full reference manifest
Call again with the specific filename to fetch its content
Only call when: tier3_manifest from skills_get_body lists reference files AND the skill instructions explicitly name one. Do not load references speculatively.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skill_id | Yes | ||
| filename | No | list |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |