What problem does it solves?
This Skill simplifies and automates the often complex process of authenticating to Google Cloud Platform (GCP), especially in headless or containerized development environments. It ensures you're quickly and securely connected, freeing you from manual gcloud commands.
Core Features & Use Cases
- Automated
gcloud Check: Verifies that the gcloud CLI is installed and available, providing clear guidance if it's missing.
- Project Configuration: Automatically sets your default GCP project from the
GOOGLE_CLOUD_PROJECT environment variable or prompts you for manual configuration.
- Device Code Flow: Facilitates authentication in environments without a graphical browser by providing a URL and a device code for you to complete the login securely in any browser.
- Authentication Verification: Confirms successful login by displaying your active GCP account email and the currently configured project.
- Optional Bucket Policy: Offers to automatically add necessary IAM policy bindings for Google Cloud Storage bucket access, streamlining setup for data-intensive tasks.
Quick Start
Use the gcp-login skill to authenticate to Google Cloud.