← 返回 Skills 市场
freedompixels

任务清单追踪

作者 freedompixels · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
144
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install cn-todo-tracker
功能描述
中文待办事项管理。添加/完成/查看待办,优先级排序。 本地存储,无需账号。 当用户说"待办"、"todo"、"任务清单"、"今天要做什么"时触发。 Keywords: 待办, todo, 任务, 清单, task, checklist.
使用说明 (SKILL.md)

✅ CN Todo Tracker — 中文待办事项

管理你的待办,一件件搞定。

核心功能

功能 说明
添加待办 一句话添加,自动识别优先级
完成标记 标记完成,记录完成时间
列表查看 按优先级排序,今日/本周/全部
统计 完成率、待办趋势

使用方式

# 添加待办
python3 scripts/todo.py --add "完成周报" --priority high
python3 scripts/todo.py --add "回复客户邮件" --priority medium
python3 scripts/todo.py --add "整理桌面"

# 完成待办
python3 scripts/todo.py --done 1

# 查看待办
python3 scripts/todo.py --list
python3 scripts/todo.py --today

# 统计
python3 scripts/todo.py --stats

数据存储

本地 JSON:~/.qclaw/workspace/todos.json

安全使用建议
This skill appears safe and self-contained. Notes before installing: it requires Python 3 available on the system; the script writes to ~/.qclaw/workspace/todos.json (ensure you are comfortable with that path and its permissions). The script does not create the parent directory if it is missing, so create ~/.qclaw/workspace beforehand or run the script from a shell that creates the folder. Data is stored unencrypted in your home directory—back it up or secure the file if needed.
功能分析
Type: OpenClaw Skill Name: cn-todo-tracker Version: 1.1.0 The skill is a straightforward local todo manager that performs basic CRUD operations using a JSON file stored in the user's workspace (~/.qclaw/workspace/todos.json). The Python script (scripts/todo.py) uses standard libraries for argument parsing and data persistence without any network activity, shell execution, or access to sensitive system files. The instructions in SKILL.md are consistent with the code's functionality and do not contain any prompt injection or malicious directives.
能力评估
Purpose & Capability
The name/description match the included Python implementation: adding, completing, listing, and stats for todos stored locally. No unrelated binaries, services, or credentials are requested.
Instruction Scope
SKILL.md simply instructs running the shipped script with CLI options. The script only reads/writes a local JSON file (~/.qclaw/workspace/todos.json) and does not access other system paths, environment variables, external endpoints, or sensitive data.
Install Mechanism
No install spec or external downloads. The skill is instruction-only with a small included Python script—no packages or remote code are fetched or executed.
Credentials
No environment variables, credentials, or config paths are requested. The only file access is to a single JSON file under the user's home directory, which is consistent with a local todo app.
Persistence & Privilege
always is false; the skill does not request persistent platform-wide privileges or modify other skills. It runs as a normal user-level utility.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cn-todo-tracker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cn-todo-tracker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
v1.1.0: 修复SKILL.md格式,修复缺失脚本
v1.0.0
v1.0.0: add/complete/list todos with priority
元数据
Slug cn-todo-tracker
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

任务清单追踪 是什么?

中文待办事项管理。添加/完成/查看待办,优先级排序。 本地存储,无需账号。 当用户说"待办"、"todo"、"任务清单"、"今天要做什么"时触发。 Keywords: 待办, todo, 任务, 清单, task, checklist. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 144 次。

如何安装 任务清单追踪?

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

任务清单追踪 是免费的吗?

是的,任务清单追踪 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

任务清单追踪 支持哪些平台?

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

谁开发了 任务清单追踪?

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

💬 留言讨论