Read a Sutra skill resource
get_skill_resourceRead one supporting file from an enabled Sutra skill.
Use only for a path listed by get_skill and only when needed for the current task. Do not guess paths or load every resource preemptively.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative resource path exactly as returned by get_skill. | |
| slug | Yes | Slug of the enabled skill that owns the resource. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes | ||
| encoding | Yes | ||
| size_bytes | Yes | ||
| content_type | Yes |