What problem does it solve? Answering location questions—where a place is, what is nearby, how far away something is, or what timezone it is in—normally requires juggling multiple mapping APIs and paid keys. This Skill provides geocoding, POI search, routing, and timezone lookups through free OpenStreetMap-based services with no API key and no pip installs. ## 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 tap-to-open map links. - Routing & Timezones: Get driving/walking/cycling distances, turn-by-turn directions via OSRM, and timezone info for any coordinate. - 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 clickable Google Maps links. ## Quick Start Use the maps skill to find restaurants near Times Square and show their distances and map links.