Infra Deploy

🌐Community
by terrylica · vlatest · Repository

Automates infrastructure provisioning and deployment across multiple cloud providers using pre-defined templates and configurations.

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

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

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

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

About This Skill

What it does

This skill automates the deployment of Cal.com, a self-hosted scheduling application, to Google Cloud Run using Supabase PostgreSQL. It builds and pushes a Docker image for Cal.com and then deploys it to Cloud Run, configuring necessary environment variables from secrets stored in 1Password. The skill also supports running Cal.com locally via Docker Compose.

When to use it

  • You want to quickly deploy a self-hosted instance of Cal.com to Google Cloud Run.
  • You need to set up Cal.com with Supabase PostgreSQL for database management.
  • You prefer deploying and managing Cal.com using Docker Compose locally.
  • You're already using 1Password to manage secrets related to your Cal.com configuration.

Key capabilities

  • Automated deployment of Cal.com to GCP Cloud Run.
  • Integration with Supabase PostgreSQL for database hosting.
  • Support for local execution via Docker Compose.
  • Retrieval of secrets from a 1Password vault.
  • Builds and pushes Docker images to Artifact Registry.

Example prompts

  • "Deploy Cal.com to GCP Cloud Run."
  • "Run Cal.com locally using Docker Compose."
  • "Configure Cal.com with my Supabase database."

Tips & gotchas

  • Mandatory Configuration: Requires specific environment variables (CALCOM_GCP_PROJECT, CALCOM_GCP_ACCOUNT, CALCOM_GCP_REGION, SUPABASE_PROJECT_REF, etc.) to be set in .mise.local.toml or 1Password.
  • Authentication: Requires GCP authentication configured correctly via gcloud auth list.
  • API Requirements: The Cloud Run, Artifact Registry and Cloud Build APIs must be enabled on your GCP project.

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
terrylica
Installs
30

🌐 Community

Passed automated security scans.