What problem does it solve? Working with Google Workspace normally requires slow browser automation or manual clicking through Gmail, Calendar, and Drive. This Skill routes those tasks through the local gog CLI, giving fast, scriptable, JSON-structured access to your Google account while enforcing strict safety rules around sends and writes. ## Core Features & Use Cases - Gmail read and search: Search threads and messages, fetch message content, and list labels with structured JSON output. - Calendar, Drive, and Contacts access: List upcoming events, search Drive files, and look up contacts without opening a browser. - Guarded Gmail sending: Drafts are shown for explicit approval before any send, and sends only proceed when the account already has send permission. - Auth diagnostics: Inspect authentication status and OAuth credentials before assuming Google Workspace is unavailable. - Use Case: Ask for a summary of unread email from the last 7 days, and the Skill runs gog gmail search with filters, then summarizes the results instead of dumping raw JSON. ## Quick Start Ask the assistant to show your calendar events for the next 7 days using gog.