skill_resource
Read resource files from skill directories to access templates, examples, or documentation after loading a skill in the MCP server.
Instructions
Read a resource file from a skill's directory. Use this tool after loading a skill to read referenced files like templates, examples, or reference documentation. The resource_path should be relative to the skill's base directory (e.g., 'assets/template.md', 'references/api_reference.md').
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skill_name | Yes | Name of the skill that owns the resource | |
| resource_path | Yes | Relative path to the resource file (e.g., 'assets/template.md') |