← Back to Skills Marketplace
youpele52

Remind Me

by youpele52 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
2026
Downloads
0
Stars
10
Active Installs
1
Versions
Install in OpenClaw
/install remind-me-pro
Description
Create, list, and cancel reminders and cron jobs scoped to the channel they were requested from. Use when: user says 'remind me', 'set an alarm', 'schedule a...
Usage Guidance
This skill appears to be what it claims: a channel-scoped reminder/cron helper that uses the OpenClaw CLI. Before installing, confirm the host environment actually provides the 'openclaw' CLI and that the agent is permitted to call it. Note two practical considerations: (1) the service lists all cron jobs (cron list --all) then filters by a tag — if the gateway returns other jobs or verbose errors the skill might surface unrelated data in error messages, so check what the gateway's cron list output contains in your environment; (2) the SKILL.md insists the agent auto-read channel/chatId from session context and never ask the user — ensure your platform's session object exposes only the expected identifiers and you’re comfortable with the agent accessing them. If those points are acceptable, the skill is coherent and proportionate to its stated purpose.
Capability Analysis
Type: OpenClaw Skill Name: remind-me-pro Version: 0.1.0 The 'Remind Me Pro' skill is a legitimate tool for managing cron-based reminders and scheduled tasks via the OpenClaw gateway. It implements proper channel-scoping logic in `src/service.py` to ensure users can only list or cancel reminders belonging to their specific chat session, and it uses safe subprocess execution (passing arguments as a list) in `src/main.py` to prevent shell injection.
Capability Assessment
Purpose & Capability
Name/description, required binaries (uv, openclaw), and the included Python scripts consistently implement scheduling via the OpenClaw CLI (cron add/list/rm). Asking for channel + chatId from session context is consistent with delivering reminders to the originating chat.
Instruction Scope
SKILL.md clearly instructs the agent to auto-detect channel/chatId from session context and to call the included script via 'uv run' with those values. This stays within the stated purpose. Minor caution: the skill calls the gateway to 'cron list --all' and then filters results; if the gateway returns other jobs or verbose output, error messages could include unrelated data. The instructions also use an absolute workspace path (/root/.openclaw/...) which is platform-specific but not malicious.
Install Mechanism
No install spec or external downloads are present; the skill is instruction-plus-source and runs the bundled Python script via the platform 'uv' runner. No remote code fetch or archive extraction is requested.
Credentials
The skill requires no environment variables or external credentials. It does require access to the session context (channel/chatId) which is appropriate for scoped reminders. This is proportional, but you should be aware the agent is instructed to read session context values (not to ask the user) — verify your platform's session object only exposes the expected chat metadata.
Persistence & Privilege
The skill does not request 'always: true', does not persist or modify other skills' configs, and requires only normal runtime invocation. Autonomous invocation remains enabled (platform default) which is expected for skills of this type.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install remind-me-pro
  3. After installation, invoke the skill by name or use /remind-me-pro
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of Remind Me skill for creating, listing, and canceling reminders and cron jobs scoped to the current chat/channel. - Handles "remind me", "set an alarm", "schedule a cron", "alert me", "cancel reminder", and "list my reminders" commands. - Auto-detects channel and chat ID from session context (never asks user for these). - Requires clear specification of WHAT (reminder), WHEN (schedule), and WHERE (delivery target) before creating any job, with interactive clarification if any are missing or ambiguous. - Supports one-time (`at:`), recurring (`every:`), and cron-based (`cron:`) reminders; asks user for confirmation before executing. - Provides commands and formatting for creating, listing, and canceling reminders or cron jobs, always confirming intent with the user.
Metadata
Slug remind-me-pro
Version 0.1.0
License MIT-0
All-time Installs 10
Active Installs 10
Total Versions 1
Frequently Asked Questions

What is Remind Me?

Create, list, and cancel reminders and cron jobs scoped to the channel they were requested from. Use when: user says 'remind me', 'set an alarm', 'schedule a... It is an AI Agent Skill for Claude Code / OpenClaw, with 2026 downloads so far.

How do I install Remind Me?

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

Is Remind Me free?

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

Which platforms does Remind Me support?

Remind Me is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Remind Me?

It is built and maintained by youpele52 (@youpele52); the current version is v0.1.0.

💬 Comments