
Dnvriend Gemini Google Search Tool
- Updated December 5, 2025
- dnvriend/gemini-google-search-tool
dnvriend-gemini-google-search-tool is a Claude Code plugin that provides CLI and Python access to Gemini with Google Search grounding.
About
dnvriend-gemini-google-search-tool packages a CLI and Python library that query Gemini with Google Search grounding so answers can reflect current web information. Developers use it heavily in the idea and validate phases to sanity-check markets, read competitor pages, and narrow MVP scope without hand-copying search tabs into the chat. The same package becomes a integration when you wire grounded search into a product agent or internal tooling. It is an LLM integration plugin, not a full research methodology skill—you still decide what to ask and how to judge sources. Expect intermediate setup: API keys, Python or CLI usage, and clear prompts. It complements map-grounding and Google Workspace plugins from the same maintainer when your workflow spans web, places, and email.
- Professional CLI for Gemini with Google Search grounding
- Python library for reusable search-grounded generation
- Fresh web context instead of stale model-only answers
- Useful from early research through agent integration
- Single-plugin bundle from dnvriend/gemini-google-search-tool (1 plugin)
Dnvriend Gemini Google Search Tool by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install dnvriend-gemini-google-search-tool@dnvriend/gemini-google-search-toolAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| Last updated | December 5, 2025 |
|---|---|
| Repository | dnvriend/gemini-google-search-tool ↗ |
What it does
Run Gemini with live Google Search grounding to fact-check markets, competitors, and specs before and while you build.
Who is it for?
Best when you're doing competitor and market research and want a scriptable Gemini + Search stack in Claude Code.
Skip if: Skip if you only need static SEO content workflows with no live search API, or those without Gemini API access.
What you get
You get a repeatable way to pull search-grounded Gemini answers from the CLI or library for research and later agent features.
- Search-grounded Gemini CLI commands
- Python API for embedded search grounding
- Research-ready queries with fresher web context
By the numbers
- 1 plugin in the dnvriend/gemini-google-search-tool bundle
- Repository: dnvriend/gemini-google-search-tool
Recommended Plugins
How it compares
Search-grounded Gemini CLI/library, not a curated SEO or content-writing skill.
FAQ
Who is Dnvriend Gemini Google Search Tool for?
Developers and founders who want Gemini responses tied to live Google Search results via terminal or Python.
When should I use Dnvriend Gemini Google Search Tool?
Use it while researching opportunities, validating scope with current web facts, or integrating grounded search into an agent you are building.
How do I add Dnvriend Gemini Google Search Tool to my agent?
Add the plugin from dnvriend/gemini-google-search-tool in Claude Code, set up Gemini credentials, then call the CLI or import the library from your agent scripts.