Apple提醒事项

Manage Apple Reminders on macOS using the remindctl CLI tool.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/feiji77-2/openclaw --skill apple
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Apple提醒事项
Source: https://github.com/feiji77-2/openclaw/tree/main/skills/apple-reminders
Command: npx skills add https://github.com/feiji77-2/openclaw --skill apple

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 switch to the Reminders app for common tasks.

Core Features & Use Cases

  • List Management: Create, view, rename, and delete your reminder lists.
  • Reminder Operations: Add, edit, complete, and delete individual reminders.
  • Filtering & Views: Easily view reminders for today, tomorrow, the week, overdue, upcoming, completed, or all.
  • Scripting Support: Output reminders in JSON or plain text formats for integration with other tools.
  • Use Case: Quickly add a reminder to "Buy groceries" for tomorrow in your "Personal" list, or mark all "Work" related tasks due today as complete.

Quick Start

Use the Apple Reminders skill to add a reminder to call the doctor tomorrow.

Frequently Asked Questions about Apple提醒事项

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 create, view, edit, complete, and delete reminders and lists without opening the Reminders app. It requires the `remindctl` binary to be installed and authorized on your system.

Can I view overdue or upcoming reminders via CLI without opening the Apple Reminders app?

Yes, you can view overdue or upcoming reminders via CLI by using `remindctl` to filter reminders for today, tomorrow, the week, overdue, upcoming, completed, or all, eliminating the need to switch to the Reminders app for common tasks.

Do I need any specific tools installed to use this Apple Reminders CLI integration?

Yes, this Skill requires the `remindctl` binary to be installed and authorized on your macOS system to interact with your Apple Reminders data directly from the command line interface.

How do I output Apple Reminders in JSON format for scripting and automation?

You can output Apple Reminders in JSON or plain text formats using `remindctl` for integration with other tools, allowing you to build scripting workflows that automate task management and process reminder data programmatically.

What is the best way to add and complete task reminders on macOS without using the GUI?

The best way to add and complete task reminders on macOS without using the GUI is via `remindctl`, which supports adding reminders to specific lists with due dates and marking tasks as complete directly from your terminal.

Are there limitations when using a CLI tool to manage Apple Reminders lists and tasks?

The primary limitation is that managing Apple Reminders via this CLI tool requires `remindctl` to be installed and explicitly authorized on macOS, meaning it is not suitable for environments lacking this specific binary or operating outside the macOS platform.