Gemini Deep Research
Use Google's Gemini deep-research-pro-preview-12-2025 agent to perform deep web research and return a comprehensive markdown report with inline citations.
Requirements
GEMINI_API_KEYmust be set in the environmentgoogle-genaiPython package must be installed
Procedure
- Receive the user's research query from
$ARGUMENTS - Ensure the
google-genaipackage is available: runpip install -q google-genaivia Bash - Run the research script via Bash in background mode (it may take several minutes):
python skills/gemini-deep-research/scripts/gemini_deep_research.py "$ARGUMENTS" - Wait for the script to complete
- Present the returned markdown report to the user as-is (it includes inline citations)
- If the script fails, show the error output and suggest:
- Check that
GEMINI_API_KEYis set and valid - Check that the
google-genaipackage is installed (pip install google-genai) - Check Google AI Studio status
- Check that