Agent skill

calendar

Interact with Apple Calendar via AppleScript. Use when the user asks to check calendar, view events, create events, manage schedule, find free time, or list calendars. Triggers include "my calendar", "my schedule", "calendar events", "create event", "add to calendar", "what's on my calendar", "free time", "available slots", "upcoming events", "today's events". Requires macOS with Calendar.app.

Stars 4
Forks 0

Install this agent skill to your Project

npx add-skill https://github.com/jacobrask/claude-skills/tree/main/skills/calendar

SKILL.md

Calendar

Apple Calendar management via AppleScript.

Key Scripts

Script Purpose
list_calendars.sh List all available calendars (TSV/JSON)
get_events.sh Get events with date range filtering (TSV/markdown/JSON)
create_event.sh Create new calendar event
search_events.sh Search events by keyword

List Calendars

bash
list_calendars.sh           # Simple list
list_calendars.sh json      # JSON format

Getting Events

bash
get_events.sh                    # Today's events as TSV
get_events.sh markdown           # Today's events as markdown
get_events.sh --today            # Today's events (TSV)
get_events.sh --week markdown    # Next 7 days
get_events.sh --days 14 json     # Next 14 days
get_events.sh -c "Work"          # Filter by calendar

Creating Events

bash
create_event.sh "Meeting Title" "2025-12-26 14:00" "2025-12-26 15:00"
create_event.sh "Lunch" "2025-12-27 12:00" "2025-12-27 13:00" "Work"
create_event.sh "Conference" "2025-12-28 09:00" "2025-12-28 17:00" "Work" "San Francisco" "Annual conference"

Parameters: title startDate endDate [calendar] [location] [description]

Search Events

bash
search_events.sh "meeting"
search_events.sh "dentist" markdown
search_events.sh -c "Work" "standup"

Output Formats

  • TSV: Tab-separated (calendar, title, start, end, location, description)
  • Markdown: Formatted list with dates and times
  • JSON: Structured data for processing

Privacy: Event data stays local. Calendar.app data accessed via AppleScript only.

Important Notes

NEVER delete calendar events without explicit user confirmation. This skill currently does not include a delete script - if the user requests deletion, always ask for confirmation first and warn about the permanent nature of the action.

Expand your agent's capabilities with these related and highly-rated skills.

jacobrask/claude-skills

jmap-email

Enables JMAP email operations using Node.js and jmap-jam library. Use when working with JMAP email servers, FastMail, Cyrus IMAP, Stalwart Mail Server, or when user mentions email search, reading, sending, or mailbox management.

4 0
Explore
jacobrask/claude-skills

safari-tabs

Interact with Safari browser tabs, reading list, bookmarks, and history via AppleScript. Use when the user asks to analyze, organize, summarize, deduplicate, close, export, or manage their Safari tabs. Also handles reading list, bookmarks, and history searches. Triggers include "my tabs", "open tabs", "Safari tabs", "clean up my browser", "what tabs do I have open", "organize my tabs", "too many tabs", "reading list", "bookmarks", "browser history", "export tabs". Requires macOS with Safari.

4 0
Explore
jacobrask/claude-skills

knowledge-base

Manage your personal knowledge base of curated resources, bookmarks, and excerpts. Triggers include "knowledge base", "kb", "add to knowledge", "add tabs to", "what do I have on", "what do we know about", "find resources about". Use with safari-tabs skill for bulk ingestion from Safari windows. Location is ~/knowledge/.

4 0
Explore
mattpocock/skills

edit-article

Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.

111,310 9,758
Explore
mattpocock/skills

obsidian-vault

Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.

111,310 9,758
Explore
mattpocock/skills

setup-pre-commit

Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.

111,310 9,758
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results