Google calendar cli
Skill batteryshark/skill-tap/skills/productivity/google-calendar-cli
Authenticate a desktop Google Calendar client, inspect calendars and events, query free/busy data, and create or delete events through a reviewable plan with hash-bound explicit confirmation. Use when a user wants direct Google Calendar CLI automation without an MCP server.From its SKILL.md
npx -y skills add batteryshark/skill-tap --skill google-calendar-cliAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.1 KB, 160 tokens by cl100k_base, as published. Nobody here has run it
Google Calendar CLI
Use bin/google-calendar-cli. Read operations execute directly. Calendar mutations require a plan file and the exact confirmation hash printed during planning.
Workflow
- Read references/setup-and-confirmation.md.
- Authenticate once with the required account.
- Use read commands to resolve calendar IDs, event IDs, dates, and time zones.
- Generate a create or delete plan.
- Show the complete plan to the user, including attendees and notification behavior.
- Only after explicit approval, run
apply-plan <file> --confirm <hash>. - Relay the returned event ID and link or deletion result.
Never infer approval from the original scheduling request. A calendar mutation needs confirmation after the concrete plan exists.
What ships with it: 4 files
9.9 KB alongside SKILL.md, 2 of them executable
agents/
- calendar-reviewer.md543 B
bin/
- google-calendar-cliruns307 B
references/
scripts/
- gcal_cli.pyruns7.9 KB