apple-reminders

Manage Apple Reminders tasks via remindctl from the terminal.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the management of Apple Reminders directly from the terminal, eliminating the need for the Reminders app and enabling cross-device synchronization.

Core Features & Use Cases

  • Terminal-based Management: Add, list, and complete reminders using command-line tools.
  • Cross-Device Sync: Tasks sync across all Apple devices via iCloud.
  • Use Case: If you prefer working with the terminal and need to manage your reminders from various devices, this skill provides a convenient way to do so.

Quick Start

Add a new reminder: remindctl add "Buy milk"

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 executing command-line operations to add, list, and complete tasks. This functionality uses the remindctl command-line tool to interact directly with your reminders.

Do I need macOS to use terminal commands for Apple Reminders?

Yes, you need macOS to use terminal commands for Apple Reminders because the underlying remindctl tool requires the macOS environment. This setup also enables tasks to sync across all your Apple devices via iCloud.

Can I sync terminal tasks with iCloud across Apple devices?

Yes, you can sync terminal tasks with iCloud across Apple devices. Reminders created or completed via the remindctl command-line tool automatically synchronize with iCloud for cross-device access.

What is the best way to add a task to Apple Reminders without opening the app?

The best way to add a task to Apple Reminders without opening the app is using the command line. By running `remindctl add "Your task"` in the terminal, you can instantly create a new reminder that syncs via iCloud.

Does remindctl support listing and completing tasks?

Yes, remindctl supports listing and completing tasks. The tool allows you to view existing Apple Reminders and mark them as complete directly from your terminal without needing the graphical Reminders app.