apple-reminders

Manage Apple Reminders from the terminal using remindctl.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Mac users who rely on Apple Reminders often manage tasks through the Reminders app, which can break automation. This Skill provides a CLI-based bridge to Apple Reminders via remindctl, enabling scriptable reminder workflows and faster task management on macOS.

Core Features & Use Cases

  • List, add, edit, complete, and delete reminders from the terminal.
  • Manage multiple lists with date-based views and JSON/plain output for scripting.
  • Use Case: Automate daily reminders in a shell script or integrate with a personal productivity workflow.

Quick Start

Run remindctl to list today’s reminders.

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

You can manage Apple Reminders from the terminal by installing remindctl. This CLI bridge lets you list, add, edit, complete, and delete reminders directly from a shell script on macOS.

Can I filter Apple Reminders by date and output JSON for scripting?

Yes, you can filter Apple Reminders by date and output JSON. The CLI workflow supports multiple lists with date-based views and offers both JSON and plain text output formats for scripting.

Do I need to grant Full Disk Access to use remindctl for task management?

You need to install remindctl on macOS and grant Reminders access. This permission allows the CLI tool to interact with your Apple Reminders data and execute task management workflows.

What is the best way to automate daily task management using Apple Reminders?

The best way to automate daily task management is using a CLI-driven reminder workflow. By integrating remindctl commands into shell scripts, you can automate listing, adding, and completing reminders.

Why does my CLI script fail to list today's reminders on macOS?

Your CLI script fails to list reminders if remindctl is not installed or Reminders access is not granted. Ensure the macOS environment has the correct permissions set for the CLI tool to read your task data.