← Back to Skills Marketplace
seanmwx

TODO List Pro

by Xinhai Zou · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
109
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install todo-list-pro
Description
Track local todo or work-report items in a SQLite database, including planned work, progress amounts, completion status, deletion, and archiving. Use when Co...
Usage Guidance
This skill appears coherent and safe for local use: it runs a Python CLI and stores data in ~/.work_report_summary/todo_list.db by default (you can override with TODO_LIST_DB_PATH). Before installing or enabling it, review the full scripts/todo_list.py (verify there are no unexpected network calls, subprocess/spawn of untrusted commands, or file reads outside its database path). Be aware it will create and modify a local SQLite file; if you want isolation, point TODO_LIST_DB_PATH to a test file first. The skill requires explicit confirmation for permanent deletes, which is good practice.
Capability Analysis
Type: OpenClaw Skill Name: todo-list-pro Version: 1.0.0 The todo-list-pro skill is a legitimate local task management tool that uses a SQLite database (defaulting to ~/.work_report_summary/todo_list.db) to persist work items. The Python script (scripts/todo_list.py) follows security best practices by using parameterized SQL queries to prevent injection and relies entirely on standard libraries without any network activity or unauthorized file access. The instructions in SKILL.md and the reference files are consistent with the stated purpose and include safety checks, such as requiring explicit user confirmation before performing permanent deletions.
Capability Assessment
Purpose & Capability
Name/description match the included assets: a Python script plus docs to manage a local SQLite-backed todo/work-report store. Required resources (none) align with a local CLI tool; the only configurable item is TODO_LIST_DB_PATH which coherently maps to the described database override for tests or custom setups.
Instruction Scope
SKILL.md instructs the agent to run the shipped script ({baseDir}/scripts/todo_list.py) and operate on a local DB (~/.work_report_summary/todo_list.db). It documents mapping from natural language to deterministic CLI calls and requires an explicit confirmation for deletions. There are no instructions to read or transmit unrelated system files or to call external endpoints.
Install Mechanism
No install spec is provided (instruction-only behavior), and the package includes a Python script. Nothing in the manifest attempts to download or execute remote code during install. Running the script will create a local directory and SQLite file as expected.
Credentials
No credentials or sensitive environment variables are requested. The only environment variable referenced is TODO_LIST_DB_PATH to override the DB location, which the docs justify (tests/custom setups). No unrelated secrets or external service tokens are required.
Persistence & Privilege
The skill does not request always:true or other elevated/always-present privileges. It writes a local SQLite database under the user's home directory (or an overridden path), which is appropriate for a local todo manager.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install todo-list-pro
  3. After installation, invoke the skill by name or use /todo-list-pro
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 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.
Metadata
Slug todo-list-pro
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is TODO List Pro?

Track local todo or work-report items in a SQLite database, including planned work, progress amounts, completion status, deletion, and archiving. Use when Co... It is an AI Agent Skill for Claude Code / OpenClaw, with 109 downloads so far.

How do I install TODO List Pro?

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

Is TODO List Pro free?

Yes, TODO List Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does TODO List Pro support?

TODO List Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created TODO List Pro?

It is built and maintained by Xinhai Zou (@seanmwx); the current version is v1.0.0.

💬 Comments