apple-reminders

Manage Apple Reminders programmatically via the remindctl CLI on macOS.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Apple Reminders can be tedious to manage across devices; this skill enables quick creation, listing, and completion of reminders via a CLI using remindctl on macOS.

Core Features & Use Cases

  • View and list reminders
  • Add, complete, and delete reminders
  • Sync across Apple devices via iCloud
  • Use cases include capturing tasks from the terminal and automating reminder workflows in scripts

Quick Start

Create a new reminder named "Call mom" due tomorrow using remindctl on macOS.

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 on macOS?

You can manage Apple Reminders from the terminal by using the remindctl CLI on macOS to programmatically list, add, complete, and delete reminders across your lists with iCloud synchronization.

Do I need remindctl installed to create reminders via the command line?

Yes, you need remindctl installed on macOS to use this Skill. It serves as the prerequisite command-line interface that enables programmatic interaction with your Apple Reminders data and lists.

Can I automate task management workflows by adding reminders in scripts?

Yes, you can automate task management workflows in scripts by integrating remindctl commands to capture tasks and add reminders directly from the terminal, streamlining your personal productivity routines.

Does managing reminders through the CLI sync tasks across Apple devices via iCloud?

Yes, managing reminders through the CLI syncs tasks across Apple devices via iCloud. This ensures that any reminders you add, complete, or delete from the terminal are updated on all your connected devices.

What's the best way to list and complete existing to-do lists from the terminal?

The best way to list and complete existing to-do lists from the terminal is using the remindctl command on macOS, which allows you to view all reminders and mark specific tasks as completed programmatically.