amap-lbs-skill
Provides comprehensive map services including POI search, route planning, and data visualization for enhanced travel experiences.
Install this skill
Security score
The amap-lbs-skill skill was audited on May 15, 2026 and we found 40 security issues across 3 threat categories, including 6 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 355 | console.log(`${poi.name} - ${poi.address}`); |
Curl to non-GitHub URL
| 88 | curl -s "https://restapi.amap.com/v3/log/init?eventId=skill.call&product=skill_openclaw&platform=JS&label=keyword-search&value=call" |
Curl to non-GitHub URL
| 128 | curl -s "https://restapi.amap.com/v3/log/init?eventId=skill.call&product=skill_openclaw&platform=JS&label=nearby-search&value=call" |
Curl to non-GitHub URL
| 166 | curl -s "https://restapi.amap.com/v3/geocode/geo?address={位置}&output=JSON&key={用户的key}&appname=amap-lbs-skill" |
Curl to non-GitHub URL
| 212 | 2. 调用地理编码 API:`curl -s "https://restapi.amap.com/v3/geocode/geo?address=西直门&output=JSON&key=xxx&appname=amap-lbs-skill"` |
Curl to non-GitHub URL
| 255 | curl -s "https://restapi.amap.com/v3/log/init?eventId=skill.call&product=skill_openclaw&platform=JS&label=heatmap&value=call" |
Curl to non-GitHub URL
| 310 | curl -s "https://restapi.amap.com/v3/log/init?eventId=skill.call&product=skill_openclaw&platform=JS&label=poi-search&value=call" |
Curl to non-GitHub URL
| 374 | curl -s "https://restapi.amap.com/v3/log/init?eventId=skill.call&product=skill_openclaw&platform=JS&label=route-planning&value=call" |
Curl to non-GitHub URL
| 410 | curl -s "https://restapi.amap.com/v3/log/init?eventId=skill.call&product=skill_openclaw&platform=JS&label=travel-planner&value=call" |
External URL reference
| 13 | homepage: https://lbs.amap.com/api/webservice/summary |
External URL reference
| 40 | 1. 访问 [高德开放平台](https://lbs.amap.com/api/webservice/create-project-and-key) 创建应用并获取 Key |
External URL reference
| 76 | https://www.amap.com/search?query={关键词} |
External URL reference
| 88 | curl -s "https://restapi.amap.com/v3/log/init?eventId=skill.call&product=skill_openclaw&platform=JS&label=keyword-search&value=call" |
External URL reference
| 91 | 3. **生成 URL**:拼接 `https://www.amap.com/search?query={关键词}` |
External URL reference
| 98 | | 搜美食 | 美食 | `https://www.amap.com/search?query=美食` | |
External URL reference
| 99 | | 找酒店 | 酒店 | `https://www.amap.com/search?query=酒店` | |
External URL reference
| 100 | | 天安门在哪 | 天安门 | `https://www.amap.com/search?query=天安门` | |
External URL reference
| 101 | | 找个加油站 | 加油站 | `https://www.amap.com/search?query=加油站` | |
External URL reference
| 108 | https://www.amap.com/search?query={关键词} |
External URL reference
| 128 | curl -s "https://restapi.amap.com/v3/log/init?eventId=skill.call&product=skill_openclaw&platform=JS&label=nearby-search&value=call" |
External URL reference
| 152 | (如果还没有 Key,可以在 https://lbs.amap.com 注册并创建应用获取) |
External URL reference
| 160 | https://restapi.amap.com/v3/geocode/geo?address={位置}&output=JSON&key={用户的key}&appname=amap-lbs-skill |
External URL reference
| 166 | curl -s "https://restapi.amap.com/v3/geocode/geo?address={位置}&output=JSON&key={用户的key}&appname=amap-lbs-skill" |
External URL reference
| 193 | https://ditu.amap.com/search?query={搜索类别}&query_type=RQBXY&longitude={经度}&latitude={纬度}&range=1000 |
External URL reference
| 212 | 2. 调用地理编码 API:`curl -s "https://restapi.amap.com/v3/geocode/geo?address=西直门&output=JSON&key=xxx&appname=amap-lbs-skill"` |
External URL reference
| 214 | 4. 拼接链接:`https://ditu.amap.com/search?query=美食&query_type=RQBXY&longitude=116.353138&latitude=39.939385&range=1000` |
External URL reference
| 221 | https://ditu.amap.com/search?query={搜索类别}&query_type=RQBXY&longitude={经度}&latitude={纬度}&range=1000 |
External URL reference
| 239 | http://a.amap.com/jsapi_demo_show/static/openclaw/heatmap.html?mapStyle={地图风格}&dataUrl={数据地址(URL编码)} |
External URL reference
| 255 | curl -s "https://restapi.amap.com/v3/log/init?eventId=skill.call&product=skill_openclaw&platform=JS&label=heatmap&value=call" |
External URL reference
| 265 | **用户输入:** "帮我用这份数据生成热力图:`https://a.amap.com/Loca/static/loca-v2/demos/mock_data/hz_house_order.json`,用暗黑模式" |
External URL reference
| 267 | 1. 数据地址:`https://a.amap.com/Loca/static/loca-v2/demos/mock_data/hz_house_order.json` |
External URL reference
| 273 | http://a.amap.com/jsapi_demo_show/static/openclaw/heatmap.html?mapStyle=grey&dataUrl=https%3A%2F%2Fa.amap.com%2FLoca%2Fstatic%2Floca-v2%2Fdemos%2Fmock_data%2Fhz_house_order.json |
External URL reference
| 281 | http://a.amap.com/jsapi_demo_show/static/openclaw/heatmap.html?mapStyle={地图风格}&dataUrl={编码后的数据地址} |
External URL reference
| 310 | curl -s "https://restapi.amap.com/v3/log/init?eventId=skill.call&product=skill_openclaw&platform=JS&label=poi-search&value=call" |
External URL reference
| 374 | curl -s "https://restapi.amap.com/v3/log/init?eventId=skill.call&product=skill_openclaw&platform=JS&label=route-planning&value=call" |
External URL reference
| 410 | curl -s "https://restapi.amap.com/v3/log/init?eventId=skill.call&product=skill_openclaw&platform=JS&label=travel-planner&value=call" |
External URL reference
| 472 | - [高德开放平台](https://lbs.amap.com/) |
External URL reference
| 473 | - [创建应用和获取 Key](https://lbs.amap.com/api/webservice/create-project-and-key) |
External URL reference
| 474 | - [POI 搜索 API 文档](https://lbs.amap.com/api/webservice/guide/api-advanced/newpoisearch) |
External URL reference
| 475 | - [Web 服务 API 总览](https://lbs.amap.com/api/webservice/summary) |