reminder-bot

Automate WhatsApp reminder creation, storage, and delivery via alias-based commands.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/AndrewXuTurtle/openclaw-oneclick --skill reminder-bot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reminder-bot
Source: https://github.com/AndrewXuTurtle/openclaw-oneclick/tree/main/skills/reminder-bot
Command: npx skills add https://github.com/AndrewXuTurtle/openclaw-oneclick --skill reminder-bot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

WhatsApp users frequently forget important tasks and recurring reminders; this skill provides automatic creation, storage, and notification for alias-based reminders with immediate confirmation and one-hour-before alerts.

Core Features & Use Cases

  • Alias-based reminder creation and management
  • Immediate confirmation message on addition
  • One-hour-before reminders via a cron schedule (5 and 35 minutes past the hour)
  • Local storage of reminders in a JSON file for persistence

Quick Start

Create a reminder using the command format reminder - <alias> - <task> - <time> - <repeat> to schedule a one-hour-before alert.

Frequently Asked Questions about reminder-bot

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

FAQPage Schema
How do I set up WhatsApp reminders using a cron schedule?

Set up WhatsApp reminders by creating tasks via an alias command and running a Python CLI with a cron scheduler at 05 and 35 minutes past the hour to deliver one-hour-before alerts.

What is the command format to create an alias-based reminder?

The command format to create an alias-based reminder is: reminder - <alias> - <task> - <time> - <repeat>, which schedules a one-hour-before alert and sends an immediate confirmation message.

Does this reminder automation store scheduled tasks in local storage?

Yes, this reminder automation stores scheduled tasks in local storage using a JSON file, ensuring persistence for your alias-based reminders and recurring task alerts across cron executions.

Can I list and compute due reminders through a Python CLI?

Yes, you can list and compute due reminders through the Python CLI, which processes your locally stored reminders and determines which alerts are scheduled for delivery.

Why does the cron scheduler run at 5 and 35 minutes past the hour?

The cron scheduler runs at 5 and 35 minutes past the hour to poll for due reminders and deliver one-hour-before WhatsApp alerts efficiently within the Asia/Jakarta timezone.