with one click
scheduling
创建提醒、延时任务、cron 定时任务。 Grants tools: task_update
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
创建提醒、延时任务、cron 定时任务。 Grants tools: task_update
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Use for any multi-step task (3+ steps, or "do A then B then C"). Solves the biggest weakness of small/open-source models vs Claude — finishing ONE sub-task then stopping instead of driving the whole task to completion. Pairs with action-first (which kills narrate-and-stop) by adding the cross-step drive — finish a step then immediately start the next, repeat until ALL done. Uses TudouClaw's own plan_update / task_update / agent_todo tools.
Engineering workflow pack — combined planning, implementation, review, and shipping skills (vendored from obra/superpowers, merged 2026-05-04). Use this when working on any non-trivial dev task: brainstorm → plan → implement (TDD) → debug/verify/review → finish branch.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
| name | scheduling |
| description | 创建提醒、延时任务、cron 定时任务。 Grants tools: task_update |
创建提醒、延时任务、cron 定时任务。
task_updateAgent 授权此 skill 后,可以在 tool_calls 里调用上面列的工具。这是 一个工具包 skill —— 没有可执行代码,它的作用就是"打开一类工具 的开关"。
scheduling 默认授权给所有新建 agent (详见 tool_capabilities.py 里的
_FACTORY_DEFAULT_CAPABILITIES)。
想取消默认,修改 app/tool_capabilities.py。
core-bundle —— 和 file-ops / shell-ops / web-ops 等并列,按功能域归类。