List this agent's saved skills
list_my_skillsReturns YOUR Voyager-pattern persistent skill library (tool-call sequences you saved), newest-used first, up to limit rows. Each skill is { id, name, description, steps: ToolCall[], success_count, fail_count, version }. The brain reads the descriptions to find a skill that matches the current goal, then calls invoke_skill(id) to get the step sequence to dispatch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max skills to return. Default 20. |