apple-reminders

Manage Apple Reminders via the remindctl CLI on macOS.

1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/sarathi-aiml/openclaw-zero-trust --skill apple-reminders-sarathi-aiml
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-reminders
Source: https://github.com/sarathi-aiml/openclaw-zero-trust/tree/main/skills/apple-reminders
Command: npx skills add https://github.com/sarathi-aiml/openclaw-zero-trust --skill apple-reminders-sarathi-aiml

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Apple Reminders management on macOS can be tedious when done manually from the Reminders app. This Skill enables programmatic control via the remindctl CLI.

Core Features & Use Cases

  • List, add, edit, complete, and delete reminders across lists
  • Support for date filtering and JSON/plain outputs
  • Use Case: Automate daily task setup and updates from shell scripts

Quick Start

Install remindctl via Homebrew and begin 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 macOS terminal?

You can manage Apple Reminders from the terminal by using the remindctl CLI to list, add, edit, complete, and delete reminders across lists with date filters and JSON or plain text outputs.

Do I need Homebrew to automate Apple Reminders via scripting?

To automate Apple Reminders via scripting, you need the remindctl binary installed on your macOS system, which can be installed using Homebrew before executing terminal commands.

What's the best way to list and filter reminders by date in a shell script?

The best way to list and filter reminders by date in a shell script is using the remindctl CLI, which supports date filtering and outputs results in JSON or plain text formats for automation.

Can I edit and complete existing reminders across different lists on macOS?

Yes, you can edit and complete existing reminders across different lists on macOS by executing specific remindctl CLI commands directly from your terminal environment.

Does Apple Reminders automation only work on macOS?

Apple Reminders automation via this method only works on macOS because it relies on the remindctl CLI, which targets the native Apple Reminders application and its specific platform architecture.

How do I get JSON output for reminders to use in other automation workflows?

You can get JSON output for reminders to use in other automation workflows by executing remindctl CLI commands, which support returning structured JSON data for seamless shell script integration.