apple-reminders

Add, list, and complete Apple Reminders via the remindctl command-line tool.

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

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 via the terminal, simplifying the process and enhancing efficiency.

Core Features & Use Cases

  • Add Reminders: Create new reminders with titles, due dates, and list associations.
  • List Management: View, create, and delete reminder lists.
  • Task Completion: Mark reminders as complete, and manage multiple reminders with ease.
  • Use Case: For users who prefer terminal interactions for managing their tasks and want to leverage the power of iCloud for syncing.

Quick Start

Add a new reminder: remindctl add "Buy milk" --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 command-line tool to add, list, and complete tasks directly, syncing automatically via iCloud.

Do I need to install remindctl to manage tasks in MacOS terminal?

Yes, you need to install the remindctl command-line tool dependency on your MacOS system to execute terminal commands for interacting with Apple's task management system.

How do I add a reminder with a due date using a terminal command?

To add a reminder with a due date via the terminal, use the remindctl command structure: `remindctl add "Task Title" --due tomorrow` to create tasks with specific scheduling.

Can I create and delete reminder lists via the command line?

Yes, you can perform list management via the command line, allowing you to view, create, and delete Apple Reminders lists directly through the remindctl interface.

What is the best way to mark Apple Reminders as complete without opening the app?

The best way to mark Apple Reminders as complete without opening the app is executing remindctl task completion commands in the terminal to manage multiple reminders efficiently.