maps

Geocode locations, search points of interest, and calculate routes with OpenStreetMap and OSRM.

5|2|Updated May 26, 2026
One-click install
npx skills add https://github.com/nyxoraAI/Nyxora --skill maps-nyxoraai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maps
Source: https://github.com/nyxoraAI/Nyxora/tree/main/packages/core/playbooks/productivity/maps
Command: npx skills add https://github.com/nyxoraAI/Nyxora --skill maps-nyxoraai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides location intelligence by geocoding, finding points of interest (POIs), routing, and providing timezone information using OpenStreetMap and OSRM.

Core Features & Use Cases

  • Geocoding: Convert place names to coordinates.
  • POI Search: Find nearby places based on categories like restaurants, hospitals, and hotels.
  • Routing: Calculate driving, walking, and cycling distances and travel times between locations.
  • Timezone Information: Get timezone details for a given location.
  • Use Case: A user wants to find nearby restaurants in a specific area and get driving directions to one of them.

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 place names to coordinates for location intelligence?

Geocoding converts place names to coordinates using OpenStreetMap. This allows applications requiring location intelligence to pinpoint addresses and map specific geographic points for navigation.

Can I find nearby points of interest like restaurants and hospitals using OpenStreetMap?

POI search finds nearby points of interest using OpenStreetMap. You can locate categorized places such as restaurants, hospitals, and hotels based on your current location or specified geographic coordinates.

How do I calculate driving and walking travel times between locations?

Routing calculates driving, walking, and cycling distances and travel times between locations using OSRM. This provides accurate navigation estimates for applications requiring route planning and location intelligence.

Do I need Python 3.8 or higher to run geocoding and routing scripts?

Python 3.8 or higher is required to run the location intelligence scripts. The geocoding, POI search, routing, and timezone features use standard libraries without requiring additional external dependencies.

What is the best way to get timezone details for a specific location?

Timezone information retrieval provides timezone details for a given location. By using OpenStreetMap data, you can accurately determine the timezone for any geographic point alongside routing and geocoding operations.