apple-reminders

Manage Apple Reminders via remindctl CLI with JSON or plain text output.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/zyj18860969891-byte/openclaw-railway --skill apple-reminders-zyj18860969891-byte
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-reminders
Source: https://github.com/zyj18860969891-byte/openclaw-railway/tree/main/skills/apple-reminders
Command: npx skills add https://github.com/zyj18860969891-byte/openclaw-railway --skill apple-reminders-zyj18860969891-byte

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing Apple Reminders programmatically from the command line to fit into automation scripts and workflows.

Core Features & Use Cases

  • List, add, edit, complete, and delete reminders using remindctl.
  • Supports multiple lists, date filters, and JSON/plain outputs for scripting and logging.
  • Use case: integrate reminder creation into a CI pipeline or local automation to stay on top of tasks.

Quick Start

Install remindctl on macOS, then invoke reminders management from the terminal to organize tasks.

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 on macOS?

You can manage Apple Reminders from the terminal by using the remindctl binary to create, view, edit, complete, and delete reminders. This approach streamlines personal task management directly from the macOS command line.

Can I automate task creation in Apple Reminders using a CLI?

Yes, you can automate task creation in Apple Reminders using a CLI. The remindctl binary allows you to add reminders programmatically, fitting directly into automation scripts and local workflows on macOS.

Do I need any specific software to control Apple Reminders via the command line?

Yes, you need the remindctl binary installed on your macOS system to control Apple Reminders via the command line. This dependency enables terminal-based interaction with your reminders.

What output formats are supported when listing reminders for scripting?

Listing reminders for scripting supports both JSON and plain text output formats. This allows you to easily parse the reminder data within automation scripts or log the results directly.

How do I filter reminders by date or list from the terminal?

You can filter reminders by date or list from the terminal using remindctl. The CLI supports multiple lists and date filters, allowing you to view specific subsets of your reminders programmatically.