Google ADK Agent Deployment Pilot
Cloud / InfraProduces a deployment guide for moving Google ADK agents to Agent Runtime, Cloud Run, or GKE, covering target selection, secret setup, HITL-approved deployment, and rollback commands.
Live output preview
A plan is required to view this content
Choose a plan to access input format, sample outputs, and live previews.
View Plans →About the skill
Google ADK Agent Deployment Pilot
Produces a step-by-step deployment guide for moving Python agents written with the Google Agent Development Kit (ADK) into production. It builds on the agents-cli tool, wrapping Terraform, Docker, and the deployment pipeline into a single tested pipeline.
What it does: Helps you pick the right deployment target (Agent Runtime / Cloud Run / GKE) for your needs; provides concrete commands to enable the required GCP APIs, manage API keys with Secret Manager, set up service account (app_sa / cicd_runner_sa) IAM bindings, run a HITL-approved dev deployment, set up a CI/CD pipeline, and test the deployed agent. It resolves common 403/503 errors and rollback paths (git-based, Cloud Run traffic shifting, kubectl rollout undo).
When to use it: in cases like "deploy my agent," "deploy the ADK agent," "set up CI/CD," "configure secrets," "fix a deployment issue." All three deployment targets are valid production options; they have different trade-offs.
Output: a Markdown guide with a decision matrix, runnable gcloud / agents-cli / kubectl command blocks, an IAM error-resolution table, and rollback instructions. Critical rule: agents-cli deploy is never run without explicit human approval.
How do I use this skill?
Upload the google-agents-cli-deploy.zip you downloaded as-is — no packaging needed, the format is already correct (folder at root).
- Open Settings → Customize → Skills
- Upload → select the
google-agents-cli-deploy.zipyou downloaded - Claude reads
SKILL.md; the name + description appear. Ready ✅
Scripts run in Anthropic's code-execution environment (sandbox) — not on your machine.