← Back to Skills Marketplace
任务清单追踪
by
freedompixels
· GitHub ↗
· v1.1.0
· MIT-0
144
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install cn-todo-tracker
Description
中文待办事项管理。添加/完成/查看待办,优先级排序。 本地存储,无需账号。 当用户说"待办"、"todo"、"任务清单"、"今天要做什么"时触发。 Keywords: 待办, todo, 任务, 清单, task, checklist.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cn-todo-tracker - After installation, invoke the skill by name or use
/cn-todo-tracker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
v1.1.0: 修复SKILL.md格式,修复缺失脚本
v1.0.0
v1.0.0: add/complete/list todos with priority
Metadata
Frequently Asked Questions
What is 任务清单追踪?
中文待办事项管理。添加/完成/查看待办,优先级排序。 本地存储,无需账号。 当用户说"待办"、"todo"、"任务清单"、"今天要做什么"时触发。 Keywords: 待办, todo, 任务, 清单, task, checklist. It is an AI Agent Skill for Claude Code / OpenClaw, with 144 downloads so far.
How do I install 任务清单追踪?
Run "/install cn-todo-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 任务清单追踪 free?
Yes, 任务清单追踪 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 任务清单追踪 support?
任务清单追踪 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 任务清单追踪?
It is built and maintained by freedompixels (@freedompixels); the current version is v1.1.0.
More Skills