← Back to Skills Marketplace
Amap Traffic
by
Robin797860
· GitHub ↗
· v1.0.0
2242
Downloads
2
Stars
37
Active Installs
1
Versions
Install in OpenClaw
/install amap-traffic
Description
高德地图实时路况查询与最优自驾路线规划技能。基于高德交通态势API和路径规划API,提供实时拥堵信息和最快路线建议。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install amap-traffic - After installation, invoke the skill by name or use
/amap-traffic - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
amap-traffic v1.0.0
- 首发版本:支持高德地图实时路况查询与最优自驾路线规划。
- 集成高德交通态势API与路径规划API,实时提供道路拥堵信息和最快路线推荐。
- 支持多方案对比,显示路线时间、距离、费用等信息。
- 环境变量动态读取AMAP_KEY,前端更新密钥后立即生效。
- 提供 Python 脚本实现核心功能。
Metadata
Frequently Asked Questions
What is Amap Traffic?
高德地图实时路况查询与最优自驾路线规划技能。基于高德交通态势API和路径规划API,提供实时拥堵信息和最快路线建议。 It is an AI Agent Skill for Claude Code / OpenClaw, with 2242 downloads so far.
How do I install Amap Traffic?
Run "/install amap-traffic" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Amap Traffic free?
Yes, Amap Traffic is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Amap Traffic support?
Amap Traffic is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Amap Traffic?
It is built and maintained by Robin797860 (@robin797860); the current version is v1.0.0.
More Skills