OSRM Maps Skill
/install maps-osrm
Maps
Free distance/routing (OSRM) and geocoding (Nominatim/OSM). No API keys needed.
Geocoding (place name → coordinates)
bash scripts/geocode.sh "Times Square, New York"
Returns lat,lon and display name. Use this first when you have place names instead of coordinates.
Distance & Route
bash scripts/distance.sh \x3Corigin_lat>,\x3Corigin_lon> \x3Cdest_lat>,\x3Cdest_lon> [mode]
Modes: driving (default), foot, bicycle
Examples:
# Manhattan to JFK Airport
bash scripts/distance.sh 40.7580,-73.9855 40.6413,-73.7781 driving
# Golden Gate Park to Fisherman's Wharf (walking)
bash scripts/distance.sh 37.7694,-122.4862 37.8080,-122.4177 foot
Workflow
- If user gives place names → geocode both with
geocode.sh - Use returned lat,lon pairs with
distance.sh - Report distance in km and duration in minutes
Limits
- OSRM: free public demo server, no hard rate limit but be reasonable
- Nominatim: max 1 request/second (OSM policy), include User-Agent
- No live traffic data — durations are estimates based on road type/speed
- Routing is road-network only (no public transit)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install maps-osrm - After installation, invoke the skill by name or use
/maps-osrm - Provide required inputs per the skill's parameter spec and get structured output
What is OSRM Maps Skill?
Distance, routing, and geocoding using free APIs (OSRM + Nominatim/OSM). Use when the user asks about distance between places, travel time, directions, how f... It is an AI Agent Skill for Claude Code / OpenClaw, with 809 downloads so far.
How do I install OSRM Maps Skill?
Run "/install maps-osrm" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OSRM Maps Skill free?
Yes, OSRM Maps Skill is completely free (open-source). You can download, install and use it at no cost.
Which platforms does OSRM Maps Skill support?
OSRM Maps Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OSRM Maps Skill?
It is built and maintained by Adhish Thite (@adhishthite); the current version is v1.0.3.