← Back to Skills Marketplace
277
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-todo-list
Description
通用待办事项管理技能。记录需要做的事(TODO)和已完成的事(DONE),区分于日记的日常记录。触发时机:(1) 有明确任务时 (2) 任务完成时 (3) 用户要求查看进度。
Usage Guidance
This skill appears to do only what it says: manage TODO and DONE files under memory/todo. Before installing, decide whether you are comfortable with an autonomously-invoked agent editing those files (the spec encourages proactive updates). If you prefer manual control, disable autonomous invocation for the skill or review/backup the memory/todo folder. Also ensure memory/todo does not contain sensitive data you wouldn't want the agent to write or expose.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-todo-list
Version: 1.0.0
The openclaw-todo-list skill is a standard task management utility that instructs the agent to maintain TODO and DONE lists in markdown format within a local directory. The logic and instructions in SKILL.md and spec.md are strictly limited to file operations (mkdir, touch, cat) and organizational workflows consistent with its stated purpose, with no evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
The name/description (TODO list management) matches the instructions and references: all actions are file-based operations on memory/todo/TODO.md and memory/todo/DONE.md. There are no unrelated environment variables, binaries, or network endpoints requested.
Instruction Scope
Runtime instructions are limited to reading, creating, and editing files under memory/todo (mkdir, touch, cat, manual edit). This is appropriate for a local todo manager. The spec also encourages '主动更新' and '每隔一段时间主动检查' (proactive/periodic checks), which is within scope but somewhat vague and could let an autonomous agent decide when to write/update files — a behavior the user should be aware of.
Install Mechanism
Instruction-only skill with no install spec and no code files to execute; nothing is downloaded or written to disk by an installer.
Credentials
No environment variables, credentials, or config paths are requested. The only resource accessed is the local memory/todo directory, which is proportional to the stated purpose.
Persistence & Privilege
always is false and the skill does not request system-wide changes or other skills' config. Note: the platform default allows autonomous invocation, so the skill could perform the file edits it describes without each explicit user prompt; this is coherent with its '主动更新' guidance but may be undesired by some users.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-todo-list - After installation, invoke the skill by name or use
/openclaw-todo-list - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the todo-list skill for managing tasks (TODO/DONE) separate from daily logs.
- Provides clear file formats for TODO.md (待做/进行中) and DONE.md (已完成).
- Emphasizes concise, purposeful task recording and proactive status updates.
- Includes usage instructions, recording conventions, and sample commands.
- Details the difference between task management and daily journaling.
Metadata
Frequently Asked Questions
What is OpenClaw TODO List?
通用待办事项管理技能。记录需要做的事(TODO)和已完成的事(DONE),区分于日记的日常记录。触发时机:(1) 有明确任务时 (2) 任务完成时 (3) 用户要求查看进度。 It is an AI Agent Skill for Claude Code / OpenClaw, with 277 downloads so far.
How do I install OpenClaw TODO List?
Run "/install openclaw-todo-list" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw TODO List free?
Yes, OpenClaw TODO List is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenClaw TODO List support?
OpenClaw TODO List is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw TODO List?
It is built and maintained by AxelHu (@axelhu); the current version is v1.0.0.
More Skills