← 返回 Skills 市场
laoyutang

Todo SQLite

作者 LaoYutang · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
175
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install todo-sqlite
功能描述
Manage multi-project todos with SQLite, supporting subtasks, priority/urgency levels, keyword search, time filters, smart sorting, and scheduled reminders.
安全使用建议
This skill appears to be a local SQLite todo CLI and does not ask for secrets or network access, but there are notable incoherences between the documentation and the bundled Python code that could cause runtime errors or unexpected behavior. Before installing or enabling it: 1) Inspect the full todo.py for any network or subprocess calls (the provided portion shows none, but the file was truncated). 2) Be aware it will create/modify ~/.openclaw/workspace/data/todo.db — back up any existing data there. 3) Test the script in an isolated environment (container or throwaway account) to confirm it works and doesn't crash; several bugs are visible (mismatched types for importance/urgency, incorrect SQL ordering using string labels vs stored integers, and a join/print that may raise TypeError). 4) Prefer a skill with a known source/homepage or request the maintainer to fix the implementation/documentation mismatches before using it in production.
功能分析
Type: OpenClaw Skill Name: todo-sqlite Version: 1.1.0 The skill is a standard SQLite-based todo management tool. Analysis of todo.py and SKILL.md shows no evidence of data exfiltration, malicious execution, or prompt injection; all database queries use parameterized inputs to prevent SQL injection, and the code relies solely on the Python standard library.
能力评估
Purpose & Capability
Name/description match the implementation intent: a local SQLite-based todo manager storing DB at ~/.openclaw/workspace/data/todo.db. The skill does not request unrelated credentials or binaries. However, the code and SKILL.md disagree on how importance/urgency are represented (SKILL.md says numeric 1/2/3; parts of todo.py use string labels like 'critical'/'high'/'medium'/'low' and other parts treat levels as ints). These inconsistencies suggest poor implementation or drift between docs and code.
Instruction Scope
SKILL.md instructions stay within scope: create/list/edit/delete todos, and using OpenClaw cron to run 'todo list-all --pending' for reminders. Instructions do not ask the agent to read unrelated files or environment variables, nor to send data to external endpoints beyond the platform's cron/send mechanism.
Install Mechanism
There is no install spec (instruction-only plus a bundled todo.py). Nothing is downloaded from external URLs and no installers are declared, so there is no install-time network risk. The script will create a local directory and DB file, which is expected.
Credentials
The skill requires no environment variables, no external credentials, and no config paths beyond its own DB path. That is proportionate for a local todo manager.
Persistence & Privilege
always is false and the skill does not request elevated or cross-skill configuration. It will create and write a single DB file under the user's home workspace, which is expected behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install todo-sqlite
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /todo-sqlite 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
等级系统改为数字:1=普通, 2=重要🟠🔥, 3=紧急🔴🔥🔥
v1.0.2
low 级别不显示任何标记,只有 medium🟠🔥 和 high🔴🔥🔥 才显示
v1.0.1
修复显示规则:high🔴🔥🔥、medium🟠🔥、low[一般];默认级别改为 low
v1.0.0
初始版本:多项目待办管理,支持子待办、重要/紧急程度、智能排序、定时提醒
元数据
Slug todo-sqlite
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Todo SQLite 是什么?

Manage multi-project todos with SQLite, supporting subtasks, priority/urgency levels, keyword search, time filters, smart sorting, and scheduled reminders. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 175 次。

如何安装 Todo SQLite?

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

Todo SQLite 是免费的吗?

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

Todo SQLite 支持哪些平台?

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

谁开发了 Todo SQLite?

由 LaoYutang(@laoyutang)开发并维护,当前版本 v1.1.0。

💬 留言讨论