apple-reminders

Automate Apple Reminders task creation, querying, and updates via AppleScript on macOS.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill resolves the challenge of managing Apple Reminders by automating the process, allowing users to create, manage, and query reminders seamlessly.

Core Features & Use Cases

  • Create and Manage Reminders: Automate the creation of new reminders, update existing ones, and organize tasks into lists.
  • Query Reminders: Efficiently retrieve reminders based on various criteria like list name, completion status, due date, and priority.
  • Recurring Reminders: Support for setting up recurring reminders with custom recurrence rules.
  • Use Case: For a project manager, this skill can help organize meeting reminders, deadlines, and task completion statuses without manual intervention.

Quick Start

Use the apple-reminders skill to create a new reminder with the title "Buy groceries" due tomorrow at 5pm and add it to the "Shopping" 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 task management in Apple Reminders on macOS?

You can automate task management in Apple Reminders on macOS by using AppleScript to streamline the creation, querying, and updating of reminders. This allows you to manage daily to-do lists and recurring tasks seamlessly without manual intervention.

Can I use AppleScript to create recurring reminders with custom due dates?

Yes, you can use AppleScript to create recurring reminders with custom recurrence rules and specific due dates. This automation streamlines setting up new reminders and organizing them directly into your specified Apple Reminders lists.

Does automating Apple Reminders via AppleScript require any special dependencies?

Automating Apple Reminders via AppleScript requires a macOS environment with the native Apple Reminders app installed and access to the osascript command line tool. No additional software dependencies or complex libraries are needed to run the automation scripts.

What is the best way to query reminders by list name and completion status?

The best way to query reminders by list name and completion status is using AppleScript automation. This approach efficiently retrieves and filters reminders based on specific criteria like due date, priority, and current completion status within the macOS Reminders app.

Why use AppleScript for reminder automation instead of other task management tools?

Using AppleScript for reminder automation provides native integration with macOS Apple Reminders without needing external task managers. It directly manipulates local reminder data, streamlining organizational workflows for users already utilizing the Apple ecosystem.