Gcloud

🌐Community
by dicklesworthstone · vlatest · Repository

Gcloud enables you to manage Google Cloud resources via command-line, streamlining deployments and infrastructure operations.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add gcloud npx -- -y @trustedskills/gcloud
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "gcloud": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/gcloud"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The gcloud skill enables AI agents to interact directly with Google Cloud Platform via the command-line interface, executing infrastructure tasks and managing resources programmatically. It allows agents to deploy applications, configure networking, and monitor services without manual intervention.

When to use it

  • Automating routine DevOps tasks like instance provisioning or image updates.
  • Querying cloud resource status to trigger alerts or scaling events.
  • Deploying containerized applications to Google Kubernetes Engine (GKE).
  • Managing IAM permissions and service account keys dynamically.

Key capabilities

  • Execution of standard gcloud CLI commands within the agent's environment.
  • Direct interaction with Compute Engine, Cloud Storage, and Container Registry.
  • Handling authentication using existing credentials or service account files.
  • Parsing command output for structured data extraction.

Example prompts

  • "Deploy a new web instance to us-central1-a using the latest Docker image from our registry."
  • "List all active Compute Engine instances and their current status."
  • "Create a new Cloud Storage bucket named 'logs-archive' with public read access."

Tips & gotchas

Ensure your AI agent has valid authentication credentials (like a service account key) configured before attempting to execute commands. Be cautious when granting broad permissions, as the agent could inadvertently modify critical production resources if not properly constrained.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
dicklesworthstone
Installs
89

🌐 Community

Passed automated security scans.