35-google-adk-reliable-agents

35-google-adk-reliable-agents is a skill for Claude Code, Codex from majiayu000/claude-skill-registry. It costs 19 tokens per session (543 once invoked), scanned A, original, MIT.

An instructional prompt and lesson for creating a skill around Google's Agent Development Kit, a framework for building AI agents with Gemini. It points learners to official documentation and a skills lab.

In plain words
What is it for?
Use it to begin learning Google ADK, create a related local skill, and study agent building from basic examples toward production systems.
Why use it?
It gives learners a starting procedure for creating the skill without assuming they already know the framework or how to structure such a skill.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths.

Good fit Use it to begin learning Google ADK, create a related local skill, and study agent building from basic examples toward production systems.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/majiayu000/claude-skill-registry/35-google-adk-reliable-agents
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.

Any agent
npx skills add majiayu000/claude-skill-registry --skill 35-google-adk-reliable-agents
Clone the repo
git clone --depth 1 https://github.com/majiayu000/claude-skill-registry

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 35-google-adk-reliable-agents

README.md
[![agentmods](https://agentmods.dev/badge/skills/majiayu000/claude-skill-registry/35-google-adk-reliable-agents/github.svg)](https://agentmods.dev/skills/majiayu000/claude-skill-registry/35-google-adk-reliable-agents)
Your own site
<a href="https://agentmods.dev/skills/majiayu000/claude-skill-registry/35-google-adk-reliable-agents"><img src="https://agentmods.dev/badge/skills/majiayu000/claude-skill-registry/35-google-adk-reliable-agents/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for 35-google-adk-reliable-agents

Your own site · 80×15
<a href="https://agentmods.dev/skills/majiayu000/claude-skill-registry/35-google-adk-reliable-agents"><img src="https://agentmods.dev/badge/skills/majiayu000/claude-skill-registry/35-google-adk-reliable-agents.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 543 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00019 $0.00543
Opus 5 $0.00010 $0.00271
Sonnet 5 $0.00004 $0.00109
Haiku 4.5 $0.00002 $0.00054

Measured 13d ago against content hash 964c9bac9aaf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

35-google-adk-reliable-agents scanned grade A with 0 findings 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 13d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/agent/35-google-adk-reliable-agents/SKILL.md · 78 lines

What it actually says

Build Your Google ADK Skill

Before learning Google's Agent Development Kit, you'll own a Google ADK skill.


Step 1: Get the Skills Lab

  1. Go to github.com/panaversity/claude-code-skills-lab
  2. Click the green Code button
  3. Select Download ZIP
  4. Extract the ZIP file
  5. Open the extracted folder in your terminal
cd claude-code-skills-lab
claude

Step 2: Create Your Skill

Copy and paste this prompt:

Using your skill creator skill create a new skill for Google ADK (Agent
Development Kit). I will use it to build reliable AI agents with Gemini
from hello world to professional production systems. Use context7 skill
to study official documentation and then build it so no self assumed knowledge.

Claude will:

  1. Fetch official Google ADK documentation via Context7
  2. Ask you clarifying questions (workflow types, tool patterns, evaluation needs)
  3. Create the complete skill with references and templates

Your skill appears at .claude/skills/google-adk/.


Done

You now own a Google ADK skill built from official documentation. The rest of this chapter teaches you what it knows—and how to make it better.

Next: Lesson 1 — ADK Fundamentals

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 13d ago First seen · 78 lines · 19 tokens per session scan A 964c9bac9aaf

Subscribe to this mod's changes

35-google-adk-reliable-agents is a skill published in the GitHub repository majiayu000/claude-skill-registry (604 stars, last pushed yesterday), licensed MIT. It adds 19 tokens to every session and 543 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. 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

academy-guide

Stop and check this skill before finishing any reply to a question about how to use Claude or a Claude product — it recommends matching courses, tutorials, and use cases from Claude Academy (academy.claude.com), Anthropic's learning hub. Trigger on: "how do I", "how can I", "getting started with", "what can Claude…

guanyang/open-agent-hub · 208 tokens

book-recommender

A Chinese-language book recommendation and analysis skill that evaluates what books are about, whether they are worth reading, and how to read them.

unix2dos/skills · 38 tokens

feynman-write

A research-and-writing workflow based on the Feynman method, where the AI gathers source material and the author decides the article's focus, then explains the ideas through questioning. The final text keeps the author's own examples and voice while adding technical precision.

unix2dos/skills · 89 tokens

history-autopsy

A structured overview of a major historical event or long-term historical process, covering its causes, development, results, and effects. It also connects the past to current events and adds memorable points for conversation.

unix2dos/skills · 33 tokens

learn-topic

A five-step lesson format for teaching a new subject to an experienced reader who is unfamiliar with that subject. It moves from an opening example through demonstration, explanation, guided practice, and independent practice with a self-check.

unix2dos/skills · 33 tokens

wisdom-decoder

A guided explanation skill for ideas from Buddhism, philosophy, and psychology. It presents a chosen topic in everyday language and connects it to practical actions, sources, and perspectives from other fields.

unix2dos/skills · 35 tokens