Per-workspace SQLite todo manager (./todo.db) with groups and task statuses (pending/in_progress/done/skipped), operated via {baseDir}/scripts/todo.sh for adding, listing, editing, moving, and removing entries and managing groups.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install todo-management或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install todo-management⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/todo-management/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: todo-management description: Per-workspace SQLite todo manager (./todo.db) with groups and task statuses (pending/in_progress/done/skipped), operated via {baseDir}/scripts/todo.sh for adding, listing, editing, moving, and removing entries and managing groups. metadata: {"openclaw":{"emoji":"📝","requires":{"bins":["sqlite3"]}}} user-invocable: true ---
A per-workspace SQLite database:
./todo.dbTODO_DB=/path/to/todo.dbAll changes MUST happen through the CLI: bash {baseDir}/scripts/todo.sh ...
pending (default), in_progress, done, skipped
Default list hides done and skipped unless --all or --status=....
---
todos.md, notes, markdown, exports).todos.md (...).todo.db, mutated by todo.sh.Allowed confirmations (English examples; translate as needed):
If the user requests a destructive action but does not specify an ID (e.g., “remove the milk task”): 1) run entry list (optionally with --group=...) 2) show the results (minimal table) 3) ask which ID to act on
This is the only case where you may show the list without the user explicitly requesting it.
group remove "X" moves entries to Inbox (default). - ask: “Move entries to Inbox (default) or delete entries too?” - only then use --delete-entries.
---
- bash {baseDir}/scripts/todo.sh entry create "Buy milk" - bash {baseDir}/scripts/todo.sh entry create "Ship feature X" --group="Work" --status=in_progress
- bash {baseDir}/scripts/todo.sh entry list - bash {baseDir}/scripts/todo.sh entry list --group="Work" - bash {baseDir}/scripts/todo.sh entry list --all - bash {baseDir}/scripts/todo.sh entry list --status=done
- bash {baseDir}/scripts/todo.sh entry show 12
- bash {baseDir}/scripts/todo.sh entry edit 12 "Buy oat milk instead"
- bash {baseDir}/scripts/todo.sh entry move 12 --group="Inbox"
- bash {baseDir}/scripts/todo.sh entry status 12 --status=done - bash {baseDir}/scripts/todo.sh entry status 12 --status=skipped
- bash {baseDir}/scripts/todo.sh entry remove 12
- bash {baseDir}/scripts/todo.sh group create "Work" - bash {baseDir}/scripts/todo.sh group list
- bash {baseDir}/scripts/todo.sh group rename "Work" "Work (Project A)" - bash {baseDir}/scripts/todo.sh group edit "Work" "Work (Project A)"
- Default (move entries to Inbox): - bash {baseDir}/scripts/todo.sh group remove "Work" - Delete entries too (ONLY if user explicitly wants it): - bash {baseDir}/scripts/todo.sh group remove "Work" --delete-entries
---
To clear the todo list: 1) run entry list --all to get IDs (do NOT paste the results) 2) remove each ID with entry remove ID 3) reply with ONE line: “Cleared.”
If the user then asks to see the list, run entry list and show it.
---
User: "I need to buy milk, add it to my todo list" Agent: "Done."
User: "Oh, and I also need to clean the room" Agent: "Added to the list."
User: "Show my todos" Agent: (prints the list)
User: "Remove the milk one" Agent: (lists matching tasks + asks for ID, then removes when ID is provided)
安装 Todo management 后,可以对 AI 说这些话来触发它
Help me get started with Todo management
Explains what Todo management does, walks through the setup, and runs a quick demo based on your current project
Use Todo management to per-workspace SQLite todo manager (
Invokes Todo management with the right parameters and returns the result directly in the conversation
What can I do with Todo management in my documents & notes workflow?
Lists the top use cases for Todo management, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/todo-management/ 目录(个人级,所有项目可用),或 .claude/skills/todo-management/(项目级)。重启 AI 客户端后,用 /todo-management 主动调用,或让 AI 根据上下文自动发现并使用。
Todo management 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Todo management 可免费安装使用。请查阅仓库了解许可证信息。
Per-workspace SQLite todo manager (./todo.db) with groups and task statuses (pending/in_progress/done/skipped), operated via {baseDir}/scripts/todo.sh for adding, listing, editing, moving, and removing entries and managing groups.
Todo management 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using Todo management
Identifies repetitive steps in your workflow and sets up Todo management to handle them automatically