Gcp
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.
Run in terminal (recommended)
claude mcp add lobbi-docs-gcp npx -- -y @trustedskills/lobbi-docs-gcp
Or manually add to ~/.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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.