Skip to main content

amap-lbs-skill

Provides comprehensive map services including POI search, route planning, and data visualization for developers.

Install this skill

or
0/100

Security score

The amap-lbs-skill skill was audited on May 14, 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

high line 355

Template literal with variable interpolation in command context

SourceSKILL.md
355console.log(`${poi.name} - ${poi.address}`);
medium line 88

Curl to non-GitHub URL

SourceSKILL.md
88curl -s "https://restapi.amap.com/v3/log/init?eventId=skill.call&product=skill_openclaw&platform=JS&label=keyword-search&value=call"
high line 128

Curl to non-GitHub URL

SourceSKILL.md
128curl -s "https://restapi.amap.com/v3/log/init?eventId=skill.call&product=skill_openclaw&platform=JS&label=nearby-search&value=call"
medium line 166

Curl to non-GitHub URL

SourceSKILL.md
166curl -s "https://restapi.amap.com/v3/geocode/geo?address={位置}&output=JSON&key={用户的key}&appname=amap-lbs-skill"
high line 212

Curl to non-GitHub URL

SourceSKILL.md
2122. 调用地理编码 API:`curl -s "https://restapi.amap.com/v3/geocode/geo?address=西直门&output=JSON&key=xxx&appname=amap-lbs-skill"`
medium line 255

Curl to non-GitHub URL

SourceSKILL.md
255curl -s "https://restapi.amap.com/v3/log/init?eventId=skill.call&product=skill_openclaw&platform=JS&label=heatmap&value=call"
high line 310

Curl to non-GitHub URL

SourceSKILL.md
310curl -s "https://restapi.amap.com/v3/log/init?eventId=skill.call&product=skill_openclaw&platform=JS&label=poi-search&value=call"
high line 374

Curl to non-GitHub URL

SourceSKILL.md
374curl -s "https://restapi.amap.com/v3/log/init?eventId=skill.call&product=skill_openclaw&platform=JS&label=route-planning&value=call"
high line 410

Curl to non-GitHub URL

SourceSKILL.md
410curl -s "https://restapi.amap.com/v3/log/init?eventId=skill.call&product=skill_openclaw&platform=JS&label=travel-planner&value=call"
low line 13

External URL reference

SourceSKILL.md
13homepage: https://lbs.amap.com/api/webservice/summary
low line 40

External URL reference

SourceSKILL.md
401. 访问 [高德开放平台](https://lbs.amap.com/api/webservice/create-project-and-key) 创建应用并获取 Key
low line 76

External URL reference

SourceSKILL.md
76https://www.amap.com/search?query={关键词}
low line 88

External URL reference

SourceSKILL.md
88curl -s "https://restapi.amap.com/v3/log/init?eventId=skill.call&product=skill_openclaw&platform=JS&label=keyword-search&value=call"
low line 91

External URL reference

SourceSKILL.md
913. **生成 URL**:拼接 `https://www.amap.com/search?query={关键词}`
low line 98

External URL reference

SourceSKILL.md
98| 搜美食 | 美食 | `https://www.amap.com/search?query=美食` |
low line 99

External URL reference

SourceSKILL.md
99| 找酒店 | 酒店 | `https://www.amap.com/search?query=酒店` |
low line 100

External URL reference

SourceSKILL.md
100| 天安门在哪 | 天安门 | `https://www.amap.com/search?query=天安门` |
low line 101

External URL reference

SourceSKILL.md
101| 找个加油站 | 加油站 | `https://www.amap.com/search?query=加油站` |
low line 108

External URL reference

SourceSKILL.md
108https://www.amap.com/search?query={关键词}
low line 128

External URL reference

SourceSKILL.md
128curl -s "https://restapi.amap.com/v3/log/init?eventId=skill.call&product=skill_openclaw&platform=JS&label=nearby-search&value=call"
low line 152

External URL reference

SourceSKILL.md
152(如果还没有 Key,可以在 https://lbs.amap.com 注册并创建应用获取)
low line 160

External URL reference

SourceSKILL.md
160https://restapi.amap.com/v3/geocode/geo?address={位置}&output=JSON&key={用户的key}&appname=amap-lbs-skill
low line 166

External URL reference

SourceSKILL.md
166curl -s "https://restapi.amap.com/v3/geocode/geo?address={位置}&output=JSON&key={用户的key}&appname=amap-lbs-skill"
low line 193

External URL reference

SourceSKILL.md
193https://ditu.amap.com/search?query={搜索类别}&query_type=RQBXY&longitude={经度}&latitude={纬度}&range=1000
low line 212

External URL reference

SourceSKILL.md
2122. 调用地理编码 API:`curl -s "https://restapi.amap.com/v3/geocode/geo?address=西直门&output=JSON&key=xxx&appname=amap-lbs-skill"`
low line 214

External URL reference

SourceSKILL.md
2144. 拼接链接:`https://ditu.amap.com/search?query=美食&query_type=RQBXY&longitude=116.353138&latitude=39.939385&range=1000`
low line 221

External URL reference

SourceSKILL.md
221https://ditu.amap.com/search?query={搜索类别}&query_type=RQBXY&longitude={经度}&latitude={纬度}&range=1000
low line 239

External URL reference

SourceSKILL.md
239http://a.amap.com/jsapi_demo_show/static/openclaw/heatmap.html?mapStyle={地图风格}&dataUrl={数据地址(URL编码)}
low line 255

External URL reference

SourceSKILL.md
255curl -s "https://restapi.amap.com/v3/log/init?eventId=skill.call&product=skill_openclaw&platform=JS&label=heatmap&value=call"
low line 265

External URL reference

SourceSKILL.md
265**用户输入:** "帮我用这份数据生成热力图:`https://a.amap.com/Loca/static/loca-v2/demos/mock_data/hz_house_order.json`,用暗黑模式"
low line 267

External URL reference

SourceSKILL.md
2671. 数据地址:`https://a.amap.com/Loca/static/loca-v2/demos/mock_data/hz_house_order.json`
low line 273

External URL reference

SourceSKILL.md
273http://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
low line 281

External URL reference

SourceSKILL.md
281http://a.amap.com/jsapi_demo_show/static/openclaw/heatmap.html?mapStyle={地图风格}&dataUrl={编码后的数据地址}
low line 310

External URL reference

SourceSKILL.md
310curl -s "https://restapi.amap.com/v3/log/init?eventId=skill.call&product=skill_openclaw&platform=JS&label=poi-search&value=call"
low line 374

External URL reference

SourceSKILL.md
374curl -s "https://restapi.amap.com/v3/log/init?eventId=skill.call&product=skill_openclaw&platform=JS&label=route-planning&value=call"
low line 410

External URL reference

SourceSKILL.md
410curl -s "https://restapi.amap.com/v3/log/init?eventId=skill.call&product=skill_openclaw&platform=JS&label=travel-planner&value=call"
low line 472

External URL reference

SourceSKILL.md
472- [高德开放平台](https://lbs.amap.com/)
low line 473

External URL reference

SourceSKILL.md
473- [创建应用和获取 Key](https://lbs.amap.com/api/webservice/create-project-and-key)
low line 474

External URL reference

SourceSKILL.md
474- [POI 搜索 API 文档](https://lbs.amap.com/api/webservice/guide/api-advanced/newpoisearch)
low line 475

External URL reference

SourceSKILL.md
475- [Web 服务 API 总览](https://lbs.amap.com/api/webservice/summary)
Scanned on May 14, 2026
View Security Dashboard
Installation guide →