gcloud-auth-verification

Check gcloud authentication status and provide login commands for CLI and ADC setup.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/RxFit/hub-overlay --skill gcloud-auth-verification-rxfit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gcloud-auth-verification
Source: https://github.com/RxFit/hub-overlay/tree/main/hub/skills/gcloud-auth-verification
Command: npx skills add https://github.com/RxFit/hub-overlay --skill gcloud-auth-verification-rxfit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps identify and resolve missing Google Cloud authentication and Application Default Credentials (ADC), streamlining the process when gcloud, bq, dataform, or Python libraries return authentication errors.

Core Features & Use Cases

  • Authentication Error Identification: Automatically detect common authentication errors from gcloud, bq, dataform, and Python libraries.
  • Verification Steps: Provides verification steps to ensure proper authentication status before asking the user to log in.
  • Corrective Actions: Offers specific commands to authenticate the gcloud CLI and set up Application Default Credentials (ADC).
  • Post-Login Verification: After login, verifies authentication status to proceed with the original task.

Quick Start

Verify Google Cloud authentication with the gcloud-auth-verification skill. Run the command 'gcloud auth list' to check the current authentication status.

Frequently Asked Questions about gcloud-auth-verification

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix Google Cloud authentication errors in gcloud or bq?

To fix Google Cloud authentication errors, verify your current credentials using the 'gcloud auth list' command and execute the provided login commands to re-authenticate the gcloud CLI and restore access.

What are Application Default Credentials (ADC) and when do I need them?

Application Default Credentials (ADC) authenticate Google Cloud access for Python libraries and dataform. You need to set up ADC when your applications return missing authentication errors during administrative workflows.

How do I set up Application Default Credentials for Google Cloud?

To set up Application Default Credentials (ADC), use the specific corrective commands provided by the verification process to authenticate your environment, followed by a post-login verification step to ensure proper access status.

Why does my Python library fail with a Google Cloud authentication error?

Your Python library fails with a Google Cloud authentication error because Application Default Credentials (ADC) are missing. You must run verification steps and execute specific ADC setup commands to resolve this.

Can I verify Google Cloud authentication status before running dataform?

Yes, you can verify Google Cloud authentication status before running dataform by executing 'gcloud auth list' to check credentials. This ensures proper authentication status before proceeding with your original dataform task.