apple-reminders

Manage Apple Reminders via the remindctl CLI on macOS.

1|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/Zentin-L/Masterbot --skill apple-reminders-zentin-l
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-reminders
Source: https://github.com/Zentin-L/Masterbot/tree/main/skills/apple-reminders
Command: npx skills add https://github.com/Zentin-L/Masterbot --skill apple-reminders-zentin-l

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage Apple Reminders from the command line by exposing the remindctl CLI for macOS, enabling quick reminder management without a GUI.

Core Features & Use Cases

  • List, add, edit, complete, and delete reminders from the terminal on macOS.
  • Support for multiple lists, date-based views, and outputs in JSON or plain text for scripting.

Quick Start

Run remindctl to list, add, edit, or delete reminders 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 command line on macOS?

You can manage Apple Reminders from the command line on macOS by using the remindctl CLI to list, add, edit, complete, and delete reminders without needing a GUI. It supports multiple lists, date-based views, and JSON or plain text outputs for scripting.

Can I add and complete reminders using a macOS terminal script?

Yes, you can add and complete reminders using a macOS terminal script by executing remindctl commands to add, edit, complete, and delete reminders. The CLI supports plain text and JSON outputs for automation workflows.

What do I need to use remindctl for Apple Reminders automation?

To use remindctl for Apple Reminders automation, you need a macOS system with the remindctl binary installed via Homebrew or from source, and you must grant appropriate permissions for Reminders access.

Does the Apple Reminders CLI support filtering by list and date?

Yes, the Apple Reminders CLI supports filtering by list and date, providing list-specific views and date-based filters to narrow down reminders. Output can be returned in either JSON or plain text formats.

What is the best way to script reminder management without a GUI on macOS?

The best way to script reminder management without a GUI on macOS is using the remindctl CLI to execute operations like adding, editing, and deleting reminders, leveraging JSON outputs for seamless integration into automated workflows.

Why does remindctl fail to access Apple Reminders on macOS?

remindctl fails to access Apple Reminders on macOS if the required permissions for Reminders access are not granted, or if the remindctl binary is not properly installed on the system via Homebrew or from source.