Personal execution engine for tasks, projects, reminders, commitments, follow-ups, and next actions. Use whenever the user mentions something they need to do...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install todo或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install todo⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/todo/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: todo description: Personal execution engine for tasks, projects, reminders, commitments, follow-ups, and next actions. Use whenever the user mentions something they need to do, remember, plan, follow up on, prioritize, or make progress on. Also use when the user feels overwhelmed, brain-fogged, unsure what to do next, or needs to offload mental strain. This skill captures natural language, turns vague intentions into structured action, tracks momentum, and surfaces the most human-friendly next step. Local-only storage. ---
python3All data is stored locally only under:
~/.openclaw/workspace/memory/todo/items.json~/.openclaw/workspace/memory/todo/stats.json~/.openclaw/workspace/memory/todo/archive.jsonNo external sync. No cloud storage. No third-party task APIs.
task: A concrete action.project: A multi-step outcome that should be broken into next actions.commitment: A promise or obligation to someone else.follow_up: Something that needs to be checked on, nudged, or revisited.reminder: A lightweight remember-later item.tiny: 2-5 minute action with low friction.hot: Fresh, recently captured, or recently touched.cold: Stale item that should move into review unless urgent.blocked: Cannot move forward yet.waiting: Pending someone else.add_item.py --title "..." with inferred metadata.what_next.py returns 1 Top Pick and 2 Backups, each with a humanized prefix and short reason.daily_sync.py summarizes completed work and mental weight released.weekly_review.py revives, delays, archives, or lets go of cold items.| Script | Purpose | |---|---| | add_item.py | Capture a new item into the system | | what_next.py | Recommend the best next action | | update_item.py | Update status and metadata | | daily_sync.py | Summarize progress and mental weight released | | weekly_review.py | Review, delay, archive, or let go of cold items | | archive_item.py | Move an item into archive | | refresh_scores.py | Recalculate hot/warm/cold scores | | init_storage.py | Initialize local storage files |
安装 Todo 后,可以对 AI 说这些话来触发它
Help me get started with Todo
Explains what Todo does, walks through the setup, and runs a quick demo based on your current project
Use Todo to personal execution engine for tasks, projects, reminders, commitmen...
Invokes Todo with the right parameters and returns the result directly in the conversation
What can I do with Todo in my documents & notes workflow?
Lists the top use cases for Todo, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/todo/ 目录(个人级,所有项目可用),或 .claude/skills/todo/(项目级)。重启 AI 客户端后,用 /todo 主动调用,或让 AI 根据上下文自动发现并使用。
Todo 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Todo 可免费安装使用。请查阅仓库了解许可证信息。
Personal execution engine for tasks, projects, reminders, commitments, follow-ups, and next actions. Use whenever the user mentions something they need to do...
Todo 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using Todo
Identifies repetitive steps in your workflow and sets up Todo to handle them automatically