A professional automation skill that enables AI agents to manage Google Cloud Platform resources safely using the official gcloud CLI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gcloud-cli
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-cli 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 provides a robust interface for interacting with the Google Cloud Platform ecosystem directly through the official gcloud CLI. It is designed to bridge the gap between AI-driven automation and cloud infrastructure management. By leveraging this skill within Openclaw Skills, developers can perform complex cloud operations ranging from resource provisioning to IAM auditing without needing to memorize vast amounts of CLI syntax.
What sets this skill apart is its dynamic approach to command execution. Rather than relying on hardcoded templates, it discovers command structures in real-time by consulting official help documentation. This ensures that the agent always uses the most up-to-date syntax and parameters supported by your specific version of the Google Cloud SDK. The skill adheres to a strict security model, inheriting your local authentication context and enforcing human-in-the-loop approvals for every operation.
To use this skill, you must have the Google Cloud CLI installed and authenticated on your local machine.
# Install the gcloud CLI if you haven't already
# Visit https://cloud.google.com/sdk/docs/install-sdk for platform-specific instructions
# Log in to your Google Cloud account
gcloud auth login
# Set your active project
gcloud config set project YOUR_PROJECT_ID
# Verify your configuration for Openclaw Skills
gcloud config list --format='text(core.account,core.project)'
The skill interacts with GCP data through the following structures:
| Component | Description | Data Type |
|---|---|---|
| Context | Active GCP account and project ID | JSON/String |
| Command Group | The specific GCP service being targeted (e.g., compute) | String |
| Help Metadata | Dynamic syntax rules retrieved via --help | Text |
| Execution Output | The raw or formatted result of the CLI operation | JSON/String |
| Approval State | The user's confirmation status for a pending command | Boolean |
Loading
A powerful tool for managing Google Cloud Firestore databases directly through the REST API using curl and gcloud authentication.

A dual-method extraction skill that retrieves YouTube transcripts via CLI tools or automated browser interaction.

A cookie-based command-line interface for scraping and retrieving comprehensive data from X/Twitter without requiring API keys.

A versatile image generation and editing tool powered by Google Gemini API for seamless AI-driven visual creation.

Passo enables secure remote browser access on your server to handle manual logins, 2FA, and captchas within Openclaw Skills environments.

A comprehensive front-end design skill for building professional React interfaces using Ant Design components, layouts, and v5 design tokens.








































