apple-reminders

Manage Apple Reminders tasks and lists from the terminal via remindctl.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/lxh755818-bot/obsidian-vault --skill apple-reminders-lxh755818-bot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-reminders
Source: https://github.com/lxh755818-bot/obsidian-vault/tree/main/backup/skills/apple/apple-reminders
Command: npx skills add https://github.com/lxh755818-bot/obsidian-vault --skill apple-reminders-lxh755818-bot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires remindctl, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of managing Apple Reminders from the terminal, allowing users to add, list, and complete tasks directly.

Core Features & Use Cases

  • Terminal-based Management: Execute commands to add, list, and complete reminders without opening the Reminders app.
  • Synchronization Across Devices: Tasks are synced across all Apple devices via iCloud.
  • Use Case: For users who prefer a terminal interface for managing their daily tasks and reminders.

Quick Start

Add a new reminder to your list with a due date: remindctl add --title "Meeting prep" --due "2026-02-15 09:00"

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 terminal?

You can manage Apple Reminders from the terminal by using the remindctl command-line utility to add, list, and complete tasks directly without opening the Reminders app.

Can I sync terminal tasks with iCloud across my Apple devices?

Yes, adding tasks via terminal commands syncs them across all your Apple devices through iCloud, ensuring your Reminders are updated everywhere automatically.

Does this Apple Reminders CLI tool work on macOS only?

Yes, this Skill interacts with the Reminders API on macOS platforms, requiring the macOS environment to execute remindctl commands for task management.

How do I add a reminder with a due date using remindctl?

You can add a reminder with a due date by executing `remindctl add --title "Task Name" --due "YYYY-MM-DD HH:MM"` in your terminal to schedule the task.

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

Using a terminal-based approach with remindctl allows you to automate task management by executing CLI commands to add and complete reminders directly within your macOS workflow.