Agent skill

gemini-deep-research

Run Gemini deep research to analyze and synthesize web sources into a comprehensive report. Invoked with a research query as argument.

Stars 1
Forks 2

Install this agent skill to your Project

npx add-skill https://github.com/uuta/dotfiles/tree/main/skills/gemini-deep-research

SKILL.md

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_KEY must be set in the environment
  • google-genai Python package must be installed

Procedure

  1. Receive the user's research query from $ARGUMENTS
  2. Ensure the google-genai package is available: run pip install -q google-genai via Bash
  3. 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"
    
  4. Wait for the script to complete
  5. Present the returned markdown report to the user as-is (it includes inline citations)
  6. If the script fails, show the error output and suggest:
    • Check that GEMINI_API_KEY is set and valid
    • Check that the google-genai package is installed (pip install google-genai)
    • Check Google AI Studio status

Didn't find tool you were looking for?

Be as detailed as possible for better results