← 返回 Skills 市场
Todo management
作者
Nikita Shkoda
· GitHub ↗
· v1.1.3
6525
总下载
12
收藏
47
当前安装
7
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
Install only if you are comfortable with the agent creating and modifying a local todo.db in your workspace. Do not store secrets or sensitive personal data in todos, especially in shared projects, and be careful when asking it to clear or delete tasks.
功能分析
Type: OpenClaw Skill
Name: todo-management
Version: 1.1.3
The skill bundle is benign. The `SKILL.md` explicitly defines strict rules for the AI agent, including 'No file writing (ever)' and 'Never print the todo list unless explicitly asked', which are security-enhancing instructions. The `scripts/todo.sh` script is well-written, employing `sql_q` for proper SQL string escaping and `require_int` for ID validation, effectively mitigating SQL injection vulnerabilities. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts designed to subvert the agent for harmful purposes. The functionality is limited to managing a local SQLite database as described.
能力评估
Purpose & Capability
The stated purpose matches the artifacts: a per-workspace todo manager using a bundled Bash CLI and SQLite database for groups, statuses, listing, editing, moving, and removal.
Instruction Scope
The skill can mutate and delete todo entries, including a clear-list workflow, but those actions are purpose-aligned and the instructions add user-control checks for ambiguous destructive requests and group deletion.
Install Mechanism
There is no remote installer or hidden dependency; the README only asks the user to ensure sqlite3 is available and optionally chmod the bundled script. Publisher/source provenance is limited, but the artifacts are small and inspectable.
Credentials
Runtime impact is limited to creating or modifying ./todo.db by default, or a user-specified TODO_DB path. No network access, credentials, account sessions, broad file indexing, or privileged paths are requested.
Persistence & Privilege
Persistence is limited to a local SQLite todo database. The script has no background worker, autorun mechanism, privilege escalation, or external data flow.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install todo-management - 安装完成后,直接呼叫该 Skill 的名称或使用
/todo-management触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.3
No changes in this release.
- Version bumped to 1.1.3 without file or documentation updates.
v1.1.2
- Internal cleanup: removed obsolete .clawhub/origin.json file.
- No user-facing changes; behavior and functionality remain the same.
v1.1.1
- Update skill description.
v1.1.0
- Update skill description.
v1.0.2
- Added README.md with documentation for the todo-management skill.
- No changes to core functionality.
v1.0.1
- Added .clawhub/origin.json for metadata or repository tracking.
- Clear redundant notes.
- No functional or behavioral changes to the todo-management skill itself.
v1.0.0
Initial release of todo-management skill — manage todo lists using an SQLite database via a CLI.
- Add, list, edit, move, complete, skip, and delete individual todo entries.
- Organize tasks into groups; supports group creation, renaming, and removal (with safe entry handling).
- Four task statuses supported: pending, in_progress, done, and skipped.
- Uses per-workspace database file (./todo.db) with option to override path.
- Golden rules and output behaviors for reliable, clear task management.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 6525 次。
如何安装 Todo management?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install todo-management」即可一键安装,无需额外配置。
Todo management 是免费的吗?
是的,Todo management 完全免费(开源免费),可自由下载、安装和使用。
Todo management 支持哪些平台?
Todo management 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Todo management?
由 Nikita Shkoda(@lstpsche)开发并维护,当前版本 v1.1.3。
推荐 Skills