If you've ever tried to script Google Workspace operations and ended up wrestling with the official Python or Node SDKs, this is the alternative you wished existed. gog is a JSON-first CLI that handles Gmail, Calendar, Drive, Docs, Sheets, and most other Workspace services with proper multi-account support and explicit guardrails for automation. The skill covers the full command surface as of v0.13.0, including practical patterns like batch operations with dry-run flags, least-privilege scoping, and agent-safe modes that prevent accidental mail sends or destructive admin operations. It's opinionated about scripting hygiene (prefer --json over --plain, always use --no-input in CI) and handles the OAuth/service-account complexity that usually makes Google automation painful.
npx skills add https://github.com/intellectronica/agent-skills --skill gog-cli