Apple Reminders

Create macOS Reminders entries via AppleScript in the default account and list.

577|62|Updated May 15, 2026
One-click install
npx skills add https://github.com/agentic-in/elephant-agent --skill apple-reminders-agentic-in
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Apple Reminders
Source: https://github.com/agentic-in/elephant-agent/tree/main/packages/skills/builtin_packages/apple/apple-reminders
Command: npx skills add https://github.com/agentic-in/elephant-agent --skill apple-reminders-agentic-in

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Open Reminders.app and create macOS reminders with AppleScript when follow-ups are needed, helping you keep tasks visible and organized without manual re-entry.

Core Features & Use Cases

  • Create Reminders entries in Reminders.app via AppleScript when prompted during a conversation.
  • Default to the system's default account and default list unless a specific list is requested.
  • Use this for simple, time-based, or follow-up reminders that should appear in macOS Reminders.

Quick Start

Create a reminder in Reminders.app using AppleScript.

Frequently Asked Questions about Apple Reminders

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

FAQPage Schema
How do I create macOS reminders with AppleScript?▼

You can create macOS reminders with AppleScript by passing a title and optional notes to this Skill, which then automates Reminders.app to add the entry to your default list.

Can I use AppleScript to automate follow-up reminders in Reminders.app?▼

Yes, you can automate follow-up reminders in Reminders.app by using this Skill to trigger AppleScript execution, adding task entries without manual re-entry during your conversation or workflow.

Do I need Reminders.app on macOS to use this automation?▼

Yes, you need Reminders.app on macOS and AppleScript execution enabled to perform reminder creation, as the Skill relies on the native macOS Reminders application to store and display tasks.

How do I specify a specific list when creating reminders via AppleScript?▼

The Skill defaults to the system's default account and list unless a specific list is requested, allowing you to target a specific list in Reminders.app by naming it during the automation prompt.

What are the limitations of creating reminders with AppleScript?▼

Limitations include reliance on AppleScript execution within macOS and support for only straightforward titles with optional notes, meaning complex task metadata or recurring rules are not handled by this automation.