maps

Geocode addresses and search locations using OpenStreetMap services.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines location-based searches, routing, and time zone information using OpenStreetMap, eliminating the need for manual geocoding and navigation.

Core Features & Use Cases

  • Geocoding: Convert addresses or coordinates to latitudes and longitudes.
  • Search: Locate nearby points of interest (POIs) such as restaurants, hospitals, or hotels.
  • Distance and Time: Calculate the travel distance and time between two locations.
  • Navigation: Obtain turn-by-turn directions.
  • Time Zone Information: Find the timezone information for a given location.
  • Use Case: Suppose you're planning a trip. Use this Skill to find a restaurant nearby, calculate the driving distance and time from your location, and get the turn-by-turn navigation to the restaurant.

Quick Start

Search for "nearby restaurants in Manhattan".

Frequently Asked Questions about maps

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

FAQPage Schema
How do I calculate travel distance and time between two locations using OpenStreetMap?

To calculate travel distance and time, this Skill uses the OSRM service to compute routes between locations. It returns the exact distance and estimated travel time, eliminating manual navigation calculations for your trip planning.

Can I get turn-by-turn navigation directions from an address without manual geocoding?

Yes, you can get turn-by-turn navigation directions directly from an address. The Skill automatically handles geocoding via Nominatim to convert your address into coordinates before generating routing instructions.

How do I find nearby points of interest like restaurants or hospitals in a specific area?

You can find nearby points of interest by searching for queries like "nearby restaurants in Manhattan". The Skill performs location-based search using OpenStreetMap data to locate specific POIs in your designated area.

What is the best way to find the timezone information for a given location?

The best way to find timezone information is to provide the location name or coordinates to this Skill. It retrieves accurate timezone data for the specified location using standard Python libraries and OpenStreetMap services.

Does this geocoding tool require external API keys to convert addresses to coordinates?

No external API keys are required for geocoding. The Skill relies entirely on open services like OpenStreetMap and Nominatim, allowing you to convert addresses to latitudes and longitudes without authentication setup.