agentsclimarketplace

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

Install
npx -y skills add batteryshark/skill-tap --skill google-calendar-cli

Assembled 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

  1. Read references/setup-and-confirmation.md.
  2. Authenticate once with the required account.
  3. Use read commands to resolve calendar IDs, event IDs, dates, and time zones.
  4. Generate a create or delete plan.
  5. Show the complete plan to the user, including attendees and notification behavior.
  6. Only after explicit approval, run apply-plan <file> --confirm <hash>.
  7. 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

bin/

references/

scripts/

Keep looking

Skills are one crate of 326,782. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.