apple-reminders

Manage Apple Reminders via the remindctl CLI on macOS.

19.0k|5.6k|Updated Jul 9, 2024
One-click install
npx skills add https://github.com/elizaOS/eliza --skill apple-reminders-elizaos
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: apple-reminders
Source: https://github.com/elizaOS/eliza/tree/main/packages/skills/skills/apple-reminders
Command: npx skills add https://github.com/elizaOS/eliza --skill apple-reminders-elizaos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows users to manage their Apple Reminders directly from the command line, streamlining task management without needing to open the Reminders app.

Core Features & Use Cases

  • Task Creation: Add new reminders with titles, lists, and due dates.
  • Task Management: View, complete, edit, and delete existing reminders.
  • List Management: Create, view, rename, and delete reminder lists.
  • Filtering: View reminders by date (today, tomorrow, overdue, etc.) or by list.
  • Scripting Output: Generate output in JSON or plain text formats for integration with other tools.

Quick Start

Use the apple-reminders skill to add a new reminder titled "Buy groceries" to the "Personal" list 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 command line on macOS?▼

Manage Apple Reminders via the remindctl CLI on macOS to list, add, edit, complete, and delete reminders. It also supports managing reminder lists and filtering tasks by date.

Can I add a new reminder with a due date using macOS CLI?▼

Yes, you can add a new reminder with a due date using macOS CLI by providing the title, target list, and date. The tool creates the task directly in the Apple Reminders app without needing the GUI.

Does the Apple Reminders CLI tool require any specific dependencies to work?▼

Yes, the Apple Reminders CLI tool requires the remindctl binary to be installed and authorized on macOS. Without this underlying dependency, the Skill cannot interact with the Reminders database.

How do I filter Apple Reminders by date or list for task management?▼

You can filter Apple Reminders by date constraints like today, tomorrow, or overdue, or view tasks by specific lists. This allows targeted task management directly from the macOS command line.

Can I output Apple Reminders data in JSON format for scripting and automation?▼

Yes, you can output Apple Reminders data in JSON or plain text formats for scripting purposes. This enables seamless integration with other automation tools and macOS productivity workflows.