What problem does it solve? Answering location questions — where a place is, what's nearby, how far apart two points are, or what timezone a coordinate falls in — normally requires paid mapping APIs and API keys. This Skill provides geocoding, POI search, routing, and timezone lookups using free OpenStreetMap data sources with no API key and no dependencies beyond the Python standard library. ## Core Features & Use Cases - Geocoding & Reverse Geocoding: Convert place names to coordinates and coordinates back to full address breakdowns via Nominatim. - Nearby POI Search: Find restaurants, hospitals, hotels, and 40+ other categories around coordinates or an address, with distance, opening hours, and clickable Google Maps links in results. - Routing & Directions: Compute driving, walking, or cycling distance and travel time between two places, plus turn-by-turn navigation steps via OSRM. - Use Case: A user sends a Telegram location pin and asks for nearby cafes. Extract the latitude and longitude from the message, run the nearby command with the cafe category, and reply with a numbered list of names, distances, and tap-to-open map links. ## Quick Start Ask the agent to find coffee shops near Times Square and it will run the maps script's nearby command and return a list with distances and map links.