Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Manages Apple Reminders from the terminal using the remindctl CLI. Supports listing, creating, completing, and deleting reminders across named lists with date filters and multiple output formats. Reminders sync to iPhone and iPad through iCloud.
remindctl lets you manage Apple Reminders from the terminal with full iCloud sync, avoiding the need to switch to the Reminders app or rely on Siri.
When to use it
- Adding a reminder with a due date that appears on your iPhone
- Listing all overdue reminders across your Apple Reminders lists
- Creating a new Reminders list for a project
- Bulk-completing multiple reminders by ID
- Checking this week's reminders in JSON format for scripting
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Add a reminder to call mom tomorrow at 9am and put it in my Personal list
- 1Run remindctl list to confirm the Personal list exists
- 2Run remindctl add --title "Call mom" --list Personal --due "tomorrow 09:00" to create the reminder
- 3Run remindctl tomorrow to confirm the reminder appears in tomorrow's list
Reminder 'Call mom' created in Personal list, due tomorrow at 9:00 AM, visible in Apple Reminders and synced to iCloud devices
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.