List Hermes API skills
hermes_api_skills_listLists available skills from the configured Hermes API server. Retrieve the full catalog of skills with optional pagination and category filtering, with redacted receipts written for each request.
Instructions
Typed GET /v1/skills wrapper that lists available skills from the configured Hermes API server, writing redacted receipts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional limit; currently reserved. | |
| offset | No | Optional offset; currently reserved. | |
| category | No | Optional category filter; currently reserved and ignored by the server. |
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 |