Search places, fetch details, reviews, and structured JSON from Google Places.
Overall risk is low. The material indicates it mainly queries the Google Places API; API key usage and network egress are normal caution points, but it is open-source with extremely strong community adoption and no clear high-risk red flags are evident.
The README explicitly requires `GOOGLE_PLACES_API_KEY`, which is a sensitive third-party API credential with potential billing impact if exposed. The material does not indicate collection of other highly sensitive credentials.
By design, the tool sends query content to the Google Places API. It also supports optional `GOOGLE_PLACES_BASE_URL` for testing/proxying, meaning traffic can be redirected to a custom proxy endpoint. This is normal egress within its stated purpose, with no evidence of unrelated hidden exfiltration.
The material only describes a place-query CLI/skill and does not show arbitrary user code execution, launching unrelated system processes, or requesting system privileges beyond its stated function.
There is no indication that it needs to read or write local files, databases, clipboard data, browser contents, or other sensitive local resources; its data scope appears limited to user-supplied query parameters and API responses.
The source is an open-source GitHub repository with extremely high community adoption (~377k stars), which materially lowers supply-chain risk. Although the license is unspecified and maintenance status is unknown, there are no high-risk signals such as closed-source distribution, apparent abandonment, or suspicious delivery channels.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "goplaces" skill from askskill: 1. Download https://raw.githubusercontent.com/openclaw/openclaw/main/skills/goplaces/SKILL.md 2. Save it as ~/.claude/skills/goplaces/SKILL.md 3. Reload skills and tell me it's ready
Use goplaces to search for "coffee shops near Jing'an Temple, Shanghai" and return the top 10 results with name, address, rating, opening status, formatted as JSON.
A structured JSON list of nearby coffee shops with key fields for filtering or analysis.
Use goplaces to fetch place details for "Apple Store China World Mall, Beijing" and return the phone number, opening hours, website, coordinates, and Google Maps link.
A concise profile of the place, suitable for business verification or display.
Use goplaces to retrieve recent reviews for "Canton Tower" and extract ratings, review text, and timestamps, then summarize the most mentioned strengths and issues.
A result containing review details and a summary analysis for research or experience evaluation.
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" --jsonNotes
--no-color or NO_COLOR disables ANSI color.--type value (API accepts one).Verify an OpenClaw release is fully published and working across all channels.
Fetch GitHub issues, create fixes, open PRs, and handle reviews.
Convert text to speech locally and offline with sherpa-onnx, no cloud needed.
Regenerate OpenClaw release changelog sections from Git history before releases.
Prepare and verify OpenClaw stable or beta releases and release notes.
Create and review technical docs and agent instruction files in repositories.
Search places, details, and reviews via Google Places with human or JSON output.
Search Google, Maps, Trends, and web data via natural language with JustSerpAPI.
Fetch structured Google Maps review history for vetting, reputation research, and fraud detection.
Plan multi-modal trips across Indian cities with route and score comparisons.
Get low-cost real-time Google search and knowledge graph results.
Search Google and get structured results plus concise summary answers.