read_skill_file
Read supporting files (scripts, configs) from a skill's directory by supplying the skill name and file path, enabling agents to obtain the resources needed for skill execution.
Instructions
Read a supporting file from a skill's directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the file relative to the skill directory (e.g. "scripts/extract.py"). | |
| skill_name | Yes | The name of the skill that owns the file. | |
| project_roots | No | Optional list of project root directories to scan. Same behavior as in list_skills. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |