google-agents-cli-adk-code
The google-agents-cli-adk-code skill provides a reference for Python ADK API patterns, including agent definitions, tool creation, callbacks, and state management. It serves as a guide for developers building agents with the Google Agent Development Kit.
Is google-agents-cli-adk-code safe to install?
Review the source first: our audit of google-agents-cli-adk-code's source files found 3 shell commands, 1 external URL, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands for project scaffolding and fetches documentation from an external URL.
How we audit skills: our security review methodology.
Who is this skill for?
Developers using the Google ADK Python SDK to build and maintain agent code.
What can you do with it?
- Defining agents with the Agent class
- Implementing tool definitions for agents
- Managing agent state and callbacks
- Referencing ADK Python API patterns
- Configuring graph-based workflows using the ADK 2.0 API
How good is this skill?
Quality score: 5/10. The skill provides clear instructions and references for the ADK Python SDK, with explicit prerequisites and scope limitations.
What does the skill file contain?
# ADK Code Reference > **Before using this skill**, activate `/google-agents-cli-workflow` first — it contains the required development phases and scaffolding steps. ## Prerequisites 1. Run `agents-cli info` — if it shows project config, skip to the reference below 2. If no project exists: run `agents-cli scaffold create <name>` 3. If user has existing code: run `agents-cli scaffold enhance .` Do NOT write agent code until a project is scaffolded. > **Python only for now.** This reference currently covers the Python ADK SDK. > Support for other languages is coming soon. ## Quick Referenc...
Frequently asked questions
Can I use this skill to create a new agent project?
No. Use the google-agents-cli-scaffold skill for project creation.
Does this skill support languages other than Python?
No. This reference covers the Python ADK SDK only.
What should I do before using this skill?
Activate the /google-agents-cli-workflow skill to ensure you follow required development phases and scaffolding steps.
Related skills
find-skills
2.3MUsers seeking to extend agent capabilities with specialized tools, workflows, or knowledge packages
The find-skills skill enables agents to search for, discover, and install modular packages from the open agent skills ecosystem using the Skills CLI.
agent-browser
506.7KAI agents and developers requiring programmatic web interaction, exploratory testing, or automation of Electron desktop applications
The agent-browser CLI provides browser automation for AI agents using Chrome or Chromium via CDP. It supports page navigation, form interaction, data extraction, and testing. The tool utilizes accessibility-tree snapshots and element references for interaction.
video-edit
338.7KUsers of the RunComfy CLI who need to automate video editing tasks like restyling, background swapping, or motion transfer
The video-edit skill acts as a router for the RunComfy CLI, selecting between Wan 2.7 Edit-Video, Kling 2.6 Pro Motion Control, and Lucy Edit Restyle models based on user intent to perform video transformations.
agentspace
324.0KDevelopers and AI agent users who need to share, monitor, or collaborate on agent-generated files and workspaces in real-time
Agentspace provides a mechanism to share local agent files, logs, and artifacts via a live browser-accessible URL. It enables remote viewing, commenting, and editing of specified local paths through the ascli command-line tool.