LaunchKit · 2026
Back to Skills

mh-apple-reminders

Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete)

0
281 downloads
by @mohdalhashemi98-hue

Setup & Installation

openclaw skills install @mohdalhashemi98-hue/mh-apple-reminders

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

npx clawhub install mh-apple-reminders

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.

INPUT

User asks: Add a reminder to call mom tomorrow at 9am and put it in my Personal list

AGENT
  1. 1Run remindctl list to confirm the Personal list exists
  2. 2Run remindctl add --title "Call mom" --list Personal --due "tomorrow 09:00" to create the reminder
  3. 3Run remindctl tomorrow to confirm the reminder appears in tomorrow's list
OUTPUT

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.

remindctl installed via Homebrew (brew install steipete/tap/remindctl)macOS Reminders permission granted when prompted