mag-reminders

Manage Apple Reminders via a local HTTP API gateway.

88|10|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/ericblue/mac-agent-gateway --skill mag-reminders
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mag-reminders
Source: https://github.com/ericblue/mac-agent-gateway/tree/main/skills/mag-reminders
Command: npx skills add https://github.com/ericblue/mac-agent-gateway --skill mag-reminders

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill bridges the gap between AI agents and macOS-specific Reminders, allowing for programmatic management of tasks and lists that are otherwise inaccessible to external tools.

Core Features & Use Cases

  • Create, Update, Delete Reminders: Add new tasks, modify existing ones, or remove them entirely.
  • Manage Reminder Lists: Create, rename, and delete custom lists to organize your reminders.
  • Query Reminders: Filter reminders by date (today, tomorrow, week, overdue, upcoming, completed), specific lists, or due dates.
  • Use Case: An AI assistant can automatically add "Buy milk" to your "Shopping" list, or remind you of all "Work" related tasks due "tomorrow".

Quick Start

Use the mag-reminders skill to list all reminders due today.

Frequently Asked Questions about mag-reminders

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

FAQPage Schema
How do I manage Apple Reminders through an API for task automation?

You can manage Apple Reminders through a local HTTP API gateway that enables AI agents to create, list, update, complete, and delete tasks programmatically on macOS.

Can I filter macOS Reminders by date and list using an AI agent?

Yes, you can query and filter macOS Reminders by specific dates like today or overdue, by status, or by particular lists to retrieve targeted task sets for AI processing.

How do I create and organize task lists in Apple Reminders via API?

You can create, rename, and delete custom reminder lists via the local HTTP API, allowing an AI assistant to programmatically organize macOS tasks into dedicated categories.

Does this approach require macOS CLI tools to access Reminders?

Yes, integrating with macOS Reminders via this local HTTP API gateway relies on macOS CLI tools to bridge the gap between external AI agents and the native Reminders application.

What is the best way to let an AI assistant add tasks to a macOS Reminders list?

Using a local HTTP API gateway allows an AI assistant to directly add tasks to specified macOS Reminders lists, bridging external automation tools to the native application.

Why use a local HTTP API gateway instead of direct macOS Reminders automation?

A local HTTP API gateway bridges the gap between AI agents and macOS-specific Reminders, providing structured API access to tasks that are otherwise inaccessible to external tools.