apple-reminders

Manage Apple Reminders via the remindctl CLI on macOS.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the management of your Apple Reminders directly from your command line, eliminating the need to switch to the Reminders app for common tasks.

Core Features & Use Cases

  • Task Management: Add, edit, complete, and delete reminders with ease.
  • List Organization: Manage reminders across different lists (e.g., Work, Personal).
  • Date Filtering: View reminders for today, tomorrow, overdue, or specific dates.
  • Use Case: Quickly add a reminder to "Buy groceries" due tomorrow without leaving your current terminal session.

Quick Start

Add a new reminder to your default list by typing '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 command line?

You can manage Apple Reminders from the command line by using the remindctl CLI tool on macOS to list, add, edit, complete, and delete reminders without opening the Reminders app.

Can I add a task to Apple Reminders without leaving my terminal session?

Yes, you can add a task to Apple Reminders directly from your terminal session by typing a command like add "Buy milk" to insert new reminders into your default list.

Does managing macOS Reminders via CLI require any special permissions?

Yes, managing macOS Reminders via CLI requires the remindctl binary installed and explicit macOS Reminders permissions granted to ensure full functionality for task operations.

How do I filter Apple Reminders by date when using a CLI?

You can filter Apple Reminders by date using the CLI tool to view reminders that are due today, tomorrow, overdue, or assigned to a specific date.

Can I organize tasks across different lists in Apple Reminders from the CLI?

Yes, you can organize tasks across different lists, such as Work or Personal, using the CLI tool to manage your reminders by list and apply relevant date filters.

What are the limitations of using a CLI tool for macOS task management?

A key limitation of using a CLI tool for macOS task management is that it requires the remindctl binary and macOS Reminders permissions, meaning it only works on macOS environments.