skill_file_get
Retrieve content of a specific file within a skill directory, after listing available files using skill_files.
Instructions
Read a supporting file from a skill directory.
Use skill_files tool first to discover available files, then use this tool to read them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The skill name (e.g., "panel-custom-components"). | |
| path | Yes | Relative path within the skill directory (e.g., "references/example.md"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |