← 返回 Skills 市场
116
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install work-todo
功能描述
管理工作待办事项,支持添加、查看、完成、删除待办
安全使用建议
This skill appears internally consistent and local-only. Before installing: (1) Review SKILL.md yourself to confirm the file path and behavior are acceptable; it will create and modify ~/.openclaw/workspace/shared/work-todo/lwork/todos.json. (2) If the directory is sensitive, consider changing the storage path or restrict file permissions. (3) Note a minor metadata/version mismatch (SKILL.md shows 1.0.0 while registry lists 1.0.1) — not a security problem but worth checking for updated instructions. (4) If you prefer stricter control, disable autonomous invocation for agents that could call this skill, or monitor the created file for unexpected contents.
能力评估
Purpose & Capability
Name/description (work todo manager) matches the included instructions: Python snippets to load, save, add, and update todos stored in a JSON file. No unrelated credentials, binaries, or services are requested.
Instruction Scope
Instructions operate on a single filesystem path (~/.openclaw/workspace/shared/work-todo/lwork/todos.json) and include concrete Python functions for CRUD on that file. This is scoped to the stated purpose, but the skill will read/write a file in your home directory — verify you are comfortable with that storage location and its contents.
Install Mechanism
No install spec and no code files beyond SKILL.md (instruction-only) — nothing is downloaded or written to disk by an installer. Lowest-risk install footprint.
Credentials
No environment variables, credentials, or external config paths are required. The only resource accessed is the declared JSON file path.
Persistence & Privilege
always is false and the skill is user-invocable (normal). It does create/modify a file under the user's home but does not request persistent elevated privileges or modify other skills/configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install work-todo - 安装完成后,直接呼叫该 Skill 的名称或使用
/work-todo触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
更新每日工作汇报格式,支持按已延误→今日截止→近期截止→远期截止分类展示
v1.0.0
Initial release of Work Todo - 工作待办管理
- Provides task management: add, view, complete, and delete work to-dos.
- Stores data as JSON at `~/.openclaw/workspace/shared/work-todo/lwork/todos.json`.
- Supports structured fields (e.g., content, project, dates, status, progress, assessment).
- Includes project name/alias/location mapping and flexible date parsing.
- Enables status updates, progress tracking, and performance assessment (on-time or delayed).
元数据
常见问题
Work Todo - 工作待办管理 是什么?
管理工作待办事项,支持添加、查看、完成、删除待办. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 116 次。
如何安装 Work Todo - 工作待办管理?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install work-todo」即可一键安装,无需额外配置。
Work Todo - 工作待办管理 是免费的吗?
是的,Work Todo - 工作待办管理 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Work Todo - 工作待办管理 支持哪些平台?
Work Todo - 工作待办管理 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Work Todo - 工作待办管理?
由 liumeixin(@liumeixin)开发并维护,当前版本 v1.0.1。
推荐 Skills