
Goplaces
- 15 installs
- 869 repo stars
- Updated June 8, 2026
- beita6969/scienceclaw
This is a copy of goplaces by steipete - installs and ranking accrue to the original listing.
goplaces is a Claude skill that runs the goplaces CLI to query the Google Places API (New) for text search, place details, resolve, and reviews.
About
goplaces is a Claude skill that drives the goplaces CLI to query the Google Places API (New) for text search, place resolution, place details, and reviews. A developer uses it to look up places by name or query and to bias results by location, either for human-readable output or as JSON for scripts. It matters because it turns place-lookup into a single command line call backed by Google Places.
- Wraps the goplaces CLI over the Google Places API (New) for text search, resolve, details and reviews
- Human-readable output by default, --json for scripting
- Requires a GOOGLE_PLACES_API_KEY environment variable
Goplaces by the numbers
- 15 all-time installs (skills.sh)
- Data as of Aug 2, 2026 (Skillselion catalog sync)
goplaces capabilities & compatibility
Free CLI; requires a GOOGLE_PLACES_API_KEY (Google Places API billing applies).
- Capabilities
- place search · place details · location resolve
- Works with
- gcp
- Use cases
- web search
- Pricing
- Bring your own API key
What goplaces says it does
Query Google Places API (New) via the goplaces CLI for text search, place details, resolve, and reviews.
Modern Google Places API (New) CLI. Human output by default, `--json` for scripts.
Type filter sends only the first `--type` value (API accepts one).
npx skills add https://github.com/beita6969/scienceclaw --skill goplacesAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 15 |
|---|---|
| repo stars | ★ 869 |
| Last updated | June 8, 2026 |
| Repository | beita6969/scienceclaw ↗ |
What it does
Query Google Places for text search, place details, and reviews from the terminal via the goplaces CLI.
Who is it for?
Programmatic place lookup and geocoding-style resolve/details queries from the command line.
Skip if: Multi-type filtering, since the docs note the type filter sends only the first --type value.
When should I use this skill?
The user needs to search places, resolve a location to place candidates, or fetch place details and reviews from the terminal.
What you get
- Place search results
- Place details and reviews
- JSON output for scripts
By the numbers
- Price levels 0..4 (free to very expensive)
- 4 documented operations (search, resolve, details, JSON output)
Files
goplaces
Modern Google Places API (New) CLI. Human output by default, --json for scripts.
Install
- Homebrew:
brew install steipete/tap/goplaces
Config
GOOGLE_PLACES_API_KEYrequired.- Optional:
GOOGLE_PLACES_BASE_URLfor testing/proxying.
Common commands
- Search:
goplaces search "coffee" --open-now --min-rating 4 --limit 5 - Bias:
goplaces search "pizza" --lat 40.8 --lng -73.9 --radius-m 3000 - Pagination:
goplaces search "pizza" --page-token "NEXT_PAGE_TOKEN" - Resolve:
goplaces resolve "Soho, London" --limit 5 - Details:
goplaces details <place_id> --reviews - JSON:
goplaces search "sushi" --json
Notes
--no-colororNO_COLORdisables ANSI color.- Price levels: 0..4 (free → very expensive).
- Type filter sends only the first
--typevalue (API accepts one).
Related skills
FAQ
What credentials does goplaces require?
It requires the GOOGLE_PLACES_API_KEY environment variable; an optional GOOGLE_PLACES_BASE_URL can be set for testing or proxying.
Can I filter by multiple place types?
No. The docs note the type filter sends only the first --type value because the API accepts one.