apple-reminders

Manage Apple Reminders from the terminal using remindctl.

11|Updated May 17, 2026
One-click install
npx skills add https://github.com/StarryCod/cogitum --skill apple-reminders-starrycod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-reminders
Source: https://github.com/StarryCod/cogitum/tree/main/cogitum/data/skills/apple/apple-reminders
Command: npx skills add https://github.com/StarryCod/cogitum --skill apple-reminders-starrycod

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage Apple Reminders directly from the terminal using remindctl, eliminating context-switching to the Reminders app and enabling automation-friendly workflows.

Core Features & Use Cases

  • Add reminders from scripts or the command line with simple, repeatable syntax.
  • List and query upcoming reminders to stay on top of tasks.
  • Mark reminders as complete to keep iCloud-synced task status.

Quick Start

Install remindctl and run remindctl add "Buy groceries" to create your first reminder.

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?

You can manage Apple Reminders from the terminal by using remindctl to add, list, and complete tasks. This approach eliminates the need to open the Reminders app and enables automation-friendly workflows directly from the command line.

Can I add reminders using a macOS automation script?

Yes, you can add reminders using a macOS automation script by executing remindctl commands. This allows you to create tasks with simple, repeatable syntax without interrupting your terminal workflow.

Does managing reminders via terminal require the Reminders app to be open?

Managing reminders via terminal does not require opening the Reminders app. The commands interact directly with iCloud to sync your task status, allowing you to add, query, and complete reminders seamlessly.

What do I need to install to control reminders from the command line?

To control reminders from the command line, you need to install remindctl on macOS. Once installed, you can run commands like `remindctl add` to start managing your Apple Reminders immediately.

What is the best way to list upcoming reminders without opening the Reminders app?

The best way to list upcoming reminders without opening the app is using remindctl in the terminal. It queries your iCloud-synced tasks directly, keeping you on top of your schedule during terminal workflows.