What problem does it solve?
Gmail, Calendar, Drive, Contacts, Sheets, and Docs are powerful but often require jumping between GUI and APIs. This Skill enables you to manage Google Workspace services directly from the CLI, speeding automation and reducing context switches.
Core Features & Use Cases
- Gmail: search, read, compose, draft, and reply from the terminal.
- Calendar: list, create, and update events programmatically.
- Drive & Docs: search and export documents; manage Drive contents.
- Sheets & Contacts: retrieve and update sheet data; manage contacts.
- General workflows: automate repetitive admin tasks across multiple services, integrate with scripts and CI workflows.
Quick Start
Authenticate with Google OAuth and run a simple command such as gog gmail search 'in:inbox' to verify setup.