Help us improve
Share bugs, ideas, or general feedback.
From gemini-deep-research
Conducts comprehensive, autonomous deep research on specific topics using Google's Gemini Deep Research API. Initiates long-running background research tasks that synthesize multiple sources into detailed reports. Use when users request deep analysis, comprehensive research, or multi-source synthesis on complex topics. Triggered by phrases like "research", "deep dive", "comprehensive analysis", or when simple fact lookups are insufficient.
npx claudepluginhub fprochazka/claude-code-plugins --plugin gemini-deep-researchHow this skill is triggered — by the user, by Claude, or both
Slash command
/gemini-deep-research:gemini-deep-researchThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Perform autonomous deep research using the `gemini-deep-research` CLI tool, which leverages Google's Gemini Deep Research API to synthesize information from multiple sources.
Autonomous research agent that plans, searches, reads, and synthesizes information into comprehensive reports. Useful for market analysis, technical research, and literature reviews.
Performs deep, exhaustive research on a topic via parallel-cli, with multi-turn context support. Use only for explicit deep research requests; for normal lookups use parallel-web-search instead.
Conducts AI-powered deep research with citations via the Tavily CLI. Use for multi-source analysis, comparisons, market reports, and literature reviews.
Share bugs, ideas, or general feedback.
Perform autonomous deep research using the gemini-deep-research CLI tool, which leverages Google's Gemini Deep Research API to synthesize information from multiple sources.
Execute research with the gemini-deep-research command:
gemini-deep-research research "Your detailed research query here"
Optional flags:
--verbose - Show detailed progress updates--poll-interval N - Check status every N seconds (default: 10)IMPORTANT:
/tmp/gemini-deep-research/<timestamp>/research.mdgemini-deep-research research command with the user's queryStart a new research task:
gemini-deep-research research "What are the latest developments in quantum computing?"
gemini-deep-research research "Impact of AI on software development" --poll-interval 15
gemini-deep-research research "Future of renewable energy" --verbose
Check the status of a running or completed research task:
gemini-deep-research status <interaction-id>
Retrieve and save completed research results (useful if polling was interrupted):
gemini-deep-research fetch-results <interaction-id>
User: "Research the history and architectural evolution of transformer models in NLP"
gemini-deep-research research "Research the history and architectural evolution of transformer models in NLP"
After completion, use the Read tool to access the research report at the path printed by the tool (e.g., /tmp/gemini-deep-research/2025-12-29T08-15-00/research.md).