maps

Locate and display geographic locations using OpenStreetMap data.

5|1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/lengoctuong2005/Branding-Focused-Skills --skill maps-lengoctuong2005
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maps
Source: https://github.com/lengoctuong2005/Branding-Focused-Skills/tree/main/antigravity/skills/hermes-collection/productivity/maps
Command: npx skills add https://github.com/lengoctuong2005/Branding-Focused-Skills --skill maps-lengoctuong2005

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of finding locations, geocoding, and getting directions using OpenStreetMap data.

Core Features & Use Cases

  • Geocoding: Translate place names into latitude and longitude coordinates.
  • Reverse Geocoding: Convert coordinates into human-readable addresses.
  • POI Search: Discover Points of Interest (POIs) in any area.
  • Routing: Get turn-by-turn directions between locations.
  • Use Case: Whether you need to find the nearest restaurant, check the timezone of a destination, or plan a road trip, this skill provides the tools you need.

Quick Start

Use the maps skill to search for Italian restaurants near 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 routing directions between two locations?

Turn-by-turn routing directions are generated using the OSRM API within this map intelligence skill. You provide start and end points, and it calculates the optimal path for navigation.

Can I convert latitude and longitude coordinates into a human-readable address?

Yes, reverse geocoding converts coordinates into human-readable addresses using Nominatim and OpenStreetMap data. This allows you to identify specific places from raw map data.

How do I search for Points of Interest near a specific location?

POI search queries OpenStreetMap data to discover nearby points of interest like restaurants or landmarks. You can find specific targets within any defined geographic area.

What mapping data source is used for geocoding and location services?

OpenStreetMap data powers the location services, utilizing the Nominatim API for geocoding and the OSRM API for routing. This open-source approach provides reliable geographic intelligence.

Does this skill support timezone lookup for travel planning?

Yes, timezone lookup is supported alongside routing and geocoding for travel planning. You can check destination timezones to coordinate logistics and urban exploration effectively.

What is the best way to translate a place name into coordinates?

Geocoding translates place names into latitude and longitude coordinates using the Nominatim API. This provides precise location data for applications requiring navigation intelligence.