apple-reminders

Automate Apple Reminders management from the terminal using remindctl.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/Brilly-Bohyun/skill-repository --skill apple-reminders-brilly-bohyun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-reminders
Source: https://github.com/Brilly-Bohyun/skill-repository/tree/main/apple/apple-reminders
Command: npx skills add https://github.com/Brilly-Bohyun/skill-repository --skill apple-reminders-brilly-bohyun

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The tedious task of manually adding, listing, and completing Apple Reminders can be streamlined through this Skill.

Core Features & Use Cases

  • Reminders Management: Automate adding, listing, and completing reminders directly from the terminal.
  • Synchronization: Ensures tasks sync across all Apple devices via iCloud.
  • Use Case: Quickly add a new reminder for "Call mom" to your iPhone and it appears automatically, ready for you to take action.

Quick Start

Create a new reminder to call your mom at 6 PM today with remindctl add "Call mom" --due "18:00" --list Personal.

Frequently Asked Questions about apple-reminders

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

FAQPage Schema
How do I add Apple Reminders from the terminal?

You can add Apple Reminders from the terminal by running terminal automation commands that pass your task text, due dates, and target lists directly to the reminder service.

Does terminal automation for Apple Reminders sync tasks across devices?

Yes, terminal automation for Apple Reminders syncs tasks across devices by interfacing with iCloud, ensuring any reminder added via the terminal appears automatically on your iPhone and other Apple hardware.

Do I need remindctl to manage reminders via terminal automation?

Yes, you need remindctl installed, as this Skill depends on it to execute terminal commands for listing, adding, and completing your task management items directly within the Apple Reminders ecosystem.

What is the best way to list and complete Apple Reminders via command line?

The best way to list and complete Apple Reminders via the command line is using this terminal automation Skill, which streamlines manual task management operations into quick, executable script commands.

Can I assign reminders to specific lists when adding them through the terminal?

Yes, you can assign reminders to specific lists when adding them through the terminal by specifying the target list name in your command, organizing your tasks without opening the Apple Reminders app.