A zero-dependency scheduling tool that lets you set one-shot or recurring reminders using natural language across multiple communication channels.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install remindme
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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 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.
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 |
Loading
A powerful command-line interface for interacting with the entire Google Workspace suite, including Gmail, Sheets, and Drive.

Open Animate is a comprehensive creative suite that enables AI agents to design, generate, and render professional-grade motion graphics and MP4 videos.

A sophisticated document parsing skill that converts Office and HWP files into structured JSON for seamless AI data extraction.

A powerful hybrid text-to-speech engine combining native macOS local processing for Chinese with high-quality cloud-based Edge-TTS for global languages.

Skill Cleaner is a security tool that scans Openclaw Skills for suspicious patterns and validates them against the VirusTotal reputation database.

A natural language automation tool that schedules shell commands, API health checks, and agent tasks on a one-shot or recurring cron basis.








































