apple-reminders

Manage Apple Reminders from the macOS terminal using remindctl.

2.5k|423|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/Bitterbot-AI/bitterbot-desktop --skill apple-reminders-bitterbot-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-reminders
Source: https://github.com/Bitterbot-AI/bitterbot-desktop/tree/main/skills/apple-reminders
Command: npx skills add https://github.com/Bitterbot-AI/bitterbot-desktop --skill apple-reminders-bitterbot-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage Apple Reminders from the terminal using remindctl on macOS, enabling scriptable control of reminders, lists, and due dates without switching to a GUI.

Core Features & Use Cases

  • List reminders and groups by lists with date filters.
  • Create, update, complete, and delete reminders from the command line.
  • Support for multiple output formats (JSON and plain text) for scripting and logging.
  • macOS-only CLI tool suitable for automation workflows and batch processing.

Quick Start

Install remindctl on macOS via Homebrew and start using it 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?

List, add, edit, complete, and delete Apple Reminders from the terminal by using remindctl on macOS. This enables scriptable control of reminders, lists, and due dates without opening the GUI application.

Does this macOS reminders CLI tool support JSON output for scripting?

Yes, the macOS reminders CLI supports multiple output formats including JSON and plain text for scripting and logging. You can parse reminder data to integrate into batch processing and automation workflows seamlessly.

Do I need Homebrew to use remindctl for automation?

You need remindctl installed on your macOS system to enable terminal automation, which can be installed via Homebrew or built from source. Once installed, you can script reminder management directly from the command line.

What's the best way to automate adding reminders on macOS?

Automate adding reminders on macOS by executing remindctl commands from the terminal to create, update, and complete tasks. This CLI approach suits batch processing and automation workflows by formatting outputs as JSON or plain text.

Can I filter Apple Reminders by date when listing them from the command line?

Yes, you can list reminders and groups by lists with date filters directly from the command line. Using remindctl on macOS provides scriptable control to parse and display filtered reminder data in your terminal.

Are there limitations to scripting Apple Reminders with remindctl?

Scripting Apple Reminders with remindctl is limited to macOS environments only, requiring the tool to be installed via Homebrew or built from source. It is specifically designed for CLI automation, lists, and date filtering rather than GUI interactions.