get_skill
Retrieve the full body of a skill by name from the RunWhen platform, providing complete instructions or content for the specified skill.
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 |