Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: Remind me to submit the report on March 20 at 9am, high priority
- 1Run list-lists to find available reminder lists
- 2Select the default or most appropriate list
- 3Build JSON with name, iso_date, hour, priority 1, and flagged true
- 4Pipe JSON to create-reminder via stdin
Reminder "Submit the report" created in Reminders list, due 2026-03-20 at 09:00, flagged and marked high priority