Dnvriend Gemini Google Maps Tool
dnvriend-gemini-google-maps-tool is a Claude Code plugin for the Build phase that exposes a CLI and Python library for Gemini queries grounded on Google Maps data.
Wire Gemini responses to live Google Maps place and location data from a CLI or Python library inside Claude Code workflows.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install dnvriend-gemini-google-maps-tool@dnvriend/gemini-google-maps-toolBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:dnvriend/gemini-google-maps-tool") and the paste-ready config with skillselion.get_install_config("plugin:dnvriend/gemini-google-maps-tool").
What it does
dnvriend-gemini-google-maps-tool is a Claude Code plugin packaging a production-oriented CLI and Python library for calling Gemini with Google Maps grounding. Solo builders who ship location-aware assistants, travel apps, or local-service products can use it to keep model answers tied to real places instead of hallucinated addresses. Install it when you are in the build phase and need a dependable integration path rather than one-off curl experiments. It pairs naturally with other Gemini grounding tools from the same author and with agent skills that orchestrate multi-step research or customer-facing Q&A. You still need Google Cloud / Gemini API access and Maps-related credentials configured in your environment. Complexity is intermediate because you are combining LLM calls, grounding options, and a small library surface in your repo or agent pipeline.
Highlights
- Production-ready CLI for Gemini queries with Google Maps grounding
- Reusable Python library for the same grounding pipeline
- Maps-backed answers for place, routing, and local-context questions
- Suitable for agent tooling that must cite real geographic data
- Single-plugin bundle from dnvriend/gemini-google-maps-tool (1 plugin)
Why builders use it
Generic LLM answers about places and businesses are often wrong, and rolling your own Maps-grounded Gemini client wastes shipping time.
After install, you can run grounded map queries from the terminal or import the library so agents return location-backed Gemini results.
At a glance
- Type - Plugin in LLM Integration.
- Adoption - 0 installs, 0 stars, 0 votes.
FAQ
Who is dnvriend-gemini-google-maps-tool for?
Solo developers and small teams building agents or Python tools that need Gemini answers grounded in Google Maps place data.
When should I use dnvriend-gemini-google-maps-tool?
Use it during product build when you are integrating location-aware Q&A, local search, or routing context into Claude Code or your codebase.
How do I add dnvriend-gemini-google-maps-tool to my agent?
Register the plugin from the dnvriend/gemini-google-maps-tool repository in Claude Code, configure Gemini and Maps API credentials, then invoke the bundled CLI or library from your project.
Comments
Share how you use dnvriend-gemini-google-maps-tool, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.