BeClaude

calendar

New
Community 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-nine

Install a specific plugin:

code
/plugin install example-plugin@claude-nine

Plugins

  • example-plugin: Example plugin demonstrating command structure

Development

Run the linter to validate plugin structure:

bash
make lint

Update plugin documentation and website:

bash
make update

Documentation

Visit the documentation site for more information.

License

MIT

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/calendar.md https://raw.githubusercontent.com/stbenjam/claude-nine/main/SKILL.md
3
Invoke in Claude Code
/calendar
View 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.