gemini-deep-research
Installation
SKILL.md
Gemini Deep Research
Google Gemini's Deep Research Agent autonomously breaks down complex queries, searches the web systematically, and produces structured markdown reports with citations. It handles the kind of multi-source synthesis that would take a human hours of browsing.
Prerequisites
GEMINI_API_KEYenvironment variable must be set (obtain from Google AI Studio)- Python 3.8+ with the
requestslibrary installed - Requires a direct Gemini API key — OAuth tokens are not supported
How to Run the Script
The script is at scripts/deep_research.py relative to this skill's directory (i.e., the directory containing this SKILL.md). Resolve the full path from the skill's location before running.