Files
X-Agents/account/admin/skills/system/complete-plan/SKILL.md
2026-03-11 16:26:22 +08:00

763 B

name, description, system, handler, tool-name, category
name description system handler tool-name category
complete-plan Mark the plan as completed and generate a summary report. Call when ALL steps are done. Returns execution summary with success/failure statistics. true plan complete_plan Plan

Complete Plan

标记计划完成,生成最终报告。在所有步骤完成后调用。

Parameters

参数 类型 必填 说明
summary string 完成总结

Examples

{
  "summary": "已完成百度搜索天气并截图发送给用户"
}

Returns

  • 执行摘要
  • 成功/失败统计
  • 总耗时
  • create-plan: 创建计划
  • update-plan-step: 更新步骤状态
  • get-plan-status: 查看计划状态