apple-reminders

Manage Apple Reminders via the remindctl command-line interface on macOS.

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

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 the 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.
  • Date Filtering: View reminders due today, tomorrow, overdue, or on specific dates.
  • Scripting Support: Output reminders in JSON or plain text formats for integration with other tools.
  • Use Case: Quickly add a reminder to "Call the dentist" for tomorrow afternoon, or view all overdue tasks to prioritize your day.

Quick Start

Use the apple-reminders skill to add a reminder to buy groceries for 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 command line?

You can manage Apple Reminders from the command line by using the remindctl binary on macOS to list, add, edit, complete, and delete tasks across multiple lists without opening the Reminders app.

Can I view overdue reminders or filter tasks by specific dates via CLI?

Filtering reminders by date is supported via CLI, allowing you to view tasks due today, tomorrow, overdue, or on specific dates using the remindctl interface on your macOS system.

Do I need the remindctl binary to add tasks to macOS Reminders?

Yes, executing task management operations like adding or editing macOS Reminders via the command line requires the remindctl binary to be installed and integrated with the Reminders app.

How do I output macOS Reminders in JSON format for shell scripting?

Output macOS Reminders in JSON or plain text formats through remindctl to enable seamless shell scripting and integration with other task management or productivity tools.

What is the best way to edit existing tasks across multiple Apple Reminders lists?

The best way to edit existing tasks across multiple Apple Reminders lists is using the remindctl command-line interface, which supports list organization and direct task modification on macOS.

Does this CLI approach work without switching to the macOS Reminders app?

This CLI approach works entirely without switching to the macOS Reminders app, streamlining task management by executing add, complete, and delete operations directly from the terminal.