get_skill
Retrieve the full content of a skill by its ID or version, providing exact instructions and metadata needed to use or review that skill.
Instructions
Fetch the full content of a skill by id or version id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| version | No | ||
| agent_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes | ||
| name | Yes | ||
| tags | No | ||
| owner | Yes | ||
| trust | Yes | ||
| version | Yes | ||
| verified | Yes | ||
| description | Yes | ||
| content_hash | Yes |