find-nearby

Discover nearby amenities via OpenStreetMap Overpass and Nominatim queries.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Quickly discover nearby amenities like restaurants, cafes, and pharmacies using OpenStreetMap data without requiring API keys or paid services, enabling fast local discovery in conversations or apps.

Core Features & Use Cases

  • Geocoded searches from coordinates or addresses
  • Radius-limited nearby results with distance
  • Output includes name, type, distance, and links to maps
  • Use cases: planning a meetup, finding a quiet coffee shop near a venue, or locating essential services during travel.

Quick Start

Run the script with your coordinates or near query to fetch nearby places within a chosen radius.

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

You can find nearby amenities using OpenStreetMap data by geocoding an address or coordinates and querying the Overpass and Nominatim APIs to return structured proximity search results.

Can I search for nearby places using a city name or zip code instead of exact coordinates?

Yes, proximity searches support city names and zip codes. The geocoding process converts these location inputs into coordinates to query OpenStreetMap for nearby amenities.

What data is included in the structured results for a proximity search?

Proximity search results include the place name, amenity type, distance from the specified location, coordinates, and direct links to maps for easy navigation.

Do I need to provide an API key to perform OpenStreetMap geocoding?

No API key is required. This approach queries OpenStreetMap via Nominatim and Overpass directly, allowing you to discover local amenities within a chosen radius without paid services.

What is the best way to locate essential services like pharmacies during travel using maps?

The best way is to run a radius-limited proximity search that geocodes your current address and queries OpenStreetMap to quickly discover nearby essential services with distance details.

How does the Overpass API work for radius-limited nearby searches?

The Overpass API queries OpenStreetMap data within a specified radius around geocoded coordinates, filtering for specific amenities to output a structured list of nearby places.