find-nearby

Identify nearby amenities using OpenStreetMap Overpass and Nominatim data.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Discover nearby amenities around a location using OpenStreetMap data, without requiring API keys, to help users quickly identify options nearby.

Core Features & Use Cases

  • Open data lookup: locate restaurants, cafes, bars, pharmacies, and more near a given point or address.
  • Flexible inputs: works with coordinates, addresses, cities, ZIP codes, or Telegram location pins.
  • Practical use case: plan a quick meetup by listing nearby venues within a chosen radius.

Quick Start

Run the script with coordinates or a location query to list nearby places.

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?

Find nearby places using OpenStreetMap data without API keys by passing coordinates, addresses, ZIP codes, or Telegram location pins. The tool queries OpenStreetMap's Overpass and Nominatim services to return structured results including names, types, distance, and maps links.

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

You can search for amenities such as restaurants, cafes, bars, and pharmacies near a given location. The tool uses OpenStreetMap data to identify these points of interest within a chosen radius and outputs structured details including type, distance, and coordinates.

Can I use an address or Telegram location pin to find nearby venues?

Yes, you can use an address or Telegram location pin to find nearby venues. The tool accepts flexible inputs including addresses, cities, ZIP codes, and Telegram location pins to accurately locate amenities using OpenStreetMap data.

What is the best way to list nearby restaurants for a quick meetup?

The best way to list nearby restaurants for a quick meetup is to run this script with a location query or coordinates. It queries OpenStreetMap data to list venues within a chosen radius, returning structured results with names, distance, and maps links.

Do I need to configure any API keys to query OpenStreetMap Nominatim and Overpass?

No, you do not need to configure any API keys to query OpenStreetMap Nominatim and Overpass. The tool relies on open data lookup to locate amenities around a given point without requiring authentication or setup.