ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 2/5

gcloud

Manage Google Cloud Platform resources via gcloud CLI. Use for Compute Engine VMs, Cloud Run services, Firebase Hosting, Cloud Storage, and project management. Covers deployment, monitoring, logs, and SSH access.

Why use this skill?

Use the OpenClaw gcloud skill to manage GCP Compute Engine, Cloud Run, and infrastructure via CLI. Simplify deployment, logging, and SSH access today.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/jortega0033/gcloud
Or

What This Skill Does

The gcloud skill empowers OpenClaw to act as a robust DevOps engineer, enabling seamless management of Google Cloud Platform (GCP) resources directly via the command line interface. It provides comprehensive control over Compute Engine virtual machines, Cloud Run serverless services, and project configurations. By leveraging the underlying gcloud, gsutil, and firebase CLI tools, the agent can handle complex tasks such as deploying containerized applications, SSH-ing into remote instances for troubleshooting, monitoring system health through logs, and managing infrastructure-as-code deployments. This skill effectively turns your AI agent into a remote administrative interface for your entire cloud ecosystem, ensuring that resource management is automated, consistent, and audit-friendly.

Installation

To integrate this skill, run the following command in your terminal: clawhub install openclaw/skills/skills/jortega0033/gcloud

Ensure that you have the Google Cloud SDK installed on the host machine. You must run gcloud auth login and gcloud auth application-default login to grant the agent the necessary permissions to interface with your Google Cloud account securely. Once installed, ensure your ~/.bashrc or ~/.zshrc contains the necessary PATH exports to allow the agent to invoke the gcloud binary successfully.

Use Cases

  • Automated Deployments: Trigger Cloud Run deployments from your local source code directory after a successful build process.
  • Remote Server Management: Perform maintenance, restart services, or diagnose issues on Compute Engine instances via automated SSH commands.
  • Infrastructure Monitoring: Stream logs directly from running Cloud Run services or fetch boot serial-port logs from stalled VM instances to debug startup failures.
  • Resource Orchestration: Programmatically list projects, switch active billing or management contexts, and query the status of network infrastructure.

Example Prompts

  1. "Check the status of my 'web-server-prod' instance in the 'us-central1-a' zone and list its public IP address."
  2. "Deploy the current directory to Cloud Run as a service named 'frontend-app' in the 'us-east1' region, allowing unauthenticated access."
  3. "Fetch the last 50 log lines for the 'api-service' Cloud Run instance to help me debug the recent 500 errors."

Tips & Limitations

  • Security First: Always use the principle of least privilege. Create a dedicated service account with granular IAM roles rather than using an owner-level account for the agent.
  • Zone/Region Context: Always specify the --zone or --region flag when working with Compute Engine or Cloud Run to avoid ambiguous commands that might fail across global resources.
  • Performance: For massive log streams, use the --limit or --since flags to prevent excessive data output which could overwhelm the agent's context window.

Metadata

Stars1947
Views2
Updated2026-03-04
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-jortega0033-gcloud": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#gcp#cloud-computing#devops#cloud-run#infrastructure
Safety Score: 2/5

Flags: network-access, external-api, code-execution