Openclaw Task Reminder

v1.0.0

Simple task reminder for OpenClaw agents. Create, list, and manage tasks with priority levels. Use for tracking to-dos and getting reminders for important wo...

0· 125·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
Name/description align with the included task.js and SKILL.md. The script implements add/list/done/clear operations and persists to ~/.openclaw/workspace/tasks.json — consistent with a local task reminder.
Instruction Scope
SKILL.md instructs only to install via npx and run the local Node script. The runtime instructions and code only access the HOME env var/path for storing tasks and do not read other system files, credentials, or transmit data externally.
Install Mechanism
The skill has no embedded install spec (instruction-only), which is lowest technical risk. SKILL.md suggests using `npx clawhub@latest install ...` — that step will fetch remote code from the npm ecosystem (or whatever `clawhub` points to). This is expected for a user install but is an external network action the user should review before running.
Credentials
No required environment variables or credentials are declared. The script reads process.env.HOME (to locate the workspace) which is appropriate and proportionate for local persistent storage.
Persistence & Privilege
The skill writes to a single directory under the user's home (~/.openclaw/workspace/tasks.json). It does not request always:true, does not modify other skills or system-wide settings, and does not request elevated privileges.
Assessment
This skill appears to do what it says: a simple local task manager that stores tasks at ~/.openclaw/workspace/tasks.json. Before installing, you should: 1) review the small task.js source (already included) yourself or in a trusted editor; 2) be aware the SKILL.md's `npx clawhub@latest install ...` will fetch remote code — only run it if you trust the `clawhub` publisher; 3) back up any existing ~/.openclaw/workspace/tasks.json if you have important data; 4) note the SKILL.md contains an external "Installation Service" link/charge (marketing), which is unrelated to the skill's functionality and not required to use it. If you want to be extra cautious, run the provided task.js directly from the included file in an isolated environment rather than running an automatic installer.

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

latestvk975v98b4fp0wpknre3f29gngh836q82

License

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

Comments