find-nearby

Find nearby places using OpenStreetMap data with Nominatim and Overpass.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/nelohenriq/hermes-agent-plus --skill find-nearby-nelohenriq
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: find-nearby
Source: https://github.com/nelohenriq/hermes-agent-plus/tree/main/skills/leisure/find-nearby
Command: npx skills add https://github.com/nelohenriq/hermes-agent-plus --skill find-nearby-nelohenriq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Find nearby places such as restaurants, cafes, bars, pharmacies, and other amenities near a location using OpenStreetMap data. Works with coordinates, addresses, cities, zip codes, or Telegram location pins and requires no API keys.

Core Features & Use Cases

  • Geocode inputs: Convert addresses, cities, or landmarks into coordinates using Nominatim.
  • Nearby search: Query amenities by type (e.g., restaurant, cafe, pharmacy) within a configurable radius.
  • Rich results: Return name, type, distance, coordinates, and convenient links to maps and directions.
  • Use case: Plan a quick outing by locating nearby venues around a chat location and presenting options with distances.

Quick Start

Ask for a location and a place type, then run the script to receive a list of nearby venues.

Frequently Asked Questions about find-nearby

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find nearby places using OpenStreetMap data without an API key?▼

To find nearby places without an API key, you can geocode an address or landmark using Nominatim and query Overpass for amenities within a configurable radius. This approach returns structured results with distance, coordinates, and map links.

What types of nearby amenities can I search for around a given location?▼

You can search for multiple amenity types around a given location, such as restaurants, cafes, bars, and pharmacies. The search queries OpenStreetMap data via Overpass to return venues with names, types, and distances.

Can I use a Telegram location pin to search for nearby restaurants and cafes?▼

Yes, you can use a Telegram location pin to search for nearby restaurants and cafes. The tool accepts coordinates, addresses, city names, zip codes, or location pins to geocode and find amenities within a set radius.

How do I convert an address into coordinates to search for nearby amenities?▼

You convert an address into coordinates using Nominatim geocoding. Once geocoded, the coordinates are used to query Overpass for nearby amenities, returning a structured list of places with distances and map links.

Does finding nearby places with Nominatim and Overpass require any API keys?▼

Finding nearby places with Nominatim and Overpass requires no API keys. It relies entirely on OpenStreetMap data to geocode locations and search for amenities within a configurable radius without authentication.