Gmaps

Google Maps via CDP — three modes, all keyless (no Google Places or Directions API key, no quota): (1) local business search returning structured results (name, rating, reviews, price, category, address, hours, coords, place ID, URL) — the data the metered Google Places API sells; (2) --route for real directions (total time + distance, current traffic) for an ordered list of places, in any travel mode (--mode driving|transit|walking|cycling|flights|best, default driving); (3) --optimize for a best-effort fastest visiting order (open-path TSP, fixed start) whose edges are virtualized as straight-line distance — N parallel place lookups plus one real directions call. Use when the user asks to find local businesses, get directions/time between places (by any mode), or plan a multi-stop route order. Requires browser-harness-js on PATH and a running Chromium-based browser with remote debugging.

monotykamary 0133ee6 4 files · 58.7 KB Updated

File contents

monotykamary/browser-harness-js/tree/main/skills/gmaps commit 0133ee656e

Frequently asked questions

npx skillmds@latest add monotykamary/gmaps