gemini-research

Search the web and synthesize multi-source findings using the Gemini CLI.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/msd-dev-lab/python-dev-template --skill gemini-research-msd-dev-lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini-research
Source: https://github.com/msd-dev-lab/python-dev-template/tree/main/skills/gemini-research
Command: npx skills add https://github.com/msd-dev-lab/python-dev-template --skill gemini-research-msd-dev-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gemini Research provides a robust way to perform web searches and synthesize information across multiple sources using the Gemini CLI, especially when WebFetch is blocked or when deep, multi-source investigations are needed.

Core Features & Use Cases

  • Simple WebSearch: run quick queries with consistent results using the Gemini CLI.
  • Multi-source Research: perform deep investigations across blocked sites (Reddit, social platforms) and non-English sources, compiling findings into a coherent brief.
  • Reproducible workflows: supports structured prompts and session management (tmux) for lengthy research tasks.

Quick Start

Use the Gemini skill to perform a basic search or start a multi-question research session. Examples: gemini "WebSearch: Claude Code best practices" tmux new-session -d -s gemini-research tmux send-keys -t gemini-research 'gemini "WebSearch: Reddit Claude Code 評判"' Enter tmux capture-pane -t gemini-research -p -S -100

Frequently Asked Questions about gemini-research

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

FAQPage Schema
How do I perform multi-source web research when WebFetch is blocked for sites like Reddit?

Multi-source web research on blocked sites like Reddit is handled by using the Gemini CLI to bypass WebFetch restrictions, executing targeted searches and compiling findings into a coherent brief for downstream analysis.

Can I manage long-running AI-assisted research tasks in the background?

Long-running AI-assisted research tasks can be managed in the background using optional tmux session management, allowing you to start a session, send Gemini CLI queries, and capture outputs asynchronously.

What is the best way to compile findings from non-English sources into a structured brief?

Compiling findings from non-English sources into a structured brief is achieved through Gemini CLI multi-source synthesis, which processes and aggregates cross-platform data into consistent outputs for downstream analysis.

Does the Gemini CLI support reproducible workflows for deep-dive investigations?

Reproducible workflows for deep-dive investigations are supported by the Gemini CLI through structured prompts and tmux session management, ensuring consistent search results and traceable research processes.

How do I capture output from a detached Gemini research session?

To capture output from a detached Gemini research session, use tmux to create a session, send Gemini CLI commands via send-keys, and retrieve the results using tmux capture-pane with a large scrollback buffer.