Skip to main content
Run any Skill in Manus
with one click

maps

Stars3
Forks5
UpdatedJuly 16, 2026 at 03:34

Geocoding, points-of-interest, routing, and timezone lookups over OpenStreetMap data using curl + jq through the bash tool. Forward/reverse geocode with Nominatim (nominatim.openstreetmap.org), find nearby POIs with the Overpass API (overpass-api.de), compute driving/walking/cycling routes and distances with the OSRM demo server (router.project-osrm.org), and resolve the IANA timezone + UTC offset for a coordinate with timeapi.io. All shell only — no dedicated Python tool and no extra Python dependencies. Needs curl + jq installed; no API key required, but every request MUST send a descriptive User-Agent. Use when the user wants to turn a place name into coordinates (or back), find what's near a point, get a route/travel distance/ETA between places, or know the timezone of a location.

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly