What problem does it solve? It answers location-based questions—coordinates for a place, addresses from coordinates, nearby restaurants or hospitals, travel distances, turn-by-turn directions, and timezones—without requiring any API key or paid service. ## Core Features & Use Cases - Geocoding & Reverse Geocoding: Convert place names to coordinates and coordinates to full addresses using Nominatim. - Nearby POI Search: Find 46 categories of places (restaurants, pharmacies, hotels, etc.) around coordinates or a named location via the Overpass API, with distance, opening hours, and clickable map links. - Routing & Timezones: Compute driving/walking/cycling distance and turn-by-turn directions with OSRM, plus timezone lookup for any coordinate. - Use Case: A user sends a location pin in a chat and asks for nearby cafes; extract the latitude and longitude, run the nearby command, and return a numbered list with distances and tap-to-open map links. ## Quick Start Ask the assistant to find coffee shops near Times Square using the maps skill's nearby command with the cafe category.