apple-reminders

Manage Apple Reminders via the remindctl command-line interface.

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

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 list, add, complete, and delete reminders directly from the command line interface, eliminating the need for the traditional Reminders app.

Core Features & Use Cases

  • CLI Interface: Interact with Reminders via the terminal, providing a fast and efficient way to manage tasks.
  • Cross-Device Sync: Tasks are synchronized across all Apple devices via iCloud.
  • Use Case: For users who prefer the terminal over traditional apps for task management, or for those looking to automate reminder creation and management through scripts.

Quick Start

Use the remindctl add "Buy milk" command to add a new reminder.

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 command line?

You can manage Apple Reminders from the command line by using a CLI interface to create, list, complete, and delete tasks directly in the terminal, bypassing the Reminders app.

Do I need any specific tools installed to control macOS Reminders via the terminal?

To control macOS Reminders via the terminal, you need the remindctl tool and the native Reminders.app installed on your macOS system for the integration to function.

Will tasks I add through the terminal sync across my other Apple devices?

Tasks added through the terminal sync across your Apple devices via iCloud, ensuring your task management remains consistent across macOS and your connected hardware.

What is the best way to automate task creation for Apple Reminders?

The best way to automate task creation for Apple Reminders is by executing CLI commands within custom scripts, allowing you to programmatically add and manage tasks without manual input.

Can I delete and complete existing reminders without opening the macOS Reminders app?

Yes, you can delete and complete existing reminders without opening the macOS Reminders app. The CLI interface processes these actions directly through terminal commands.