maps

Geocode addresses, reverse geocode coordinates, and calculate routes using open data sources.

2|1|Updated May 10, 2026
One-click install
npx skills add https://github.com/zli5460/hermes-agent-X-Phoenix-Architecture --skill maps-zli5460
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maps
Source: https://github.com/zli5460/hermes-agent-X-Phoenix-Architecture/tree/main/skills/productivity/maps
Command: npx skills add https://github.com/zli5460/hermes-agent-X-Phoenix-Architecture --skill maps-zli5460

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables users to perform geocoding, reverse geocoding, and spatial searches without relying on commercial APIs, simplifying location-based inquiries.

Core Features & Use Cases

  • Geocode Place Names: Convert addresses or landmarks into coordinates for mapping and routing.
  • Reverse Geocode Coordinates: Obtain human-readable addresses from latitude and longitude inputs.
  • Find Nearby Places: Discover POIs such as restaurants or hospitals around a location.
  • Routing and Directions: Calculate distances, travel times, and turn-by-turn navigation between places.
  • Use Case: Find the nearest coffee shops around a sent location pin, then get walking directions.

Quick Start

Ask the AI to locate the Eiffel Tower and get nearby cafes to start exploring locations immediately.

Frequently Asked Questions about maps

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

FAQPage Schema
How do I perform geocoding and reverse geocoding without commercial APIs?

You can perform geocoding and reverse geocoding using open data sources instead of commercial APIs. The Skill converts addresses to coordinates and translates latitude/longitude inputs back into human-readable addresses using OpenStreetMap data.

Can I find nearby points of interest like restaurants around a specific location?

Yes, spatial search capabilities allow you to find nearby POIs like restaurants or hospitals around a specific location. You can discover points of interest by querying around sent location coordinates using open data.

What is the best way to calculate distances and get walking directions between places?

Routing functions using open data sources provide the best way to calculate distances and get walking directions. You can compute travel times and generate turn-by-turn navigation between places without external commercial APIs.

Does this navigation tool support trip planning and location-based service features?

Yes, the tool supports trip planning and location-based service features. It handles scenario tasks like trip planning and geographic information gathering by utilizing open data sources with minimal dependencies on external APIs.

Do I need external API keys to use routing and spatial search functions?

No, you do not need external API keys to use routing and spatial search functions. The Skill operates with minimal dependencies on external APIs by utilizing open data sources like OpenStreetMap for all navigation queries.