Read Hermes skill file
hermes_skill_readRead a bounded SKILL.md or linked skill file by resolving the skill and file path within allowed roots, with configurable source, profile, and byte limits.
Instructions
Read one bounded SKILL.md or linked skill file after resolving the skill and linked file within allowed roots.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| home | No | ||
| source | No | ||
| profile | No | ||
| skill_id | Yes | ||
| file_path | No | SKILL.md | |
| max_bytes | No | ||
| toolkit_root | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| scope | No | ||
| run_id | No | ||
| status | Yes | ||
| message | No | ||
| verdict | No | unknown | |
| evidence | No | ||
| mutation | No | ||
| warnings | No | ||
| live_call | No | ||
| retryable | No | ||
| error_code | No | ||
| duration_ms | No | ||
| http_status | No | ||
| policy_tier | No | read_only | |
| artifact_dir | No | ||
| likely_cause | No | ||
| next_actions | No | ||
| safe_next_action | No | ||
| redactions_applied | No |