google-agents-cli-adk-code
Build Google ADK Agent Code
Developers need reliable ADK patterns when building Python agents. This skill provides concise references for tools, callbacks, state, multi-agent orchestration, and workflow code.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "google-agents-cli-adk-code" from https://skillstore.io/skills/google-google-agents-cli-adk-code.md and its manifest at https://skillstore.io/api/skills/google-google-agents-cli-adk-code/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "google-agents-cli-adk-code". Build an ADK weather assistant with one lookup tool.
Expected outcome:
The response outlines a root agent, a typed weather tool, a clear instruction, and notes about tool docstrings and return fields.
Using "google-agents-cli-adk-code". I need three specialists to run in parallel and combine results.
Expected outcome:
The response recommends a ParallelAgent inside a SequentialAgent, names distinct output keys, and describes the merge step.
Using "google-agents-cli-adk-code". Review my workflow that pauses for user approval.
Expected outcome:
The response checks resume inputs, interrupt identifiers, replayable state updates, and the node behavior after human approval.
Security Audit
SafeAll static hits were documentation examples, official CLI prerequisites, or ADK reference fields rather than hidden execution paths. No prompt injection, credential exfiltration, malicious network behavior, or semantic abuse was found in the scanned files.
Risk Factors
๐ Network access (3)
๐ Env variables (1)
โ๏ธ External commands (13)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/google-google-agents-cli-adk-code/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/google-google-agents-cli-adk-code?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/google-google-agents-cli-adk-code?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/google-google-agents-cli-adk-code/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/google-google-agents-cli-adk-code.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
google. (2026). google-agents-cli-adk-code security audit report (audit version 4) [Author version 0.5.0]. Skillstore. https://skillstore.io/skills/google-google-agents-cli-adk-code/audits/4BibTeX citation
@techreport{google-google-google-agents-cli-adk-code-2026,
author = {google},
title = {google-agents-cli-adk-code security audit report (audit version 4)},
institution = {Skillstore},
year = {2026},
number = {4},
url = {https://skillstore.io/skills/google-google-agents-cli-adk-code/audits/4},
note = {Author version 0.5.0}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "google-agents-cli-adk-code security audit report (audit version 4)"
version: "0.5.0"
type: report
authors:
- name: "google"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/google-google-agents-cli-adk-code/audits/4"
identifiers:
- type: other
value: "skillstore:google-google-agents-cli-adk-code:audit:4"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Create a First ADK Agent
Use the basic Agent pattern to define a Python root agent with tools and clear instructions.
Add Tools and State
Use ToolContext, docstrings, and typed functions to connect agent logic with application state.
Design Multi-Agent Workflows
Choose sequential, parallel, loop, or graph workflow patterns for more complex agent systems.
Try These Prompts
Use this skill to draft a simple Python ADK agent for my use case: [describe task]. Include the agent name, model, instruction, and one tool.
Use this skill to add a typed ADK tool for [capability]. Show the docstring, ToolContext usage if needed, and expected return shape in plain language.
Use this skill to choose an ADK orchestration pattern for [workflow]. Compare sequential, parallel, and loop options, then recommend one.
Use this skill to review my ADK workflow design for state handling, human-in-the-loop resume behavior, and replay safety. Identify concrete fixes.
Best Practices
- Scaffold or enhance the project before writing ADK agent code.
- Use clear tool docstrings and type hints because the model sees them.
- Use unique output keys and interrupt identifiers in parallel or resumable flows.
Avoid
- Do not use this skill for project creation when the scaffold skill is required.
- Do not place deployment decisions in this skill when the deploy skill is available.
- Do not mutate workflow state directly when an event-based update is replayable.
Frequently Asked Questions
What language does this skill cover?
Can it create a new ADK project?
Does it include deployment guidance?
What agent patterns are included?
When should I use the workflow reference?
Does it replace official ADK documentation?
Developer Details
Author
googleLicense
MIT
Author version
v0.5.0
Skillstore revision
r1
Ref
30c73eac2afe762f6aa9c4553158769369d47351
Maintenance freshness
7/18/2026
Usage
10 downloads ยท 1 views
File structure