Install
openclaw skills install google-agents-cliUse when the user wants to "build an agent", "create an ADK agent", "scaffold an agent project", "deploy an agent", or otherwise needs the Google Agent Development Kit (ADK) toolchain. Bootstraps the full agents-cli experience (CLI + 7 specialized skills covering scaffold, build, evaluate, deploy, publish, and observe).
openclaw skills install google-agents-cliEntrypoint skill for agents-cli — Google's CLI for scaffolding, developing, evaluating, and deploying AI agents with the Agent Development Kit (ADK).
Requires:
agents-clianduvOne-time setup:uvx google-agents-cli setupInstall uv first if needed.
Run this once to install the CLI and all 7 specialized skills into the user's coding agent:
uvx google-agents-cli setup
After setup, the following skills become available and activate automatically based on the user's request:
google-agents-cli-workflow — full development lifecycle (always active)google-agents-cli-scaffold — create new ADK projects, add CI/CD or deploymentgoogle-agents-cli-adk-code — ADK Python API reference (agent types, tools, callbacks)google-agents-cli-eval — run and debug agent evaluationsgoogle-agents-cli-deploy — deploy to Agent Runtime, Cloud Run, or GKEgoogle-agents-cli-publish — register agents with Gemini Enterprisegoogle-agents-cli-observability — production tracing, logging, monitoringRe-read the user's request — the relevant specialized skill above will match it and provide detailed guidance.