📦 Amap Memory Map — 技能工具
v1.0.1把你的生活记忆标记在地图上。告诉我你去过的地方、发生过的故事,我会通过高德地图自动定位、标注,生成可探索的记忆地图。支持时间轴回放、区域聚合、天气还原和分享导出。
0· 5·0 当前·0 累计
安全扫描
OpenClaw
安全
high confidenceThe skill's requirements and runtime instructions are coherent with its stated purpose (mapping memories via Amap Web Services); the only notable issue is a privacy nuance about what gets sent to the external API.
评估建议
This skill appears to do what it says: it will call Amap Web Services and needs your AMAP_API_KEY. Before installing, consider: (1) Amap will receive the location strings (and possibly place names) you provide — avoid sending highly sensitive personal stories if you don't want them shared with the provider. (2) Treat AMAP_API_KEY as sensitive: use a key scoped to a test or limited project if possible, and monitor/rotate it if you reuse it elsewhere. (3) Review Amap's API terms and data retention...详细分析 ▾
✓ 用途与能力
Name/description (记忆地图 using 高德地图) align with declared requirements: a single AMAP_API_KEY is expected for Amap Web Service calls. No unrelated binaries, installs, or extraneous credentials are requested.
ℹ 指令范围
SKILL.md explicitly describes extracting place names, geocoding, reverse geocoding, weather and POI lookups via Amap APIs — all within mapping scope. Minor ambiguity: the privacy section claims 'all memory data processed only in local session' while the flow sends address/coordinate queries to Amap; user-provided location strings (and potentially identifying place context) will be transmitted to the third-party API.
✓ 安装机制
Instruction-only skill with no install spec and no code files — no packages or downloads to evaluate. Low install risk.
ℹ 凭证需求
Only AMAP_API_KEY is required and is appropriate for the described web-service usage. Reminder: this key is sensitive (gives Amap-API access tied to your account and quotas). The skill does not request unrelated credentials or file system paths.
✓ 持久化与权限
always is false and autonomous invocation is default; the skill does not request permanent platform-wide privileges or to modify other skills. No signs of privileged persistence.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.12026/4/15
- Change summary: Updated the configuration section to clarify setup requirements and simplify integration. - 前置配置改为直接通过高德 Web 服务 API(HTTP接口)获取数据,无需本地服务或二进制依赖 - 配置高德地图 API Key 更简明,只需设置环境变量 AMAP_API_KEY - 移除了对 "amap-mcp-server" 的依赖说明 - 细化了 API Key 配置步骤,突出仅需 HTTP 接口调用 - 其余功能、用法、示例和隐私声明保持不变
● 无害
安装命令
点击复制官方npx clawhub@latest install amap-memory-map
镜像加速npx clawhub@latest install amap-memory-map --registry https://cn.longxiaskill.com镜像同步中