apple-reminders

Manage Apple Reminders via the remindctl CLI with JSON output.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/dingdyan/openclaw-workspace-v2 --skill apple-reminders-dingdyan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-reminders
Source: https://github.com/dingdyan/openclaw-workspace-v2/tree/main/skills/apple-reminders
Command: npx skills add https://github.com/dingdyan/openclaw-workspace-v2 --skill apple-reminders-dingdyan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the friction of managing Apple Reminders by letting you list, create, and update reminders from the command line instead of switching between apps.

Core Features & Use Cases

  • List and filter reminders: View reminders for today, tomorrow, this week, overdue, upcoming, completed, all reminders, or a specific date.
  • Create and manage reminders: Add reminders (optionally to a specific list and due date), edit titles/dates, complete by IDs, and delete with confirmation.
  • Script-friendly output: Use JSON, plain output formats, and quiet counts to integrate with workflows.

Quick Start

Install remindctl with Homebrew, then run remindctl today to immediately list your reminders due 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 command line?

You can manage Apple Reminders from the command line by using the remindctl CLI to list, create, edit, complete, and delete reminders directly within your macOS terminal.

Can I view my Apple Reminders for a specific date or overdue tasks in the terminal?

Yes, you can view Apple Reminders by filtering for today, tomorrow, this week, overdue, upcoming, completed, all reminders, or a specific date using terminal commands.

Does managing Apple Reminders from the terminal support JSON output for shell scripting?

Yes, terminal management of Apple Reminders supports JSON output, plain output formats, and quiet counts, making it highly suitable for integrating with automation workflows and shell scripts.

Do I need to install any specific tools to manage Apple Reminders from the macOS terminal?

Yes, you need to install the remindctl CLI, typically via Homebrew, and grant the necessary macOS Reminders permissions to authorize command line access to your lists.

How do I create and edit Apple Reminders using a command line interface?

You create and edit Apple Reminders by using commands to add new reminders to specific lists with due dates, edit existing titles and dates, complete them by IDs, and delete them with confirmation.

What is the best way to automate daily planning with Apple Reminders on macOS?

Automate daily planning with Apple Reminders by running terminal commands to review tasks due today or this week, quickly add new entries, and output results in JSON for automated processing.