apple-reminders

Create, update, and query Apple Reminders on macOS via AppleScript.

1|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/framersai/agentos-skills --skill apple-reminders-framersai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-reminders
Source: https://github.com/framersai/agentos-skills/tree/main/registry/curated/apple-reminders
Command: npx skills add https://github.com/framersai/agentos-skills --skill apple-reminders-framersai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates macOS Reminders management to reduce manual task overhead and improve task tracking.

Core Features & Use Cases

  • Create reminders with title, due date, priority, and list; query by list, completion, due date range, or priority; update due dates and priorities; move items between lists; delete items; and create new lists for organization.

Quick Start

Create a reminder titled 'Submit report' due tomorrow in the Personal list.

Frequently Asked Questions about apple-reminders

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

FAQPage Schema
How do I automate Apple Reminders on macOS to create tasks with a due date and priority?

Automating Apple Reminders via osascript allows you to create tasks with specific titles, due dates, priorities, and target lists without manual entry. This reduces overhead and ensures consistent task tracking on macOS.

Can I query Apple Reminders by list, due date range, or priority using automation?

Yes, querying Apple Reminders by list, completion status, due date range, or priority is fully supported via AppleScript. This allows you to filter and retrieve specific tasks efficiently for bulk processing or daily review.

What is the best way to move reminders between lists or update task attributes in bulk?

The best way to move reminders between lists or update task attributes in bulk is using AppleScript automation. You can programmatically modify due dates, change priorities, and relocate items across lists to maintain organized task workflows.

Do I need osascript installed to run Apple Reminders automation on macOS?

Yes, osascript is required to execute AppleScript commands for Apple Reminders automation. You must have macOS with the native Reminders app installed and properly configured to ensure safe automation practices and successful task operations.

How do I create new lists and delete existing reminders using AppleScript?

You can create new lists for organization and delete existing reminders programmatically using AppleScript. This enables dynamic list management and cleanup of completed or unwanted tasks directly through automated macOS workflows.

Does Apple Reminders automation support recurring tasks and safe automation practices?

Apple Reminders automation supports recurring tasks and enforces safe automation practices via AppleScript. This ensures reliable execution when creating, updating, or moving reminders without risking data loss or application instability on macOS.