apple-reminders

Manage Apple Reminders via terminal using the remindctl CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many users need to manage their Apple Reminders without leaving the terminal, keeping tasks synced across macOS and iOS devices.

Core Features & Use Cases

  • View reminders for today, tomorrow, specific dates, or all lists.
  • Create new reminders with titles, due dates, and list assignments.
  • Complete or delete reminders by ID.
  • Manage reminder lists: list, create, delete.
  • Output in JSON, plain text, or count‑only formats for scripting.

Quick Start

Ask me to show your Apple Reminders for today.

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 while keeping everything synced across macOS and iOS devices.

Can I view Apple Reminders for a specific date via the command line?

Yes, you can view Apple Reminders for specific dates via the command line by using remindctl to list tasks scheduled for today, tomorrow, or any targeted date directly in your terminal.

Do I need macOS to use remindctl for task management?

Yes, you need macOS with the Reminders.app installed to use remindctl for task management, because the CLI relies on the native macOS Reminders framework to sync tasks across your Apple devices.

How do I create and organize Apple Reminders lists using CLI?

You can create and organize Apple Reminders lists using CLI commands that let you generate new lists, assign tasks with due dates, and delete lists to structure your task management workflow.

Does remindctl support JSON output for task management scripting?

Yes, remindctl supports JSON output for task management scripting, allowing you to extract reminder data in JSON, plain text, or count-only formats to automate your terminal workflows.