apple-reminders

Create, complete, and delete Apple Reminders via the memo CLI on macOS.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

macOS users often manage Apple Reminders manually across apps; this Skill automates creating, completing, and deleting reminders via the memo CLI, enabling hands-free task management from the terminal.

Core Features & Use Cases

  • Create reminders from shell automation using memo rem
  • Mark reminders as completed with memo rem -c and remove them with memo rem -d
  • Integrate reminder actions into scripts or onboarding flows for personal productivity

Quick Start

Run memo rem -a to add a reminder.

Frequently Asked Questions about apple-reminders

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Apple Reminders from the macOS terminal?

You can automate Apple Reminders from the macOS terminal by using the memo CLI to create, complete, and delete tasks without opening the Reminders app directly.

Can I mark a reminder as done via the macOS command line?

Yes, you can mark a reminder as done via the macOS command line by running the memo CLI with the completion flag to update the task status automatically.

Does managing Apple Reminders via the memo CLI require special permissions?

Managing Apple Reminders via the memo CLI requires macOS automation permissions to be granted, the memo CLI installed, and the Reminders app available on the system.

What is the best way to integrate task management into macOS shell scripts?

Integrating task management into macOS shell scripts is best achieved by leveraging the memo CLI to add, complete, or remove reminders directly from your automation workflows.

Why is my memo CLI reminder automation not working on macOS?

memo CLI reminder automation may fail on macOS if terminal automation permissions are blocked or the memo tool is not properly installed and accessible in the system path.

When do I need to use the memo CLI for Apple Reminders?

You need to use the memo CLI for Apple Reminders when you want to schedule, mark as done, or remove items from your task list hands-free from the macOS terminal.