管理你的待办,一件件搞定。
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill cn-todo-tracker --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cn Todo Tracker?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-cn-todo-tracker)More formats (shields.io, HTML) on the badges page.
---
slug: cn-todo-tracker
name: 任务清单追踪
version: "1.0.0"
author: 千策
---
# ✅ CN Todo Tracker — 中文待办事项
管理你的待办,一件件搞定。
## 核心功能
| 功能 | 说明 |
|------|------|
| 添加待办 | 一句话添加,自动识别优先级 |
| 完成标记 | 标记完成,记录完成时间 |
| 列表查看 | 按优先级排序,今日/本周/全部 |
| 统计 | 完成率、待办趋势 |
## 使用方式
```bash
# 添加待办
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
---
**出品:** AISoBrand|爱索品牌 — AI搜索优化工具
**官网:** https://aisobrand.com
**免费检测你的品牌在AI搜索中有没有存在感 →** [30秒出结果](https://aisobrand.com/free-diagnosis.html)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!