apple-reminders

Manage Apple Reminders from the terminal with remindctl.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/anilcan-kara/nozich-agent --skill apple-reminders-anilcan-kara
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-reminders
Source: https://github.com/anilcan-kara/nozich-agent/tree/main/skills/apple/apple-reminders
Command: npx skills add https://github.com/anilcan-kara/nozich-agent --skill apple-reminders-anilcan-kara

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Apple Reminders via remindctl enables you to manage reminders directly from the terminal, reducing context-switching and keeping your task list in sync with iCloud.

Core Features & Use Cases

  • Create, list, and complete reminders that automatically sync across Apple devices via iCloud.
  • Integrate reminder workflows into shell scripts and daily routines for faster task management.
  • Use cases include adding a due-time reminder from a terminal prompt or enumerating today's reminders for quick check-ins.

Quick Start

Create a reminder titled "Review code" due tomorrow.

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 this Skill to create, list, and complete tasks. It operates within macOS environments and automatically syncs all changes across your Apple devices via iCloud.

Can I add a reminder with a due date using a shell script on macOS?

Yes, you can add a reminder with a due date using a shell script on macOS. The Skill supports scriptable reminder creation directly from the terminal prompt, allowing you to integrate task management into your daily routines.

Do I need remindctl to automate task management in the terminal?

Yes, you need remindctl installed to automate task management in the terminal. The Skill requires remindctl and the native macOS Reminders.app to execute add, list, and complete workflows.

What is the best way to list today's to-do items without opening the Reminders app?

The best way to list today's to-do items without opening the app is using this Skill's querying workflow. It enumerates your reminders directly in the terminal for quick check-ins, offering both human-readable and JSON outputs.

Does terminal-based task management sync with iCloud?

Yes, terminal-based task management syncs directly with iCloud. Any reminders you create, query, or complete from the terminal will automatically reflect across all your connected Apple devices.

Can I get JSON output for my Apple Reminders list?

Yes, you can get JSON output for your Apple Reminders list. The Skill supports querying workflows that return data in both human-readable formats for quick terminal check-ins and structured JSON outputs for scripting.