cloudrun-app-deploy

cloudrun-app-deploy is a skill for Claude Code, Codex from techequitycloud/rad-modules. It costs 50 tokens per session (14,735 once invoked), scanned A, original, MPL-2.0.

A deployment procedure for running several Google Cloud Run application modules from a partner-modules repository on an existing Google Cloud platform.

In plain words
What is it for?
Use it to choose applications, create deployment settings, stagger OpenTofu deployments, verify them with Playwright, and scale them to zero afterward.
Why use it?
It coordinates checks, configuration, deployment timing, browser tests, and cleanup so shared Google Cloud permissions and resources do not conflict.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/techequitycloud/rad-modules/auto-skill-cloudrun-app-deploy
Any agent
npx skills add techequitycloud/rad-modules --skill auto-skill-cloudrun-app-deploy
Clone the repo
git clone --depth 1 https://github.com/techequitycloud/rad-modules

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cloudrun-app-deploy

README.md
[![agentmods](https://agentmods.dev/badge/skills/techequitycloud/rad-modules/auto-skill-cloudrun-app-deploy.svg)](https://agentmods.dev/skills/techequitycloud/rad-modules/auto-skill-cloudrun-app-deploy)
Your own site
<a href="https://agentmods.dev/skills/techequitycloud/rad-modules/auto-skill-cloudrun-app-deploy"><img src="https://agentmods.dev/badge/skills/techequitycloud/rad-modules/auto-skill-cloudrun-app-deploy.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 14,735 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00050 $0.14735
Opus 5 $0.00025 $0.07368
Sonnet 5 $0.00010 $0.02947
Haiku 4.5 $0.00005 $0.01473

Measured 3d ago against content hash 7be1302ce3c8, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

cloudrun-app-deploy scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

Then verify with curl:
.qwen/skills/auto-skill-cloudrun-app-deploy/SKILL.md · 1,312 lines

How it starts

The opening of the file, as written. The whole thing — 1,312 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Concurrent Cloud Run Application Deployment

Purpose

Deploy one or more Cloud Run application modules from the partner-modules repository onto an existing Services_GCP platform. When deploying multiple apps concurrently, staggers the tofu apply starts by 2 minutes to avoid shared-project IAM-policy etag races (each app grants ~12-19 SA roles early in apply — two simultaneous grants collide).

Pre-flight checks

1. Platform must exist

Every app module binds to Services_GCP via tenant_id (this variable was named tenant_deployment_id before 2026-08-04 — rename it everywhere it still appears below). Confirm the platform is healthy before deploying apps:

gcloud compute networks list --project=$P --format='value(name)'
gcloud container clusters list --project=$P --region=$R --format='value(name,status)'
gcloud sql instances list --project=$P --format='value(name,state,databaseVersion)'

The VPC, GKE cluster (RUNNING), and any SQL instances the apps need must be present and healthy.

2. Pick the right apps — prebuilt vs custom-build

Prebuilt apps (image pulled from Docker Hub / GHCR) deploy in 3-5 min with no Cloud Build. Custom-build apps (Cloud Build from a source registry) take 8-15 min and consume build minutes + a build worker slot.

Prebuilt examples: UptimeKuma, Changedetection, Matomo, SnipeIT, StirlingPDF (set container_image_source = "prebuilt" in tfvars). Not Gitea — its variables.tf defaults to "custom" and warns "Prebuilt will not work on Cloud Run (no $(VAR) env interpolation)"; see the Gitea gotcha below. Appsmith_CloudRun and LobeChat_CloudRun have been retired from partner-modules and are no longer deployable.

Check whether an app is prebuilt-capable:

grep "container_image_source" modules/<App>_CloudRun/variables.tf
  • default = "prebuilt" → prebuilt by default (no extra config needed)
  • default = "custom" with OPTIONS=prebuilt,custom → set container_image_source = "prebuilt" in tfvars
  • No variable → the wiring file handles it via the Common module

Read the full file on GitHub · 1,312 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 1,312 lines · 50 tokens per session scan A 7be1302ce3c8

Subscribe to this mod's changes

cloudrun-app-deploy is a skill published in the GitHub repository techequitycloud/rad-modules (2 stars, last pushed 9d ago), licensed MPL-2.0. It adds 50 tokens to every session and 14,735 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

huggingface-spaces

Build, deploy, and maintain applications on Hugging Face Spaces — Gradio / Docker / Static SDKs, ZeroGPU and dedicated hardware, model loading, debugging, buckets, inference providers, community grants. Use whenever the user asks to create or host an app on Hugging Face, port code onto ZeroGPU, fix a Space that won't…

huggingface/skills · 106 tokens

ondb

A logical analysis and reasoning tool for AI. Use when decomposing documents into structured knowledge, querying entities and relations, validating consistency, or indexing files. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", "analyze this document", entity CRUD, or cross-skill…

x-cmd/x-cmd · 71 tokens

cloud-architect

Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost…

Jeffallan/claude-skills · 71 tokens

kagent-dev

Development guide for kagent's v1alpha3 Harness and AgentTemplate CRDs, AgentInstance gRPC control plane, upstream A2A integration, Substrate runtime provisioning, tests, generation, and PR workflow. Use for any implementation, debugging, review, or CI task in the kagent repository.

kagent-dev/kagent · 65 tokens

timoni

Use when deploying applications to Kubernetes with Timoni. Covers installing and upgrading module instances from OCI registries, composing multi-app deployments with bundles, injecting values from clusters or CI with runtimes, targeting multiple clusters, and authoring, testing, signing and publishing modules with CUE.

stefanprodan/timoni · 59 tokens

azmon-mirroredcatalogs-operations-cli

Brings Azure Monitor, Application Insights, and Log Analytics telemetry into Fabric as Eventhouse external delta tables and correlates it with business data. Use to onboard observability data, judge whether latency or availability affected revenue, or build a Real-Time dashboard and Operations Agent over it.

microsoft/skills-for-fabric · 66 tokens