Exhaustive Google Places search using grid-based scanning. Finds ALL places, not just what Google surfaces.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install spots或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install spots⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/spots/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: spots description: Exhaustive Google Places search using grid-based scanning. Finds ALL places, not just what Google surfaces. metadata: clawdbot: emoji: 📍 private: true ---
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
| 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 |
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
安装 spots 后,可以对 AI 说这些话来触发它
Help me get started with spots
Explains what spots does, walks through the setup, and runs a quick demo based on your current project
Use spots to exhaustive Google Places search using grid-based scanning
Invokes spots with the right parameters and returns the result directly in the conversation
What can I do with spots in my data & analytics workflow?
Lists the top use cases for spots, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/spots/ 目录(个人级,所有项目可用),或 .claude/skills/spots/(项目级)。重启 AI 客户端后,用 /spots 主动调用,或让 AI 根据上下文自动发现并使用。
spots 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
spots 可免费安装使用。请查阅仓库了解许可证信息。
Exhaustive Google Places search using grid-based scanning. Finds ALL places, not just what Google surfaces.
spots 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using spots
Identifies repetitive steps in your workflow and sets up spots to handle them automatically