apple-reminders

Manage Apple Reminders tasks via the remindctl CLI on macOS.

4|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/ragnarokhaa/hermes --skill apple-reminders-ragnarokhaa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-reminders
Source: https://github.com/ragnarokhaa/hermes/tree/main/hermes-cerul-tech-news-package/hermes-cerul-tech-news-package/hermes-agent/skills/apple/apple-reminders
Command: npx skills add https://github.com/ragnarokhaa/hermes --skill apple-reminders-ragnarokhaa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires remindctl, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the management of Apple Reminders, allowing users to interact with their reminders directly from the command line, reducing the need for toggling between apps.

Core Features & Use Cases

  • Terminal Integration: Integrate with the command line for a more efficient workflow.
  • List and Manage Reminders: Add, complete, and delete reminders without leaving the terminal.
  • Cross-Device Sync: Reminders are automatically synced across all Apple devices through iCloud.

Quick Start

Use the remindctl add "Buy milk" command to create 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 macOS terminal?

Apple Reminders can be managed from the macOS terminal by using the remindctl CLI to interact with the Reminders API, allowing you to add, complete, and delete tasks without leaving the command line interface.

Do I need to install remindctl to add reminders via the command line?

Yes, you need to install the remindctl tool because the Skill relies on it as a dependency to interact with the Apple Reminders API and execute task management commands from the terminal.

Can I create a new reminder in macOS using CLI commands?

Yes, you can create a new reminder in macOS using CLI commands by executing `remindctl add "Your task"` in the terminal, which directly interfaces with your Apple Reminders database.

Does managing tasks via remindctl sync reminders across Apple devices?

Yes, managing tasks via remindctl syncs reminders across Apple devices automatically, because the CLI interacts with the native Apple Reminders API which uses iCloud to keep all connected devices updated.

What is the best way to automate task management on macOS without switching apps?

Using a CLI tool like remindctl to manage Apple Reminders is an efficient way to automate task management on macOS, reducing the need to toggle between applications by executing commands directly in the terminal.