apple-reminders

An app that manages kitchen inventory and generates shopping lists and menus based on user-defined criteria.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/drshailesh88/Krypto --skill apple-reminders-drshailesh88
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-reminders
Source: https://github.com/drshailesh88/Krypto/tree/main/skills/apple-reminders
Command: npx skills add https://github.com/drshailesh88/Krypto --skill apple-reminders-drshailesh88

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables macOS users to manage Apple Reminders from the terminal using the remindctl CLI.

Core Features & Use Cases

  • View, create, edit, complete, and delete reminders across lists with date-based views.
  • Filter, format, and script Reminders output in JSON or plain text for automation.
  • Use-case: Quickly prepare a project reminder set and export status for reporting.

Quick Start

Install remindctl via Homebrew: brew install steipete/tap/remindctl From source: pnpm install && pnpm build (binary at ./bin/remindctl) macOS reminders permission: grant Terminal/remindctl access when prompted.

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 using the remindctl CLI to view, create, edit, complete, and delete tasks. This skill provides the terminal interface needed to interact directly with the macOS Reminders database.

Can I script Apple Reminders automation and export task data to JSON?

Yes, you can script Apple Reminders automation by filtering and formatting outputs in JSON or plain text. This allows you to prepare project reminder sets and export their status for automated reporting pipelines.

Does the remindctl CLI support viewing and organizing reminders by date?

Yes, remindctl supports date-based views to help you organize and filter reminders chronologically. This feature enables targeted task management and scripting based on specific due dates.

What are the limitations of using a CLI for macOS Reminders task management?

This approach requires the remindctl binary and explicit macOS Reminders permission granted to the terminal. Users must manage access prompts and ensure the binary is correctly installed via Homebrew or source builds.