
Calendar
- 1 repo stars
- Updated August 4, 2026
- stbenjam/claude-nine
calendar is an agent skill that reads and drives macOS Calendar via icalBuddy and AppleScript from your coding agent.
About
calendar is a lightweight agent skill that connects Claude Code and similar agents to the macOS Calendar database through icalBuddy and AppleScript. developers who live in terminal-first workflows can ask for today’s agenda, upcoming launch deadlines, or customer call slots without leaving the coding session. It is intentionally narrow: it does not replace a full scheduling product, but it removes friction when your agent needs ground truth from Apple Calendar while drafting plans, emails, or weekly reviews. Install icalBuddy and grant Calendar permissions on macOS before invoking. The skill suits operators who already use the claude-nine plugin set and want calendar context in routines—content calendars, support windows, and launch checkpoints—without building a custom Google Calendar API integration. Intermediate complexity reflects AppleScript permission prompts and local-only scope.
- Integrates macOS Calendar through icalBuddy CLI and AppleScript from the agent
- Targets Claude Code workflows on Apple Silicon or Intel Macs with local calendar data
- Avoids manual copy-paste of event times when planning your week with an AI assistant
- Fits personal ops automation alongside other claude-nine macOS plugins
- Keeps calendar reads and scripted actions on-machine via native macOS APIs
Calendar by the numbers
- Data as of Aug 5, 2026 (Skillselion catalog sync)
/plugin marketplace add stbenjam/claude-nine/plugin install calendar@claude-nineAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | August 4, 2026 |
| Repository | stbenjam/claude-nine ↗ |
What it does
Query and manage macOS Calendar events through your agent using icalBuddy and AppleScript instead of context-switching to Calendar.app.
Who is it for?
Mac-based developers using claude-nine who want agent-visible schedule data without a cloud calendar API project.
Skip if: Windows or Linux developers, teams on Google Workspace-only calendars without macOS sync, or anyone needing cross-platform calendar SaaS APIs.
When should I use this skill?
You need macOS Calendar data or scripted calendar actions while working in Claude Code with icalBuddy and AppleScript available.
What you get
Your agent can pull calendar context and run scripted calendar actions on your Mac so plans and reminders stay aligned with actual events.
- Calendar event listings pulled into the agent context
- AppleScript-driven calendar updates when your workflow scripts them
Files
macOS Calendar integration via icalBuddy and AppleScript
calendar
Source: ./plugins/calendar
{ "name": "calendar", "source": "./plugins/calendar", "description": "macOS Calendar integration via icalBuddy and AppleScript" }
Related skills
How it compares
Local macOS calendar bridge—not a hosted Cal.com or Google Calendar MCP server with multi-user booking.
FAQ
Who is calendar for?
Claude Code users on macOS who want their agent to access Apple Calendar through icalBuddy and AppleScript.
When should I use calendar?
Use it during Grow when scheduling user calls, launch milestones, or weekly planning and you need live calendar facts inside the agent session.
Is calendar safe to install?
It runs local shell and AppleScript against your Calendar app—review the Security Audits panel on this page and confirm macOS privacy prompts before granting calendar access.