gcal
Installation
SKILL.md
Google Calendar Manager
Create events, set reminders, and view schedule via Google Calendar API.
Prerequisites
- Google OAuth must be set up:
python3 ~/.claude/skills/_google-auth/scripts/setup.py - Google Calendar API enabled in Google Cloud project
- Python packages:
google-auth-oauthlib,google-api-python-client
Command Routing
| User Says | Action |
|---|---|
| "today's schedule", "what's on my calendar" | List today's events |
| "this week", "next 7 days" | List events for date range |
| "add event", "schedule meeting" | Create timed event |
| "reminder", "set reminder" | Create event with reminder notification |
| "block time for studying" | Create time block |