Fetch a saved skill's step sequence
invoke_skillReturns the ordered ToolCall sequence for the named skill so the brain can dispatch each step in turn. Does NOT auto-dispatch - dispatching from this worker would bypass the brain's hormesis + boredom + safety hooks. Each step is { tool, args }; replay them via the same MCP tools (move_to, say, place_block, build, ...). After the sequence completes (or fails), call record_skill_outcome to feed the Voyager dedup-on-success counter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Skill id returned by list_my_skills. |