get_skill
Retrieve the full content of a named skill including body and metadata. Returns available skill names if the requested name is not found.
Instructions
Return the full body of a skill by name.
Returns {name, description, uri, body, path} on success or
{error, available} when the name is unknown so the agent can self-
correct without a second round-trip.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Skill name (e.g. 'build-runwhen-task'). Call list_skills first if you don't know the available names. | |
| reload | No | Force re-read from disk (default: use cached version). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |