reminders

Schedule, list, and cancel time-based reminders via reminder APIs.

270|65|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/sepivip/SeekerClaw --skill reminders-sepivip
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reminders
Source: https://github.com/sepivip/SeekerClaw/tree/main/app/src/main/assets/default-skills/reminders
Command: npx skills add https://github.com/sepivip/SeekerClaw --skill reminders-sepivip

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reminders help you avoid missing important tasks by scheduling notifications at specific times. This eliminates manual tracking and keeps you on top of commitments.

Core Features & Use Cases

  • Create reminders: schedule one-time notifications for a specified time.
  • List reminders: view pending reminders with IDs, messages, and due times.
  • Cancel reminders: remove scheduled reminders by ID.
  • Use case: Example: "Remind me to call mom at 5pm" to trigger a notification.

Quick Start

Set a reminder for tomorrow at 9am to call mom.

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 using natural language inputs?

Schedule time-based reminders by entering natural-language prompts like 'remind me to call mom at 5pm.' The time-parsing logic processes your input and triggers standard reminder APIs to set the notification.

Can I view and manage pending reminders after they are scheduled?

List pending reminders to view their IDs, messages, and due times. You can manage scheduled notifications by using the specific reminder ID to cancel and remove them.

What's the best way to set up notifications for personal and professional tasks?

Set up notifications for personal and professional tasks by creating one-time reminders with a specified time. This eliminates manual tracking and ensures commitments are not forgotten.

Does the reminder Skill handle errors when parsing time inputs?

Yes, the reminder Skill relies on input validation and user feedback to handle errors gracefully. This ensures that invalid time-based triggers or scheduling conflicts are managed properly.

How do I cancel a scheduled reminder once it is no longer needed?

Cancel scheduled reminders by providing the specific reminder ID. The system uses the reminder_cancel API to remove the notification, ensuring you do not receive obsolete alerts.