reminder

Schedule one-time Discord reminders as OpenClaw cron tasks.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Gozei/ClawX --skill reminder-gozei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reminder
Source: https://github.com/Gozei/ClawX/tree/main/resources/custom-skills/openclaw-reminder
Command: npx skills add https://github.com/Gozei/ClawX --skill reminder-gozei

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Create one-time reminders by turning natural-language prompts received in Discord into scheduled OpenClaw cron tasks, ensuring timely delivery of results back to Discord.

Core Features & Use Cases

  • Schedule one-time reminders via Discord using OpenClaw cron.
  • Parse natural-language reminder requests to determine the run time and task content.
  • Deliver results back to Discord in the appropriate channel, supporting personal or team contexts.

Quick Start

Tell me to remind you about something in a specific time, and I will create a cron job to run it and post the result in Discord.

Frequently Asked Questions about reminder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I schedule a one-time Discord reminder from a natural-language message?

To schedule a one-time Discord reminder, you provide a natural-language prompt containing the task content and time, which is parsed into ISO 8601 format and executed as an OpenClaw cron job.

Can I use natural language to set up cron scheduling in Discord?

Yes, you can use natural language to set up cron scheduling in Discord. The system parses your request to determine the run time and task content, then creates the scheduled cron job automatically.

Does the Discord reminder skill support scheduling across personal and team channels?

Yes, the Discord reminder skill supports scheduling across personal and team contexts. It fetches the correct delivery context to ensure the reminder posts to the appropriate channel.

What is the time range supported when creating a scheduled reminder in Discord?

The time range supported when creating a scheduled reminder in Discord spans from seconds to days, allowing flexible short-term and long-term task scheduling via OpenClaw cron.

How does the Discord reminder system handle input validation for scheduled tasks?

The Discord reminder system handles input validation by running a sanitize-message.sh script, ensuring the parsed time and task content are safe before converting them into an OpenClaw cron job.

Do I need OpenClaw to run one-time reminders in Discord?

Yes, you need OpenClaw to run one-time reminders in Discord. The skill relies on OpenClaw cron for scheduling and session status tools to fetch the delivery context for the reminder.