What problem does it solve? Setting up Google sign-in for a Weegloo-powered app requires exact Google Cloud Console steps, the correct Weegloo redirect URI, and a clientId/clientSecret that only the user can produce. This Skill walks through that provider-specific setup so the OAuth client is configured correctly the first time. ## Core Features & Use Cases - Google OAuth Client Walkthrough: Step-by-step instructions for creating an OAuth client in Google Cloud Console, including the consent screen and Test users gotcha that blocks sign-in while the app is in Testing mode. - Correct Redirect URI Handling: Provides the exact deploy-independent redirect URI (https://auth.weegloo.com/v1/spaces/{spaceId}/login/oauth2/code/google) to register before the app is deployed. - Blocking Credential Collection: Structures the conversation so the agent stops and asks the user for clientId/clientSecret with an illustrated walkthrough link, rather than marking Google sign-in as done prematurely. - Use Case: You are adding Google login to your Weegloo app. The Skill tells the user the redirect URI up front, hands them the console walkthrough, collects the credentials, and creates the ServiceLogin with provider google. ## Quick Start Set up Google OAuth sign-in for my Weegloo space and walk me through creating the Google Cloud OAuth client.