read_skill_file
Retrieve a specific file from a skill's directory using the skill name and relative file path. Use it when skill instructions reference a file to load its contents on demand for token-efficient skill management.
Instructions
Read a specific file from a skill's directory. Use this when skill instructions reference a file (e.g., 'See references/api_reference.md'). Provide the skill name and relative file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| skill_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |