What problem does it solve? Accessing Google Workspace services from an AI agent or terminal normally requires juggling multiple APIs, OAuth flows, and SDKs. This Skill provides a single authenticated CLI that covers Gmail, Calendar, Drive, Contacts, Sheets, and Docs with consistent JSON output. ## Core Features & Use Cases - Gmail operations: Search with Gmail query syntax, read full messages, send plain or HTML email, reply in threads, and manage labels. - Calendar, Drive, Sheets, and Docs: List and create calendar events, search/upload/download/share Drive files, read and write spreadsheet ranges, and create or append to Docs. - Non-interactive OAuth setup: A step-by-step setup script handles client credentials, authorization URLs, PKCE code exchange, token refresh, and revocation, designed to be driven by an agent on any platform. - Use Case: Ask your agent to find unread emails from your boss this week, summarize them, create a follow-up calendar event with attendees, and log the action items into a Google Sheet — all without leaving the chat. ## Quick Start Ask the agent to check whether Google Workspace is authenticated, and if not, walk you through the OAuth setup before listing your upcoming calendar events.