maps

Geocode addresses, search points of interest, and calculate routes using OpenStreetMap data.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides geocoding, POI search, routing, and timezone information using OpenStreetMap data, streamlining location-based tasks.

Core Features & Use Cases

  • Geocoding: Convert addresses and place names to latitude and longitude coordinates.
  • POI Search: Find points of interest (POIs) such as restaurants, hospitals, and hotels.
  • Routing: Calculate driving, walking, and cycling routes between locations.
  • Timezone Information: Get timezone details for any location.
  • Use Case: Use this Skill to find the nearest restaurant to your current location or to calculate the driving time between two addresses.

Quick Start

Use the maps skill to find nearby restaurants at your current location.

Frequently Asked Questions about maps

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

FAQPage Schema
How do I convert an address to latitude and longitude coordinates using geocoding?

Geocoding converts addresses and place names to latitude and longitude coordinates using OpenStreetMap data. You can use this Skill to translate standard location text into precise geographic coordinates for location intelligence tasks.

What is the best way to find points of interest like restaurants and hospitals nearby?

POI search finds points of interest such as restaurants, hospitals, and hotels using OpenStreetMap data. You can use this Skill to discover specific nearby POIs based on your current location coordinates or target addresses.

Can I calculate driving, walking, and cycling routes between two locations?

Routing calculates driving, walking, and cycling routes between locations using OpenStreetMap data. This Skill provides navigation routing capabilities to determine the path and travel time for various transportation modes.

Do I need external libraries to get timezone information for a specific location?

Getting timezone information requires Python 3.8+ with standard library only. This Skill provides timezone details for any location using OpenStreetMap data without requiring additional external dependencies or complex environment setup.

Does this routing and POI search tool work offline or require an internet connection?

This routing and POI search tool uses OpenStreetMap data to provide location intelligence. It requires an active internet connection to query the OpenStreetMap data services for geocoding, routing, and timezone lookups.

When should I not use this OpenStreetMap tool for location intelligence tasks?

You should not use this OpenStreetMap tool for high-volume batch geocoding or routing tasks requiring complex edge-case handling. It is designed for standard location queries rather than heavy commercial routing workloads with strict offline requirements.