load_skill_file
Read a skill's scripts, configs, or README by providing the skill name and relative file path.
Instructions
Read a specific file from within a skill's directory. Use this after read_skill when you need to access scripts, configs, README, or other resources referenced in the skill instructions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Relative path within the skill directory, e.g. 'README.md' or 'scripts/run.py' | |
| skill_name | Yes | Skill name, e.g. 'MediaCrawler' |