ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

set-reminder

Use when user wants to be reminded about something at a specific time or recurring schedule. Creates cron-based reminders delivered via iMessage, Discord, or other configured channels.

Why use this skill?

Master your schedule with the OpenClaw set-reminder skill. Create one-shot, recurring, or cron-based alerts delivered via Discord or iMessage with ease.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/onionrings29/set-reminder
Or

What This Skill Does

The set-reminder skill for OpenClaw is a powerful automation tool designed to keep you on track by managing time-sensitive tasks. It integrates directly with the OpenClaw cron engine to provide reliable, automated notifications across multiple communication platforms. Whether you need a one-time alert for a meeting, a periodic nudge to stay hydrated, or a complex recurring schedule for daily stand-ups, this skill handles the heavy lifting of scheduling, time zone conversion, and platform routing.

Installation

To integrate this skill into your workflow, you can install it using the OpenClaw hub command: clawhub install openclaw/skills/skills/onionrings29/set-reminder

Once installed, ensure you populate the config.json file in the skill's directory. You must define a default notification channel, your local timezone (e.g., 'America/Edmonton'), and your destination handles for channels like iMessage or Discord. The system prioritizes local directory configs, making it ideal for isolated workspace environments.

Use Cases

This skill is perfect for individuals looking to minimize context switching and offload cognitive load. Common use cases include:

  • Professional meeting management: Triggering reminders 5 minutes before scheduled calls.
  • Health & Wellness: Setting interval-based reminders to stand, stretch, or drink water every few hours.
  • Routine Automation: Managing recurring daily tasks like submitting time sheets, checking system logs, or performing database backups.
  • Personal Productivity: Creating "do-this-later" reminders that move tasks out of your immediate focus and into the notification stream.

Example Prompts

  1. "OpenClaw, remind me in 20 minutes to jump on the client demo call."
  2. "Set a daily recurring reminder for 9:00 AM in the discord channel to post our team standup notes."
  3. "Set a reminder every 2 hours to drink water."

Tips & Limitations

To get the most out of set-reminder, always verify your timezone settings in the config file; inaccurate timezones are the most common source of scheduling errors. For relative time offsets (like '+20m'), ensure you are using valid syntax to avoid parsing failures. Please note that while the skill supports cron expressions for advanced users, the cron-syntax is strict; ensure your expression matches the standard 5-field format. Finally, if you are using multiple communication channels, explicitly declare the channel name in your command to avoid messages being sent to your default channel by mistake.

Metadata

Stars1287
Views1
Updated2026-02-22
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-onionrings29-set-reminder": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#automation#scheduling#reminders#productivity
Safety Score: 4/5

Flags: file-read, file-write, code-execution, external-api