gemini-deep-research

Query Google's Gemini Deep Research API to generate markdown reports with inline citations.

1|2|Updated Jul 5, 2024
One-click install
npx skills add https://github.com/uuta/dotfiles --skill gemini-deep-research-uuta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini-deep-research
Source: https://github.com/uuta/dotfiles/tree/main/skills/gemini-deep-research
Command: npx skills add https://github.com/uuta/dotfiles --skill gemini-deep-research-uuta

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-genai, and includes scripts (resource) components.

What problem does it solve?

The Gemini deep research capability automates exhaustive web research and synthesis into a structured markdown report, saving time and ensuring citations are included.

Core Features & Use Cases

  • Deep web research via the Gemini Deep Research API to generate a comprehensive markdown report with inline citations.
  • Asynchronous/background processing for long-running queries and scalable report generation.
  • Use Case: A product manager or researcher can query a topic and receive a ready-to-share report containing sources and key findings.

Quick Start

Run the gemini-deep-research script with a query, e.g., gemini-deep-research "what is quantum computing?" to generate a fully cited report.

Frequently Asked Questions about gemini-deep-research

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate web research to generate a cited report?

Automate web research by running a script that queries the Gemini API to synthesize findings into a markdown report with inline citations. This handles exhaustive searching and delivers a structured document containing sources and key findings.

What is the best way to generate a sourced markdown report for market research?

Generate a sourced markdown report by executing a background script that uses the Gemini Deep Research API. It handles market research queries by performing exhaustive web synthesis and outputting a comprehensive document with inline citations.

Do I need a Gemini API key to run deep research scripts?

Yes, you must provide a GEMINI_API_KEY in the environment and install the google-genai package. These prerequisites allow the background script to authenticate queries and generate the cited markdown report.

Can I use Gemini deep research for large or long-running academic queries?

Yes, Gemini deep research supports asynchronous background processing for long-running academic queries. This scalable approach handles exhaustive web synthesis to produce a comprehensive markdown report with inline citations.

What limitations exist when automating report generation with the Gemini API?

Limitations include dependency on the google-genai package and a valid GEMINI_API_KEY. The process relies on asynchronous background execution for long-running queries, requiring environment setup before generating the cited markdown report.