find-nearby

Find nearby amenities via OpenStreetMap using coordinates, addresses, or landmarks.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/musical-basics/hermes-build-2 --skill find-nearby-musical-basics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-nearby
Source: https://github.com/musical-basics/hermes-build-2/tree/main/skills/leisure/find-nearby
Command: npx skills add https://github.com/musical-basics/hermes-build-2 --skill find-nearby-musical-basics

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

OpenStreetMap-powered search helps locate restaurants, cafes, bars, pharmacies, and other nearby amenities without relying on paid APIs or keys.

Core Features & Use Cases

  • Multiple input methods: geolocate from coordinates, addresses, cities, ZIP codes, or landmarks.
  • Distance-aware results: returns places with distance estimates and maps links.
  • Geocoding and place discovery: automatically geocode queries and query nearby amenities via Overpass.

Quick Start

Tell me a location and I will return nearby places with names, distances, and Google Maps links.

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 without an API key?

Find nearby places using OpenStreetMap by geocoding addresses or coordinates via Nominatim, then querying the Overpass API for local amenities. It returns place names, distance estimates, and map links without requiring paid API keys.

Can I search for nearby amenities using a ZIP code or landmark?

Yes, you can search for nearby amenities using ZIP codes, landmarks, addresses, or city names. The geocoding process converts these inputs into coordinates to locate restaurants, cafes, pharmacies, and other places.

What details are included when querying nearby amenities with Overpass?

Querying nearby amenities with Overpass returns place names, distance estimates, and convenient map links. It also formats optional fields like cuisine type, operating hours, and phone numbers when available.

Does geocoding with Nominatim support direct coordinate inputs?

Geocoding with Nominatim supports direct coordinate inputs alongside addresses, cities, and ZIP codes. It automatically translates location queries into geographic points to find local amenities.

What is the best way to locate nearby restaurants and cafes without paid location APIs?

Locate nearby restaurants and cafes without paid location APIs by querying OpenStreetMap data through the Overpass API. This approach geocodes your location and finds amenities with distances and map links for free.

Are there limitations to finding nearby places with OpenStreetMap data?

Limitations of finding nearby places with OpenStreetMap include dependency on community-updated data accuracy and Overpass API query limits. Availability of optional details like hours or phone numbers depends on map contributor inputs.