What problem does it solve? Accessing Gmail, Calendar, Drive, Contacts, Sheets, and Docs from an AI agent normally requires juggling multiple Google APIs, OAuth flows, and SDKs. This Skill provides a single authenticated CLI interface that handles the entire OAuth2 setup non-interactively and exposes every service through simple JSON-returning commands. ## Core Features & Use Cases - Full Gmail operations: Search with Gmail query syntax, read full message bodies, send plain or HTML email, reply with proper threading, and manage labels. - Calendar, Drive, Sheets, and Docs management: 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 works over CLI, Telegram, or Discord, with PKCE support for headless systems and automatic token refresh. - Use Case: Ask the 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 in one conversation. ## Quick Start Ask the agent to check your Google authentication status and then list your unread emails from the last 24 hours.