返回顶部
t

todo_list

Track local todo or work-report items in a SQLite database, including planned work, progress amounts, completion status, deletion, and archiving. Use when Codex needs to add tasks, delete tasks, update progress, list current work, mark work complete, summarize progress, or archive finished or cancelled items for a user.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
60
下载量
0
收藏
概述
安装方式
版本历史

todo_list

# todo_list Use this skill to persist local work items instead of keeping them only in chat context. ## Workflow - Run commands from `{baseDir}/scripts/todo_list.py`. - Store data in `~/.work_report_summary/todo_list.db` by default. - Override the database path with `TODO_LIST_DB_PATH` only for tests or when the user explicitly wants a different file. - Prefer `--json` whenever the command output will be used in a follow-up step. - Keep completed items visible in active lists until the user asks to archive them. - Treat archived items as terminal history. Do not update their progress after archiving. - Use `delete` only when the user explicitly wants permanent removal. Prefer `archive` when the user means "move to history". - Before running `delete`, ask for one more explicit confirmation from the user. Permanent deletion should be confirmed, not inferred. ## Natural-Language Patterns Map common user requests to the deterministic CLI instead of keeping task state only in conversation memory. - Add planned work when the user says things like: `帮我记一下今天要做周报` `新增一个任务:整理 demo,计划 3 步` `记个 todo:修登录页 bug` - Update progress when the user says things like: `这个任务我做了 2 步` `把周报进度更新到 60%` `这个任务今天先完成一半` - Mark complete when the user says things like: `这个任务做完了` `把第 3 个任务标记完成` `周报已经完成` - List or review current work when the user says things like: `看看我现在还有什么没做` `列出今天的 todo` `我有哪些已经完成但还没归档的任务` - Summarize when the user says things like: `汇总一下我今天做了多少` `看下整体进度` `给我一个当前完成情况` - Archive only when the user explicitly asks to archive or move finished work into history: `把这个任务归档` `把已完成任务都归档` - Delete only when the user explicitly asks to permanently remove a task: `把这个任务删掉` `永久删除第 3 个任务` `这个 todo 不要了,直接删除` - If the user asks to delete, confirm once more before actually deleting. When the user does not specify an exact task id, identify the task by title or recent context first, then run the CLI with the resolved id. ## Core Commands - Add a task: `python {baseDir}/scripts/todo_list.py --json add --title "Prepare weekly report" --planned-amount 3 --unit sections --details "Collect wins and blockers"` - Record progress: `python {baseDir}/scripts/todo_list.py --json progress --id 1 --increment 1 --note "Finished the metrics section"` - Mark a task complete: `python {baseDir}/scripts/todo_list.py --json complete --id 1` - List active tasks: `python {baseDir}/scripts/todo_list.py --json list --status active` - Archive a task: `python {baseDir}/scripts/todo_list.py --json archive --id 1` - Archive by exact title: `python {baseDir}/scripts/todo_list.py --json archive --title "Prepare weekly report"` - Archive all completed tasks: `python {baseDir}/scripts/todo_list.py --json archive --all-completed` - Delete a task permanently: `python {baseDir}/scripts/todo_list.py --json delete --id 1 --confirm` - Delete by exact title: `python {baseDir}/scripts/todo_list.py --json delete --title "Prepare weekly report" --confirm` - Summarize progress: `python {baseDir}/scripts/todo_list.py --json summary` ## References - Read `{baseDir}/references/commands.md` for full CLI shapes and example flows. - Read `{baseDir}/references/chat_reference.md` for natural-language examples and intent-to-command mapping. - Read `{baseDir}/references/storage.md` when changing the SQLite schema, default path, or environment-variable behavior.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 todo-list-pro-1775911219 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 todo-list-pro-1775911219 技能

通过命令行安装

skillhub install todo-list-pro-1775911219

下载 Zip 包

⬇ 下载 todo_list v1.0.0

文件大小: 10.46 KB | 发布时间: 2026-4-12 11:42

v1.0.0 最新 2026-4-12 11:42
- Switched from a reminder-centric todo manager to a SQLite-based work and todo tracker.
- Stores all tasks and work progress in `~/.work_report_summary/todo_list.db` via CLI, using explicit JSON output for all command results.
- Dropped date-reminder, attachment, and project features; now focuses on planned work, progress, active/completed status, archiving, and deletion.
- Added strict confirmation for permanent deletes; archiving is preferred for history.
- User input is mapped more deterministically to CLI commands (see references/chat_reference.md) instead of using conversation memory.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部