skills$openclaw/spots
foeken7.5k

by foeken

spots – OpenClaw Skill

spots is an OpenClaw Skills integration for coding workflows. Exhaustive Google Places search using grid-based scanning. Finds ALL places, not just what Google surfaces.

7.5k stars5.9k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namespots
descriptionExhaustive Google Places search using grid-based scanning. Finds ALL places, not just what Google surfaces. OpenClaw Skills integration.
ownerfoeken
repositoryfoeken/spots
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @foeken/spots
last updatedFeb 7, 2026

Maintainer

foeken

foeken

Maintains spots in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
262 B
SKILL.md
1.3 KB
SKILL.md

name: spots description: Exhaustive Google Places search using grid-based scanning. Finds ALL places, not just what Google surfaces. metadata: clawdbot: emoji: 📍 private: true

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, --coordslat,lng directly-
-r, --radiusmeters500
-q, --querysearch termsbreakfast,brunch,ontbijt,café,bakkerij
--min-rating1-5-
--min-reviewscount-
--open-nowonly openfalse
-o, --outputjson/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

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install spots?

Run openclaw add @foeken/spots in your terminal. This installs spots into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/foeken/spots. Review commits and README documentation before installing.