What problem does it solve? Connecting an AI assistant to Google Workspace normally requires separate authentication flows, duplicated setup code, and inconsistent error handling for each service. This Skill provides one OAuth login that grants access to Gmail, Google Docs, Sheets, Calendar, Drive, Tasks, and Slides through a shared credential and token system. ## Core Features & Use Cases - Unified OAuth Authentication: Log in once and use all seven Google services with shared credentials stored in a .env file and a single token file. - Per-Service Operation Scripts: Run CLI commands or Python functions to read and send emails, edit documents, update spreadsheets, schedule calendar events, manage Drive files, track tasks, and build presentations. - Interactive Setup Wizard: The google-connect workflow guides first-time users through creating a Google Cloud project, enabling APIs, and configuring OAuth consent. - Use Case: A sales manager asks the assistant to find a free 30-minute slot this week, create a calendar event with the client as an attendee, and email a confirmation, all without re-authenticating between services. ## Quick Start Say "connect google" to run the setup wizard, then ask the assistant to list your upcoming calendar events or recent emails.