sundial-org/awesome-openclaw-skills

spots

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

First seen Feb 21, 2026

Installation

$ npx skills add sundial-org/awesome-openclaw-skills --skill spots

Also in this package

Other skills from sundial-org/awesome-openclaw-skills · top by installs.

npx skills add sundial-org/awesome-openclaw-skills

Browse all from sundial-org/awesome-openclaw-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Also listed on

Alternate registries and mirrors of this skill.

Repository health

Stars 660
License LICENSE
Default branch main
Open issues 12
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

More metadata
clawdbot
{"emoji":"📍","private":true}

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,348 B
  • docs SUMMARY.md 120 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 6 installs

SKILL.md

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

Flag Description Default
-c, --coords lat,lng directly -
-r, --radius meters 500
-q, --query search terms breakfast,brunch,ontbijt,café,bakkerij
--min-rating 1-5 -
--min-reviews count -
--open-now only open false
-o, --output json/csv/map json

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