From sundial-org-awesome-openclaw-skills-4
Performs exhaustive Google Places API searches using grid-based scanning to find all nearby places, not just top results. Useful for complete location data extraction via CLI.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
**Find the hidden gems Google doesn't surface.**
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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