Manage Google Cloud Platform infrastructure and services directly through your AI agent using the gcloud, gsutil, and firebase command-line interfaces.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gcloud
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install gcloud using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The gcloud skill for Openclaw Skills empowers developers to interact with the full suite of Google Cloud Platform (GCP) services without leaving their terminal or agent interface. By wrapping the gcloud, gsutil, and firebase CLIs, this skill enables seamless management of virtual machines, containerized services, static hosting, and cloud databases. It bridges the gap between local development and cloud infrastructure, providing a unified interface for complex cloud operations.
Integrating this capability into Openclaw Skills allows for automated deployments, real-time monitoring, and proactive resource management. Whether you are scaling Cloud Run services, securing secrets, or auditing billing data, this skill provides the high-level abstractions and direct CLI access required for modern DevOps workflows. It is an essential component for teams looking to leverage AI agents for infrastructure as code and cloud governance.
# Download and extract the SDK
cd ~ && curl -O https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-linux-x86_64.tar.gz
tar -xzf google-cloud-cli-linux-x86_64.tar.gz
# Install and update path
./google-cloud-sdk/install.sh --quiet --path-update true
source ~/.bashrc
# Authenticate your account
gcloud auth login
npm install -g firebase-tools
firebase login
The skill organizes GCP metadata and resource state through various CLI outputs, often formatted as tables or JSON for the agent to parse.
| Resource Type | Management CLI | Primary Metadata Managed |
|---|---|---|
| Compute Engine | gcloud compute |
Instance status, NAT IPs, Zone, Machine Tier |
| Cloud Run | gcloud run |
Revisions, Traffic Split, Environment Vars, Service URLs |
| Cloud Storage | gsutil |
Bucket ACLs, Object URI, Sync Status |
| Firebase | firebase |
Hosting Channels, Release Versions, Site Names |
| Secrets | gcloud secrets |
Version IDs, Payload content, IAM Bindings |
| SQL | gcloud sql |
Instance Connection Names, DB Versions, Backup IDs |
Loading
A real-time, mobile-responsive web dashboard for monitoring Openclaw Skills sessions, sub-agents, and background cron jobs.

A professional automation skill for managing Google Photos libraries, enabling programmatic uploads, album creation, and library indexing.

A specialized automation tool to programmatically manage GitLab repositories, merge requests, and issues through a direct API interface.

An automation skill for searching and managing TV show libraries within Sonarr via AI agent commands.

A comprehensive CLI and AI agent tool for querying real-time blockchain data across Bitcoin, Ethereum, and major Layer 2 networks.

A robust interface for querying Questrade account details and North American market data through the Questrade REST API.








































