apple-reminders

Manage Apple Reminders via remindctl CLI for terminal operations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Apple Reminders can be tedious to manage across devices; this skill lets you control Reminders from the terminal using remindctl, reducing context switching and improving task tracking.

Core Features & Use Cases

  • List all reminders and lists from the Reminders app to quickly assess your tasks.
  • Add new reminders with a title, list, and optional due date directly from the command line.
  • Mark reminders as complete or delete them to keep your task hub clean.
  • Use Case: batch-create reminders for a project sprint and monitor progress without opening the Reminders app.

Quick Start

Use remindctl to view your reminders and add a new reminder 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?

You can manage Apple Reminders from the terminal by using the remindctl CLI to list, add, complete, and delete tasks across lists. This skill automates remindctl commands to operate the Reminders app directly from macOS.

Can I add reminders with due dates using command line on macOS?

Yes, you can add reminders with due dates using command line on macOS by executing remindctl commands. The skill allows you to specify a title, target list, and optional due date to create tasks directly in the Reminders app.

Do I need remindctl installed to control the Reminders app via CLI?

Yes, you need remindctl installed to control the Reminders app via CLI, along with macOS and Reminders access. The skill relies on remindctl as its core dependency to execute terminal operations for task management.

What's the best way to batch-create reminders for a project sprint?

The best way to batch-create reminders for a project sprint is using terminal automation with remindctl. This skill supports scripting through JSON or plain text outputs, enabling rapid task creation and progress monitoring without opening the Reminders app.

Does managing reminders via CLI support JSON output for scripting?

Yes, managing reminders via CLI supports JSON output for scripting. The skill leverages remindctl to retrieve lists and reminders, providing standard JSON or plain outputs to facilitate automation and integration within terminal workflows.