find-nearby

Solid

Find nearby places (restaurants, cafes, bars, pharmacies, etc.) using OpenStreetMap. Works with coordinates, addresses, cities, zip codes, or Telegram location pins. No API keys needed.

AI & Automation 191,515 stars 33299 forks Updated today MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Find Nearby — Local Place Discovery Find restaurants, cafes, bars, pharmacies, and other places near any location. Uses OpenStreetMap (free, no API keys). Works with: - **Coordinates** from Telegram location pins (latitude/longitude in conversation) - **Addresses** ("near 123 Main St, Springfield") - **Cities** ("restaurants in downtown Austin") - **Zip codes** ("pharmacies near 90210") - **Landmarks** ("cafes near Times Square") ## Quick Reference ```bash # By coordinates (from Telegram location pin or user-provided) python3 SKILL_DIR/scripts/find_nearby.py --lat <LAT> --lon <LON> --type restaurant --radius 1500 # By address, city, or landmark (auto-geocoded) python3 SKILL_DIR/scripts/find_nearby.py --near "Times Square, New York" --type cafe # Multiple place types python3 SKILL_DIR/scripts/find_nearby.py --near "downtown austin" --type restaurant --type bar --limit 10 # JSON output python3 SKILL_DIR/scripts/find_nearby.py --near "90210" --type pharmacy --json ``` ### Parameters | Flag | Description | Default | |------|-------------|---------| | `--lat`, `--lon` | Exact coordinates | — | | `--near` | Address, city, zip, or landmark (geocoded) | — | | `--type` | Place type (repeatable for multiple) | restaurant | | `--radius` | Search radius in meters | 1500 | | `--limit` | Max results | 15 | | `--json` | Machine-readable JSON output | off | ### Common Place Types `restaurant`, `cafe`, `bar`, `pub`, `fast_food`, `pharmacy`, `hospital`, `bank`, `atm`, `fuel`, `par...

Details

Author
NousResearch
Repository
NousResearch/hermes-agent
Created
10 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category