calendar
NewCommunity RegistryGeneralby stbenjam
macOS Calendar integration via icalBuddy and AppleScript
Community PluginView Source
Overview
Claude Code Plugins by stbenjam
Installation
Add the marketplace to Claude Code:
code
/plugin marketplace add stbenjam/claude-nineInstall a specific plugin:
code
/plugin install example-plugin@claude-ninePlugins
- •example-plugin: Example plugin demonstrating command structure
Development
Run the linter to validate plugin structure:
bash
make lintUpdate plugin documentation and website:
bash
make updateDocumentation
Visit the documentation site for more information.
License
MIT
Install & Usage
1
Create the skills directory
mkdir -p .claude/skills2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/calendar.md https://raw.githubusercontent.com/stbenjam/claude-nine/main/SKILL.md3
Invoke in Claude Code
/calendarView source on GitHub
Frequently Asked Questions
What is calendar?
macOS Calendar integration via icalBuddy and AppleScript
How to install calendar?
To install calendar, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /calendar.
What is calendar best for?
calendar is a community categorized under General. Created by stbenjam.