What problem does it solve?
This Skill enables developers and operators to manage Google Workspace resources (Gmail, Calendar, Drive, Contacts, Sheets, and Docs) directly from the command line, reducing context switching and accelerating automation.
Core Features & Use Cases
- Gmail: search, compose, and manage messages from scripts.
- Calendar & Drive: create events, search files, and update docs without leaving the terminal.
- Documents: access and manipulate Sheets/Docs programmatically for quick data workflows.
- Use Case: automate onboarding tasks by provisioning calendar invites, sharing files, and sending welcome emails through a single CLI tool.
Quick Start
Install gog, authenticate with your Google account, then run a basic query such as gog gmail search 'newer_than:7d' --max 5 to verify setup.