AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Google Agents Cli Onboarding

skill-hamzabellouch-agent-skills-google-agents-cli-onboarding · by hamzabellouch

>-

No reviews yet
0 installs
35 views
0.0% view→install

Install

$ agentstack add skill-hamzabellouch-agent-skills-google-agents-cli-onboarding

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-hamzabellouch-agent-skills-google-agents-cli-onboarding)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Google Agents Cli Onboarding? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Google Agents CLI Onboarding

> [!TIP] One-Time Setup: To install the CLI and enable all 7 specialized > development skills in your coding agent, run the setup command: > > ``bash > uvx google-agents-cli setup > ` > > Alternatively, to install only the expert skills and let the agent handle > execution: > > `bash > npx skills add google/agents-cli > ``

Overview

This skill serves as the entrypoint for agents-cli — Google's toolkit for building, evaluating, and deploying AI agents on the Gemini Enterprise Agent Platform.

Use this skill to perform the initial setup and identify the correct specialized workflows for your task.

The Agent Development Lifecycle

After running the setup, the following specialized skills become available and will activate automatically based on your requests. Use this table to identify which skill to load for your current phase:

| Phase | Specialized Skill | Purpose / When to Load | | :--- | :--- | :--- | | 0 — Understand | google-agents-cli-workflow | Clarify intent. Define the agent spec in .agents-cli-spec.md before coding. | | 1 — Study | google-agents-cli-workflow | Leverage samples. Study existing agent samples (e.g., ambient-expense) before scaffolding. | | 2 — Scaffold | google-agents-cli-scaffold | Create/Enhance. Initialize the project structure, CI/CD, and infrastructure templates. | | 3 — Build | google-agents-cli-adk-code | Implement. Write agent logic, tools, callbacks, and manage state using ADK APIs. | | 4 — Evaluate | google-agents-cli-eval | Validate Quality. Run systematic evaluations (LLM-as-judge). | | 5 — Deploy | google-agents-cli-deploy | Go Production. Deploy to Agent Runtime (Vertex AI), Cloud Run, or GKE. | | 6 — Publish | google-agents-cli-publish | Register. Make your agent available as a tool in Gemini Enterprise. | | 7 — Observe | google-agents-cli-observability | Monitor. Set up Cloud Trace, prompt-response logging, and BigQuery analytics. |

Key CLI Commands

Below are the primary commands you will use throughout the development lifecycle:

| Command | Description | | :--- | :--- | | agents-cli setup | Install the CLI and configure skills in your coding agent. | | agents-cli scaffold | Create a new agent project from a template. | | agents-cli eval run | Run the agent and grade the traces in a single step (generate + grade). | | agents-cli deploy | Deploy your agent to Google Cloud (Agent Runtime, Cloud Run, GKE). | | agents-cli publish gemini-enterprise | Register your deployed agent with Gemini Enterprise. |

For the full list of available commands and global options, run agents-cli --help.

Next Steps

Follow this sequence to initiate the development workflow:

  1. Execute Setup: Run the uvx or npx command in the [!TIP] box above

to install the CLI and enable the specialized skills in your environment.

  1. Verify Installation: Run agents-cli info to confirm the installation

and view the active project configuration.

  1. Initiate Phase 0: Ask the user for their core requirements (agent

purpose, external tools, deployment target) and document them in .agents-cli-spec.md before writing any code.

Reporting Issues

Report bugs or improvements at Google Agents CLI Issues.

Supporting Links

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.