find-nearby

Locate nearby amenities via OpenStreetMap with distance, type, and map links.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/cryptopafi/nexusos-skills --skill find-nearby-cryptopafi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-nearby
Source: https://github.com/cryptopafi/nexusos-skills/tree/main/leisure/find-nearby
Command: npx skills add https://github.com/cryptopafi/nexusos-skills --skill find-nearby-cryptopafi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Locates nearby amenities such as restaurants, cafes, bars, pharmacies, and other points of interest using OpenStreetMap data. It supports coordinates, addresses, cities, zip codes, or Telegram location pins, and requires no API keys.

Core Features & Use Cases

  • Geocode addresses or use coordinates to locate nearby places within a configurable radius.
  • Search multiple types (e.g., restaurant, cafe, bar, pharmacy) and sort results by distance.
  • Output useful details like name, type, distance, and direct map links for easy access.

Quick Start

Find nearby places around a location by coordinates or a near query using OpenStreetMap data.

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?

To find nearby places without an API key, you can use OpenStreetMap data via Nominatim for geocoding and Overpass for queries. This approach locates amenities like restaurants around a provided address or coordinates and returns results with distance and map links.

Can I search for nearby amenities using a Telegram location pin or zip code?

Yes, you can search for nearby amenities using a Telegram location pin, zip code, address, or coordinates. The geocoding process translates these inputs into map points to locate restaurants, cafes, or pharmacies within a configurable radius.

How do I geocode an address and search for multiple points of interest around it?

Geocoding an address to search for points of interest involves converting the address into coordinates using Nominatim, then querying Overpass for nearby amenities. You can search multiple types like cafes and bars simultaneously and sort results by distance.

What details are returned when locating nearby amenities with OpenStreetMap?

Locating nearby amenities with OpenStreetMap returns the name, type, and distance for each point of interest. Results are formatted for easy consumption and include direct map links for immediate navigation to the found locations.

Do I need to set up API keys to query Overpass for local points of interest?

No, you do not need API keys to query Overpass or Nominatim for local points of interest. The location search operates directly on OpenStreetMap data without requiring authentication, allowing immediate amenity queries around your target area.