Read Skill File
read_skill_fileRead supporting files bundled with a skill using their relative path to access references or documentation for task execution.
Instructions
Read a supporting file bundled with a skill (paths are listed by list_skills and referenced from SKILL.md).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Skill name as returned by list_skills | |
| path | Yes | Relative path of a bundled file, e.g. references/foo.md |