maps

Geocode addresses, search points of interest, and calculate routes using OpenStreetMap.

Updated Jun 13, 2026
One-click install
npx skills add https://github.com/DonZzzilla/kalshi-explorer --skill maps-donzzzilla
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maps
Source: https://github.com/DonZzzilla/kalshi-explorer/tree/main/skills/user-skills/productivity/maps
Command: npx skills add https://github.com/DonZzzilla/kalshi-explorer --skill maps-donzzzilla

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) components.

What problem does it solve?

This Skill provides easy access to location intelligence and geospatial data, simplifying tasks like geocoding, POI search, routing, and timezone information retrieval.

Core Features & Use Cases

  • Geocoding: Convert addresses and place names into coordinates.
  • POI Search: Find points of interest like restaurants, hospitals, and hotels.
  • Routing: Calculate travel distance and time between locations.
  • Timezone Information: Get timezone details for any location.
  • Use Case: If you need to find a nearby restaurant at a specific location or calculate the travel time from your current location to a destination, this Skill can help you quickly get the information you need.

Quick Start

Search for a restaurant near the coordinates 40.7128, -74.0060.

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 into geographic coordinates for geocoding?

Geocoding converts addresses and place names into coordinates using OpenStreetMap and Nominatim. You provide a location name, and the Skill returns the precise latitude and longitude for mapping and navigation tasks.

What is the best way to find points of interest like restaurants near specific coordinates?

POI search finds points of interest like restaurants, hospitals, and hotels near specific coordinates. Using the Overpass API with OpenStreetMap data, it retrieves nearby locations based on your provided latitude and longitude.

Can I calculate travel distance and routing time between two locations using Python?

Routing calculates travel distance and time between locations using OSRM. Provided as a Python script, it requires Python stdlib to compute the exact route duration and physical distance for navigation planning.

How do I get timezone information for a specific location using geospatial data?

Timezone information retrieval provides timezone details for any location using geospatial data. By supplying coordinates, you can instantly determine the correct local timezone for scheduling and productivity tasks.

Do I need Python to perform location intelligence and POI search tasks?

Yes, Python is required to perform location intelligence and POI search tasks. The Skill operates as a Python script utilizing Python stdlib alongside Nominatim, Overpass API, and OSRM for geospatial data access.

Does this routing and geocoding Skill work with OpenStreetMap data?

Yes, this routing and geocoding Skill works directly with OpenStreetMap data. It leverages Nominatim for address searches, Overpass API for POI discovery, and OSRM for calculating travel routes.