maps

Geocode places, search nearby POIs, and compute routes via OpenStreetMap services.

13|3|Updated May 12, 2026
One-click install
npx skills add https://github.com/kevinnft/ai-agent-skills --skill maps-kevinnft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maps
Source: https://github.com/kevinnft/ai-agent-skills/tree/main/skills/productivity/maps
Command: npx skills add https://github.com/kevinnft/ai-agent-skills --skill maps-kevinnft

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Quickly locate places and plan travel using open map data: geocoding addresses, discovering nearby points of interest, and computing routes.

Core Features & Use Cases

  • Geocode place names to coordinates and reverse geocode coordinates to addresses.
  • Discover nearby POIs by category with distance estimates and maps links.
  • Compute driving, walking, or cycling routes and time estimates between two locations, plus timezone lookups.

Quick Start

Geocode a location, discover nearby POIs, and generate directions between two places.

Frequently Asked Questions about maps

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

FAQPage Schema
How do I geocode addresses and find nearby points of interest using OpenStreetMap?

To geocode addresses and find nearby points of interest, this skill uses Nominatim for place name lookups and Overpass to search POIs by category. It returns coordinates, distance estimates, and map links directly in chat agents.

Can I compute driving, walking, and cycling routes with turn-by-turn directions in a chat agent?

Yes, you can compute driving, walking, and cycling routes using OSRM. The skill provides turn-by-turn directions, travel time estimates, and distance calculations between two specified locations within chat agents.

Does this routing skill support reverse geocoding and timezone lookups?

This routing skill supports reverse geocoding coordinates to addresses using Nominatim, and performs timezone lookups via TimeAPI. It translates raw coordinates into readable addresses and accurate local timezone data.

What is the best way to avoid rate limiting issues when querying Overpass for POI data?

To avoid rate limiting issues when querying Overpass for POI data, this skill utilizes Overpass mirrors to improve reliability. Built-in rate limiting manages request frequencies automatically for stable geocoding and routing queries.

How do I calculate distances and plan travel routes across different cities or regions?

You calculate distances and plan travel routes across cities or regions by specifying two locations. The skill leverages OSRM to compute the optimal path, estimate travel time, and generate navigation directions.