Loading...
Loading...
Skill for real-time traffic query and optimal self-driving route planning based on Amap. It provides real-time congestion information and fastest route recommendations by leveraging Amap Traffic Situation API and Route Planning API.
npx skill4agent add agentbay-ai/agentbay-skills amap-trafficskills.entries.amap-traffic.AMAP_KEYopenclaw.jsonNote: This skill reads the latestfromAMAP_KEYevery time it is called, supporting immediate effect after dynamic key update on the frontend.openclaw.json
curl "https://restapi.amap.com/v3/traffic/status/road?roadid={Road ID}&key={Dynamically read AMAP_KEY}"curl "https://restapi.amap.com/v3/direction/driving?origin={Starting coordinates}&destination={Destination coordinates}&strategy=2&key={Dynamically read AMAP_KEY}"strategy=2/home/admin/.openclaw/openclaw.json