← 返回 Skills 市场
102
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install todo-tracker-cn
功能描述
生成、跟踪和验证待办列表的执行状态。提供 generate-todo-list, mark-completed, show-progress, verify-completion 四个核心动作。
安全使用建议
This skill's code generally matches a basic todo tracker and does not request secrets or network access, but the documentation claims extra integrations and different file paths that the code does not implement. Before installing: (1) review the bundled todo_tracker.py to confirm you are comfortable with it writing to ~/.openclaw/workspace/; (2) if you expect integration with a Self-Improving system, verify or patch the code (it currently appends only to ~/.openclaw/workspace/MEMORY.md and only if that file exists); (3) consider creating a dedicated test account or sandbox to run the skill first; (4) if you need persistent archiving, either create the expected MEMORY.md or modify append_to_memory to write to your desired path. The inconsistencies look like sloppy documentation rather than malicious behavior, but verify behavior before granting broader trust.
功能分析
Type: OpenClaw Skill
Name: todo-tracker-cn
Version: 1.1.0
The todo-tracker skill is a legitimate task management utility designed for AI agents to track multi-step processes. It manages state using a local JSON file (~/.openclaw/workspace/todo-current.json) and appends summaries to a markdown memory file, with no evidence of data exfiltration, unauthorized network access, or malicious code execution in todo_tracker.py.
能力评估
Purpose & Capability
Name, description, and code align: the included Python implements generate-todo-list, mark-completed, show-progress, and verify-completion and stores state in ~/.openclaw/workspace/todo-current.json. Required binary (python3) is appropriate.
Instruction Scope
Runtime instructions show how to run the included script and reference data at ~/.openclaw/workspace/todo-current.json, which matches the code. However SKILL.md and README also claim integration with a Self-Improving flow and writing to ~/self-improving/corrections.md (and elsewhere mention corrections.md/memory.md/heartbeat-state.md), whereas the code appends only to ~/.openclaw/workspace/MEMORY.md and only if that file already exists — the docs and examples overstate or mismatch actual behavior.
Install Mechanism
No install spec (instruction-only plus bundled Python file). Nothing is downloaded or executed outside the included script; risk from install mechanism is low.
Credentials
The skill requests no environment variables or external credentials. It only reads/writes files under the user's home (~/.openclaw). File access permissions declared in plugin.json (file.read/file.write) align with what the code does.
Persistence & Privilege
The skill writes persistent state to ~/.openclaw/workspace/todo-current.json and may append to ~/.openclaw/workspace/MEMORY.md if that file exists. always:false and no system-wide config changes; privileges are limited to user home paths.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install todo-tracker-cn - 安装完成后,直接呼叫该 Skill 的名称或使用
/todo-tracker-cn触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
增强版:添加详细技能描述、使用示例、最佳实践文档,新增 README.md,优化动作描述
v1.0.0
中文增强版:待办事项管理技能,支持生成待办列表、标记完成、查看进度、验证完成,自动展示进度
元数据
常见问题
Todo Tracker (CN) 是什么?
生成、跟踪和验证待办列表的执行状态。提供 generate-todo-list, mark-completed, show-progress, verify-completion 四个核心动作。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 102 次。
如何安装 Todo Tracker (CN)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install todo-tracker-cn」即可一键安装,无需额外配置。
Todo Tracker (CN) 是免费的吗?
是的,Todo Tracker (CN) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Todo Tracker (CN) 支持哪些平台?
Todo Tracker (CN) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Todo Tracker (CN)?
由 ElderYang(@elderyang)开发并维护,当前版本 v1.1.0。
推荐 Skills