find-nearby

Find nearby places via OpenStreetMap with configurable radius and structured results.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill helps users discover nearby places (restaurants, cafes, bars, pharmacies, and more) using OpenStreetMap without relying on paid APIs or API keys.

Core Features & Use Cases

  • Coordinate & location-based search: Find places around a given lat/lon or geocoded address.
  • Multiple place types: Supports restaurant, cafe, bar, pharmacy, hospital, bank, and more.
  • Output with maps links: Returns name, type, distance, coordinates, and Google Maps links for directions.
  • Use Case: If you are at a location and want a nearby coffee shop within 1.5 km, the skill returns suitable options with distances.

Quick Start

Ask the assistant to find nearby cafes around Times Square, New York, within 1000 meters.

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?

To find nearby places without an API key, this skill geocodes addresses with Nominatim and queries the Overpass API for amenities within a configurable radius. It returns structured results including names, types, distances, coordinates, and Google Maps links.

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

You can search for nearby amenities like restaurants, cafes, bars, pharmacies, hospitals, and banks. The search applies to coordinates, addresses, cities, zip codes, or Telegram location pins to discover places within your set radius.

Can I use an address or zip code instead of coordinates for a nearby search?

Yes, you can use addresses, cities, or zip codes instead of coordinates for a nearby search. The skill geocodes the address into coordinates using Nominatim, then queries Overpass to find nearby amenities within your specified radius.

How do I get maps directions for places found through OpenStreetMap?

To get maps directions for places found through OpenStreetMap, the skill automatically generates Google Maps links for each result. These links are returned alongside the place's name, type, distance, and coordinates for easy navigation.

What is the best way to find a coffee shop within a specific distance using OpenStreetMap?

The best way to find a coffee shop within a specific distance is to provide a location and set a configurable radius, like 1.5 km. The skill queries OpenStreetMap's Overpass API and returns suitable cafes with distances and map links.

Do I need paid APIs to geocode addresses and find nearby restaurants?

No, you do not need paid APIs to geocode addresses and find nearby restaurants. This skill relies entirely on the free OpenStreetMap ecosystem, using Nominatim for geocoding and Overpass for amenity queries without requiring any API keys.