google-agents-cli-workflow

google-agents-cli-workflow is a skill for Claude Code, Codex from sutchan/Agent-Skills-Hub. It costs 126 tokens per session (4,835 once invoked), scanned A, a copy of google-agents-cli-workflow, MIT.

A development guide for building, testing, debugging, deploying, and publishing AI agents with Google's command-line toolkit and Agent Development Kit.

In plain words
What is it for?
Use it to develop agents locally, prepare them for Google Cloud, and monitor or release them.
Why use it?
It organizes the agent project lifecycle and requires a scaffolded project with the needed conventions and evaluation setup.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md; mentions subagents; mentions Claude Code.

Good fit Use it to develop agents locally, prepare them for Google Cloud, and monitor or release them.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sutchan/agent-skills-hub/google-agents-cli-workflow
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.

Any agent
npx skills add sutchan/Agent-Skills-Hub --skill google-agents-cli-workflow
Clone the repo
git clone --depth 1 https://github.com/sutchan/Agent-Skills-Hub

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 google-agents-cli-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/sutchan/agent-skills-hub/google-agents-cli-workflow/github.svg)](https://agentmods.dev/skills/sutchan/agent-skills-hub/google-agents-cli-workflow)
Your own site
<a href="https://agentmods.dev/skills/sutchan/agent-skills-hub/google-agents-cli-workflow"><img src="https://agentmods.dev/badge/skills/sutchan/agent-skills-hub/google-agents-cli-workflow/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 google-agents-cli-workflow

Your own site · 80×15
<a href="https://agentmods.dev/skills/sutchan/agent-skills-hub/google-agents-cli-workflow"><img src="https://agentmods.dev/badge/skills/sutchan/agent-skills-hub/google-agents-cli-workflow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 126 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,835 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 100% copy Near-identical to another mod 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.00126 $0.04835
Opus 5 $0.00063 $0.02417
Sonnet 5 $0.00025 $0.00967
Haiku 4.5 $0.00013 $0.00483

Measured 2d ago against content hash 3f7af2536bd7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

google-agents-cli-workflow 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 2d 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.

- Use WebFetch on URLs from the ADK docs index (`curl https://adk.dev/llms.txt`) for deep dives
Origin

This is a copy

100% identical to google-agents-cli-workflow — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/google-agents-cli-workflow/SKILL.md · 329 lines

How it starts

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

Agent Development Workflow & Guidelines

agents-cli is a CLI and skills toolkit for building, evaluating, and deploying agents on Google Cloud. It works with any coding agent — Antigravity CLI, Claude Code, Codex, or others — and with the agent framework of your choice (the Agent Development Kit (ADK) by default). Install with uvx google-agents-cli setup.

Before writing agent code, make sure a scaffolded project exists (see Phase 2). Skipping scaffolding loses eval boilerplate, CI/CD config, and project conventions.

Requires: google-agents-cli = 1.5.0 If version is behind, run: uv tool install "google-agents-cli=1.5.0"

Check version: agents-cli info Install uv first if needed.

Session Continuity & Skill Cross-References

Re-read the relevant skill before each phase — not after you've already started and hit a problem. Context compaction may have dropped earlier skill content. If skills are not available, run uvx google-agents-cli setup to install them.

Phase Skill When to load
0 — Understand No skill needed — read .agents-cli-spec.md if present, else clarify goals with the user
1 — Study recipes /google-agents-cli-adk-code Load it during design — its references/samples.md topic index maps a need to the recipe that implements it. Yes, this early: the catalog lives there.
2 — Scaffold /google-agents-cli-scaffold Before creating or enhancing a project
3 — Build /google-agents-cli-adk-code Before writing agent code — API patterns, tools, callbacks, state
4 — Evaluate /google-agents-cli-eval Before running any eval — dataset schema, metrics, eval-fix loop
5 — Deploy /google-agents-cli-deploy Before deploying — target selection, troubleshooting 403/timeouts
6 — Publish /google-agents-cli-publish After deploying, if registering with Gemini Enterprise (optional)
7 — Observe /google-agents-cli-observability After deploying — traces, logging, monitoring setup

Read the full file on GitHub · 329 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 2d ago Changed · +3 lines 3f7af2536bd7
  2. 8d ago First seen · 326 lines · 126 tokens per session scan A 53bf828a711c

Subscribe to this mod's changes

google-agents-cli-workflow is a skill published in the GitHub repository sutchan/Agent-Skills-Hub (2 stars, last pushed yesterday), licensed MIT. It adds 126 tokens to every session and 4,835 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). It is 100% identical to google-agents-cli-workflow, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

cloud-hosting-expert

Expert guide for deploying SaaS applications with multiple entry points on modern edge and serverless platforms like Vercel and Cloudflare / Panduan ahli untuk mendeploy aplikasi SaaS dengan multiple entry points di platform edge dan serverless modern seperti Vercel dan Cloudflare.

roedyrustam/vibes-plug · 61 tokens

self-healing-cloud-orchestrator

Real-time log monitoring, crash detection, and auto-hotfixing code without human intervention / Pemantauan log real-time, deteksi kerusakan, dan perbaikan kode hotfix otomatis tanpa intervensi manusia.

roedyrustam/vibes-plug · 53 tokens

scalingo

Scalingo is a European (French) Platform-as-a-Service for deploying and operating web applications, background workers, and managed databases. Use this skill whenever the user mentions Scalingo, wants to deploy an app to Scalingo, work with the scalingo CLI, provision addons (PostgreSQL, MySQL, MongoDB, Redis…

svngoku/coding-agents-skills · 168 tokens

deployment-patterns

Guides production rollout strategy — rolling/blue-green/canary deployments, liveness/readiness/startup probes, startup config validation, and rollback planning. Use when choosing a deployment strategy, implementing health check endpoints or Kubernetes probes, planning a rollback path before a release, or reviewing a…

shennawardana23/skillme · 97 tokens

gin-lambda-api-service-patterns

Guides Go API services built with Gin and deployed as a serverless function (AWS Lambda via an API-Gateway adapter) alongside a local HTTP-server dev mode. Use when touching a service's entrypoint, its dual local/serverless run paths, its build-and-deploy pipeline, or reviewing why a change that works locally behaves…

shennawardana23/skillme · 78 tokens

deploy-workflow

Safe deployment workflow for Drupal 10/11 sites: pre-flight checks, backup, the correct update sequence (composer install, database updates, config import, cache rebuild), verification, and rollback plan. Use when deploying to any environment, releasing to production, or when the user asks to "push changes live"…

siva01c/claude-plugins · 92 tokens