maps

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill eliminates the need for manual map lookups and navigation planning by providing direct access to geocoding, routing, and point-of-interest data within your terminal.

Core Features & Use Cases

  • Geocoding & Reverse Geocoding: Convert place names to coordinates or vice versa instantly.
  • Nearby Search: Find specific categories of places like restaurants, hospitals, or transit stations near any location.
  • Navigation: Calculate travel distances and get turn-by-turn directions for driving, walking, or cycling.
  • Use Case: Quickly find the nearest pharmacy to a user's location pin or calculate the walking time between two landmarks.

Quick Start

Use the maps skill to find the nearest coffee shops within 500 meters of the Eiffel Tower.

Frequently Asked Questions about maps

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

FAQPage Schema
How do I get turn-by-turn navigation directions without using external API keys?

Get turn-by-turn navigation locally by processing geographic coordinates with OSRM and OpenStreetMap data, calculating travel distances and driving, walking, or cycling directions without requiring external API keys.

What is the best way to convert place names to geographic coordinates for spatial analysis?

Geocoding converts place names to geographic coordinates instantly. This skill processes address strings locally to provide direct spatial analysis and location intelligence without external API dependencies.

Can I find nearby points of interest like restaurants or hospitals using OpenStreetMap data?

Yes, you can find nearby points of interest like restaurants or hospitals. The skill performs location intelligence searches using OpenStreetMap data to find specific place categories near any location.

Does this routing skill work without installing additional dependencies?

Yes, this routing skill works without installing additional dependencies. It provides zero-dependency, local-first location services for geocoding and navigation by processing spatial data directly within your terminal.

How do I calculate walking time and distance between two landmarks?

Calculate walking time and distance between landmarks by passing the address strings to the routing function. The skill processes the geographic coordinates and returns travel distances and turn-by-turn walking directions.