From gmaps
Geocoding, reverse geocoding, route planning, place search/details, elevation and timezone queries via Google Maps Platform API. Use when user wants Google Maps lookups or CLI-based Maps API calls.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gmaps:gmapsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Ensure `GOOGLE_MAPS_API_KEY` is set.
references/command-map.mdreferences/examples.mdscripts/commands/directions.tsscripts/commands/elevation.tsscripts/commands/geocode.tsscripts/commands/index.tsscripts/commands/place-detail.tsscripts/commands/places-nearby.tsscripts/commands/places-search.tsscripts/commands/reverse-geocode.tsscripts/commands/timezone.tsscripts/gmaps.tsscripts/lib/config.tsscripts/lib/engine.tsscripts/lib/http.tsscripts/lib/types.tsscripts/lib/validate.tstests/cli.test.tstests/engine.test.tstests/fixtures/directions-success.jsonGOOGLE_MAPS_API_KEY is set.bun scripts/gmaps.ts --help in this skill directory.references/command-map.md.references/command-map.mdreferences/examples.mdGOOGLE_MAPS_API_KEY is supported.Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
npx claudepluginhub deusyu/google-maps-skill --plugin gmaps