maps

Geocode addresses, search nearby places, and calculate travel routes.

Updated May 11, 2026
One-click install
npx skills add https://github.com/richardnguyen0715/keep-it-real --skill maps-richardnguyen0715
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maps
Source: https://github.com/richardnguyen0715/keep-it-real/tree/main/refer-projects/hermes-agent/skills/productivity/maps
Command: npx skills add https://github.com/richardnguyen0715/keep-it-real --skill maps-richardnguyen0715

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies access to location-based information, enabling users to quickly find places, calculate distances, and get directions without the need for complex tools.

Core Features & Use Cases

  • Geocoding: Convert addresses or place names into latitude and longitude coordinates.
  • Reverse Geocoding: Obtain human-readable addresses from coordinates.
  • Nearby Places: Discover nearby points of interest (POIs) based on location or category.
  • Distance and Time: Calculate travel distance and time between two locations.
  • Directions: Get turn-by-turn navigation instructions.
  • Timezone Information: Determine the timezone for a given location.
  • Area Search: Find POIs within a specified geographic area.
  • Use Case: If you're planning a trip to a new city, you can use this Skill to find nearby restaurants, calculate the distance between your hotel and the airport, and get walking directions to a local landmark.

Quick Start

Use the maps skill to find nearby restaurants at my current location.

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 latitude and longitude coordinates without an API key?

Geocoding converts addresses into latitude and longitude coordinates using OpenStreetMap Nominatim. You can convert place names to coordinates without needing external API keys, requiring only Python 3.8 or later.

Can I get turn-by-turn navigation directions between two locations locally?

Turn-by-turn navigation directions are generated using the OSRM API. The Skill calculates routes and provides step-by-step instructions between locations without requiring external API keys.

What is the best way to find nearby points of interest based on my current location?

Nearby places search discovers points of interest based on your location or category using the Overpass API. You can find nearby restaurants, landmarks, or other POIs without external API keys.

How do I calculate travel distance and time between two geographic coordinates?

Distance and time calculations between two locations are performed using OSRM. The Skill computes travel distance and time without requiring external API keys, needing only Python 3.8+.

Can I determine the timezone for a given location using Python?

Timezone information for a given location is determined using TimeAPI.io. The Skill provides timezone data for coordinates without requiring external API keys.

Do I need any external API keys to use geocoding and reverse geocoding features?

No external API keys are required for geocoding or reverse geocoding. The Skill utilizes OpenStreetMap Nominatim and requires only Python 3.8 or later to convert addresses to coordinates and vice versa.