← 返回 Skills 市场
277
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-todo-list
功能描述
通用待办事项管理技能。记录需要做的事(TODO)和已完成的事(DONE),区分于日记的日常记录。触发时机:(1) 有明确任务时 (2) 任务完成时 (3) 用户要求查看进度。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-todo-list - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-todo-list触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
OpenClaw TODO List 是什么?
通用待办事项管理技能。记录需要做的事(TODO)和已完成的事(DONE),区分于日记的日常记录。触发时机:(1) 有明确任务时 (2) 任务完成时 (3) 用户要求查看进度。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 277 次。
如何安装 OpenClaw TODO List?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-todo-list」即可一键安装,无需额外配置。
OpenClaw TODO List 是免费的吗?
是的,OpenClaw TODO List 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenClaw TODO List 支持哪些平台?
OpenClaw TODO List 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw TODO List?
由 AxelHu(@axelhu)开发并维护,当前版本 v1.0.0。
推荐 Skills