Instructions
Read a file from a skill's auxiliary directory (references/, scripts/, or assets/).
Parameters
- •
skill(string, required): The skill name in kebab-case (e.g.memory-read) - •
path(string, required): Relative path within the skill directory (e.g.references/FORMS.md)
Behavior
- •Validates the path stays within the skill directory (no
..traversal) - •Returns the file contents as plain text
- •Returns a clear error if skill or file is not found
Example
- •"What fields does the form have?" -> read
references/FORMS.mdfrom the relevant skill