find-nearby

Locate nearby places using OpenStreetMap data with distance and maps links.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/quiznat/Hermes_Sapho --skill find-nearby-quiznat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-nearby
Source: https://github.com/quiznat/Hermes_Sapho/tree/main/.hermes/skills/leisure/find-nearby
Command: npx skills add https://github.com/quiznat/Hermes_Sapho --skill find-nearby-quiznat

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Locate nearby places using OpenStreetMap data around a given location.

Core Features & Use Cases

  • Nearby search for restaurants, cafes, bars, pharmacies, and more using geolocation.
  • Flexible input: coordinates, addresses, city names, ZIP codes, or Telegram location pins.
  • Output includes distance, type, maps/directions links, plus optional details like cuisine, hours, and contact.

Quick Start

Find nearby places around a location using OpenStreetMap and return a sorted list with distance and basic details.

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 by providing coordinates, addresses, city names, ZIP codes, or Telegram location pins. The tool geocodes locations via Nominatim, queries Overpass for amenities, and returns a sorted list with distance and details.

Can I search for nearby restaurants and cafes using a city name or ZIP code?

Yes, you can search for nearby restaurants, cafes, bars, and pharmacies using flexible inputs like city names or ZIP codes. The tool geocodes the input location and queries OpenStreetMap Overpass data to return sorted nearby amenities.

What details does the nearby places search return for each location?

The nearby places search returns distance, type, and maps links for each location. It also surfaces optional OpenStreetMap fields such as cuisine, operating hours, phone number, website, and address when available.

Do I need an API key to query nearby locations and geocode addresses?

No, you do not need an API key to query nearby locations or geocode addresses. The tool uses OpenStreetMap data, geocoding through Nominatim and querying amenities via Overpass without requiring authentication.

How do I use a Telegram location pin to find amenities nearby?

You can use a Telegram location pin to find nearby amenities by providing it as input. The tool processes the pin's coordinates, queries OpenStreetMap Overpass for surrounding amenities, and returns a sorted list with distance and contact details.