apple-reminders

Manage Apple Reminders via the remindctl CLI with JSON and TSV output.

601|121|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/smallnest/goclaw --skill apple-reminders-smallnest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-reminders
Source: https://github.com/smallnest/goclaw/tree/main/internal/builtin_skills/apple-reminders
Command: npx skills add https://github.com/smallnest/goclaw --skill apple-reminders-smallnest

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the management of your Apple Reminders directly from the command line, eliminating the need to open the Reminders app for common tasks.

Core Features & Use Cases

  • List, Add, Edit, Complete, Delete: Perform all essential reminder operations.
  • List Management: Create, rename, and delete reminder lists.
  • Date Filtering: View reminders for today, tomorrow, the week, or overdue items.
  • Output Formats: Get output in JSON, plain TSV, or counts only for scripting.
  • Use Case: Quickly add a reminder to "Call mom" for tomorrow in your "Personal" list, or view all overdue tasks with a single command.

Quick Start

Use the apple-reminders skill to add a reminder titled "Buy groceries" to the "Shopping" list.

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 on macOS using the `remindctl` CLI tool to list, add, edit, complete, and delete reminders. It requires the binary to be installed and Reminders permissions granted.

Can I filter Apple Reminders by date when using a CLI tool?

Yes, you can filter Apple Reminders by date when using the CLI tool to view reminders for today, tomorrow, the week, or overdue items. This allows quick retrieval of time-sensitive tasks without opening the app.

Does the remindctl CLI tool support JSON output for scripting and automation?

Yes, the `remindctl` CLI tool supports output in JSON, plain TSV, or quiet modes for scripting and automation. This enables seamless integration of task management into existing automated workflows.

What is the best way to automate task management for Apple Reminders without opening the app?

The best way to automate task management for Apple Reminders without opening the app is using a CLI tool that supports full CRUD operations and list management. It eliminates manual app interaction for common tasks.

Do I need to grant permissions to use a CLI tool for macOS Reminders?

Yes, you need to grant macOS Reminders permissions to the CLI tool for it to function. The tool requires authorization to access and modify your reminder lists and tasks locally.