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.
npx agentmods add skills/techequitycloud/rad-modules/auto-skill-cloudrun-app-deploynpx skills add techequitycloud/rad-modules --skill auto-skill-cloudrun-app-deploygit clone --depth 1 https://github.com/techequitycloud/rad-modulesWrote 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.
[](https://agentmods.dev/skills/techequitycloud/rad-modules/auto-skill-cloudrun-app-deploy)<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>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.
| Model | Per session | Once 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 |
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: 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 → setcontainer_image_source = "prebuilt"in tfvars- No variable → the wiring file handles it via the Common module
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.
- 3d ago First seen · 1,312 lines · 50 tokens per session scan A 7be1302ce3c8
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.
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…
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…
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…
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.
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.
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.