navclaw
Smart driving — exhaustive route search, may outperform default navigation. 导航/自驾/极限避堵, dozens of routes. One-tap iOS/Android deep link. Supports 高德/Amap. 智能避堵,极限搜索绕行方案,一键跳转手机导航APP.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ai4mse/navclawWhat This Skill Does
NavClaw (导航助手) is an intelligent traffic navigation AI agent designed to outperform standard map applications. By leveraging the Amap (Gaode) Web Service API, it performs a five-stage planning process—ranging from broad route discovery to iterative optimization—to identify the most efficient driving paths, especially during heavy traffic. Unlike standard navigation apps, NavClaw explores unconventional detours and provides a comprehensive, multi-platform approach to travel planning. It generates detailed comparison tables, provides quick-access navigation links for iOS and Android, and supports direct notification integration via Mattermost, or standard text output for other platforms via OpenClaw.
Installation
- Ensure you have Python 3.8+ installed.
- Install the necessary dependency:
pip install requests. - Install the skill into your OpenClaw environment:
clawhub install openclaw/skills/skills/ai4mse/navclaw. - Create your configuration: Copy
config_example.pytoconfig.py. - Obtain an Amap (Gaode) Web Service API Key from https://lbs.amap.com/ and paste it into the
API_KEYfield inconfig.py. - (Optional) Configure Mattermost credentials (
MM_BASEURL,MM_BOT_TOKEN,MM_CHANNEL_ID) inconfig.pyto enable direct file attachments and rich messaging.
Use Cases
- Daily Commuting: Quickly calculate the optimal route to work or home while automatically avoiding reported congestion.
- Road Trip Planning: Use deep-iteration modes (MAX_ITER = 1) to analyze dozens of potential routes, ensuring you choose the fastest path even under complex traffic conditions.
- Smart Mobility: Integrate navigation results directly into team communication platforms like Mattermost for shared travel planning with colleagues or family.
Example Prompts
- "从公司到静安嘉里中心导航,帮我看看现在怎么走最快"
- "导航从虹桥机场到浦东新区,采用深度避堵模式"
- "我要回家,帮我规划最优路线"
Tips & Limitations
- Efficiency: Short trips typically resolve in ~6 seconds, while long-distance, high-traffic routes may take up to 30 seconds due to extensive API calls.
- Testing: Start with
MAX_ITER = 0to verify your API Key configuration before proceeding to intensive search modes. - Connectivity: The skill requires an active internet connection to communicate with the Gaode API.
- Platform Support: While it natively supports Mattermost, you can use the
--no-sendflag for any other chat platform; OpenClaw will read the stdout output and relay the instructions directly to you, ensuring you never lose your navigation links.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ai4mse-navclaw": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api
Related Skills
flyclaw (Flight N-in-1 Search Zero Login)
Multi-source flight aggregation — tickets, nonstop, round-trip, cabin. 航班机票/零登录/零API, zero login, zero account, zero API key. Pure Python, no browser. 机票价格/航班动态/直飞筛选.
trainclaw
3-in-1 China 12306 query — tickets, route stops, transfer plans. Zero login. Filter 高铁/动车/火车 by type, time, duration. Pure Python, text/json/csv output. 火车票/余票/经停站/中转换乘.