Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Exhaustive Google Places search using grid-based scanning. Finds ALL places, not just what Google surfaces.
Exhaustive Google Places search using grid-based scanning. Finds ALL places, not just what Google surfaces.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Find the hidden gems Google doesn't surface. Binary: ~/projects/spots/spots or go install github.com/foeken/spots@latest
# Search by location name spots "Arnhem Centrum" -r 800 -q "breakfast,brunch" --min-rating 4 # Search by coordinates (share location from Telegram) spots -c 51.9817,5.9093 -r 500 -q "coffee" # Get reviews for a place spots reviews "Koffiebar FRENKIE" # Export to map spots "Amsterdam De Pijp" -r 600 -o map --out breakfast.html # Setup help spots setup
FlagDescriptionDefault-c, --coordslat,lng directly--r, --radiusmeters500-q, --querysearch termsbreakfast,brunch,ontbijt,cafรฉ,bakkerij--min-rating1-5---min-reviewscount---open-nowonly openfalse-o, --outputjson/csv/mapjson
Needs Google API key with Places API + Geocoding API enabled. spots setup # full instructions export GOOGLE_PLACES_API_KEY="..." Key stored in 1Password: op://Echo/Google API Key/credential
https://github.com/foeken/spots
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.