What it does. > Requires:
agents-cli
(
uv tool install google-agents-cli
) — install uv first if needed.
Prefer using the
agents-cli
commands throughout this guide — they wrap Terraform, Docker, and deployment into a tested pipeline. If your project isn't scaffolded yet, see /google-agents-cli-scaffold
to add deployment support first.
Highlights
cloud-run.md
— Scaling defaults, Dockerfile, session types, networking
agent-runtime.md
— container-based deploy, unified FastAPI app, the /api
passthrough, Terraform resource, deployment metadata, CI/CD differences
gke.md
— GKE Autopilot cluster, Kubernetes manifests, Workload Identity, session types, networking
terraform-patterns.md
— Custom infrastructure, IAM, state management, importing resources
batch-inference.md
— BigQuery Remote Function trigger; for Pub/Sub / Eventarc on ADK see /google-agents-cli-adk-code
When to use it. Use when you "deploy an agent", "deploy my ADK agent", "set up CI/CD", "configure secrets", "troubleshoot a deployment", or needs guidance on Agent Runtime, Cloud Run, or GKE deployment targets, or…
Install
npx skills add google/agents-cli --skill google-agents-cli-deploy
Or copy the skill folder manually:
git clone https://github.com/google/agents-cli.git
cp -r agents-cli/skills/google-agents-cli-deploy/ ~/.claude/skills/google-agents-cli-deploy
Source: google/agents-cli — 5,793 stars, Apache-2.0, last pushed 2026-09-01.