← Back to Skills Marketplace
lucky-2968

Todo Management 1.1.2

by Lucky-2968 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
2175
Downloads
5
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install todo-management-1-1-2
Description
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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install todo-management-1-1-2
  3. After installation, invoke the skill by name or use /todo-management-1-1-2
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug todo-management-1-1-2
Version 1.0.0
License
All-time Installs 5
Active Installs 3
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 2175 downloads so far.

How do I install Todo Management 1.1.2?

Run "/install todo-management-1-1-2" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Todo Management 1.1.2 free?

Yes, Todo Management 1.1.2 is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Todo Management 1.1.2 support?

Todo Management 1.1.2 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Todo Management 1.1.2?

It is built and maintained by Lucky-2968 (@lucky-2968); the current version is v1.0.0.

💬 Comments