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 events, 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 credential storage, PKCE authorization, token refresh, and revocation, designed to be driven by an agent on CLI, Telegram, or Discord. - 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 save the summary to a Google Doc — all through one authenticated interface. ## Quick Start Ask the agent to check Google Workspace authentication and then search Gmail for unread messages from the last day.