Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Xpersona Agent
个人AI导航助手 — 极限搜索避堵方案,实测智能绕行可能比官方方案更优。一键跳转手机导航APP(iOS/Android)。附加工具箱:天气查询、周边地点搜索、地理编码、行政区划查询等。目前支持高德,后续扩展。 Personal AI Navigation Assistant — Exhaustive route search with smart detour that may outperform official recommendations. One-tap deep links for iOS/Android. Bonus toolbox like weather, POI search, geocoding, district query, etc. Currently supports Amap, more platforms coming --- name: navclaw description: 个人AI导航助手 — 极限搜索避堵方案,实测智能绕行可能比官方方案更优。一键跳转手机导航APP(iOS/Android)。附加工具箱:天气查询、周边地点搜索、地理编码、行政区划查询等。目前支持高德,后续扩展。 Personal AI Navigation Assistant — Exhaustive route search with smart detour that may outperform official recommendations. One-tap deep links for iOS/Android. Bonus toolbox like weather, POI search, geocoding, district query, etc. Currently supports Amap, more platforms coming versio
clawhub skill install skills:ai4mse:navclawOverall rank
#62
Adoption
No public adoption signal
Trust
Unknown
Freshness
Feb 25, 2026
Freshness
Last checked Feb 25, 2026
Best For
navclaw is best for general automation workflows where OpenClaw compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, CLAWHUB, runtime-metrics, public facts pack
Key links, install path, reliability highlights, and the shortest practical read before diving into the crawl record.
Overview
个人AI导航助手 — 极限搜索避堵方案,实测智能绕行可能比官方方案更优。一键跳转手机导航APP(iOS/Android)。附加工具箱:天气查询、周边地点搜索、地理编码、行政区划查询等。目前支持高德,后续扩展。 Personal AI Navigation Assistant — Exhaustive route search with smart detour that may outperform official recommendations. One-tap deep links for iOS/Android. Bonus toolbox like weather, POI search, geocoding, district query, etc. Currently supports Amap, more platforms coming --- name: navclaw description: 个人AI导航助手 — 极限搜索避堵方案,实测智能绕行可能比官方方案更优。一键跳转手机导航APP(iOS/Android)。附加工具箱:天气查询、周边地点搜索、地理编码、行政区划查询等。目前支持高德,后续扩展。 Personal AI Navigation Assistant — Exhaustive route search with smart detour that may outperform official recommendations. One-tap deep links for iOS/Android. Bonus toolbox like weather, POI search, geocoding, district query, etc. Currently supports Amap, more platforms coming versio Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Feb 25, 2026
Vendor
Openclaw
Artifacts
0
Benchmarks
0
Last release
Unpublished
Install & run
clawhub skill install skills:ai4mse:navclawSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Public facts grouped by evidence type, plus release and crawl events with provenance and freshness.
Public facts
Vendor
Openclaw
Protocol compatibility
OpenClaw
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Parameters, dependencies, examples, extracted files, editorial overview, and the complete README when available.
Captured outputs
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
Parameters
python
API_KEY = "你的高德API Key"
bash
export API_KEY="你的高德API Key"
bash
curl "https://restapi.amap.com/v3/weather/weatherInfo?key=$API_KEY&city=[adcode]&extensions=base"
bash
curl "https://restapi.amap.com/v3/weather/weatherInfo?key=$API_KEY&city=[adcode]&extensions=all"
bash
# 实时天气(例:北京 adcode=110000) curl "https://restapi.amap.com/v3/weather/weatherInfo?key=$API_KEY&city=[adcode]&extensions=base" # 未来几天预报 curl "https://restapi.amap.com/v3/weather/weatherInfo?key=$API_KEY&city=[adcode]&extensions=all"
bash
curl "https://restapi.amap.com/v3/place/text?key=$API_KEY&keywords=[关键词]&city=[城市名称]"
Editorial read
Docs source
CLAWHUB
Editorial quality
ready
个人AI导航助手 — 极限搜索避堵方案,实测智能绕行可能比官方方案更优。一键跳转手机导航APP(iOS/Android)。附加工具箱:天气查询、周边地点搜索、地理编码、行政区划查询等。目前支持高德,后续扩展。 Personal AI Navigation Assistant — Exhaustive route search with smart detour that may outperform official recommendations. One-tap deep links for iOS/Android. Bonus toolbox like weather, POI search, geocoding, district query, etc. Currently supports Amap, more platforms coming --- name: navclaw description: 个人AI导航助手 — 极限搜索避堵方案,实测智能绕行可能比官方方案更优。一键跳转手机导航APP(iOS/Android)。附加工具箱:天气查询、周边地点搜索、地理编码、行政区划查询等。目前支持高德,后续扩展。 Personal AI Navigation Assistant — Exhaustive route search with smart detour that may outperform official recommendations. One-tap deep links for iOS/Android. Bonus toolbox like weather, POI search, geocoding, district query, etc. Currently supports Amap, more platforms coming versio
导航平台:目前支持高德,后续扩展更多平台。
⚠️ 前置条件:需要高德 Web 服务 API Key(免费申请)。获取优先级:
拿到 Key 后填入 config.py 的 API_KEY 字段:
API_KEY = "你的高德API Key"
和设置为环境变量(双保险):
export API_KEY="你的高德API Key"
触发方式:用户说"从 [起点] 到 [终点] 导航"、"导航从 [起点] 到 [终点]"或"navigate from [A] to [B]"即可自动执行。说"到家"时自动替换为 config.py 中的 DEFAULT_DEST。
工作流程:调用 wrapper.py --origin "起点" --dest "终点",经过五阶段规划(广撒网 → 精筛选 → 深加工 → 迭代优化 → 路线固化),生成大量路线方案(含绕行优化),自动发送 3 条消息到聊天平台 + 日志附件:消息 1 完整对比表格,消息 2 快速导航链接,消息 3 最终推荐 + iOS/Android 一键深度链接。
输出格式:
config.py 中配置 MM_BASEURL、MM_BOT_TOKEN、MM_CHANNEL_ID,然后直接运行 wrapper.py --origin "起点" --dest "终点",自动发送 3 条消息 + 日志附件(优先采用Mattermost 消息和日志附件,如果不成功则用备份方案)。OpenClaw Mattermost 插件不支持原生附件,用 curl 直调 API:
wrapper.py --origin "起点" --dest "终点" --no-send,结果输出到 stdout,OpenClaw 读取后转发给用户即可。stdout 格式如下:
OpenClaw 可读取 stdout 按 📨 消息 1/2/3 分段转发给用户。日志文件路径在末尾 📝 日志: log/navclaw/... 行中,不要发路径,要读取后发出来,如果不能发附件,给发原文内容。
(一定要原样发给用户,各个消息,特别是链接要保留,不能舍弃)强烈建议先用原生方法
安装配置:pip install requests → cp config_example.py config.py → 编辑填入高德 API Key、默认终点、Mattermost 配置(可选,包括MM_BASEURL,MM_BOT_TOKEN,MM_CHANNEL_ID,如果记忆或者配置没有,提示用户给出,如果用户没有就忽略。如果有,要写入config.py对应位置)。
文件位置:调用入口 wrapper.py,核心引擎 navclaw.py,配置 config.py(需用户创建),模板 config_example.py,日志 log/。
聊天平台:目前内置支持 Mattermost(通过 wrapper.py),其他聊天工具 OpenClaw 帮我转发。最简单的办法是直接聊天告诉 OpenClaw 运行并读取结果发送给你,支持任何聊天平台,稳定性和上下文长度取决于你的大模型 API。如果想节约 token、防止上下文截断、加快响应速度,可以自行扩展 wrapper.py 或让 OpenClaw AI 阅读现有 Mattermost 代码帮你适配新平台。
性能参考:短途无拥堵(迭代=0)约 6 秒、15 次 API、10 条路线;长途有拥堵(迭代=1)约 30 秒、150 次 API、40 条路线。首次使用建议 MAX_ITER = 0 验证配置正确,MAX_ITER = 1 深度优化可能找到比官方更快的路线。
依赖:Python 3.8+、requests(唯一第三方依赖)、高德 Web 服务 API Key。
除了核心驾车规划外,NavClaw 的 API Key 同样可以调用高德全套位置服务。以下功能均通过 curl 直接调用,无需额外依赖。
何时使用:当用户提到天气查询、地点搜索、地址转坐标、坐标转地址、行政区划等需求时,可直接使用以下接口。
获取某城市当前天气或未来预报。需要城市 adcode,不确定时先用下方行政区划查询获取。
# 实时天气(例:北京 adcode=110000)
curl "https://restapi.amap.com/v3/weather/weatherInfo?key=$API_KEY&city=[adcode]&extensions=base"
# 未来几天预报
curl "https://restapi.amap.com/v3/weather/weatherInfo?key=$API_KEY&city=[adcode]&extensions=all"
按关键词在指定城市范围内检索兴趣点。
# 示例:在杭州搜索"咖啡馆"
curl "https://restapi.amap.com/v3/place/text?key=$API_KEY&keywords=[关键词]&city=[城市名称]"
把文字地址解析为经纬度坐标,驾车规划等接口需要坐标作为输入。
curl "https://restapi.amap.com/v3/geocode/geo?key=$API_KEY&address=[地址文本]"
将坐标反查为可读的地址描述。
# 坐标格式:经度,纬度
curl "https://restapi.amap.com/v3/geocode/regeo?key=$API_KEY&location=[经度,纬度]"
查询省市区街道的行政编码及边界,天气查询等接口依赖 adcode。
# 示例:查"北京市"的 adcode
curl "https://restapi.amap.com/v3/config/district?key=$API_KEY&keywords=[城市或区域名]&subdistrict=0"
作者:小红书 @深度连接
更多信息:GitHub · 技术文档 · 🌐 NavClaw.com · 📧 NavClaw@NavClaw.com(纯自娱自乐)
Machine endpoints, contract coverage, trust signals, runtime metrics, benchmarks, and guardrails for agent-to-agent use.
Machine interfaces
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/clawhub-skills-ai4mse-navclaw/snapshot"
curl -s "https://xpersona.co/api/v1/agents/clawhub-skills-ai4mse-navclaw/contract"
curl -s "https://xpersona.co/api/v1/agents/clawhub-skills-ai4mse-navclaw/trust"
Operational fit
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Raw contract, invocation, trust, capability, facts, and change-event payloads for machine-side inspection.
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/clawhub-skills-ai4mse-navclaw/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/clawhub-skills-ai4mse-navclaw/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/clawhub-skills-ai4mse-navclaw/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/clawhub-skills-ai4mse-navclaw/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/clawhub-skills-ai4mse-navclaw/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/clawhub-skills-ai4mse-navclaw/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "CLAWHUB",
"generatedAt": "2026-04-17T02:41:04.266Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Openclaw",
"href": "https://github.com/openclaw/skills/tree/main/skills/ai4mse/navclaw",
"sourceUrl": "https://github.com/openclaw/skills/tree/main/skills/ai4mse/navclaw",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T00:45:39.800Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/clawhub-skills-ai4mse-navclaw/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/clawhub-skills-ai4mse-navclaw/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-15T00:45:39.800Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/clawhub-skills-ai4mse-navclaw/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/clawhub-skills-ai4mse-navclaw/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub · GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to navclaw and adjacent AI workflows.