Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- 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.
User asks: Remind me to call the dentist tomorrow at 3pm
- 1Parse the reminder text and time from the user message
- 2Run create-reminder.sh "Call the dentist" "tomorrow at 3pm"
- 3remindctl creates the entry in Apple Reminders.app with an ISO 8601 timestamp
- 4Confirm the reminder was created with the correct scheduled time
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.