What problem does it solve? Setting up Google Workspace integration requires navigating Google Cloud Console, enabling seven separate APIs, configuring OAuth consent screens, and managing credentials — a confusing multi-step process that blocks users from accessing Gmail, Docs, Sheets, Calendar, Drive, Tasks, and Slides programmatically. ## Core Features & Use Cases - Guided Setup Wizard: Walks users through creating a Google Cloud project, enabling all 7 Google APIs, configuring the OAuth consent screen, and generating OAuth client credentials. - Config Pre-flight Check: Runs a validation script that detects whether credentials are missing, need authentication, or are fully configured, then routes to the correct workflow. - Authentication Management: Handles OAuth login, token refresh, reconnection, and disconnection through shared scripts. - Use Case: A user says "connect google" and is guided step-by-step through Google Cloud setup, after which they can immediately run commands like "list my upcoming calendar events" or "send email". ## Quick Start Say "connect google" to start the setup wizard and link your Google account to Nexus.