Loading...
Loading...
Perform autonomous, multi-step research using the Gemini Deep Research Agent (Interactions API). Supports web search, file/directory context, and resilient streaming.
npx skill4agent add cnemri/google-genai-skills deep-researchdeep-research-pro-preview-12-2025GOOGLE_API_KEYgoogle-genaiuv run skills/deep-research/scripts/research.py "Research the history of RISC-V architecture."# Single file
uv run skills/deep-research/scripts/research.py "Analyze this report" --file report.pdf
# Entire directory
uv run skills/deep-research/scripts/research.py "Summarize these meeting notes" --file ./notes/--use-file-storeuv run skills/deep-research/scripts/research.py "Find trends in these 1000 PDFs" --file ./large_corpus/ --use-file-storeuv run skills/deep-research/scripts/research.py "Competitive landscape of EV batteries" --output report.mdInteraction IDuv run skills/deep-research/scripts/research.py "Elaborate on the second point about lithium supply." --follow-up "INTERACTION_ID_HERE"