skills/gccli/SKILL.md
Google Calendar CLI (BACKUP). Primary calendar access is via Apple Calendar (osascript). Use gccli only for direct Google API operations not available through Apple Calendar.
npx skillsauth add szoloth/skills gccliInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Command-line interface for Google Calendar operations.
NOTE: Primary calendar access is via Apple Calendar (see calendar-manager skill). Use gccli only when you need:
npm install -g @mariozechner/gccli
Email: [email protected]
Status: Active
First check if already configured:
gccli accounts list
If no accounts, guide the user through setup:
gccli accounts credentials ~/path/to/credentials.jsongccli accounts add <email> (use --manual for browserless OAuth)Run gccli --help for full command reference.
Common operations:
gccli <email> calendars - List all calendarsgccli <email> events <calendarId> [--from <dt>] [--to <dt>] - List eventsgccli <email> event <calendarId> <eventId> - Get event detailsgccli <email> create <calendarId> --summary <s> --start <dt> --end <dt> - Create eventgccli <email> freebusy <calendarIds> --from <dt> --to <dt> - Check availabilityUse primary as calendarId for the main calendar.
YYYY-MM-DDTHH:MM:SSZ (UTC) or YYYY-MM-DDTHH:MM:SS (local)YYYY-MM-DD with --all-day flag~/.gccli/credentials.json - OAuth client credentials~/.gccli/accounts.json - Account tokenscontent-media
Fetch transcripts from YouTube videos for summarization and analysis.
documentation
This skill should be used when reviewing or editing written drafts to ensure they match Sam's personal style guide. It prioritizes voice preservation and anti-beige detection while catching structural gaps. Triggers on requests to review, edit, or improve written content.
tools
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
development
Web search and content extraction using Brave Search. Use when researching topics, finding documentation, extracting article content, or gathering information from the web. No browser required - works headlessly.