Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
beita6969 avatar

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)
At a glance

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
From the docs

What goplaces says it does

Query Google Places API (New) via the goplaces CLI for text search, place details, resolve, and reviews.
SKILL.md
Modern Google Places API (New) CLI. Human output by default, `--json` for scripts.
SKILL.md
Type filter sends only the first `--type` value (API accepts one).
SKILL.md
npx skills add https://github.com/beita6969/scienceclaw --skill goplaces

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs15
repo stars869
Last updatedJune 8, 2026
Repositorybeita6969/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

SKILL.mdMarkdownGitHub ↗

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_KEY required.
  • Optional: GOOGLE_PLACES_BASE_URL for 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-color or NO_COLOR disables ANSI color.
  • Price levels: 0..4 (free → very expensive).
  • Type filter sends only the first --type value (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.

CLI & Terminalintegrationsbackend

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.