A powerful route planning and geocoding skill that enables AI agents to calculate travel paths and manage geographic data.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install graphhopper
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 graphhopper using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The GraphHopper skill for Openclaw Skills integrates a world-class, open-source routing engine directly into your AI agent's workflow. It allows developers to calculate complex routes for cars, bikes, and pedestrians while handling advanced logistics like vehicle routing problems (VRP) and isochrone calculations.
By leveraging the Membrane CLI, this skill removes the complexity of authentication and credential management. It provides a standardized interface for AI agents to interact with maps, ensuring that navigation and location-based intelligence are handled securely and efficiently without manual API key management.
First, install the Membrane CLI globally to enable the Openclaw Skills integration:
npm install -g @membranehq/cli@latest
Authenticate your agent by specifying the agent type:
membrane login --tenant --clientName=openclaw
Establish a connection to the GraphHopper service:
membrane connection ensure "https://www.graphhopper.com/" --json
The skill organizes data around geographic entities and routing results. Typical outputs include:
| Data Type | Description |
|---|---|
| Route Object | Contains paths, distance, time, and turn-by-turn instructions. |
| Geocoding Result | Latitude, longitude, and formatted address strings. |
| Isochrone Polygon | A set of coordinates defining a reachable boundary. |
| Matrix | A table of travel times/distances between multiple origins and destinations. |
Loading
An expert AI recycling consultant that provides real-time market valuations for used electronics and appliances using text and image recognition.

A professional-grade interface for the Sure REST API that enables automated management of accounts, transactions, holdings, and valuations.

A powerful Openclaw Skills integration for Content Snare that enables AI agents to automate document requests and client information management.

A professional framework for developing, testing, and deploying quantitative trading strategies with strict consistency between backtesting and live execution.

An intelligent content repurposing engine that transforms YouTube educational videos into comprehensive, multi-channel marketing packs and ClawLite-compatible assets.

An enhanced Text-to-Speech skill for Openclaw allowing multi-agent unique voice identities and native voice messaging for Telegram and Feishu.








































