find-nearby

Geocode addresses and search OpenStreetMap amenities within a configurable radius.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/1thirteeng3/greenmoire --skill find-nearby-1thirteeng3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-nearby
Source: https://github.com/1thirteeng3/greenmoire/tree/main/integrations/hermes-agent/skills/leisure/find-nearby
Command: npx skills add https://github.com/1thirteeng3/greenmoire --skill find-nearby-1thirteeng3

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Locate and discover nearby places (restaurants, cafes, bars, pharmacies, and more) using OpenStreetMap data without needing API keys or paid services.

Core Features & Use Cases

  • Geocoding and proximity search by coordinates or textual queries (addresses, cities, or landmarks) to discover amenities within a configurable radius.
  • Rich results including name, type, distance, coordinates, plus maps and directions links.
  • Programmatic output supports JSON for easy integration into bots, workflows, or prompts.

Quick Start

Find nearby places near a location by coordinates or a text query.

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

You can find nearby places using OpenStreetMap by geocoding a text query or coordinates and searching for amenities within a configurable radius. This skill requires no API keys or paid services, returning names, types, distances, and map links directly.

Can I search for amenities near a specific address or zip code?

Yes, proximity search supports textual queries like addresses, cities, or zip codes. The skill geocodes these inputs into coordinates and retrieves nearby amenities, providing distances and directions links for each location found.

How do I get JSON output for a location search to use in my application?

Location search results can be returned as JSON for programmatic use. This format includes names, types, distances, coordinates, and map links, allowing easy integration into bots, automated workflows, or custom prompts.

What is the best way to perform a proximity search for local amenities?

The best way to perform a proximity search is using free OpenStreetMap data. By providing coordinates or a landmark name, you can locate amenities like restaurants and pharmacies within a set radius and receive structured location data.

Do I need any dependencies or paid services to geocode addresses and find nearby locations?

No dependencies or paid services are needed to geocode addresses and find nearby locations. The skill operates independently using OpenStreetMap data, entirely avoiding the requirement for external API keys or subscription-based lookup services.

What information is included in the results when I find nearby places?

When you find nearby places, the results include the place name, amenity type, distance, and coordinates. Additionally, it generates direct links to maps and directions, with optional JSON output for integration.