create_skill
Turn captured errors and conversation insights into a standardized skill by defining trigger conditions, execution steps, and caveats for reuse in future tasks.
Instructions
从经验中创建一个标准化技能。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | 技能名称(kebab-case) | |
| steps | Yes | 执行步骤,每行一个 | |
| caveats | No | 注意事项,每行一个 | |
| category | No | other | |
| examples | No | 示例,每行一个 | |
| description | Yes | 一句话描述 | |
| related_memory_ids | No | 关联记忆ID,逗号分隔 | |
| trigger_conditions | Yes | 触发条件,每行一个 |