apple-reminders

Manage Apple Reminders via remindctl from the terminal.

174|23|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/RedWoodOG/Hermes-Desktop --skill apple-reminders-redwoodog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-reminders
Source: https://github.com/RedWoodOG/Hermes-Desktop/tree/main/skills/apple/apple-reminders
Command: npx skills add https://github.com/RedWoodOG/Hermes-Desktop --skill apple-reminders-redwoodog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Apple Reminders can be difficult to manage from a terminal; this skill lets you control reminders directly using the remindctl CLI and keeps tasks synchronized with iCloud across devices.

Core Features & Use Cases

  • View, add, complete, and delete reminders from the command line.
  • Organize reminders by lists (e.g., Personal, Work) and sync across Apple devices.
  • Use cases include quickly jotting down a task during work, updating due dates, and batching reminders for daily reviews.

Quick Start

Add a reminder with remindctl, for example remindctl add "Buy groceries" --list Personal --due tomorrow.

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 create, view, complete, and delete tasks. This approach validates input and handles common errors gracefully while syncing via iCloud.

Can I sync terminal task management with iCloud across macOS devices?

Yes, organizing reminders by lists like Work or Personal syncs terminal task management with iCloud across macOS devices. Commands executed via remindctl automatically keep your to-do items updated everywhere.

Do I need any specific setup to use remindctl for task management?

Yes, you need macOS Reminders, the remindctl CLI, and proper permissions to use this task management workflow. These prerequisites ensure your terminal commands can access and modify local and iCloud data.

What's the best way to add a to-do item with a due date from the command line?

The best way to add a to-do item with a due date from the command line is using the remindctl add command with flags for lists and dates, such as remindctl add "Task" --list Personal --due tomorrow.

Does remindctl support organizing to-do lists into categories?

Yes, remindctl supports organizing to-do lists into categories like Personal and Work. You can direct commands to specific lists, allowing you to separate tasks and sync them across your Apple devices.