What problem does it solve? Accessing Google Workspace services from an agent or terminal normally requires writing API client code and handling OAuth flows manually. This Skill provides a ready-made, non-interactive OAuth setup and a single JSON-output CLI covering Gmail, Calendar, Drive, Contacts, Sheets, and Docs. ## Core Features & Use Cases - Gmail operations: Search with Gmail query syntax, read full messages, send plain or HTML email, reply in-thread, and manage labels. - Calendar, Drive, Sheets, and Docs: List and create events with timezone-aware times, upload/download/share/trash Drive files, read and write spreadsheet ranges, and create or append to Docs. - Guided OAuth setup: A step-by-step setup script handles client secrets, PKCE authorization URLs, code exchange, token refresh, and revocation, with partial-scope detection and troubleshooting guidance. - Use Case: Ask the agent for a morning brief: it lists today's calendar events, detects conflicts, searches urgent unread Gmail threads, and drafts replies after your approval. ## Quick Start Ask the agent to check Google Workspace authentication and then show your unread emails from the last 24 hours along with today's calendar events.