find-nearby

Locate nearby amenities using OpenStreetMap data with configurable radius.

2|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/CUexter/hermes-agent --skill find-nearby-cuexter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-nearby
Source: https://github.com/CUexter/hermes-agent/tree/main/skills/leisure/find-nearby
Command: npx skills add https://github.com/CUexter/hermes-agent --skill find-nearby-cuexter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Locate nearby amenities such as restaurants, cafes, bars, pharmacies, and other places using OpenStreetMap data, without requiring paid APIs or keys.

Core Features & Use Cases

  • Geocode and search: Find venues around a location by coordinates or address, city, or ZIP.
  • Flexible type filtering: Query multiple place types (e.g., restaurant, cafe, bar) within a chosen radius.
  • Rich results: Includes distance, type, coordinates, and convenient links to maps.

Quick Start

Find nearby cafes within 1 km 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 places using OpenStreetMap data without API keys?

You can find nearby places using OpenStreetMap data by geocoding an address, city, or ZIP code within a configurable radius. This approach queries amenities like restaurants and cafes without requiring paid APIs or keys.

Can I search for specific amenities like cafes and pharmacies using coordinates?

Yes, you can search for specific amenities like cafes, bars, and pharmacies using coordinates. The geocoding process applies flexible type filtering to locate multiple place types within a chosen radius.

What's the best way to geocode a Telegram location pin to find nearby venues?

The best way to geocode a Telegram location pin is to pass it directly as input. The system processes the pin to locate nearby venues within a specified radius and returns structured results with distance and map links.

Does this location-search method work with addresses and zip codes?

Yes, location-search works seamlessly with addresses, cities, and zip codes. It geocodes these inputs into coordinates to find nearby amenities using OpenStreetMap data.

What details are included in nearby location-search results?

Nearby location-search results include distance, place type, coordinates, and convenient map links. This structured output allows for easy integration or direct review of the amenities found.

Do I need a paid API key to query OpenStreetMap for nearby amenities?

No, you do not need a paid API key to query OpenStreetMap for nearby amenities. The process uses OpenStreetMap data directly to locate restaurants, cafes, and other places without requiring keys.