9.4k★by shaharsha
google-maps – OpenClaw Skill
google-maps is an OpenClaw Skills integration for coding workflows. The definitive Google Maps integration for OpenClaw. Search, navigate, and explore with real-time data.
Skill Snapshot
| name | google-maps |
| description | The definitive Google Maps integration for OpenClaw. Search, navigate, and explore with real-time data. OpenClaw Skills integration. |
| owner | shaharsha |
| repository | shaharsha/google-maps |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @shaharsha/google-maps |
| last updated | Feb 7, 2026 |
Maintainer

name: google-maps description: The definitive Google Maps integration for OpenClaw. Search, navigate, and explore with real-time data. version: 1.0.0 author: shaharsh tags: [maps, places, location, navigation, google] metadata: {"clawdbot":{"emoji":"🗺️","requires":{"env":["GOOGLE_API_KEY"]},"primaryEnv":"GOOGLE_API_KEY","install":[{"id":"pip","kind":"pip","package":"requests","label":"Install dependencies (pip)"}]}} allowed-tools: [exec]
Google Maps 🗺️
The ultimate tool for location intelligence in OpenClaw. Powered by Google Maps Platform.
Requirements
- API Key: Required via
GOOGLE_API_KEYenvironment variable. - APIs: Enable
Places API,Distance Matrix API, andGeocoding APIin Google Cloud Console.
Setup
Set your API Key in OpenClaw config:
{
"env": {
"GOOGLE_API_KEY": "AIza..."
}
}
Also supports
GOOGLE_MAPS_API_KEYfor backwards compatibility.
Tools
I interact with this skill via the Python helper:
python3 skills/google-maps/lib/map_helper.py <action> <params>
Actions
- search:
search "<query>"(Options:--openfor open now). - details:
details "<place_id>"(Returns reviews, hours, phone). - distance:
distance "<origin>" "<destination>" "<mode>"(Modes: driving, walking, bicycling).
Localization
Supports --lang=he (default) or --lang=en for dynamic responses.
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- **API Key**: Required via `GOOGLE_API_KEY` environment variable. - **APIs**: Enable `Places API`, `Distance Matrix API`, and `Geocoding API` in Google Cloud Console.
FAQ
How do I install google-maps?
Run openclaw add @shaharsha/google-maps in your terminal. This installs google-maps into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/shaharsha/google-maps. Review commits and README documentation before installing.
