一键导入
data-process
日期计算、JSON/文本处理工具。 Grants tools: datetime_calc, json_process, text_process
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
日期计算、JSON/文本处理工具。 Grants tools: datetime_calc, json_process, text_process
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
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
基于 SOC 职业分类
| name | data-process |
| description | 日期计算、JSON/文本处理工具。 Grants tools: datetime_calc, json_process, text_process |
日期计算、JSON/文本处理工具。
datetime_calcjson_processtext_processAgent 授权此 skill 后,可以在 tool_calls 里调用上面列的工具。这是 一个工具包 skill —— 没有可执行代码,它的作用就是"打开一类工具 的开关"。
data-process 默认授权给所有新建 agent (详见 tool_capabilities.py 里的
_FACTORY_DEFAULT_CAPABILITIES)。
想取消默认,修改 app/tool_capabilities.py。
core-bundle —— 和 file-ops / shell-ops / web-ops 等并列,按功能域归类。