find-nearby

Finds nearby amenities via Overpass and Nominatim with optional JSON output.

87|20|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/openaeon/OpenAEON --skill find-nearby-openaeon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-nearby
Source: https://github.com/openaeon/OpenAEON/tree/main/skills/find-nearby
Command: npx skills add https://github.com/openaeon/OpenAEON --skill find-nearby-openaeon

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Find nearby places quickly without manually searching or installing paid map APIs, using only OpenStreetMap data and geocoding when needed.

Core Features & Use Cases

  • Nearby place discovery (by coordinates or query): Search for restaurants, cafes, bars, pharmacies, and more using latitude/longitude, an address, a city, a zip code, or a landmark.
  • Multi-type filtering with sensible defaults: Request one or multiple amenity types (e.g., restaurant + bar) within a configurable radius and limit.
  • Human-readable or machine-readable output: Return results with distances and map/directions links, or emit JSON for programmatic use.
  • Optional enrichment fields: Include available opening hours, phone, website, address, and cuisine when present in OSM tags.

Quick Start

Ask an AI to use find-nearby to list the best cafes within 2 kilometers of Times Square, New York.

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 amenities using OpenStreetMap data?

To find nearby amenities with OpenStreetMap, query Overpass around user coordinates or geocode a place query. Results include distance, map URLs, directions links, and optional fields like opening hours, phone, and cuisine.

Can I geocode an address or zip code to search for local places without latitude and longitude?

Yes, you can geocode an address, city, zip code, or landmark using Nominatim. This converts the text query into coordinates, enabling nearby amenity discovery through Overpass without needing manual latitude and longitude input.

How do I search for multiple amenity types at once, like cafes and bars, within a specific radius?

You can apply multiple amenity-type filters simultaneously, such as restaurant and bar, within a configurable radius and limit. This multi-type filtering returns structured nearby locations matching any selected amenity category from OpenStreetMap.

Does local discovery with Overpass and Nominatim require paid map APIs?

No, local discovery with Overpass and Nominatim uses OpenStreetMap data exclusively, eliminating the need for paid map APIs. You can search for nearby amenities and geocode place queries without incurring API costs.

Can I get JSON output for nearby places found through OpenStreetMap for programmatic use?

Yes, the local discovery process supports optional JSON output for programmatic use. This machine-readable format includes structured results with distance and map or directions URLs, alongside available enrichment fields like address and website.

What enrichment fields are available when querying OpenStreetMap for nearby amenities?

Available enrichment fields include opening hours, phone, website, address, and cuisine when present in OpenStreetMap tags. These details are optionally returned alongside distance and map directions URLs for located amenities.