Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Amap (Gaode) Maps comprehensive service for POI search, route planning, travel planning, nearby search, heatmap visualization, and geocoding. Use when user wants to search locations, plan routes, find nearby places, or visualize geographic data.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -16% | 0% |
| case-17 | ✗→✓ | ▲ Improved | -6% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -42% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -42% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -37% | 0% |
高德地图综合服务,包括地点搜索、路径规划、旅游规划和数据可视化等功能。
访问高德开放平台 https://lbs.amap.com/api/webservice/create-project-and-key 创建应用并获取 Key。 设置环境变量:export AMAP_WEBSERVICE_KEY=your_key
URL: https://www.amap.com/search?query={关键词}
先通过地理编码 API 获取坐标: curl -s "https://restapi.amap.com/v3/geocode/geo?address={位置}&output=JSON&key={key}"
然后拼接周边搜索链接: https://ditu.amap.com/search?query={类别}&query_type=RQBXY&longitude={经度}&latitude={纬度}&range=1000
node scripts/poi-search.js --keywords=肯德基 --city=北京
node scripts/route-planning.js --type=walking --origin=116.397428,39.90923 --destination=116.427281,39.903719
支持:walking(步行)、driving(驾车)、riding(骑行)、transfer(公交)
node scripts/travel-planner.js --city=北京 --interests=景点,美食,酒店
http://a.amap.com/jsapi_demo_show/static/openclaw/heatmap.html?mapStyle=grey&dataUrl={编码后数据地址}
高德地图 Web 服务 Python 封装,需设置 AMAP_WEBSERVICE_KEY。
bashpython3 scripts/amap_tool.py geocode "北京市海淀区上地十街10号" python3 scripts/amap_tool.py poi "咖啡" --city 北京 python3 scripts/amap_tool.py drive --from "天安门" --to "首都机场" python3 scripts/amap_tool.py weather --city 110000
Other measured skills in the registry, with their headline benchmark lift.