find-nearby

Find nearby places using OpenStreetMap data via Overpass and Nominatim.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/KarlinskyS/hermesSkills --skill find-nearby-karlinskys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-nearby
Source: https://github.com/KarlinskyS/hermesSkills/tree/main/leisure/find-nearby
Command: npx skills add https://github.com/KarlinskyS/hermesSkills --skill find-nearby-karlinskys

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Easily locate nearby amenities (restaurants, cafes, bars, pharmacies, and more) around a given location using OpenStreetMap data without requiring API keys.

Core Features & Use Cases

  • Geocoding: Convert addresses, cities, or zip codes into coordinates and search within a defined radius.
  • Nearby search: Discover places of specified types within a radius, sorted by distance.
  • Rich results: Each item includes name, type, distance, coordinates, and a Google Maps link; optional fields like cuisine, hours, phone, website, and address are included when available.
  • Use Case: Find a coffee shop near a location and get directions and hours without leaving the chat.

Quick Start

Ask the assistant to locate nearby places around a location by providing a lat/lon or a descriptive query and an optional radius; results will include names, distances, and 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?

You can find nearby places using OpenStreetMap without an API key by providing coordinates, addresses, cities, or zip codes. The Skill queries Overpass and Nominatim to return names, distances, and maps links.

What information is included when searching for nearby amenities like restaurants or cafes?

Searching for nearby amenities returns names, types, distances, coordinates, and Google Maps links for each location. Optional fields like cuisine, hours, phone, website, and address are included when available.

Can I geocode an address or zip code to search for places within a radius?

Yes, you can geocode addresses, cities, or zip codes into coordinates and search for specified place types within a defined radius. Results are sorted by distance using OpenStreetMap data.

What's the best way to discover local amenities around a location without requiring authentication?

The best way to discover local amenities without authentication is using OpenStreetMap's Overpass and Nominatim services. This approach requires no API keys and returns structured place data sorted by distance.

Does OpenStreetMap nearby search provide business hours and contact details?

OpenStreetMap nearby search provides business hours, phone numbers, and websites as optional fields when available. The core results always include names, types, distances, and maps links.