From sundial-org-awesome-openclaw-skills-4
CLI for the Google Places API (New) supporting text search, place details, resolution, and reviews. Outputs human-friendly or JSON for scripts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:goplacesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Modern Google Places API (New) CLI. Human output by default, `--json` for scripts.
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).npx claudepluginhub sundial-org/awesome-openclaw-skillsExhaustively searches Google Places using grid-based scanning to find all places, not just top results. Useful for comprehensive location data collection, market research, or mapping.
Discovers and ranks local businesses in any neighborhood using Nimble WSAs and web data, returning structured lists with scores, reviews, and an interactive map.
Fetches Google review ratings, counts, and distribution for businesses via DataForSEO API. Supports single lookup and batch mode for competitor analysis.