google-web-search
Enables grounded question answering by automatically executing the Google Search tool within Gemini models. Use when the required information is recent (post knowledge cutoff) or requires verifiable citation.
npx skills add majiayu000/claude-skill-registry --skill google-web-search --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Google Web Search ## Overview This skill provides the capability to perform real-time web searches via the Gemini API's `google_search` grounding tool. It is designed to fetch the most current information available on the web to provide grounded, citable answers to user queries. **Key Features:** - Real-time web search via Gemini API - Grounded responses with verifiable citations - Configurable model selection - Simple Python API ## Usage This skill exposes the Gemini API's `google_search` tool. It should be used when the user asks for **real-time information**, **recent events**, or requests **verifiable citations**. ### Execution Context The core logic is in `scripts/example.py`. This script requires the following environment variables: - **GEMINI_API_KEY** (required): Your Gemini API key - **GEMINI_MODEL** (optional): Model to use (default: `gemini-2.5-flash-lite`) **Supported Models:** - `gemini-2.5-flash-lite` (default) - Fast and cost-effective - `gemini-3-flash-preview` - Latest flash model - `gemini-3-pro-preview` - More capable, slower - `gemini-2.5-flash-lite-preview-09-2025` - Specific version ### Python Tool Implementation Pattern When integrating this skill into a la
- Overview
- Usage
- Execution Context
- Python Tool Implementation Pattern
- Troubleshooting
What does the google-web-search skill do?
Enables grounded question answering by automatically executing the Google Search tool within Gemini models. Use when the required information is recent (post knowledge cutoff) or requires verifiable citation.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill google-web-search --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
