maps

Geocode place names, discover points of interest, and route travel using OpenStreetMap and OSRM data.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill eliminates the need to manually search for geographic data, travel routes, or nearby amenities by providing a direct interface to open-source mapping and routing services.

Core Features & Use Cases

  • Geocoding and Reverse Geocoding: Convert place names to coordinates or vice versa for precise location tracking.
  • POI Discovery: Find nearby services like restaurants, hospitals, or transit stations using customizable search radii and categories.
  • Routing and Navigation: Calculate travel distances, times, and turn-by-turn directions for driving, walking, or cycling.

Quick Start

Use the maps skill to find the nearest pharmacy to the current location by providing the latitude and longitude coordinates.

Frequently Asked Questions about maps

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

FAQPage Schema
How do I convert place names to coordinates for location tracking?

Geocoding converts place names to precise coordinates for location tracking. This skill processes geographic place names into actionable latitude and longitude coordinates using OpenStreetMap data.

Can I calculate travel times and routing distances without external dependencies?

Yes, routing calculates travel distances and times without external dependencies. It uses OSRM data and standard-library-only execution to provide driving, walking, and cycling navigation.

How do I find nearby services like hospitals or transit stations within a specific radius?

POI discovery finds nearby services like hospitals or transit stations within a specific radius. You provide latitude and longitude coordinates to locate nearby amenities using customizable search categories.

Does the maps skill require additional libraries or API keys to function?

No, the maps skill requires zero dependencies and uses standard-library-only execution. It maintains robust fallback mechanisms for API reliability without needing additional library installations.

What mapping data sources are used for geocoding and navigation?

OpenStreetMap and OSRM data are used for geocoding and navigation. These open-source mapping and routing services provide the spatial analysis data for converting coordinates and calculating travel routes.

Can I get turn-by-turn directions for cycling and walking routes?

Yes, you can get turn-by-turn directions for cycling and walking routes. The routing and navigation feature calculates multi-modal travel directions using OSRM data.