Search places, details, and reviews via Google Places with human or JSON output.
The skill material itself is prompt-only and does not directly contain executable logic, so overall risk is relatively low. However, the README clearly targets an external CLI that uses a Google Places API key and sends queries and location data to Google or a configurable proxy, while the repository shows weak community and maintenance signals.
The metadata says 'no key', but the README explicitly requires GOOGLE_PLACES_API_KEY. This is a third-party API credential; misconfiguration in the local environment could lead to misuse or leakage, but the material does not show explicit credential theft or clearly abusive handling.
The described function is to query the Google Places API, which would send search terms, places, coordinates, and route-related parameters to an external service. It also supports overriding the endpoint via GOOGLE_PLACES_BASE_URL for testing or proxying; this is normal network egress, but the proxy target is variable and should be verified before use.
Based on the provided checks, this is prompt-only skill material and does not itself include directly executable scripts or installers. The README only describes usage of an external goplaces CLI, and the skill itself does not appear to request extra system privileges or embed execution logic.
The material does not state that the skill itself reads or writes local files, databases, or other resources. The visible data handling is mainly transforming user input into place-query parameters. If an actual CLI integration is added later, its data access scope should be verified separately.
A positive factor is that there is a public open-source GitHub repository, allowing some auditability. However, the license is undeclared, community adoption is 0 stars, maintenance status is unknown, and the README points to a separate installation source (a Homebrew tap), so supply-chain confidence is only moderate; verify that repository contents match distributed artifacts before use.
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/nix-openclaw-tools/main/tools/goplaces/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 with ratings above 4.5, and return the name, address, rating, and business status in a table.
A clear table of coffee shops for quick comparison and selection.
Use goplaces to fetch details for the Apple Store in Beijing CBD, including place ID, full address, phone number, website, opening hours, and map link.
A complete place profile ready for research or documentation.
Use goplaces to fetch recent reviews for MixC Shenzhen Bay and output reviewer, rating, time, and content in JSON for downstream analysis.
Standardized review JSON ready for scripts or data workflows.
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).Watch file changes and automatically rebuild across any language or build system.
Mirror Discord history into SQLite for offline search, analysis, and reporting.
Search Markdown knowledge bases, notes, and docs to quickly find needed information.
Search local WhatsApp Desktop chats, messages, and media metadata read-only.
Fetch GitHub issues, create fixes, open PRs, and handle reviews.
Convert text to speech locally and offline with sherpa-onnx, no cloud needed.
Search places, fetch details, reviews, and structured JSON from Google Places.
Search Google, Maps, Trends, and web data via natural language with JustSerpAPI.
Get low-cost real-time Google search and knowledge graph results.
Fetch structured Google Maps review history for vetting, reputation research, and fraud detection.
Analyze Google Trends interest by region to guide ads and service decisions.
Run web, news, and places searches through Serper for structured results.