Gcp Deploy

🌐Community
by fwfutures · vlatest · Repository

Helps with Google Cloud, deployment as part of deploying and managing cloud infrastructure workflows.

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 fwfutures-gcp-deploy npx -- -y @trustedskills/fwfutures-gcp-deploy
2

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

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

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

About This Skill

What it does

The fwfutures-gcp-deploy skill automates deployments to Google Cloud Platform (GCP). It allows users to define deployment configurations and execute them, simplifying the process of deploying applications and infrastructure. This includes handling tasks like container image pushes, service updates, and resource provisioning within a GCP project.

When to use it

  • Deploying a new version of an application to Google Kubernetes Engine (GKE).
  • Updating existing services in your GCP environment with minimal downtime.
  • Provisioning new infrastructure components, such as Cloud SQL instances or Pub/Sub topics.
  • Automating the deployment pipeline for continuous integration and continuous delivery (CI/CD) workflows.

Key capabilities

  • GCP Deployment Automation
  • Container Image Pushing
  • Service Updates
  • Resource Provisioning

Example prompts

  • "Deploy my application to GKE using the configuration in deploy.yaml."
  • "Update the existing Cloud Run service named 'my-service'."
  • "Provision a new Cloud SQL instance with the specified parameters."

Tips & gotchas

Requires appropriate GCP credentials and permissions for deployment actions. Ensure your deployment configurations (e.g., YAML files) are correctly formatted and validated before execution.

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
fwfutures
Installs
3

🌐 Community

Passed automated security scans.