maps

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

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

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 turn-by-turn directions for driving, walking, or cycling.
  • Use Case: A user sends a location pin and asks for nearby pharmacies; the agent uses this skill to identify the closest options and provide walking directions.

Quick Start

Use the maps skill to find the nearest coffee shops within a 500 meter radius of the provided coordinates.

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 geographic coordinates without an API key?

Geocoding converts place names to coordinates using OpenStreetMap data without requiring an API key. You can process address strings directly to retrieve precise latitude and longitude points for spatial analysis.

How do I find nearby points of interest like pharmacies using geocoding?

Nearby search identifies specific place categories like restaurants or hospitals near any location. By processing geographic coordinates, the skill locates closest options and provides walking directions to reach them.

Can I calculate turn-by-turn navigation for driving and cycling routes?

Turn-by-turn navigation calculates travel distances and directions for driving, walking, or cycling using OSRM data. It processes geographic coordinates to generate route instructions without external dependencies.

Does this routing tool require external dependencies or API keys to function?

This routing tool operates with zero dependencies and no API keys required. It uses OpenStreetMap and OSRM data within a terminal-based agent environment to provide location intelligence services.

What's the best way to perform reverse geocoding on coordinate data?

Reverse geocoding converts geographic coordinates back to place names instantly using OpenStreetMap data. You can process latitude and longitude points to retrieve readable address strings for spatial analysis.

Are there limitations when using OpenStreetMap data for navigation planning?

OpenStreetMap navigation planning depends on available map data accuracy and OSRM routing coverage. Results are limited by geographic data completeness and the terminal-based processing environment's spatial query capabilities.