remindme

Schedule one-shot or recurring reminders via natural language commands.

375|38|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/CraftOS-dev/CraftBot --skill remindme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remindme
Source: https://github.com/CraftOS-dev/CraftBot/tree/main/skills/remindme
Command: npx skills add https://github.com/CraftOS-dev/CraftBot --skill remindme

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows users to set reminders for themselves using natural language, ensuring they don't forget important tasks or events.

Core Features & Use Cases

  • Natural Language Parsing: Understands a wide variety of time expressions, from "in 10 minutes" to "every Friday at 5pm".
  • Cross-Platform Delivery: Can send reminders to Telegram, Discord, Slack, WhatsApp, and Signal.
  • Use Case: A user can say, "remind me to call mom tomorrow at 6pm on telegram," and the skill will schedule and deliver the reminder via Telegram.

Quick Start

Use the remindme skill to set a reminder to drink water in 30 minutes.

Frequently Asked Questions about remindme

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

FAQPage Schema
How do I schedule recurring reminders using natural language on Discord?

You can schedule recurring reminders on Discord by typing natural language commands like "every Friday at 5pm". The remindme skill parses relative and absolute times, supports cron expressions or intervals, and delivers messages directly to your Discord channel.

Can I send a scheduled reminder to Telegram, Slack, or other messaging platforms?

Yes, scheduled reminders can be delivered to Telegram, Slack, Discord, WhatsApp, and Signal. You specify the target platform in your natural language command, and the skill routes the one-shot or recurring reminder to that messaging service.

How does natural language parsing work for scheduling cron jobs?

Natural language parsing for cron jobs works by translating plain text time expressions like "in 10 minutes" or "every Friday at 5pm" into standard cron expressions or intervals. This allows the scheduling system to reliably execute your reminders automatically.

What is the best way to set a one-shot reminder for a specific time?

The best way to set a one-shot reminder is to use a natural language command with an absolute time, such as "remind me to call mom tomorrow at 6pm". The skill parses the exact time and schedules the delivery without requiring manual cron syntax.

Can I cancel a scheduled reminder after it has been set?

Yes, scheduled reminders can be cancelled after they are set. The skill provides cancellation functionality to manage and remove one-shot or recurring reminders that are currently queued in the cron job execution system.

Do I need to write cron expressions to schedule interval reminders?

No, you do not need to write cron expressions manually to schedule interval reminders. The skill understands natural language intervals like "every Friday at 5pm", though it fully supports standard cron syntax if you prefer to use it for complex recurring schedules.