apple-reminders

Manage Apple Reminders from the terminal using remindctl.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Harries/hermes-agent --skill apple-reminders-harries
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-reminders
Source: https://github.com/Harries/hermes-agent/tree/main/skills/apple/apple-reminders
Command: npx skills add https://github.com/Harries/hermes-agent --skill apple-reminders-harries

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage Apple Reminders efficiently from the command line, removing the need to switch apps for quick updates and keeping tasks synced across devices.

Core Features & Use Cases

  • List: view reminders across lists from the terminal.
  • Add: create new reminders with titles and due dates.
  • Complete/Delete: mark tasks done or remove them as needed.
  • Cross-device sync: rely on iCloud to sync changes to iPhone, iPad, and Mac.

Quick Start

Install remindctl, grant Reminders permissions when prompted, and start managing reminders from the terminal.

Frequently Asked Questions about apple-reminders

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Apple Reminders from the terminal?

You can manage Apple Reminders from the terminal by installing the remindctl CLI on macOS. It enables you to list, add, complete, and delete tasks directly from your command line without switching apps.

Do I need macOS to control Apple Reminders via the command line?

Yes, you need macOS and access to the Reminders.app to use the command line interface. After installing remindctl, you must grant it Reminders permissions when prompted to manage tasks.

Can I add reminders with due dates using a CLI script?

Yes, you can add new reminders with specific due dates using CLI scripting. The remindctl tool allows you to create tasks with titles and due dates directly from your terminal commands.

Will tasks I manage from the terminal sync to my iPhone via iCloud?

Yes, tasks managed from the terminal sync to your iPhone, iPad, and Mac via iCloud. Changes made using remindctl automatically synchronize across all your linked devices.

What's the best way to automate todo task-management for Apple Reminders?

Automating todo task-management for Apple Reminders is best done using the remindctl CLI tool for scripting. It allows you to automate listing, adding, and completing tasks directly within your macOS terminal workflows.