← Back to Skills Marketplace
yang1002378395-cmyk

Openclaw Task Reminder

by yang1002378395-cmyk · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
235
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-task-reminder
Description
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...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-task-reminder Version: 1.0.0 The skill is a straightforward task management tool that allows users to create, list, and complete tasks stored locally in a JSON file. The code in task.js is functional and lacks any network activity, sensitive data access, or dangerous execution patterns, while SKILL.md provides standard usage instructions.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-task-reminder
  3. After installation, invoke the skill by name or use /openclaw-task-reminder
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
openclaw-task-reminder 1.0.0 - Initial release with essential task management features for OpenClaw agents. - Add, list, and manage tasks with high, medium, or low priority. - Mark tasks as done and clear completed tasks. - Persistent storage ensures your to-dos stay organized. - Simple CLI for fast, effective task tracking.
Metadata
Slug openclaw-task-reminder
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Openclaw Task Reminder?

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... It is an AI Agent Skill for Claude Code / OpenClaw, with 235 downloads so far.

How do I install Openclaw Task Reminder?

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

Is Openclaw Task Reminder free?

Yes, Openclaw Task Reminder is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Openclaw Task Reminder support?

Openclaw Task Reminder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Openclaw Task Reminder?

It is built and maintained by yang1002378395-cmyk (@yang1002378395-cmyk); the current version is v1.0.0.

💬 Comments