Save a learned tool-call sequence (Voyager)
save_skillPersist a successful chain of MCP tool calls as a re-usable skill. The brain composes a name (e.g. 'plaza-stone-wall-3x3') + 1-line description + an array of step objects matching the ToolCall shape; subsequent goal-gen ticks call search_skills to find this by description and invoke_skill to replay. Description gets embedded server-side for semantic retrieval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| steps | Yes | ||
| description | Yes |