get_skill_file
Retrieve a specific supporting file from a skill directory by providing the skill name and relative file path.
Instructions
Fetches a specific supporting file from within a skill directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Relative path within the skill directory (e.g., 'scripts/extract-text.py') | |
| skill_name | Yes | Name of the parent skill |