apple-reminders

Manage Apple Reminders via remindctl CLI with list, add, edit, complete, and delete commands.

3|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/ai-in-pm/NemoClawd --skill apple-reminders-ai-in-pm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-reminders
Source: https://github.com/ai-in-pm/NemoClawd/tree/main/apps/clawdbot-main/skills/apple-reminders
Command: npx skills add https://github.com/ai-in-pm/NemoClawd --skill apple-reminders-ai-in-pm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires remindctl, and includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of managing Apple Reminders manually, offering a more efficient and streamlined way to list, add, edit, complete, and delete reminders directly from the terminal.

Core Features & Use Cases

  • List Management: View, create, rename, and delete Apple Reminders lists.
  • Reminder Management: Add, edit, complete, and delete individual reminders.
  • Date Filters: Filter reminders by date, such as today, tomorrow, overdue, upcoming, or completed.
  • Output Formats: Choose between JSON, plain text, and count-only output for scripting.
  • Use Case: For example, quickly add a reminder to call a client back tomorrow with remindctl add --title "Call client" --due tomorrow.

Quick Start

To list all your reminders, simply type remindctl in your terminal.

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, add, edit, complete, and delete reminders directly on macOS. It supports date filtering and various output formats.

Can I automate adding Apple Reminders with a command line tool?

Yes, you can automate adding Apple Reminders using the remindctl CLI. For example, you can execute a command like `remindctl add --title "Call client" --due tomorrow` to quickly create scheduled reminders.

How do I filter Apple Reminders by date using CLI?

To filter Apple Reminders by date using the CLI, remindctl supports specific date filters including today, tomorrow, overdue, upcoming, and completed, allowing you to quickly retrieve relevant tasks.

Does this CLI tool for Apple Reminders support JSON output for scripting?

Yes, the remindctl CLI for Apple Reminders supports JSON, plain text, and count-only output formats, making it suitable for integrating reminder management tasks into automated scripts.

What do I need to use terminal commands for Apple Reminders management?

To use terminal commands for Apple Reminders management, you need a macOS environment and the remindctl dependency installed. This provides the necessary CLI interface to interact with your lists.