Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Update the status of a plan step. MUST call after completing each step to track progress. Status values - pending, in_progress, completed, failed, skipped.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-14 | ✗→✓ | ▲ Improved | 33% | 0% |
| case-01 | ✓→✗ | ▼ Worse | -18% | 0% |
| case-04 | ✓→✗ | ▼ Worse | -2% | 0% |
| case-07 | ✓→✗ | ▼ Worse | -64% | 0% |
| case-09 | ✓→✗ | ▼ Worse | -55% | 0% |
更新计划中某个步骤的状态。每完成一步必须调用。
| 参数 | 类型 | 必填 | 说明 | |-----|------|-----|------| | step_id | string | 是 | 步骤 ID | | status | string | 是 | pending / in_progress / completed / failed / skipped | | result | string | 否 | 执行结果或错误信息 |
步骤完成:
json{ "step_id": "step_1", "status": "completed", "result": "已打开百度首页" }
步骤失败:
json{ "step_id": "step_2", "status": "failed", "result": "找不到搜索框元素" }
create-todo: 创建计划get-todo-status: 查看计划状态complete-todo: 完成计划Other measured skills in the registry, with their headline benchmark lift.