Awesome-openclaw-skills spots

Exhaustive Google Places search using grid-based scanning. Finds ALL places, not just what Google surfaces.

install
source · Clone the upstream repo
git clone https://github.com/sundial-org/awesome-openclaw-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/spots" ~/.claude/skills/sundial-org-awesome-openclaw-skills-spots && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/spots" ~/.openclaw/skills/sundial-org-awesome-openclaw-skills-spots && rm -rf "$T"
manifest: skills/spots/SKILL.md
source content

spots

Find the hidden gems Google doesn't surface.

Binary:

~/projects/spots/spots
or
go install github.com/foeken/spots@latest

Usage

# 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

Options

FlagDescriptionDefault
-c, --coords
lat,lng directly-
-r, --radius
meters500
-q, --query
search termsbreakfast,brunch,ontbijt,café,bakkerij
--min-rating
1-5-
--min-reviews
count-
--open-now
only openfalse
-o, --output
json/csv/mapjson

Setup

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

Source

https://github.com/foeken/spots