CN Todo Tracker — 中文待办事项管理

v1.1.0

中文待办追踪器,帮助用户管理日常待办事项,支持分类和优先级设置。

0· 105·0 当前·0 累计
下载技能包
最后更新
2026/4/19
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
This is a simple, coherent local todo manager: the description, runtime instructions, and included Python script align, and it does not request credentials or perform network activity.
评估建议
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.
详细分析 ▾
用途与能力
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.
指令范围
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.
安装机制
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.
凭证需求
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.
持久化与权限
always is false; the skill does not request persistent platform-wide privileges or modify other skills. It runs as a normal user-level utility.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.1.02026/4/13

v1.1.0: 修复SKILL.md格式,修复缺失脚本

无害

安装命令

点击复制
官方npx clawhub@latest install cn-todo-tracker
镜像加速npx clawhub@latest install cn-todo-tracker --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库