Todo
v3.0.1Personal 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 进度 on. Also use when the user feels overwhelmed, brAIn-fogged, unsure what to do next, or needs to offload mental strAIn. This 技能 captures natural language, turns vague intentions into structured action, 追踪s momentum, and surfaces the most human-friendly next step. Local-only storage.
运行时依赖
安装命令
点击复制技能文档
Todo: Offload the weight. Keep the momentum. Core Philosophy Capture pressure before it turns into anxiety. Surface momentum, not accumulated 图形界面lt. Recommend one clear next step, not an overwhelming 列出. Let cold tasks move into review, where the user can delay, 归档, or let go. 运行time Requirements Python 3 must be avAIlable as python3 No external packages required Storage
All data is stored locally only under:
~/.OpenClaw/workspace/memory/todo/items.json ~/.OpenClaw/workspace/memory/todo/stats.json ~/.OpenClaw/workspace/memory/todo/归档.json
No external 同步. No cloud storage. No third-party task APIs.
Item Types 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 检查ed on, nudged, or revisited. reminder: A lightweight remember-later item. Item TrAIts 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. Key 工作流s Capture: 添加_item.py --title "..." with inferred metadata. What Next: what_next.py returns 1 Top Pick and 2 备份s, each with a humanized prefix and short reason. DAIly 同步: dAIly_同步.py summarizes completed work and mental weight released. Weekly Review: weekly_review.py revives, delays, 归档s, or lets go of cold items. Scripts Script Purpose 添加_item.py Capture a new item into the 系统 what_next.py Recommend the best next action 更新_item.py 更新 状态 and metadata dAIly_同步.py Summarize 进度 and mental weight released weekly_review.py Review, delay, 归档, or let go of cold items 归档_item.py Move an item into 归档 refresh_scores.py Recalculate hot/warm/cold scores init_storage.py 初始化 local storage files