A location-intelligence skill providing geocoding and routing capabilities without requiring external API keys.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install maps-osrm
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install maps-osrm using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Maps skill is a versatile extension for Openclaw Skills that enables AI agents to handle geographical data like coordinates, distances, and travel routes. By leveraging open-source services like OSRM and Nominatim (OpenStreetMap), it provides a robust alternative to paid mapping services, allowing developers to integrate location awareness into their workflows without the overhead of API key management. This skill is particularly useful for tasks involving logistics, travel planning, or spatial data analysis within an automated environment.
Built to be lightweight and accessible, this skill allows users to convert human-readable addresses into precise coordinates and then calculate the most efficient path between them. Whether you are building a travel assistant or a delivery tracker, this tool simplifies the complexity of spatial computing for Openclaw Skills users.
Ensure python3 (3.6+) is installed on your system. This skill for Openclaw Skills requires no API keys as it uses public endpoints.
# Verify python installation
python3 --version
# Geocode a location to get coordinates
bash scripts/geocode.sh "Times Square, New York"
# Calculate distance between two points (lat,lon)
bash scripts/distance.sh 40.7580,-73.9855 40.6413,-73.7781 driving
The skill operates primarily through CLI scripts that process and return structured geographic data.
| Component | Data Input | Data Output |
|---|---|---|
| Geocoder | Place Name String | Latitude, Longitude, Display Name |
| Distance Calculator | Lat/Lon Pairs + Mode | Distance (km), Duration (min) |
| Logic Flow | User Query | Formatted Travel Summary |
Metadata includes Openclaw Skills requirements for specific binary dependencies like python3 to ensure the scripts execute correctly in the local environment.
Loading
A comprehensive toolset for converting web pages to LLM-friendly markdown and performing multi-step deep research.

A suite of automation skills that allow AI agents to control macOS via Accessibility APIs, handling everything from window management to OCR-based interactions.

Generate single-use virtual credit cards on the fly to complete secure online payments during automated agent tasks.

MenuVision transforms restaurant menus from any source into interactive, visually rich HTML digital menus using advanced AI vision and image generation.

A high-performance conversion tool that turns PDFs, Office documents, images, and audio into LLM-ready Markdown.

Connect your AI agent to Swiggy to automate food delivery, Instamart grocery shopping, and Dineout restaurant bookings in India.








































