Remind Me v2 for Openclaw

A zero-dependency scheduling tool that lets you set one-shot or recurring reminders using natural language across multiple communication channels.

jacobthejacobs
v2.0.2
Feb 12, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install remindme

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install remindme using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Remind Me v2?

Remind Me v2 is a sophisticated automation utility designed for the Openclaw environment. It empowers users to schedule alerts and tasks without complex syntax, utilizing a multi-layered natural language processing pipeline. Whether you are managing daily standups or quick timers, this skill bridges the gap between conversational intent and robust cron-based execution.

As one of the essential Openclaw Skills, it provides a seamless interface for task management. It eliminates the need for external dependencies by leveraging native cron capabilities, ensuring that your reminders are delivered reliably to your preferred messaging platforms like Telegram, Discord, or Slack.

Remind Me v2 Use Cases

  • Setting a quick timer for immediate tasks like turning off the oven or checking a deployment.
  • Scheduling recurring team meetings or standups using simple phrases like every weekday at 9am.
  • Organizing holiday-specific alerts using LLM-powered date reasoning for events like Thanksgiving or Christmas.
  • Managing personal habits with every day or every weekend triggers.
  • Sending cross-platform notifications to ensure you never miss a deadline regardless of which device you are using.

How Remind Me v2 Works

  1. The user triggers the skill using the /remindme command followed by a message and a time-based prompt.
  2. The system parses the input through a four-layer pipeline: Pattern Matching, Slang Resolution, Holiday/Event reasoning, and Ambiguity detection.
  3. It determines the delivery channel by checking for explicit overrides (e.g., on telegram), the current active channel, or saved preferences in memory.
  4. The skill computes the schedule using the user's local timezone, generating either an ISO 8601 timestamp for one-shot tasks or a cron/interval expression for recurring ones.
  5. A job is registered via the cron.add system with an isolated session target and an announce delivery mode.
  6. The user receives a confirmation including a unique Job ID, which can be used to list or cancel the reminder later.

Remind Me v2 Setup

Remind Me v2 is a core utility within the Openclaw Skills ecosystem and requires no external dependencies. Simply ensure your agent has access to the skill and that your messaging gateways are configured.

# Trigger a reminder directly in your chat
/remindme drink water in 20 minutes

# List all active jobs
/remindme list

To optimize delivery, you can specify your preferred notification channel in your MEMORY.md file.

Remind Me v2 Data Schema & Taxonomy

The skill organizes its scheduling data using a structured JSON payload for the cron system. Each job is tracked via a unique identifier.

Property Description Logic
jobId Unique identifier Generated upon successful creation
schedule Timing object Defines kind (at, cron, or every)
payload Message content The text to be delivered to the user
delivery Channel routing Routes to Telegram, Discord, Slack, etc.
deleteAfterRun Lifecycle management Set to true for one-shot reminders

Remind Me v2 Advanced Features

  • Multi-channel delivery support for Telegram, Discord, Slack, WhatsApp, Signal, and iMessage.
  • Intelligent holiday and floating-date resolution allowing for prompts like 3 days before Thanksgiving.
  • Automatic cleanup of one-shot tasks to maintain a clean environment among your Openclaw Skills.
  • Exponential backoff for recurring jobs to ensure reliability during transient network issues.
  • Support for complex cron expressions and precise millisecond-based intervals.
  • Local timezone awareness that defaults to system settings but supports explicit overrides.

SKILL.md


Loading

Related Openclaw Skills

Featured*