reminders

Create, list, and remove cron-based reminders with specific payloads.

3|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/jholhewres/goclaw-skills --skill reminders-jholhewres
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reminders
Source: https://github.com/jholhewres/goclaw-skills/tree/main/skills/reminders
Command: npx skills add https://github.com/jholhewres/goclaw-skills --skill reminders-jholhewres

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users manage their time effectively by creating, listing, and removing time-based reminders, ensuring they don't miss important events or tasks.

Core Features & Use Cases

  • Create Reminders: Schedule reminders for specific dates and times using cron expressions.
  • List Reminders: View all currently scheduled reminders.
  • Remove Reminders: Cancel or delete existing reminders.
  • Use Case: A user can ask to be reminded about a meeting tomorrow at 3 PM, or to drink water every day at 9 AM.

Quick Start

Create a reminder for tomorrow at 3 PM with the message "Meeting with client".

Frequently Asked Questions about reminders

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

FAQPage Schema
How do I schedule time-based reminders for personal tasks?

You schedule time-based reminders by creating alerts with specific payloads and cron expressions. This cron scheduling system allows you to set up precise notifications for personal task management, ensuring you receive event alerts exactly when needed.

How do I set up recurring alerts for daily tasks?

You set up recurring alerts by using cron expressions when creating a reminder. This scheduling system supports recurring notifications, allowing you to automate daily reminders like drinking water at 9 AM or attending weekly meetings.

Can I view and manage all my scheduled alerts in one place?

Yes, you can list all currently scheduled alerts using the system's listing function. This allows you to view your active time-based reminders and remove any that are no longer needed to keep your schedule organized.

Do I need to know cron expressions to create reminders?

Yes, creating reminders requires using cron expressions to define the schedule. This syntax specifies exact dates, times, and recurrence patterns for your alerts, providing precise control over when your notifications trigger.

What's the best way to cancel a scheduled reminder?

The best way to cancel a scheduled reminder is to use the system's removal function. You can remove existing alerts from your active schedule, effectively deleting any time-based notifications you no longer need.