
Dnvriend Gemini Google Maps Tool
- Updated December 5, 2025
- dnvriend/gemini-google-maps-tool
dnvriend-gemini-google-maps-tool is a Claude Code plugin that exposes a CLI and Python library for Gemini queries grounded on Google Maps data.
About
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. developers 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.
- 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)
Dnvriend Gemini Google Maps Tool by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install dnvriend-gemini-google-maps-tool@dnvriend/gemini-google-maps-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-maps-tool ↗ |
What it does
Wire Gemini responses to live Google Maps place and location data from a CLI or Python library inside Claude Code workflows.
Who is it for?
Best when you're adding map-grounded Gemini features to CLIs, Python services, or coding agents.
Skip if: Skip if you only need static maps UI with no LLM, or developers without Gemini and Google Maps API setup.
What you get
After install, you can run grounded map queries from the terminal or import the library so agents return location-backed Gemini results.
- Runnable CLI for Maps-grounded Gemini queries
- Importable Python module for the same grounding flow
- Agent-callable pattern for place-aware LLM responses
By the numbers
- 1 plugin in the dnvriend/gemini-google-maps-tool bundle
- Repository: dnvriend/gemini-google-maps-tool
Recommended Plugins
How it compares
LLM Maps grounding integration, not a frontend map widget skill.
FAQ
Who is Dnvriend Gemini Google Maps Tool for?
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.