Gemini Managed Agents Templates banner
google-gemini google-gemini

Gemini Managed Agents Templates

Development community

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:

  1. Set your `GEMINI_API_KEY` environment variable:

    export GEMINI_API_KEY="your_api_key_here"
  2. Navigate to the template directory you want to test (e.g., `data-analyst`):

    cd data-analyst
  3. Run 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