apple-reminders

Manage Apple Reminders lists and items via the remindctl terminal CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a terminal-based interface for managing Apple Reminders, eliminating the need for the native app, and allowing for scriptable interactions with the reminders data.

Core Features & Use Cases

  • Command Line Access: List, add, edit, complete, and delete reminders directly from the terminal.
  • List Management: View, create, rename, and delete reminder lists.
  • Remind Creation: Add new reminders with specified titles, lists, and due dates.
  • Use Case: Automatically trigger reminders for tasks by integrating the CLI into a custom workflow or script.

Quick Start

List all your current reminders with remindctl list.

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 a command-line interface to list, add, edit, complete, and delete reminders directly without opening the native app. This allows scriptable interactions with your reminders data.

Can I create and manage reminder lists using a command line interface?

Yes, you can create and manage reminder lists using a command line interface. The terminal commands allow you to view, create, rename, and delete reminder lists directly within your macOS environment.

Do I need to install remindctl to automate tasks on macOS?

Yes, you need to install the remindctl binary to automate tasks on macOS. The Skill requires this specific tool and the necessary macOS permissions to execute terminal commands for your reminders.

How do I add a new reminder with a due date via the terminal?

To add a new reminder with a due date via the terminal, you use specific command arguments to specify the title, target list, and the due date. This enables direct task creation from your command line.

What is the best way to integrate Apple Reminders into a custom automation script?

The best way to integrate Apple Reminders into a custom automation script is by using terminal commands that trigger reminders automatically. This CLI approach facilitates seamless scripting and workflow automation.

Why does my terminal command for Apple Reminders fail to execute?

Your terminal command for Apple Reminders may fail to execute if the remindctl binary is missing or if macOS permissions are not granted. Proper environment setup and authorization are required for the CLI to function.