find-nearby

Locate nearby places via OpenStreetMap using Overpass and Nominatim APIs.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/lxh755818-bot/obsidian-vault --skill find-nearby-lxh755818-bot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-nearby
Source: https://github.com/lxh755818-bot/obsidian-vault/tree/main/backup/skills/leisure/find-nearby
Command: npx skills add https://github.com/lxh755818-bot/obsidian-vault --skill find-nearby-lxh755818-bot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The 'find-nearby' skill solves the problem of finding nearby places quickly and easily, eliminating the need for manual searches and providing immediate access to locations of interest.

Core Features & Use Cases

  • Local Place Discovery: Automatically discover restaurants, cafes, bars, pharmacies, and more near any given location.
  • Flexible Search: Search by coordinates, addresses, cities, zip codes, or even Telegram location pins.
  • Customizable Output: Results can be obtained in various formats, including JSON for programmatic use.
  • Use Case: Need to find the closest pharmacy when you're on the go? Just provide the location, and the skill will list all pharmacies in the area, with details and Google Maps links.

Quick Start

Run the 'find-nearby' skill with the location as an argument, like 'find-nearby Times Square, New York'. If using coordinates, format the argument as '--lat 40.7580 -73.9855'.

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 data?

You can find nearby places by providing a location via latitude/longitude coordinates, addresses, city names, or zip codes. The tool queries OpenStreetMap using Overpass and Nominatim APIs to return place names, types, distances, and map links.

Can I search for specific amenities like pharmacies or restaurants near a given address?

Yes, you can discover specific amenities like pharmacies, restaurants, and cafes near an address. The search accepts user-specified parameters to filter local places and outputs names, distances, and Google Maps links for directions.

What is the best way to query local discovery by coordinates instead of an address?

To query local discovery by coordinates, format your argument using latitude and longitude flags, such as '--lat 40.7580 - -73.9855'. This bypasses geocoding and directly retrieves nearby places using the Overpass API.

Does this local place search support programmatic JSON output?

Yes, the local place search supports customizable output formats including JSON. This allows you to retrieve place names, types, and distances programmatically for integration into other applications or workflows.

How do I get directions to a place discovered through a geolocation search?

After completing the geolocation search, the output provides direct Google Maps links for the discovered places. You can use these links to immediately access navigation and directions to your target location.