skill_file
Read multiple files bundled with a skill in one call. Specify the skill name and up to 8 relative paths to get text or base64 content with media type.
Instructions
Read files a skill bundles. Paths are relative to that skill's own directory; text comes back as text, anything else as base64 with its media type. Ask for every file you need in ONE call — a SKILL.md usually points at several.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The skill's name, exactly as skill_list reports it. | |
| paths | Yes | Up to 8 paths relative to the skill's own directory, as skill_load lists them. Reading a SKILL.md's referenced files in one call costs one round trip instead of one each. |