LaunchKit · 2026
Back to Skills

macos-reminders

Create, list, and manage macOS Reminders via AppleScript.

0
0 downloads
by @lucaperret

Setup & Installation

openclaw skills install @lucaperret/macos-reminders

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

npx clawhub install macos-reminders

What This Skill Does

Creates, lists, and manages Apple Reminders on macOS using AppleScript via a shell script. Handles natural language like "remind me tomorrow at 2pm" or "add to my shopping list" by mapping phrases to structured JSON fields. macOS only.

Uses relative day offsets instead of locale-specific date strings, so it works correctly across French, English, and German macOS systems without format errors.

When to use it

  • Adding grocery items to a shopping list by voice or chat
  • Setting a high-priority reminder for a deadline with a specific time
  • Listing all pending reminders in a work list
  • Creating a flagged task for something that needs follow-up
  • Scheduling a reminder for next Monday without specifying an exact date

Example Workflow

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

INPUT

User asks: Remind me to submit the report on March 20 at 9am, high priority

AGENT
  1. 1Run list-lists to find available reminder lists
  2. 2Select the default or most appropriate list
  3. 3Build JSON with name, iso_date, hour, priority 1, and flagged true
  4. 4Pipe JSON to create-reminder via stdin
OUTPUT

Reminder "Submit the report" created in Reminders list, due 2026-03-20 at 09:00, flagged and marked high priority