원클릭으로
goplaces
// Query Google Places API (New) via the goplaces CLI for text search, place details, resolve, and reviews. Use for human-friendly place lookup or JSON output for scripts.
// Query Google Places API (New) via the goplaces CLI for text search, place details, resolve, and reviews. Use for human-friendly place lookup or JSON output for scripts.
Search markdown knowledge bases, notes, and documentation using QMD. Use when users ask to search notes, find documents, or look up information.
Mirror Discord guild history into local SQLite and query it offline with search, messages, mentions, reports, and DM wiretap import.
Read-only local archive and search for WhatsApp Desktop chats, messages, and media metadata.
File watcher with auto-rebuild for any language or build system.
| name | goplaces |
| description | Query Google Places API (New) via the goplaces CLI for text search, place details, resolve, and reviews. Use for human-friendly place lookup or JSON output for scripts. |
| homepage | https://github.com/openclaw/goplaces |
| metadata | {"openclaw":{"emoji":"📍","requires":{"bins":["goplaces"],"env":["GOOGLE_PLACES_API_KEY"]},"primaryEnv":"GOOGLE_PLACES_API_KEY","install":[{"id":"brew","kind":"brew","formula":"steipete/tap/goplaces","bins":["goplaces"],"label":"Install goplaces (brew)"}]}} |
Modern Google Places API (New) CLI. Human output by default, --json for scripts.
Install
brew install steipete/tap/goplacesConfig
GOOGLE_PLACES_API_KEY required.GOOGLE_PLACES_BASE_URL for testing/proxying.Common commands
goplaces search "coffee" --open-now --min-rating 4 --limit 5goplaces search "pizza" --lat 40.8 --lng -73.9 --radius-m 3000goplaces search "pizza" --page-token "NEXT_PAGE_TOKEN"goplaces resolve "Soho, London" --limit 5goplaces details <place_id> --reviewsgoplaces search "sushi" --jsonClosest place to me
goplaces nearby --lat <lat> --lng <lng> --radius-m 2000 --type cafe --limit 5Directions (A → B)
goplaces directions --from-place-id <fromId> --to-place-id <toId> --steps --jsongoplaces resolve "Hotel Zelos San Francisco" --jsongoplaces directions --from-place-id <fromId> --to-place-id <toId> --compare drive --steps --json--units imperial only when explicitly requested.distance_meters (m/km) and duration_seconds (mins). Use step distance_meters for each step.steps[].instruction verbatim and do not reword compass directions.goplaces resolve --json).https://maps.apple.com/?daddr=<lat>,<lng>&dirflg=w.dirflg=d for driving and dirflg=r for transit.dirflg and note that cycling is not supported in Apple Maps links.saddr=<lat>,<lng> and note that Apple Maps will open in preview mode (Steps) until they change origin to Current Location.goplaces route is only for searching places along a route (Routes API), not directions/ETA.Notes
--no-color or NO_COLOR disables ANSI color.--type value (API accepts one).