apple-reminders

Manage Apple Reminders via the remindctl CLI.

1|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/bailynlove/STARK-TOWER --skill apple-reminders-bailynlove
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-reminders
Source: https://github.com/bailynlove/STARK-TOWER/tree/main/opencrew/skills/apple/apple-reminders
Command: npx skills add https://github.com/bailynlove/STARK-TOWER --skill apple-reminders-bailynlove

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the management of Apple Reminders, allowing users to interact with their reminders via the terminal, providing a convenient and efficient way to handle tasks and to-dos.

Core Features & Use Cases

  • Terminal-based Interaction: Interact with Apple Reminders directly from the command line.
  • Task Management: Create, view, and manage reminders and lists.
  • Sync Across Devices: Reminders are synchronized across all Apple devices via iCloud.
  • Use Case: For users who prefer terminal-based workflows or need to manage their reminders programmatically.

Quick Start

Use the remindctl command to list all reminders: remindctl

Frequently Asked Questions about apple-reminders

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

FAQPage Schema
Can I manage Apple Reminders from the macOS terminal?

Yes, you can manage Apple Reminders from the macOS terminal using the remindctl CLI to list, add, complete, and delete tasks. This skill executes these actions directly via command-line scripts.

Do I need any specific tools to use Apple Reminders in the CLI?

Yes, you need the remindctl command-line tool installed on your macOS system to interact with Apple Reminders. This dependency acts as the bridge for terminal-based task management.

How do I list all my Apple Reminders via the command line?

To list all Apple Reminders via the command line, execute the remindctl command. This CLI tool queries your lists and displays your tasks directly in the terminal.

Will tasks added through the terminal sync with my iCloud devices?

Yes, tasks added through the terminal sync with all your Apple devices using iCloud. Reminders created via the remindctl CLI automatically integrate with your native Apple Reminders ecosystem.

What task management actions does the remindctl CLI support?

The remindctl CLI supports task management actions to create, view, complete, and delete reminders. It provides terminal-based interaction for efficient task handling without leaving your command line.