maps

Geocode locations, find nearby points of interest, and calculate routes via OpenStreetMap and OSRM.

9|Updated Jul 1, 2026
One-click install
npx skills add https://github.com/Cyapstaye/Adame_ver.open --skill maps-cyapstaye
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maps
Source: https://github.com/Cyapstaye/Adame_ver.open/tree/main/skills/productivity/maps
Command: npx skills add https://github.com/Cyapstaye/Adame_ver.open --skill maps-cyapstaye

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the challenge of gathering real-time geographic data, finding nearby points of interest, and calculating travel logistics without needing expensive or complex third-party mapping API keys.

Core Features & Use Cases

  • Geocoding & Reverse Geocoding: Convert place names to coordinates or vice versa for precise location tracking.
  • POI Discovery: Search for restaurants, hospitals, or services within a specific radius or bounding box using OpenStreetMap data.
  • Routing & Navigation: Calculate travel distances and turn-by-turn directions for driving, walking, or cycling.

Quick Start

Use the maps skill to find the three closest cafes 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 find nearby points of interest using OpenStreetMap data?

POI discovery searches for restaurants, hospitals, or services within a specific radius or bounding box using OpenStreetMap data. It queries the Overpass API to retrieve geographic features matching your requested categories and location constraints.

Can I calculate travel distances and routing without third-party API keys?

Routing and navigation calculates travel distances and turn-by-turn directions for driving, walking, or cycling without third-party API keys. It interfaces directly with OSRM to compute paths and logistics using OpenStreetMap network data.

How do I geocode and reverse geocode locations for precise tracking?

Geocoding and reverse geocoding convert place names to coordinates or vice versa for precise location tracking. You provide either an address string or latitude/longitude pair, and the service returns the corresponding geographic counterpart.

Does this routing and geocoding skill require external dependencies to run?

The skill operates using Python standard library modules to ensure zero-dependency execution and high portability. You do not need to install additional packages or manage external library dependencies to perform location intelligence tasks.

What is the best way to retrieve timezone information for specific coordinates?

Timezone retrieval provides timezone information for specific coordinates by interfacing with OpenStreetMap and related geographic APIs. You supply latitude and longitude values, and the skill returns the associated timezone data for that location.

When should I not use this approach for navigation and location intelligence?

This approach relies on OpenStreetMap, OSRM, and Overpass API data, so it may not suit scenarios requiring proprietary commercial map datasets or real-time traffic-condition routing beyond static network distances. Use specialized commercial services for those constraints.