skill_fetch
Retrieve skill knowledge for your current task: list matching skills with summaries in plan mode, or fetch a specific skill section body in section mode.
Instructions
Retrieve skill knowledge for the current task. Two modes: 'plan' returns the index (titles, purposes, token estimates) of skills matching your query — read these to decide which sections to fetch; never loads full skill bodies. 'section' fetches ONE section body by (skill_id, section_id) so you pull only the knowledge you need. Default partition is 'working'; 'reference' is opt-in only (held-out skills). Pass runId to pin the exact skill version this run used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | plan (Router 1 index) or section (Router 2 body fetch). Default plan. | |
| topK | No | plan mode: max skills to return (default 5) | |
| query | No | for plan mode — what you are working on | |
| runId | No | optional — pins the fetched skill version to this run for reproducibility | |
| skill_id | No | for section mode — skill to fetch from | |
| partition | No | working (default, retrievable in normal runs) or reference (held-out, opt-in only) | |
| section_id | No | for section mode — one section to return |