← 返回 Skills 市场
Todo Management 1.1.2
作者
Lucky-2968
· GitHub ↗
· v1.0.0
2175
总下载
5
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install todo-management-1-1-2
功能描述
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.
安全使用建议
This appears to be a simple local todo script that only needs sqlite3. Before installing, (1) review the full todo.sh (the provided excerpt is mostly visible but the file was truncated in the listing) to confirm there are no network calls or eval/exec of user content; (2) ensure you do not set TODO_DB to a sensitive system path; (3) run the script in a safe test workspace to verify behavior (it will create/modify a local todo.db file); (4) the skill does not request credentials, but keep in mind the agent can run the script autonomously (normal behavior) — if you want to restrict that, disable autonomous invocation in your agent settings.
功能分析
Type: OpenClaw Skill
Name: todo-management-1-1-2
Version: 1.0.0
The core functionality of the skill, implemented in `scripts/todo.sh` and guided by `SKILL.md`, appears benign and well-secured against common vulnerabilities like SQL injection and prompt injection. However, the skill bundle contains `package.json`, `package-lock.json`, and `pnpm-lock.yaml` files which declare a dependency on a package named 'package-lock.json' from the npm registry. This is highly unusual and suspicious, as the skill is a bash script and does not utilize Node.js or pnpm, making these dependency files extraneous and potentially indicative of an attempt to introduce an unexpected or inert dependency into the bundle.
能力评估
Purpose & Capability
Name/description match the delivered assets: a bash CLI script that manipulates a local SQLite DB (default ./todo.db). Declared required binary (sqlite3) is exactly what's needed. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
SKILL.md narrowly instructs the agent to run the bundled script and defines strict rules (no extra file writes, only show lists on request, short confirmations). The visible script implements database operations only (groups/entries) and uses only sqlite3, sed and shell builtins. I saw no instructions to read unrelated files, send data to external endpoints, or access unrelated environment variables.
Install Mechanism
This is instruction-only / script-included with no install spec. No downloads or archives are fetched at install time, which minimizes installation risk.
Credentials
No credentials or sensitive env vars are required. The single optional environment override TODO_DB is reasonable for a DB-backed todo tool. (Note: pointing TODO_DB to an arbitrary path will cause the script to read/write that file—expected but something to be careful about.)
Persistence & Privilege
The skill does not request persistent system-wide presence (always:false). Its persistent state is limited to the SQLite DB in the workspace (or a path chosen via TODO_DB). It does not modify other skills or global agent config.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install todo-management-1-1-2 - 安装完成后,直接呼叫该 Skill 的名称或使用
/todo-management-1-1-2触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of todo-management skill.
- Provides per-workspace SQLite todo manager with group and status support.
- All actions (add, list, edit, move, remove, group management) are strictly via CLI script.
- Enforces concise, confirmation-only replies by default.
- Only prints todo lists when explicitly requested or for ambiguity in destructive actions.
- Follows strict rules for safe, clear handling of tasks and groups.
元数据
常见问题
Todo Management 1.1.2 是什么?
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 插件,目前累计下载 2175 次。
如何安装 Todo Management 1.1.2?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install todo-management-1-1-2」即可一键安装,无需额外配置。
Todo Management 1.1.2 是免费的吗?
是的,Todo Management 1.1.2 完全免费(开源免费),可自由下载、安装和使用。
Todo Management 1.1.2 支持哪些平台?
Todo Management 1.1.2 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Todo Management 1.1.2?
由 Lucky-2968(@lucky-2968)开发并维护,当前版本 v1.0.0。
推荐 Skills