apple-reminders

Manage Apple Reminders tasks and lists via the remindctl CLI.

1|Updated May 3, 2026
One-click install
npx skills add https://github.com/brikkoAI/brikko-studio --skill apple-reminders-brikkoai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-reminders
Source: https://github.com/brikkoAI/brikko-studio/tree/main/packages/core/skills/apple-reminders
Command: npx skills add https://github.com/brikkoAI/brikko-studio --skill apple-reminders-brikkoai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually managing Apple Reminders across devices is inefficient, especially for users who prefer terminal workflows or need to quickly add and organize personal tasks that sync to their iOS devices.

Core Features & Use Cases

  • Full CRUD Operations: Create, edit, complete, and delete reminders and custom lists directly from the terminal using the remindctl CLI.
  • Cross-Device Sync: All changes sync automatically to connected Apple devices including iPhones and iPads.
  • Use Case: A macOS user working in the terminal can quickly add a grocery list reminder due tomorrow, and it will appear instantly on their phone without opening the Reminders app.

Quick Start

Use the apple-reminders skill to add a new reminder titled "Buy groceries" due tomorrow to your Personal 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 the remindctl CLI binary to create, edit, complete, or delete tasks and custom lists without opening the native macOS GUI application. This allows direct terminal workflows for personal task management.

Does adding reminders via CLI sync them to my iPhone?

Yes, adding reminders via CLI syncs them to your iPhone. All changes made through the terminal automatically sync across all connected Apple devices, including iPhones and iPads, ensuring your personal tasks are updated everywhere instantly.

What do I need to use terminal commands for macOS task management?

You need the remindctl CLI binary installed via Homebrew on your macOS system. Additionally, you must explicitly grant Reminders app permissions to the host macOS system to allow the terminal commands to function correctly.

Can I organize tasks into custom lists using a terminal CLI?

Yes, you can organize tasks into custom lists using a terminal CLI. The skill supports full CRUD operations for both reminders and custom lists, enabling you to categorize personal tasks directly from your terminal workflow.

Why are my terminal commands for Apple Reminders not working?

Terminal commands for Apple Reminders fail when explicit Reminders app permissions are not granted on the host macOS system. You must ensure the remindctl CLI binary is installed via Homebrew and that the necessary application permissions are enabled.

Is a terminal CLI better than the native macOS Reminders app for personal productivity?

A terminal CLI is better for personal productivity when you prefer terminal workflows and need to quickly add or organize tasks without leaving your command line environment. It provides full CRUD operations and cross-device sync while eliminating GUI context switching.