find-nearby

Query OpenStreetMap via Overpass and Nominatim for nearby amenities with distances and map links.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Find nearby places near a location using OpenStreetMap data, reducing manual searching and guesswork.

Core Features & Use Cases

  • Geocode addresses or accept coordinates to determine exact location.
  • Query Overpass for nearby amenities and return name, type, distance, coordinates, and map links.
  • Provide optional details such as cuisine, hours, phone, website, and address for decision-making.

Quick Start

Run the script with your latitude and longitude or a nearby address to fetch nearby venues, distances, and map links.

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?

To find nearby amenities using OpenStreetMap data, you can query Overpass and Nominatim by providing coordinates or an address. The script returns place names, types, distances, coordinates, and Google Maps links.

What's the best way to geocode an address and calculate distance to nearby venues?

Geocoding an address and calculating distance to nearby venues is handled by querying Nominatim for exact coordinates, then applying haversine distance calculations against OpenStreetMap amenity results fetched via Overpass.

Can I use address inputs instead of coordinates for geocoding with Nominatim?

Yes, you can use address inputs instead of coordinates. The tool accepts both address strings and direct latitude and longitude values, utilizing Nominatim to geocode addresses into precise coordinates before querying nearby places.

Does the OpenStreetMap Overpass query return venue details like phone and hours?

Yes, OpenStreetMap Overpass queries return optional venue attributes including cuisine, hours, phone, website, and address, alongside basic place names, types, distances, and coordinates for comprehensive decision-making.

What happens if the Overpass server fails during a nearby location search?

If the Overpass server fails during a nearby location search, the script implements automatic Overpass server failover to ensure the OpenStreetMap amenity query completes and returns the requested venue data reliably.

Can I get JSON output from a nearby venue search instead of human-readable text?

Yes, you can get JSON output from a nearby venue search. The script provides both human-readable formatted text and structured JSON outputs, allowing programmatic access to place names, distances, and map links.