find-nearby

Find nearby amenities using OpenStreetMap data and return structured results.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/afel6/scal-ai-pipeline --skill find-nearby-afel6
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-nearby
Source: https://github.com/afel6/scal-ai-pipeline/tree/main/hermes_skills_library/leisure/find-nearby
Command: npx skills add https://github.com/afel6/scal-ai-pipeline --skill find-nearby-afel6

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Find nearby places (restaurants, cafes, bars, pharmacies, etc.) using OpenStreetMap data around a given location. Works with coordinates, addresses, cities, zip codes, or Telegram location pins. No API keys needed.

Core Features & Use Cases

  • Geocodes textual inputs to coordinates when provided (address, city, or zip).
  • Queries Overpass for nearby amenities around a location and returns a structured list with distance, type, coordinates, and maps/directions links.
  • Optional fields include cuisine, hours, phone, website, and address; results can be limited and sorted by distance for quick decision-making.

Quick Start

Provide a location (lat/lon or address) and the skill will return nearby venues with distances and maps.

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 around a specific location?

To find nearby amenities using OpenStreetMap, you provide a location as coordinates, an address, or a zip code. The skill geocodes textual inputs via Nominatim, queries Overpass for venues, and returns a structured list with distance, type, and maps URLs.

Can I locate nearby restaurants and cafes from a Telegram location pin without an API key?

You can locate nearby restaurants and cafes from a Telegram location pin without an API key. The skill directly accepts Telegram location pins as input, queries OpenStreetMap Overpass for amenities, and returns nearby venues with distance, coordinates, and directions links.

What details are included when searching for nearby places with Overpass and Nominatim?

Searching for nearby places with Overpass and Nominatim returns a structured list including distance, type, coordinates, and maps URLs. It also provides optional fields like cuisine, operating hours, phone number, website, and address when available in the OpenStreetMap data.

Does finding nearby venues with OpenStreetMap support JSON output for application integration?

Finding nearby venues with OpenStreetMap supports JSON output for application integration. You can request JSON formatted results when querying amenities around a location, allowing you to parse the structured place data, including coordinates and optional fields, programmatically.

What is the best way to geocode an address to coordinates and find nearby amenities?

The best way to geocode an address to coordinates and find nearby amenities is to provide the textual address as input. The skill automatically geocodes the address via Nominatim, queries Overpass for surrounding amenities, and returns a sorted list of venues with distance and maps links.