google-calendar-skill
Installation
SKILL.md
Google Calendar Skill
This skill provides comprehensive Google Calendar integration through lightweight CLI scripts. All operations are token-efficient and composable.
First-Time Setup
Before using this skill, you must set up OAuth authentication:
-
Install dependencies:
cd ~/.claude/skills/google-calendar-skill && npm install -
Set up Google Cloud credentials:
- Follow the guide in
docs/google-cloud-setup.md - Enable Google Calendar API
- Download
credentials.jsonand save toscripts/auth/credentials.json
- Follow the guide in