find-nearby

Find nearby points of interest using OpenStreetMap data via Overpass API and Nominatim.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users find local points of interest like restaurants, cafes, or pharmacies near any specified location, eliminating the need for manual searching across different platforms.

Core Features & Use Cases

  • Location-Based Search: Find places using coordinates, addresses, cities, or zip codes.
  • Versatile Place Types: Search for a wide variety of amenities, from restaurants to banks.
  • No API Keys Required: Leverages OpenStreetMap for free and open data access.
  • Use Case: Planning a trip and need a coffee shop near your hotel? Simply tell the agent "find cafes near 123 Main St, Anytown" and get immediate results.

Quick Start

Find restaurants near the provided latitude and longitude coordinates.

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 restaurants and cafes using OpenStreetMap data?

To find nearby places, search for local points of interest like restaurants or cafes using OpenStreetMap data by providing coordinates, addresses, city names, or zip codes. The search returns matching locations based on your specified geographic input.

Can I search for local points of interest without an API key?

Yes, you can search for local points of interest without an API key. This capability leverages the Overpass API for data retrieval and Nominatim for geocoding, providing free and open access to OpenStreetMap data.

How do I search for nearby places using a zip code or city name?

You can search for nearby places by providing a zip code or city name. The geocoding process converts the city name or zip code into coordinates, then queries the Overpass API to return points of interest like pharmacies or banks.

What types of amenities can I search for with a local location search?

A local location search supports a wide variety of amenities. You can find nearby restaurants, cafes, pharmacies, and banks, querying the OpenStreetMap data for specific points of interest around your target location.

Can I configure the search radius and result limits for nearby places?

Yes, you can configure both the search radius and result limits when finding nearby places. This allows you to control the geographic distance of your search and the maximum number of points of interest returned.