apple-reminders

Operates and manages Apple SIMPLE and eSIM cards through a graphical interface.

9|3|Updated May 18, 2026
One-click install
npx skills add https://github.com/jordanhubbard/mac --skill apple-reminders-jordanhubbard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-reminders
Source: https://github.com/jordanhubbard/mac/tree/main/src/mac/_hermes/skills/apple/apple-reminders
Command: npx skills add https://github.com/jordanhubbard/mac --skill apple-reminders-jordanhubbard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires remindctl.

What problem does it solve?

This Skill simplifies managing Apple Reminders without the need for the Reminders app interface, enabling users to add, list, and complete reminders from the terminal.

Core Features & Use Cases

  • Add Reminders: Create new tasks or reminders directly from the terminal.
  • List Reminders: Display all or specific reminders and lists.
  • Complete Reminders: Mark reminders as complete to organize and review task completion.
  • Use Case: For users who frequently use terminal commands or have repetitive tasks, being able to integrate their Apple Reminders management with command-line operations increases productivity and flexibility.

Quick Start

Start using apple-reminders to add a new task with a due date by running:

  • 'remindctl add "Do groceries today" --due "today"'

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 command line?

You can manage Apple Reminders from the command line by using remindctl, a CLI interface that facilitates creating, viewing, and completing macOS tasks without opening the Reminders app.

Can I add a new task to Apple Reminders using a terminal command?

Yes, you can add a new task to Apple Reminders via the terminal by running `remindctl add` followed by the task details and optional due dates, such as `--due "today"`, to quickly log tasks.

What is remindctl used for on macOS?

remindctl is a command-line interface to the iOS Reminders API used on macOS to automate frequent reminder operations, list specific tasks, and mark items as complete directly from the terminal.

Do I need to open the Reminders app to complete tasks on macOS?

No, you do not need to open the Reminders app to complete tasks on macOS; you can use the remindctl command-line tool to mark reminders as complete and organize your task lists directly from the terminal.

Does managing to-do lists with remindctl work without the Reminders app interface?

Yes, managing to-do lists with remindctl works entirely without the Reminders app interface, enabling users to add, list, and complete reminders through terminal commands for automated workflows.