An intelligent travel route planning assistant that provides structured transport options, smart filtering, and time conflict detection using the Amap API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install route-assistant
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 route-assistant using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Route Assistant is a powerful navigation and logistics tool designed to simplify complex travel planning within the ecosystem of Openclaw Skills. By leveraging the Amap (高德地图) Geocoding and Direction APIs, it transforms simple natural language queries into a comprehensive, three-part travel itinerary. This skill is specifically engineered to provide technical clarity, offering users a high-level overview of transport methods alongside granular details for driving, public transit, walking, and taxi options.
Beyond basic navigation, the skill excels at intelligent decision-making. It doesn't just list routes; it evaluates them against feasibility thresholds and time constraints. Whether you are building an automated travel agent or a personal productivity tool, this addition to your Openclaw Skills library ensures that travel data is presented in a structured, actionable format that accounts for real-world variables like distance and departure schedules.
To deploy this skill within your environment, ensure you have valid Amap API credentials. Use the following steps to integrate it with your Openclaw Skills setup:
# Install the route-assistant skill
openclaw install route-assistant
# Configure your Amap API key in your environment variables
export AMAP_API_KEY='your_api_key_here'
Once configured, the agent will respond to triggers like "how to get to..." or specific location-based queries.
The skill organizes travel data into three distinct sections for maximum readability:
| Section | Description | Data Content |
|---|---|---|
| Transport Table | Comparative overview | Mode, Distance (km), Duration (min), Details |
| Recommended Schemes | Feasibility-filtered list | Sorted by travel time, removes impractical options |
| Important Reminders | Contextual alerts | Suggested departure times, time conflict warnings, and flight/train info |
Loading
A comprehensive toolkit for WeChat Mini Program developers providing instant access to templates, API references, and troubleshooting guides.

A comprehensive skill for programmatically managing CalDAV calendars, events, and Radicale server instances.

A comprehensive DeFi skill for managing Aave V3 lending positions, including collateral deposits, stablecoin borrowing, and health factor monitoring on Base Sepolia.

An automated assistant for real estate appraisers that drafts narrative reports and adjustment grids from project workfiles while preserving professional oversight.

An automated security scanner and remediation tool designed to secure Clawdbot deployments by identifying and fixing vulnerabilities.

A real-time security watchdog that detects intrusions, unusual API activity, and credential patterns to protect Clawdbot deployments.








































