What problem does it solve? Accessing Google Workspace services programmatically requires navigating OAuth2 setup, API enablement, and multiple service-specific SDKs. This Skill consolidates Gmail, Calendar, Drive, Contacts, Sheets, and Docs operations into a single CLI with a guided, non-interactive OAuth setup flow that works over chat platforms. ## Core Features & Use Cases - Gmail Operations: Search with Gmail query syntax, read full messages, send plain or HTML email, reply with proper threading, and manage labels. - Calendar, Drive, Sheets, and Docs: List and create calendar events with timezone-aware times, upload/download/share Drive files, read and write spreadsheet ranges, and create or append to Docs. - Guided OAuth Setup: A step-by-step setup script handles client credentials, auth URL generation, PKCE code exchange, token refresh, and revocation, with scoped service selection. - Use Case: Ask the agent to find unread emails from your boss this week, summarize them, then create a follow-up calendar event and share a related Drive report — all confirmed with you before any write action. ## Quick Start Ask the agent to check whether Google Workspace is authenticated, and if so, search Gmail for unread messages from the last day.