maps

Geocode locations, search POIs, calculate routes, and retrieve timezone data.

Updated Jun 4, 2026
One-click install
npx skills add https://github.com/kngender5/hermes --skill maps-kngender5
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maps
Source: https://github.com/kngender5/hermes/tree/main/skills/productivity/maps
Command: npx skills add https://github.com/kngender5/hermes --skill maps-kngender5

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies location-based tasks, providing geocoding, POI searches, routing, and timezone information, enhancing your productivity with OpenStreetMap data.

Core Features & Use Cases

  • Geocode and Search: Find locations by name or coordinates.
  • Reverse Geocoding: Get addresses from coordinates.
  • POI Search: Discover points of interest near a location.
  • Routing: Calculate driving, walking, and cycling routes.
  • Timezone Information: Get timezone details for any location.
  • Use Case: When planning a road trip, use the Maps skill to find nearby gas stations, calculate driving times between destinations, and check local times in various cities.

Quick Start

Use the maps skill to search for a nearby restaurant at coordinates 40.7128,-74.0060.

Frequently Asked Questions about maps

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

FAQPage Schema
How do I get address details from GPS coordinates using OpenStreetMap?

Reverse geocoding with OpenStreetMap converts coordinates into readable addresses. This Skill queries Nominatim to retrieve location metadata like street names and cities from latitude and longitude inputs.

Can I calculate driving routes and travel times with OpenStreetMap data?

Routing with OpenStreetMap is supported through the OSRM API. This Skill calculates driving, walking, and cycling routes, providing estimated travel times and path details between specified locations.

How do I find points of interest near a specific location?

POI search uses the Overpass API to discover nearby points of interest. You provide coordinates, and this Skill retrieves localized amenities like restaurants or gas stations from OpenStreetMap data.

What is the best way to convert coordinates into timezone information?

Timezone conversion relies on TimeAPI.io to fetch timezone details for any location. This Skill takes coordinates and returns the local timezone, enabling accurate scheduling across different regions.

Does this geocoding approach require any API keys or external dependencies?

Geocoding via OpenStreetMap requires no external dependencies or API keys. This Skill operates independently using public Nominatim and Overpass endpoints, providing location intelligence without setup barriers.