Gemini Managed Agents Templates
Description
This repository contains a collection of templates for building and deploying Gemini Managed Agents using the Gemini API.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Gemini Managed Agents Templates
This repository contains a collection of templates for building and deploying Gemini Managed Agents using the Gemini API. These templates demonstrate the power of the Gemini API sandbox, including code execution, filesystem operations, and web search.
Available Templates
- Data Analyst: Upload a CSV and get full data analysis with charts and insights.
- AI Radio: Turn today's top Hacker News stories into a radio program (podcast briefing).
- Repo Maintainer: Provide a GitHub repo URL, find top issues, fix them, and send Pull Requests.
- Document Processor: A template for processing and analyzing documents.
- News Curator: Personalized daily briefings on a Trigger schedule — sweeps Google News, Hacker News, and Medium for your topics, learns your taste across runs via the persistent environment.
Getting Started
To use these templates, you can reference them in your Gemini API calls or use the Gemini API CLI to scaffold new agents based on these templates.
Running Probers
Each template directory contains a `probers.sh` script that can be used to test the agent template by sending a "Hello" prompt to the Gemini API. These probers read the template information (like `AGENTS.md` and skills) dynamically from disk.
To run a prober:
Set your `GEMINI_API_KEY` environment variable:
export GEMINI_API_KEY="your_api_key_here"Navigate to the template directory you want to test (e.g., `data-analyst`):
cd data-analystRun the prober script:
./probers.sh
The script will call `../generate_payload.py` to construct the payload dynamically and then use `curl` to make the API request.
Licensing & Disclaimer
Copyright 2026 Google LLC
All software is licensed under the Apache License, Version 2.0 (Apache 2.0); you may not use this file except in compliance with the Apache 2.0 license. You may obtain a copy of the Apache 2.0
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11