gemini-search

Searches research papers via Gemini MCP or CLI for broad literature discovery.

Updated Jul 9, 2026
One-click install
npx skills add https://github.com/Lingjie-wang/autoRL --skill gemini-search-lingjie-wang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini-search
Source: https://github.com/Lingjie-wang/autoRL/tree/main/Auto-claude-code-research-in-sleep/skills/gemini-search
Command: npx skills add https://github.com/Lingjie-wang/autoRL --skill gemini-search-lingjie-wang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @google/gemini-cli, gemini-mcp-tool.

What problem does it solve? Keyword-based paper search APIs like arXiv and Semantic Scholar often miss relevant work that uses different terminology or spans sub-problems. This Skill uses Gemini to decompose a research topic into multiple angles, aliases, and neighboring tasks, surfacing papers that traditional index searches overlook. ## Core Features & Use Cases - Multi-angle literature discovery: Gemini decomposes the query into sub-problems and naming variants to find genuinely relevant papers across venues, surveys, and preprints. - Structured paper output: Returns title, authors, year, venue, arXiv ID, DOI, code URL, and a one-sentence summary for up to 15 papers, formatted as a table. - MCP-first with CLI fallback: Prefers the gemini-mcp-tool integration and falls back to the gemini CLI with a 120-second timeout when MCP is unavailable. - Use Case: A researcher exploring a new topic like "speculative decoding for LLM inference" runs the search to get a broad paper list with code links, then cross-verifies key results via Semantic Scholar. ## Quick Start Ask the assistant to run a gemini search on your research topic, for example by saying: use gemini search to find recent papers on retrieval-augmented generation evaluation.

Frequently Asked Questions about gemini-search

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

FAQPage Schema
How do I search research papers with Gemini?

Run the gemini-search skill with your topic as the argument, and it calls the mcp__gemini-cli__ask-gemini tool with a literature scout prompt. Gemini decomposes the topic into sub-angles and returns up to 15 papers with title, venue, year, arXiv ID, DOI, and code links.

Gemini search vs Semantic Scholar for literature discovery?

Gemini search excels at broad AI-driven discovery across aliases, sub-problems, and naming variants that keyword APIs miss. Semantic Scholar is better for published venue papers with authoritative citation counts, since Gemini may hallucinate citation numbers.

What setup does the Gemini MCP integration require?

You need Node.js v16+, the @google/gemini-cli package installed and authenticated, and the gemini-mcp-tool registered as an MCP server in your Claude configuration. A GEMINI_API_KEY from Google AI Studio can be placed in .claude/.env for authentication.

What happens if the Gemini MCP server is unavailable?

The skill falls back to running the gemini CLI directly with the same search prompt, using a 120-second timeout and piping stderr to /dev/null. If both are unreachable, it suggests alternatives like Semantic Scholar or arXiv search.

Can I trust Gemini search results for paper details?

Gemini is a discovery source, not a database, and may include papers from training data with imprecise details. Cross-verify exact titles, venues, and years via Semantic Scholar or arXiv, and never rely on Gemini for citation counts.