← 返回 Skills 市场
lbs-amap

Gaode Map Personal - 高德官方个人专属地图 Skill

作者 GaodeMapOfficial · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
283
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install personal-map
功能描述
高德地图个人专属地图生成工具。封装了高德开放平台的Web服务API,提供地理编码、POI搜索、路径规划、周边搜索、天气查询等能力,最终生成可在高德地图App中打开的个人地图小程序二维码。当用户提到以下任意场景时,都应主动使用本技能:查找附近的餐厅/景点/商场等POI、规划从A到B的路线(步行/驾车/公交/骑行)、...
安全使用建议
This skill appears to do what it says (call AMap APIs and build personal-map QR codes), but take these precautions before installing or using it: - Limit and protect your AMAP_API_KEY: create an API key with minimal scope and usage limits; rotate it if you suspect misuse. - Be aware of the QR generation step: the code posts the schema_url to a third‑party QR service (https://api.qrserver.com). That provider will receive the schema_url, which could include map identifiers or location data — avoid including sensitive or private location data in the schema_url if you care about privacy. - Files are saved locally and SKILL.md recommends embedding file:// links. Avoid embedding local file paths you don't want shared; run the skill in a sandboxed environment if possible. - Inspect the included Python files yourself (scripts/amap_personal_map_client.py and examples) before use to confirm no further exfiltration is added in future versions. Pay attention to any changes that introduce network calls to unknown domains or persistent storage of session data. - If you plan to use this skill in automation, consider additional logging/monitoring and rate limits on the API key. Confidence is medium because the code is coherent and matches its description, but the package has no homepage/source provenance and uses a third‑party QR service which could leak map content.
功能分析
Type: OpenClaw Skill Name: personal-map Version: 1.0.0 The skill is a legitimate wrapper for the Amap (Gaode) Map REST API, providing geocoding, POI search, and route planning. It includes a feature to generate and display a personal map QR code by fetching an image from a third-party service (api.qrserver.com) and saving it locally, which is consistent with its stated purpose of sharing maps. No evidence of malicious intent, data exfiltration, or unauthorized command execution was found in scripts/amap_personal_map_client.py or the SKILL.md instructions.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The skill is a wrapper around 高德 (AMap) Web Service APIs and only requires AMAP_API_KEY, which is exactly the credential needed for that purpose. The included functions (geocoding, POI search, routing, IP location, and maps_schema_personal_map) align with the description. No unrelated credentials or unusual binaries are requested.
Instruction Scope
SKILL.md is explicit about how to use the client and instructs the agent to always generate and present a personal-map QR code at the end of sessions (download image, call present tool, embed file:// link, provide fallback URL). This stays within the mapping use case, but it instructs uploading the schema URL to a third‑party QR service (api.qrserver.com) and saving files to local paths. That can leak the schema_url (which may encode map content or identifiers) to the QR provider and causes local file creation and file:// embedding which may expose local paths or files if responses are forwarded. The instructions also encourage automatic generation of a QR for any conversation involving location, which could increase frequency of such data being exposed.
Install Mechanism
There is no install script; this is instruction-plus-python-files only. requirements.txt lists only 'requests'. No archived downloads, weird URLs, or installers are present. Risk from install mechanism is low.
Credentials
The only required environment variable is AMAP_API_KEY (declared as primaryEnv), which is appropriate for calling AMap REST APIs. No other secrets, tokens, or unrelated credentials are requested. Note: API keys are sensitive — the skill sends requests to AMap and to an external QR generator that receives the schema URL; use a key with minimal privileges and rotate/restrict it if possible.
Persistence & Privilege
The skill does not request persistent 'always' privilege. The client keeps session_data (POIs, routes, personal_maps) in-memory per instance; the provided example code writes QR image files to user directories but the library code does not persist tracked session_data to disk or external servers. There is no code that modifies other skills or system-wide config.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install personal-map
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /personal-map 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
首次发布:高德地图个人专属地图生成工具,支持地理编码、POI搜索、路径规划,生成可在高德地图App中扫码打开的个人地图
元数据
Slug personal-map
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Gaode Map Personal - 高德官方个人专属地图 Skill 是什么?

高德地图个人专属地图生成工具。封装了高德开放平台的Web服务API,提供地理编码、POI搜索、路径规划、周边搜索、天气查询等能力,最终生成可在高德地图App中打开的个人地图小程序二维码。当用户提到以下任意场景时,都应主动使用本技能:查找附近的餐厅/景点/商场等POI、规划从A到B的路线(步行/驾车/公交/骑行)、... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 283 次。

如何安装 Gaode Map Personal - 高德官方个人专属地图 Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install personal-map」即可一键安装,无需额外配置。

Gaode Map Personal - 高德官方个人专属地图 Skill 是免费的吗?

是的,Gaode Map Personal - 高德官方个人专属地图 Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Gaode Map Personal - 高德官方个人专属地图 Skill 支持哪些平台?

Gaode Map Personal - 高德官方个人专属地图 Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Gaode Map Personal - 高德官方个人专属地图 Skill?

由 GaodeMapOfficial(@lbs-amap)开发并维护,当前版本 v1.0.0。

💬 留言讨论