Gcp

🌐Community
by lobbi-docs · vlatest · Repository

Provides Google Cloud guidance and assistance for deploying and managing cloud infrastructure.

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 lobbi-docs-gcp npx -- -y @trustedskills/lobbi-docs-gcp
2

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

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

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

About This Skill

gcp

What it does

This skill enables AI agents to interact with Google Cloud Platform services, allowing them to manage resources and execute cloud-native tasks directly. It serves as a bridge between agent workflows and GCP infrastructure for automation and deployment.

When to use it

  • Automating the provisioning of Compute Engine instances or storage buckets via code.
  • Deploying containerized applications using Google Kubernetes Engine (GKE).
  • Managing billing alerts, project settings, or IAM roles programmatically.
  • Integrating with BigQuery for real-time data analysis within an agent loop.

Key capabilities

  • Direct API access to core GCP services.
  • Resource lifecycle management (create, update, delete).
  • Configuration of regional and multi-project environments.
  • Execution of cloud-native operations without manual CLI intervention.

Example prompts

  • "Provision a new Compute Engine VM with 4 vCPUs in the us-central1 region."
  • "Create a GKE cluster configured for high availability across three zones."
  • "Set up a BigQuery dataset and load sample data from a CSV file."

Tips & gotchas

Ensure your AI agent has valid service account credentials with appropriate IAM permissions before attempting resource creation. Be mindful of quota limits on free-tier accounts when testing new resources.

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
lobbi-docs
Installs
37

🌐 Community

Passed automated security scans.