find-nearby

Identify nearby places around a location using OpenStreetMap data.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/cloudliness/Hermes-Autonomous-AI-Agent-Dialed-In-For-Windows-11 --skill find-nearby-cloudliness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-nearby
Source: https://github.com/cloudliness/Hermes-Autonomous-AI-Agent-Dialed-In-For-Windows-11/tree/main/skills/leisure/find-nearby
Command: npx skills add https://github.com/cloudliness/Hermes-Autonomous-AI-Agent-Dialed-In-For-Windows-11 --skill find-nearby-cloudliness

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Discover nearby places around a given location without relying on paid APIs by leveraging OpenStreetMap data.

Core Features & Use Cases

  • Geocode addresses or use coordinates to determine a location quickly.
  • Query nearby amenities within a configurable radius and filter by type (restaurant, cafe, bar, pharmacy, etc.).
  • Output includes place names, types, distances, coordinates, and direct maps/directions links.

Quick Start

Ask me to locate nearby places around a location, for example 'find restaurants near Times Square'.

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

To find nearby places without an API key, you can query OpenStreetMap data directly. This capability geocodes your input address or coordinates, computes haversine distances, and returns structured place names, types, and map links.

Can I search for specific amenities like restaurants near an address or zip code?

Yes, you can search for specific amenities near an address or zip code. The system accepts addresses, cities, zip codes, and landmarks, allowing you to filter by type such as restaurant, cafe, bar, or pharmacy within a configurable radius.

What is the best way to calculate distance to nearby locations from coordinates?

The best way to calculate distance to nearby locations is by using the haversine formula. This approach computes the distance between your supplied coordinates and nearby amenities, returning precise measurements alongside map directions URLs.

Does geocoding an address to find locations work with landmarks and city names?

Geocoding an address to find locations works seamlessly with landmarks and city names. The process translates your textual location inputs into coordinates, which then anchors the radius search for nearby amenities on OpenStreetMap.

What limitations exist when querying OpenStreetMap for nearby amenities?

Limitations of querying OpenStreetMap for nearby amenities include dependency on OpenStreetMap data accuracy and availability. The search radius and amenity type filters are configurable, but results are constrained by the mapped data.

How do I get map and directions links for locations found nearby?

To get map and directions links for locations found nearby, the system automatically generates convenient URLs. The structured output includes direct navigation links alongside place names, types, distances, and coordinates.