reminders

Manage Apple Reminders from the command line with Node.js.

Updated Jan 3, 2026
One-click install
npx skills add https://github.com/cardmagic/ai-marketplace --skill reminders
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reminders
Source: https://github.com/cardmagic/ai-marketplace/tree/main/plugins/reminders/skills/reminders
Command: npx skills add https://github.com/cardmagic/ai-marketplace --skill reminders

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill helps users manage Apple Reminders from the command line, reducing context switching and manual tracking across lists.

Core Features & Use Cases

  • Search reminders: quickly locate reminders across lists with content-based search.
  • Create reminders: add new tasks to the appropriate list with due dates and notes.
  • Complete reminders: mark tasks as done to keep lists tidy, including grocery/shopping lists.
  • Use Case: Plan a project by creating due tasks and tracking progress in a single place.

Quick Start

Use the reminders CLI to view, add, and complete tasks. For example: reminders reminders add "Buy milk" --list "Groceries" --due tomorrow reminders done "Buy milk"

Frequently Asked Questions about 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 on macOS?

You can manage Apple Reminders from the command line by using a CLI automation tool to view, add, and complete tasks. This requires macOS with Apple Reminders, Node.js 22+, and Full Disk Access enabled for the terminal.

Can I add a reminder to a specific Apple Reminders list using a CLI?

Yes, you can add a reminder to a specific list by running a CLI command with the task content, a list flag, and a due date. This allows you to quickly create tasks and grocery items without opening the Reminders app.

Do I need Full Disk Access to automate Apple Reminders via the terminal?

Yes, Full Disk Access is required for the terminal to interact with Apple Reminders data. You must also be running macOS with Apple Reminders installed and have Node.js 22 or later installed on your system.

What is the best way to search across multiple Apple Reminders lists?

The best way to search across multiple Apple Reminders lists is using a CLI tool that performs content-based searches. This reduces manual tracking and context switching by quickly locating specific reminders directly in the terminal.

How do I mark a task as done in Apple Reminders without opening the app?

You can mark a task as done without opening the app by executing a CLI command with the done flag and the task name. This keeps your lists tidy and helps track project progress directly from the terminal.