cloud-run-specialist

cloud-run-specialist is an agent for Claude Code from TrevorEdris/fellowship-of-the-workflows. It costs 66 tokens per session (1,157 once invoked), scanned A, original, no licence file.

A specialist guide for running serverless applications on Google Cloud, especially with Cloud Run. It covers deployment, traffic, event triggers, and choosing among Cloud Run, Cloud Functions, and GKE.

In plain words
What is it for?
Use it when deploying or troubleshooting Cloud Run services, splitting traffic between versions, or setting up Pub/Sub push subscriptions and Eventarc triggers.
Why use it?
It helps with the operational decisions and debugging involved in hosting services on Google Cloud. It also explains issues such as slow starts and how incoming events should reach a service.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

Good fit Use it when deploying or troubleshooting Cloud Run services, splitting traffic between versions, or setting up Pub/Sub push subscriptions and Eventarc triggers.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/trevoredris/fellowship-of-the-workflows/cloud-run-specialist
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.

Clone the repo
git clone --depth 1 https://github.com/TrevorEdris/fellowship-of-the-workflows

Made for: Claude Code.

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 cloud-run-specialist

README.md
[![agentmods](https://agentmods.dev/badge/agents/trevoredris/fellowship-of-the-workflows/cloud-run-specialist/github.svg)](https://agentmods.dev/agents/trevoredris/fellowship-of-the-workflows/cloud-run-specialist)
Your own site
<a href="https://agentmods.dev/agents/trevoredris/fellowship-of-the-workflows/cloud-run-specialist"><img src="https://agentmods.dev/badge/agents/trevoredris/fellowship-of-the-workflows/cloud-run-specialist/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cloud-run-specialist

Your own site · 80×15
<a href="https://agentmods.dev/agents/trevoredris/fellowship-of-the-workflows/cloud-run-specialist"><img src="https://agentmods.dev/badge/agents/trevoredris/fellowship-of-the-workflows/cloud-run-specialist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,157 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.1 $0.00066 $0.01157
Opus 5 $0.00033 $0.00579
Sonnet 5 $0.00013 $0.00231
Haiku 4.5 $0.00007 $0.00116

Measured 11d ago against content hash 8f78ed9dfede, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

cloud-run-specialist 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 11d 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.

HEALTH=$(curl -sf -H "Authorization: Bearer $(gcloud auth print-identity-token)" \
platforms/agents/cloud-run-specialist.md · 137 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 11d ago First seen · 137 lines · 66 tokens per session scan A 8f78ed9dfede

Subscribe to this mod's changes

cloud-run-specialist is an agent published in the GitHub repository TrevorEdris/fellowship-of-the-workflows (2 stars, last pushed 2mo ago), with no licence file. It adds 66 tokens to every session and 1,157 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 agents, from other repositories

forge

Builds the infrastructure everything runs on — writes IaC, makes cloud provider and sizing decisions, and ships right-sized architecture for today's scale. Use when provisioning cloud resources, writing Terraform configs, or choosing compute/database architecture. Trigger with "provision infrastructure", "write…

jeremylongshore/tons-of-skills-marketplace · 59 tokens

mesh

Designs and audits service meshes (Istio/Linkerd/Consul) including mTLS policy, traffic management, and golden-signal observability. Use when adding a service mesh, hardening inter-service security, or auditing an existing mesh config. Trigger with "design a service mesh", "audit our Istio setup".

jeremylongshore/tons-of-skills-marketplace · 68 tokens

multi

Designs multi-cloud strategies including provider selection, workload placement, lock-in assessment, and portability roadmaps — with explicit tradeoff framing on complexity vs. benefit. Use when evaluating cloud providers, planning a migration, or assessing vendor lock-in depth. Trigger with "design our multi-cloud…

jeremylongshore/tons-of-skills-marketplace · 68 tokens

serv

Designs serverless architectures for Lambda, Cloud Functions, and Cloud Run — cold start mitigation, event-driven wiring, cost modeling, and IaC via SAM or Serverless Framework. Use when building or auditing serverless workloads. Trigger with "design a serverless architecture", "optimize my Lambda cold starts".

jeremylongshore/tons-of-skills-marketplace · 64 tokens

aws-cloud-architect

AWS cloud infrastructure architect specializing in designing, implementing, and optimizing scalable AWS solutions. Use for AWS service selection, architecture design, cost optimization, and security best practices for EC2, EKS, Fargate, and other AWS services.

andisab/swe-marketplace · 53 tokens

kubernetes-architect

Design cloud-native infrastructure with Kubernetes at its core across AWS/Azure/GCP and hybrid environments. Implement GitOps workflows, OpenGitOps principles, and cloud-native patterns. Masters EKS, AKS, GKE, and self-managed clusters. Handles service mesh, observability, and progressive delivery. Use proactively for…

NickCrew/Claude-Cortex · 81 tokens