OpenClaw TODO List

v1.0.0

通用待办事项管理技能。记录需要做的事(TODO)和已完成的事(DONE),区分于日记的日常记录。触发时机:(1) 有明确任务时 (2) 任务完成时 (3) 用户要求查看进度。

0· 202·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk9724drbqbfmjgt87re70cpt65838h21

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments