reminders

Create, list, and complete macOS reminders via a JSON CLI.

32|9|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/DotNetAge/mindx --skill reminders-dotnetage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reminders
Source: https://github.com/DotNetAge/mindx/tree/main/skills/reminders
Command: npx skills add https://github.com/DotNetAge/mindx --skill reminders-dotnetage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, osascript.

What problem does it solve?

Reminders helps you manage tasks and due dates locally, reducing missed deadlines by providing quick create/list/complete actions through a simple CLI.

Core Features & Use Cases

  • Create reminders with a title, optional due date, and priority.
  • List pending reminders from the default Reminders list.
  • Mark reminders as complete to track progress across personal tasks.
  • Use cases: personal daily planning, shopping lists, and deadline tracking for work tasks.

Quick Start

Add a new reminder with a title and optional due date using the add action.

Frequently Asked Questions about reminders

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create and manage reminders on macOS using a CLI?

You can create and manage reminders on macOS by running a CLI script that takes JSON inputs and uses osascript to drive the local Reminders app, allowing you to add, list, and complete tasks directly from the command line.

How do I add a new task with a due date and priority to my Mac Reminders app?

To add a reminder with a due date and priority, you pass a JSON payload containing the task title, optional due date, and priority level to the CLI script, which parses it with jq and creates the task via osascript.

Can I list and complete pending tasks from the default Reminders list via command line?

Yes, you can list pending reminders from the default Reminders list and mark specific tasks as complete by executing the appropriate CLI actions, which use osascript to read and update the macOS Reminders app locally.

Do I need jq and osascript to automate task management on macOS?

Yes, automating reminders via a CLI requires jq to parse the JSON input data and osascript to execute AppleScript commands that interact directly with the native macOS Reminders application.

What's the best way to track deadlines and shopping lists locally on a Mac without a GUI?

The best way to track deadlines and shopping lists without a GUI is using a CLI tool that accepts JSON inputs to create, list, and complete reminders locally on macOS, reducing missed deadlines through quick command-line actions.

Can I use this CLI for personal daily planning on macOS?

Yes, this CLI is designed for personal daily planning scenarios, allowing you to manage tasks, track deadlines, and complete shopping lists locally on macOS by passing JSON inputs to the command line script.