بنقرة واحدة
file-ops
读写文件、搜索、目录遍历 — 基础文件系统能力。 Grants tools: read_file, write_file, edit_file, search_files, glob_files
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
读写文件、搜索、目录遍历 — 基础文件系统能力。 Grants tools: read_file, write_file, edit_file, search_files, glob_files
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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 | file-ops |
| description | 读写文件、搜索、目录遍历 — 基础文件系统能力。 Grants tools: read_file, write_file, edit_file, search_files, glob_files |
读写文件、搜索、目录遍历 — 基础文件系统能力。
read_filewrite_fileedit_filesearch_filesglob_filesAgent 授权此 skill 后,可以在 tool_calls 里调用上面列的工具。这是 一个工具包 skill —— 没有可执行代码,它的作用就是"打开一类工具 的开关"。
file-ops 默认授权给所有新建 agent (详见 tool_capabilities.py 里的
_FACTORY_DEFAULT_CAPABILITIES)。
想取消默认,修改 app/tool_capabilities.py。
core-bundle —— 和 file-ops / shell-ops / web-ops 等并列,按功能域归类。