repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | --- |
| #2 | name: goplaces |
| #3 | 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. |
| #4 | homepage: https://github.com/steipete/goplaces |
| #5 | metadata: {"clawdbot":{"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)"}]}} |
| #6 | --- |
| #7 | |
| #8 | # goplaces |
| #9 | |
| #10 | Modern Google Places API (New) CLI. Human output by default, `--json` for scripts. |
| #11 | |
| #12 | Install |
| #13 | - Homebrew: `brew install steipete/tap/goplaces` |
| #14 | |
| #15 | Config |
| #16 | - `GOOGLE_PLACES_API_KEY` required. |
| #17 | - Optional: `GOOGLE_PLACES_BASE_URL` for testing/proxying. |
| #18 | |
| #19 | Common commands |
| #20 | - Search: `goplaces search "coffee" --open-now --min-rating 4 --limit 5` |
| #21 | - Bias: `goplaces search "pizza" --lat 40.8 --lng -73.9 --radius-m 3000` |
| #22 | - Pagination: `goplaces search "pizza" --page-token "NEXT_PAGE_TOKEN"` |
| #23 | - Resolve: `goplaces resolve "Soho, London" --limit 5` |
| #24 | - Details: `goplaces details <place_id> --reviews` |
| #25 | - JSON: `goplaces search "sushi" --json` |
| #26 | |
| #27 | Notes |
| #28 | - `--no-color` or `NO_COLOR` disables ANSI color. |
| #29 | - Price levels: 0..4 (free → very expensive). |
| #30 | - Type filter sends only the first `--type` value (API accepts one). |
| #31 |