← Back to Skills Marketplace
liumeixin

Work Todo - 工作待办管理

by liumeixin · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
116
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install work-todo
Description
管理工作待办事项,支持添加、查看、完成、删除待办
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install work-todo
  3. After installation, invoke the skill by name or use /work-todo
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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).
Metadata
Slug work-todo
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Work Todo - 工作待办管理?

管理工作待办事项,支持添加、查看、完成、删除待办. It is an AI Agent Skill for Claude Code / OpenClaw, with 116 downloads so far.

How do I install Work Todo - 工作待办管理?

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

Is Work Todo - 工作待办管理 free?

Yes, Work Todo - 工作待办管理 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Work Todo - 工作待办管理 support?

Work Todo - 工作待办管理 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Work Todo - 工作待办管理?

It is built and maintained by liumeixin (@liumeixin); the current version is v1.0.1.

💬 Comments