maps

Geocode addresses, search POIs, and calculate routes via OpenStreetMap APIs.

1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/brittaniebuffiecsu/zerogravityclaw --skill maps-brittaniebuffiecsu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maps
Source: https://github.com/brittaniebuffiecsu/zerogravityclaw/tree/main/src/hermes-core/skills/productivity/maps
Command: npx skills add https://github.com/brittaniebuffiecsu/zerogravityclaw --skill maps-brittaniebuffiecsu

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of obtaining location intelligence by leveraging free, open data sources, providing a convenient way to perform various location-based tasks.

Core Features & Use Cases

  • Geocoding: Convert addresses or place names into coordinates.
  • Reverse Geocoding: Convert coordinates into human-readable addresses.
  • Nearby Search: Find places of interest (POIs) within a specified area or near a location.
  • Distance & Time Calculation: Calculate travel distances and durations between locations.
  • Routing: Obtain turn-by-turn navigation directions between locations.
  • Timezone Information: Get timezone details for a specified location.
  • Area Search: Define a geographic area to search for POIs.
  • Use Case: Suppose you want to find the nearest restaurant and calculate the distance to your current location. This Skill can quickly provide both the address of the restaurant and the distance calculation.

Quick Start

To find the nearest restaurant near your current location, simply type 'maps nearby restaurant'.

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 coordinates using OpenStreetMap?

Geocoding with OpenStreetMap and Nominatim converts addresses or place names into exact latitude and longitude coordinates. This provides accurate location data for mapping and logistical workflows.

What's the best way to calculate travel distance and routing between locations?

Calculating travel distance and routing is handled by OSRM, which provides turn-by-turn navigation directions, travel distances, and duration calculations between specified locations for logistical planning.

Can I find nearby points of interest like restaurants within a specific area?

You can find nearby points of interest (POIs) using the Overpass API area search. It defines a geographic area to locate POIs like restaurants near your current location or within specified boundaries.

Do I need any external dependencies or API keys to perform reverse geocoding?

No external dependencies or API keys are required for reverse geocoding. The Skill utilizes Python 3.8+ and the Python standard library to execute queries against free open data sources like OpenStreetMap.

How does timezone information work when I search for a location?

Timezone information is retrieved based on the coordinates of a specified location. By leveraging OpenStreetMap data, the Skill provides accurate timezone details alongside geocoding and POI search results.

What are the limitations of using open data sources for routing and navigation?

Routing and navigation limitations stem from reliance on OSRM and OpenStreetMap data, meaning route accuracy depends on community-updated map data and may not reflect real-time traffic conditions or temporary road closures.