apple-reminders

Manage Apple Reminders from the terminal via remindctl CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the friction of managing Apple Reminders manually by letting you view, add, update, and complete tasks from the command line on macOS.

Core Features & Use Cases

  • Terminal-first reminder management: list reminders (today, tomorrow, overdue, upcoming, completed, all) and filter by specific dates to quickly find what matters.
  • Full CRUD workflow: create reminders, edit titles and due dates, complete reminders by id(s), and delete reminders when they’re no longer needed.
  • Script-friendly output: use JSON or plain text formats for piping into other tools or simple scripting.

Quick Start

Tell your assistant to list today’s reminders using remindctl with JSON output for easy processing.

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 list, create, edit, complete, and delete tasks. It supports filtering by dates like today, tomorrow, or overdue, and outputs results in JSON or plain text.

Can I create and edit Apple Reminders via command line automation?

Yes, command line automation for Apple Reminders supports the full CRUD workflow. You can create new reminders, edit titles and due dates, complete tasks by id, and delete reminders entirely through terminal commands.

Do I need remindctl to use terminal-based todo management for macOS?

Yes, you need the remindctl CLI installed on macOS with Reminders permissions granted to use terminal-based todo management. This setup allows you to parse natural date values and ISO formats for due dates.

Does Apple Reminders terminal automation support JSON output?

Yes, Apple Reminders terminal automation supports JSON output for script-friendly processing. You can use JSON or plain text formats for piping reminder data into other tools or simple scripting workflows.

What's the best way to review overdue and upcoming reminders in the terminal?

The best way to review overdue and upcoming reminders in the terminal is using the list function with date filters. You can quickly find what matters by viewing tasks filtered for today, tomorrow, overdue, upcoming, completed, or specific dates.

Can I filter Apple Reminders by a specific date in the terminal?

Yes, you can filter Apple Reminders by a specific date in the terminal. The remindctl CLI supports date-filtered reviews for today, tomorrow, week, overdue, upcoming, or any specific date using natural date values and ISO formats.