Read a skills skill file
skills_read_skill_fileAccess a skill's bundled files by specifying the skill name and relative path, returning binary content as base64.
Instructions
Read a file bundled with a skill, by skill name/path and relative path (e.g. 'references/troubleshooting.md', 'scripts/run.py'). Binary files are returned base64-encoded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| path | Yes | Path relative to the skill directory |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | ||
| path | Yes | ||
| size | Yes | ||
| text | No | ||
| base64 | No | ||
| digest | Yes | ||
| mimeType | Yes |