gmaps
Installation
SKILL.md
gmaps — Google Maps via CDP (search, directions, best-effort TSP)
Free, keyless access to Google Maps through CDP — the same data the metered Google Places and Directions APIs sell, sourced directly from the rendered page. No API key, no quota, no jq. Three modes:
- search (default) — local business results for a query.
--route— real driving directions (total time + distance, current traffic) for an ordered list of places.--optimize— best-effort fastest visiting order (open-path TSP, fixed start = first place).
Every call opens its own background tab and WebSocket session — safe for parallel use.