maps

Geocode places, reverse geocode coordinates, and compute POI-based routing with open data sources.

1|1|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/BermudaLocals/hermes-agent-lite --skill maps-bermudalocals
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maps
Source: https://github.com/BermudaLocals/hermes-agent-lite/tree/main/skills/productivity/maps
Command: npx skills add https://github.com/BermudaLocals/hermes-agent-lite --skill maps-bermudalocals

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Location intelligence and nearby search using free, open data sources, enabling quick geospatial queries without API keys.

Core Features & Use Cases

  • Geocode places and reverse geocode coordinates using OpenStreetMap/Nominatim
  • Discover POIs across 46 categories with distance, directions, and maps links
  • Compute driving, walking, and cycling distances and times with OSRM, plus timezone and area/bounding box data

Quick Start

Geocode a place like "Eiffel Tower" and retrieve nearby points of interest.

Frequently Asked Questions about maps

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I geocode places and find nearby points of interest without API keys?

You can geocode places and find nearby points of interest without API keys by using OpenStreetMap Nominatim and Overpass data sources. This approach retrieves coordinates and discovers POIs across 46 categories with distance and map links.

Can I compute driving, walking, and cycling routes using open data sources?

You can compute driving, walking, and cycling routes using OSRM with open data sources. This method provides accurate distance estimates and turn-by-turn directions without requiring API keys.

Does this geocoding and routing approach require external dependencies or API keys?

This geocoding and routing approach requires no external dependencies or API keys. It runs entirely with Python's standard library and leverages free services like OpenStreetMap, Nominatim, Overpass, and OSRM.

What's the best way to perform reverse geocoding and retrieve timezone data for coordinates?

The best way to perform reverse geocoding and retrieve timezone data is by using Nominatim and TimeAPI.io. This combination converts coordinates into place names and returns timezone and bounding box data.

How do I search for points of interest near a specific location using OpenStreetMap?

Search for points of interest near a specific location using Overpass and OpenStreetMap data. This process geocodes your target location and discovers nearby POIs across 46 categories with distance and directions.

Are there limitations to using free open data sources for location intelligence and nearby searches?

Limitations of using free open data sources for location intelligence include reliance on public service uptime and rate limits for Nominatim and OSRM. For high-volume geocoding or routing workflows, dedicated API keys may eventually be necessary.