apple-reminders

Manage Apple Reminders via remindctl CLI with CRUD and date filters.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to manage your Apple Reminders directly from your command line, ensuring your to-dos are always up-to-date and accessible across your Apple devices.

Core Features & Use Cases

  • Create, Edit, Complete, Delete: Full CRUD operations for your reminders.
  • List Management: Organize reminders into different lists.
  • Date Filtering: View reminders due today, tomorrow, this week, or overdue.
  • Cross-Device Sync: Changes made via the CLI sync seamlessly with the Reminders app on your iPhone and iPad.

Quick Start

Add a new reminder to your 'Shopping' list by typing 'remindctl add "Buy groceries" --list Shopping'.

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 tool to create, list, update, and delete tasks. This allows terminal-based task management with full synchronization across your Apple devices.

Can I create reminders with due dates in specific lists using a CLI?

Yes, creating reminders with due dates in specific lists is supported by passing options for the target list and due date to the CLI command. This enables precise task organization directly from your command line.

Does managing Apple Reminders via CLI sync changes to my iPhone and iPad?

Yes, managing Apple Reminders via CLI syncs changes seamlessly to the Reminders app on your iPhone and iPad. Updates made through the terminal automatically reflect across your connected Apple devices.

What is the best way to view overdue reminders on macOS?

The best way to view overdue reminders on macOS is to use the date filtering options in the CLI tool to display overdue items. You can also filter tasks due today, tomorrow, or this week.

Do I need to install any dependencies to use Apple Reminders in macOS?

Yes, you need to install and authorize the remindctl binary on macOS to use this functionality. This prerequisite ensures the CLI can interact securely with the native Apple Reminders application.