google-adk-python

google-adk-python is a skill for Claude Code, Codex from cnemri/google-genai-skills. It costs 53 tokens per session (684 once invoked), scanned A, original, MIT.

A guidance skill for building Python software with Google Agent Development Kit, a framework for creating AI agents and connecting them to tools and services. It includes topic-based documentation and Python examples.

In plain words
What is it for?
Use it when creating Google ADK agents in Python, configuring model or workflow agents, adding tools such as search or BigQuery, connecting external services, or implementing streaming and callbacks.
Why use it?
It helps developers find the relevant approach for agents, models, tools, streaming, callbacks, deployment, and advanced designs without searching the framework documentation from scratch.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

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.

agentmods
npx agentmods add skills/cnemri/google-genai-skills/google-adk-python
Any agent
npx skills add cnemri/google-genai-skills --skill google-adk-python
Clone the repo
git clone --depth 1 https://github.com/cnemri/google-genai-skills

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-adk-python

README.md
[![agentmods](https://agentmods.dev/badge/skills/cnemri/google-genai-skills/google-adk-python.svg)](https://agentmods.dev/skills/cnemri/google-genai-skills/google-adk-python)
Your own site
<a href="https://agentmods.dev/skills/cnemri/google-genai-skills/google-adk-python"><img src="https://agentmods.dev/badge/skills/cnemri/google-genai-skills/google-adk-python.svg" alt="Measured on agentmods" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 684 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found 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.00053 $0.00684
Opus 5 $0.00026 $0.00342
Sonnet 5 $0.00011 $0.00137
Haiku 4.5 $0.00005 $0.00068

Measured 6d ago against content hash fedb6e5cadef, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

google-adk-python 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 6d 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.

- You can read the content of the linked files using `web_fetch` or `run_shell_command` with `curl` if you need to provide the actual content to the user.
skills/google-adk-python/SKILL.md · 63 lines

How it starts

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

Google ADK (Python) Skill

This skill provides comprehensive documentation and Python examples for the Google Agent Development Kit (ADK). It maps documentation topics to their corresponding Python code snippets.

How to Use

Identify the user's specific interest or task and refer to the relevant reference file below. Each reference file contains links to the official documentation (Markdown) and the corresponding Python examples (raw code).

Topics

1. Getting Started

For installation, quickstarts, and basic agent setup.

2. Agents & Models

For creating different types of agents (LLM, Workflow, Loop, Parallel, Sequential) and configuring specific models (Gemini, Anthropic, etc.).

3. Tools (Basic & Advanced)

For integrating tools like Google Search, Code Execution, BigQuery, third-party services (GitHub, Jira, etc.), MCP, and Grounding.

4. Streaming

For building real-time, low-latency streaming agents (audio/video).

5. Callbacks

For hooking into agent lifecycle events (before/after agent, model, tool execution).

6. Runtime & Architecture

For deep dives into the Runtime, Sessions, Memory, Context, Events, Artifacts, and Plugins.

7. Deployment & Operations

For deploying agents (Cloud Run, GKE) and observability (Logging, Tracing, Evaluation).

8. Tutorials & Samples

For end-to-end tutorials and complete agent samples (e.g., YouTube Shorts Assistant, Weather Agent).

Read the full file on GitHub · 63 lines

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. 6d ago First seen · 63 lines · 53 tokens per session scan A fedb6e5cadef

Subscribe to this mod's changes

google-adk-python is a skill published in the GitHub repository cnemri/google-genai-skills (126 stars, last pushed 7mo ago), licensed MIT. It adds 53 tokens to every session and 684 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

matlab

Build, review, migrate, and safely plan MATLAB or GNU Octave numerical workflows, including arrays, tabular/time data, tests, projects, graphics, MAT files, and explicit Python interoperability.

K-Dense-AI/scientific-agent-skills · 42 tokens

pennylane

Hardware-agnostic quantum ML framework with automatic differentiation. Use when training quantum circuits via gradients, building hybrid quantum-classical models, or needing device portability across IBM/Google/Rigetti/IonQ. Best for variational algorithms (VQE, QAOA), quantum neural networks, and integration with…

K-Dense-AI/scientific-agent-skills · 98 tokens

dd-code-generation

Use pup CLI for immediate Datadog operations or generate code for integration into applications.

DataDog/pup · 16 tokens

typing-exclusion-worker

Python typing exclusion worker: remove assigned mypy exclusion modules in small scoped batches, fix typing issues, run validation, and produce a structured completion summary. Use when running parallel typing-debt workers or when asked to remove modules from pyproject mypy exclusion overrides.

getsentry/skills · 57 tokens

python

Python development with ruff, mypy, pytest - TDD and type safety.

alinaqi/maggy · 18 tokens

splitting-oversized-modules

Split an oversized Python module (a thousand-plus-line logic.py, models.py, api.py, or its test file) into a package of one module per concern, mechanically and provably without changing behavior. Use on a request to split / break up / decompose a god module or move functions out of one, once a human has agreed to…

PostHog/posthog · 197 tokens