LaunchKit · 2026
Back to Skills

apple-remind-me

Natural language reminders that create actual Apple.

3
2.6k downloads
by @plgonzalezrx8

Setup & Installation

openclaw skills install @plgonzalezrx8/apple-remind-me

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install apple-remind-me

Version History

v1.0.1Feb 1, 2026 - Version note by skill developer:

- Changed skill metadata source from "clawdbot" to "openclaw". - No functional or command changes; documentation and features remain the same.

What This Skill Does

Manages Apple Reminders from natural language input on macOS. Creates, lists, edits, completes, and deletes reminders using shell scripts backed by remindctl. Changes sync immediately to iCloud and all connected Apple devices.

Writes directly to Apple Reminders.app, so reminders appear on iPhone, iPad, and Apple Watch automatically without any third-party service.

When to use it

  • Setting a reminder to call someone tomorrow at a specific time
  • Rescheduling a meeting to next Friday via natural language
  • Listing all pending reminders for the day
  • Marking a completed task as done from the command line
  • Deleting an outdated reminder by name

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Remind me to call the dentist tomorrow at 3pm

AGENT
  1. 1Parse the reminder text and time from the user message
  2. 2Run create-reminder.sh "Call the dentist" "tomorrow at 3pm"
  3. 3remindctl creates the entry in Apple Reminders.app with an ISO 8601 timestamp
  4. 4Confirm the reminder was created with the correct scheduled time
OUTPUT

Reminder "Call the dentist" added for tomorrow at 15:00, visible in Reminders.app and synced to connected Apple devices

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

remindctl installed at /usr/local/bin/remindctl (non-standard macOS CLI tool)