maps

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

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/ashiqcodeleaf/long-Run-Agents --skill maps-ashiqcodeleaf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maps
Source: https://github.com/ashiqcodeleaf/long-Run-Agents/tree/main/skills/productivity/maps
Command: npx skills add https://github.com/ashiqcodeleaf/long-Run-Agents --skill maps-ashiqcodeleaf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines location-based inquiries, providing instant geocoding, POI search, and routing information without the need for an API key.

Core Features & Use Cases

  • Geocoding: Convert addresses and place names to coordinates.
  • POI Search: Find nearby points of interest by category.
  • Routing: Calculate driving, walking, and cycling routes with estimated times.
  • Use Case: Quickly determine the driving distance and time between two locations or discover nearby restaurants using a single command.

Quick Start

Use the maps skill to find nearby restaurants near your current location.

Frequently Asked Questions about maps

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform geocoding to convert addresses to coordinates without an API key?

Geocoding converts place names to coordinates using OpenStreetMap and Nominatim without requiring an API key. You supply an address string, and the service returns the matching latitude and longitude for that location.

Can I calculate driving and cycling routes with estimated times using OpenStreetMap?

Routing calculates driving, walking, and cycling routes with estimated times using OSRM. You provide origin and destination coordinates to receive a path calculation and travel duration estimate.

Do I need external dependencies to run POI search and location intelligence scripts?

POI search and location intelligence scripts require no external dependencies, utilizing only Python stdlib. You can execute spatial data processing queries immediately without installing additional packages.

What's the best way to find nearby points of interest by category for travel planning?

Finding nearby points of interest by category uses the Overpass API to query OpenStreetMap data. You specify your location and a POI category like restaurants to receive a list of nearby matching places.

How do I get current time data for route arrival estimates using TimeAPI.io?

Current time data for route arrival estimates is retrieved using TimeAPI.io alongside OSRM routing results. You combine the calculated travel duration with the current timestamp to project an estimated arrival time.