⚙️ Productivity
Maps (OSM)
Geocoding, POI search, routing, and timezone lookup using OpenStreetMap and OSRM. Free, no API key needed for basic usage.
skill_view("maps")
📖 Guide
Load with skill_view("maps"). Uses OpenStreetMap Nominatim API for geocoding and OSRM for routing. All free and open-source.
🔧 How To
Geocode: "geocode San Francisco" → returns lat/lon and address. Route: "route from A to B" → returns distance, duration, and turn-by-turn. Search POI: "find coffee shops near X".
⚠️ Pitfalls
OSM data quality varies by region. Nominatim has usage limits (1 req/s). OSRM is best for driving routes — walking/cycling may be less optimal.
Related Skills
More skills in Productivity