← 返回 Skills 市场
Amap Traffic
作者
Robin797860
· GitHub ↗
· v1.0.0
2242
总下载
2
收藏
37
当前安装
1
版本数
在 OpenClaw 中安装
/install amap-traffic
功能描述
高德地图实时路况查询与最优自驾路线规划技能。基于高德交通态势API和路径规划API,提供实时拥堵信息和最快路线建议。
安全使用建议
Install this only if you are comfortable providing an AMap API key and sending queried addresses or route endpoints to AMap. Use a dedicated restricted API key where possible, keep the OpenClaw config file private, and avoid submitting highly sensitive home, work, or private locations unless that sharing is acceptable.
功能分析
Type: OpenClaw Skill
Name: amap-traffic
Version: 1.0.0
The skill bundle is designed for AMap traffic and route planning. It legitimately reads its required `AMAP_KEY` from the OpenClaw configuration file (`/home/admin/.openclaw/openclaw.json` or `~/.openclaw/openclaw.json`) or environment variables, as described in `SKILL.md` and implemented in `scripts/amap_traffic.py`. All network requests are directed to official AMap API endpoints. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection attempts against the agent. The behavior is clearly aligned with its stated purpose.
能力评估
Purpose & Capability
The documented purpose is real-time traffic lookup and driving route planning, and the script implements geocoding plus AMap driving-route API calls that match that purpose.
Instruction Scope
Instructions are limited to configuring AMAP_KEY and running traffic or route queries; I found no prompt overrides, unrelated automation, hidden agent instructions, or deceptive behavior.
Install Mechanism
The bundle contains a SKILL.md file and one Python script using standard-library modules; there are no package installs, downloaders, post-install hooks, or shell persistence steps.
Credentials
The skill reads AMAP_KEY from OpenClaw config or the environment and sends addresses or route coordinates to AMap, which is proportionate for mapping but involves third-party location-data sharing.
Persistence & Privilege
The script re-reads OpenClaw config files on each run to get the latest key, as documented, but it does not write files, create background workers, persist state, or use unrelated credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install amap-traffic - 安装完成后,直接呼叫该 Skill 的名称或使用
/amap-traffic触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
amap-traffic v1.0.0
- 首发版本:支持高德地图实时路况查询与最优自驾路线规划。
- 集成高德交通态势API与路径规划API,实时提供道路拥堵信息和最快路线推荐。
- 支持多方案对比,显示路线时间、距离、费用等信息。
- 环境变量动态读取AMAP_KEY,前端更新密钥后立即生效。
- 提供 Python 脚本实现核心功能。
元数据
常见问题
Amap Traffic 是什么?
高德地图实时路况查询与最优自驾路线规划技能。基于高德交通态势API和路径规划API,提供实时拥堵信息和最快路线建议。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2242 次。
如何安装 Amap Traffic?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install amap-traffic」即可一键安装,无需额外配置。
Amap Traffic 是免费的吗?
是的,Amap Traffic 完全免费(开源免费),可自由下载、安装和使用。
Amap Traffic 支持哪些平台?
Amap Traffic 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Amap Traffic?
由 Robin797860(@robin797860)开发并维护,当前版本 v1.0.0。
推荐 Skills