find-nearby

Find nearby amenities from OpenStreetMap data using coordinates or addresses.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Finding nearby amenities around a location can be tedious without a precise search tool and map data.

Core Features & Use Cases

  • Locate nearby amenities (restaurants, cafes, bars, pharmacies, etc.) using OpenStreetMap data without API keys.
  • Works with coordinates, addresses, cities, zip codes, or Telegram location pins and returns names, types, distances, coordinates, and convenient links.
  • Use cases include planning a quick meal, finding a pharmacy while traveling, or scouting venues within a radius for events.

Quick Start

Ask your assistant to find nearby cafes within 1.5 km of Times Square, New York.

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 amenities using OpenStreetMap data without API keys?

You can find nearby amenities by providing a location, such as coordinates, an address, or a city name. The tool queries OpenStreetMap via Nominatim for geocoding and the Overpass API to retrieve places within a specified radius.

Can I search for nearby places using a Telegram location pin?

Yes, Telegram location pins are supported as input. The tool processes the pin to identify nearby amenities using OpenStreetMap data, returning names, types, distances, and coordinates.

How does geocoding work when I search for nearby places by address or zip code?

Geocoding is performed via Nominatim, converting addresses, cities, or zip codes into coordinates. The Overpass API then retrieves nearby amenities around those coordinates, calculating distances and returning structured fields.

What's the best way to filter nearby places by type and radius?

You can filter nearby places by specifying a radius and amenity type. The tool queries OpenStreetMap to return matching amenities with their names, types, distances, coordinates, and helpful URLs.

Does this tool return JSON output for nearby place searches?

Yes, optional JSON output is available for nearby place searches. Alongside standard results with names and coordinates, you can receive structured JSON data containing distance calculations and amenity details.

What types of nearby locations can I find using OpenStreetMap?

You can locate various amenities like restaurants, cafes, bars, and pharmacies using OpenStreetMap data. The tool returns the name, type, distance, and coordinates for each place found within your search radius.