find-nearby

Find nearby points of interest using OpenStreetMap data via Overpass API and Nominatim.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/GarrettRoi/open-manus --skill find-nearby-garrettroi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-nearby
Source: https://github.com/GarrettRoi/open-manus/tree/main/skills/leisure/find-nearby
Command: npx skills add https://github.com/GarrettRoi/open-manus --skill find-nearby-garrettroi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users discover local points of interest like restaurants, cafes, and pharmacies without needing specific API keys, making local exploration accessible and straightforward.

Core Features & Use Cases

  • Location-Based Search: Find places using coordinates, addresses, cities, or zip codes.
  • Versatile Place Types: Search for a wide variety of amenities, from dining to essential services.
  • Use Case: Planning a trip to a new city? Use this Skill to find highly-rated cafes near your hotel using just the hotel's address.

Quick Start

Find restaurants within 1500 meters of the coordinates 36.17 latitude and -115.14 longitude.

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 cafes without an API key?

Find nearby points of interest without API keys by querying OpenStreetMap data via the Overpass API. This Skill retrieves local places like restaurants and pharmacies using Nominatim for geocoding, requiring no external keys.

Can I search for local points of interest using a zip code or landmark?

Search for local points of interest using zip codes, addresses, coordinates, cities, or landmarks. This Skill processes these versatile location inputs to query and retrieve nearby amenities from OpenStreetMap.

What is the best way to limit the radius and number of results when searching nearby places?

Limit nearby place search results by specifying the desired radius and maximum result count in your query. This Skill allows you to constrain searches for specific amenities like bars or pharmacies within a defined local area.

Does OpenStreetMap data support finding essential services like pharmacies nearby?

OpenStreetMap data supports finding essential services like pharmacies nearby. The Skill queries OSM amenities via the Overpass API to locate various points of interest, including dining and essential local services.

What are the limitations of using Overpass API for local location searches?

A limitation of using the Overpass API for local location searches is reliance on OpenStreetMap data completeness. Results depend on community contributions and the accuracy of Nominatim geocoding for the specified coordinates or addresses.