apple-reminders

Manage Apple Reminders via remindctl CLI with JSON or plain outputs.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/tamireslaeao-prog/ONI_V30 --skill apple-reminders-tamireslaeao-prog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-reminders
Source: https://github.com/tamireslaeao-prog/ONI_V30/tree/main/moltbot-main/skills/apple-reminders
Command: npx skills add https://github.com/tamireslaeao-prog/ONI_V30 --skill apple-reminders-tamireslaeao-prog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Apple Reminders on macOS are notoriously GUI-driven; this skill enables programmatic management via the remindctl CLI for automation and scripting.

Core Features & Use Cases

  • List, add, edit, complete, and delete reminders.
  • Manage lists, apply date filters, and output in JSON or plain text for scripting.
  • Use case: automatically update project reminders from CI pipelines or scripts.

Quick Start

Install remindctl on macOS and start managing Reminders from the terminal with commands to list, add, edit, complete, and delete reminders.

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 macOS terminal by using the remindctl CLI to list, add, edit, complete, and delete reminders programmatically. This enables task automation and scripting without the GUI.

Can I add and complete reminders in macOS via a bash script?

Yes, you can add and complete reminders in macOS via a bash script by executing remindctl CLI commands. The tool supports programmatic task management, allowing scripts to automate reminder lifecycle updates.

Does the remindctl CLI require special permissions to edit macOS Reminders?

Yes, using the remindctl CLI to edit macOS Reminders requires the binary to be installed on macOS and appropriate Reminders permissions granted to allow programmatic access to your task lists.

How do I get JSON output from Apple Reminders for automation pipelines?

You get JSON output from Apple Reminders by configuring the remindctl CLI to format results as JSON instead of plain text. This structured data output is ideal for integration into CI pipelines and automation scripts.

What is the best way to automate task-management for macOS Reminders?

The best way to automate task-management for macOS Reminders is using the remindctl CLI. It allows you to manage lists, apply date filters, and handle reminder operations directly from scripts for seamless automation.

Are there limitations to scripting Apple Reminders with remindctl?

Limitations of scripting Apple Reminders with remindctl include its strict dependency on macOS and the requirement for explicit Reminders permissions, meaning it cannot run on non-Apple operating systems.