# Search for latest Claude Code features
${CLAUDE_PLUGIN_ROOT}/scripts/gemini-search.sh "Claude Code latest features 2026"
# Look up current API documentation
${CLAUDE_PLUGIN_ROOT}/scripts/gemini-search.sh "OpenAI API rate limits 2026"
# Research recent news
${CLAUDE_PLUGIN_ROOT}/scripts/gemini-search.sh "AI regulation updates January 2026"
Workflow
Check Prerequisites
Verify Gemini CLI installation
Ensure authentication is complete
Execute Search
Run gemini-search.sh with query
Wait for results (60s timeout)
Process Results
Summarize key findings
Note relevant sources
Highlight latest information
Error Handling
Error
Solution
Gemini CLI not found
Install via npm install -g @google/gemini-cli
Authentication failed
Run gemini to complete OAuth
Timeout
Retry with more specific query
Notes
Uses gemini-2.5-flash-lite model by default (stable, good rate limits)
Override with GEMINI_MODEL environment variable
60-second timeout to prevent hanging
Results are returned to the forked context to avoid main context pollution
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: signalcompose-claude-tools-gemini-search3description: Gemini Web Search Skill4---56# Gemini Web Search Skill78## Overview910This skill enables web search using Google Gemini CLI. Use it when you need:1112- Latest information not in training data13- Current documentation or API references14- Recent news or events15- Up-to-date web data1617## Prerequisites1819Gemini CLI must be installed and authenticated. Run the check script first:2021```bash22${CLAUDE_PLUGIN_ROOT}/scripts/check-gemini.sh23```2425## Usage2627### Basic Web Search2829```bash30${CLAUDE_PLUGIN_ROOT}/scripts/gemini-search.sh "<search query>"31```3233### Examples3435```bash36# Search for latest Claude Code features37${CLAUDE_PLUGIN_ROOT}/scripts/gemini-search.sh "Claude Code latest features 2026"3839# Look up current API documentation40${CLAUDE_PLUGIN_ROOT}/scripts/gemini-search.sh "OpenAI API rate limits 2026"4142# Research recent news43${CLAUDE_PLUGIN_ROOT}/scripts/gemini-search.sh "AI regulation updates January 2026"44```4546## Workflow47481. **Check Prerequisites**49 - Verify Gemini CLI installation50 - Ensure authentication is complete51522. **Execute Search**53 - Run gemini-search.sh with query54 - Wait for results (60s timeout)55563. **Process Results**57 - Summarize key findings58 - Note relevant sources59 - Highlight latest information6061## Error Handling6263| Error | Solution |64|-------|----------|65| Gemini CLI not found | Install via `npm install -g @google/gemini-cli` |66| Authentication failed | Run `gemini` to complete OAuth |67| Timeout | Retry with more specific query |6869## Notes7071- Uses `gemini-2.5-flash-lite` model by default (stable, good rate limits)72- Override with `GEMINI_MODEL` environment variable73- 60-second timeout to prevent hanging74- Results are returned to the forked context to avoid main context pollution7576---77> Converted and distributed by [TomeVault](https://tomevault.io/claim/signalcompose) — claim your Tome and manage your conversions.78<!-- tomevault:4.0:skill_md:2026-04-11 -->
Run npx skillmds@latest add tomevault-io/signalcompose-claude-tools-gemini-search in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Gemini Web Search Skill It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.