← 返回 Skills 市场
seanmwx

TODO List Pro

作者 Xinhai Zou · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
109
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install todo-list-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /todo-list-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug todo-list-pro
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 109 次。

如何安装 TODO List Pro?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install todo-list-pro」即可一键安装,无需额外配置。

TODO List Pro 是免费的吗?

是的,TODO List Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

TODO List Pro 支持哪些平台?

TODO List Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 TODO List Pro?

由 Xinhai Zou(@seanmwx)开发并维护,当前版本 v1.0.0。

💬 留言讨论