apple-reminders

Manage Apple Reminders via remindctl commands on macOS.

2.8k|332|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/moltis-org/moltis --skill apple-reminders-moltis-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-reminders
Source: https://github.com/moltis-org/moltis/tree/main/crates/skills/src/assets/apple/apple-reminders
Command: npx skills add https://github.com/moltis-org/moltis --skill apple-reminders-moltis-org

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Apple Reminders management via remindctl CLI on macOS to streamline personal task organization across devices.

Core Features & Use Cases

  • Manage Reminders with remindctl: list, add, complete, delete
  • Syncs across iCloud-connected devices via Reminders app
  • Works with the default Reminders app on macOS to simplify personal task workflows

Quick Start

Create a reminder titled 'Follow up with team' in your default list using remindctl.

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 on macOS?

You can manage Apple Reminders from the command line by issuing remindctl commands to list, add, complete, and delete tasks. This approach integrates task management directly into your AI workflow on macOS.

Do I need Homebrew to use remindctl for task management?

Yes, you need to install the remindctl binary via Homebrew from the steipete/tap/remi tap. This binary acts as the bridge to interact with the native Reminders app on your macOS system.

Will tasks I add through remindctl sync across my iCloud-connected devices?

Yes, tasks added through remindctl sync across all iCloud-connected devices. The tool works with the default Reminders app on macOS, leveraging iCloud to keep your personal task organization up to date everywhere.

Can I use this approach to create a reminder in my default list programmatically?

Yes, you can create a reminder programmatically in your default list. For example, you can issue a remindctl command to add a reminder titled 'Follow up with team' directly from your automated workflow.

Does Apple Reminders control via AI workflow work without the native macOS Reminders app?

No, this skill requires the native Reminders app installed on macOS to function properly. The remindctl binary interfaces directly with the app to execute list, add, complete, and delete operations.