← Back to Skills Marketplace
elderyang

Todo Tracker (CN)

by ElderYang · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
102
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install todo-tracker-cn
Description
生成、跟踪和验证待办列表的执行状态。提供 generate-todo-list, mark-completed, show-progress, verify-completion 四个核心动作。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install todo-tracker-cn
  3. After installation, invoke the skill by name or use /todo-tracker-cn
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
增强版:添加详细技能描述、使用示例、最佳实践文档,新增 README.md,优化动作描述
v1.0.0
中文增强版:待办事项管理技能,支持生成待办列表、标记完成、查看进度、验证完成,自动展示进度
Metadata
Slug todo-tracker-cn
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Todo Tracker (CN)?

生成、跟踪和验证待办列表的执行状态。提供 generate-todo-list, mark-completed, show-progress, verify-completion 四个核心动作。 It is an AI Agent Skill for Claude Code / OpenClaw, with 102 downloads so far.

How do I install Todo Tracker (CN)?

Run "/install todo-tracker-cn" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Todo Tracker (CN) free?

Yes, Todo Tracker (CN) is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Todo Tracker (CN) support?

Todo Tracker (CN) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Todo Tracker (CN)?

It is built and maintained by ElderYang (@elderyang); the current version is v1.1.0.

💬 Comments