apple-reminders

Manage Apple Reminders via the rapiddot CLI on macOS.

2|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/CUexter/hermes-agent --skill apple-reminders-cuexter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-reminders
Source: https://github.com/CUexter/hermes-agent/tree/main/skills/apple/apple-reminders
Command: npx skills add https://github.com/CUexter/hermes-agent --skill apple-reminders-cuexter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Apple Reminders are great but controlling them from the terminal is cumbersome. This Skill lets you manage reminders via remindctl, enabling quick creation, status updates, and organization without leaving the command line.

Core Features & Use Cases

  • View reminders and lists with remindctl
  • Add, complete, and delete reminders across Apple devices via iCloud
  • Scriptable reminders workflows for automation and batch processing

Quick Start

Install remindctl, grant Reminders permission when prompted, and begin managing reminders with remindctl commands like remindctl add, remindctl list, and remindctl complete.

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 on macOS?

You can manage Apple Reminders from the terminal by using the remindctl CLI to list, add, complete, and delete tasks. This enables programmatic creation and organization of reminders without leaving the command line.

Can I script and batch process task-management workflows for iCloud Reminders?

Yes, you can script task-management workflows for iCloud Reminders using remindctl. This enables batch processing and programmatic automation for creating, updating, and organizing reminders.

Do I need to grant special permissions to control Reminders via the CLI?

Yes, you must install remindctl and grant Reminders permission along with user authorization on your macOS environment before performing any changes to your tasks.

What is the best way to automate task-management for Apple Reminders across devices?

The best way to automate task-management across Apple devices is using remindctl CLI, which leverages iCloud syncing to add, complete, and delete reminders programmatically across your connected environments.

Why does remindctl fail to update my Reminders on macOS?

remindctl fails to update Reminders if the required Reminders permission is not granted or user authorization is missing. Ensure remindctl is installed and permissions are enabled on macOS before performing changes.