← 返回 Skills 市场
lstpsche

Todo management

作者 Nikita Shkoda · GitHub ↗ · v1.1.3
cross-platform ✓ 安全检测通过
7203
总下载
12
收藏
0
当前安装
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 if you are comfortable with the agent creating and modifying a local todo.db in each workspace. Avoid storing secrets or sensitive personal data in todos, and be careful with requests 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: SKILL.md and README describe a per-workspace SQLite todo manager, and the bundled script implements group and entry create, list, edit, move, status, and remove operations.
Instruction Scope
The skill can delete todo entries and clear lists, but those actions are part of todo management and the instructions require user-directed control for destructive ambiguity and group deletion behavior.
Install Mechanism
Installation is simple and disclosed: it requires sqlite3 and may require chmod on the bundled script. No remote installer, package download, or hidden setup path is present.
Credentials
Runtime access is proportionate: the script uses sqlite3 against ./todo.db by default or a user-provided TODO_DB path. No credentials, account sessions, broad indexing, or network calls were found.
Persistence & Privilege
Persistence is limited to the local SQLite todo database. There is no autorun, background worker, privilege escalation, or external data flow.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install todo-management
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /todo-management 触发
  4. 根据 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.
元数据
Slug todo-management
版本 1.1.3
许可证
累计安装 0
当前安装数 0
历史版本数 7
常见问题

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 插件,目前累计下载 7203 次。

如何安装 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。

💬 留言讨论