·macos-calendar
>_

macos-calendar

Create, list, and manage macOS Calendar events via AppleScript. Use when the user asks to add a reminder, schedule an event, create a calendar entry, set a deadline, or anything involving Apple Calendar on macOS. Triggers on requests like "remind me in 3 days", "add to my calendar", "schedule a meeting next Monday at 2pm", "create a recurring weekly event". macOS only.

97Installs·12Trend·@lucaperret

Installation

$npx skills add https://github.com/lucaperret/agent-skills --skill macos-calendar

How to Install macos-calendar

Quickly install macos-calendar AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/lucaperret/agent-skills --skill macos-calendar
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: lucaperret/agent-skills.

SKILL.md

View raw

Manage Apple Calendar events via $SKILLDIR/scripts/calendar.sh. All date handling uses relative math (current date + N days) to avoid locale issues (FR/EN/DE date formats).

Always list calendars first to find the correct calendar name:

| summary | yes | - | Event title | | calendar | no | first calendar | Calendar name (from list-calendars) | | description | no | "" | Event notes | | offsetdays | no | 0 | Days from today (0=today, 1=tomorrow, 7=next week) | | isodate | no | - | Absolute date YYYY-MM-DD (overrides offsetdays) | | hour | no | 9 | Start hour (0-23) |

Create, list, and manage macOS Calendar events via AppleScript. Use when the user asks to add a reminder, schedule an event, create a calendar entry, set a deadline, or anything involving Apple Calendar on macOS. Triggers on requests like "remind me in 3 days", "add to my calendar", "schedule a meeting next Monday at 2pm", "create a recurring weekly event". macOS only. Source: lucaperret/agent-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/lucaperret/agent-skills --skill macos-calendar
Category
>_Productivity
Verified
First Seen
2026-02-20
Updated
2026-03-10

Browse more skills from lucaperret/agent-skills

Quick answers

What is macos-calendar?

Create, list, and manage macOS Calendar events via AppleScript. Use when the user asks to add a reminder, schedule an event, create a calendar entry, set a deadline, or anything involving Apple Calendar on macOS. Triggers on requests like "remind me in 3 days", "add to my calendar", "schedule a meeting next Monday at 2pm", "create a recurring weekly event". macOS only. Source: lucaperret/agent-skills.

How do I install macos-calendar?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/lucaperret/agent-skills --skill macos-calendar Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/lucaperret/agent-skills

Details

Category
>_Productivity
Source
skills.sh
First Seen
2026-02-20

Related Skills