Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @teweitao Updated 6/28/2026 880 downloads 0 stars Security: Pass

🚦 Traffic Data OpenClaw Plugin & Skill | ClawHub

Looking to integrate Traffic Data into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.

What this skill does

Query traffic data - real-time road conditions, traffic incidents, SCATS intersection data

Install

ClawHub CLI
openclaw skills install @teweitao/traffic-data
Node.js (npx)
npx clawhub@latest install traffic-data

Full SKILL.md

Open original
Metadata table.
namedescription
traffic-dataQuery traffic data - real-time road conditions, traffic incidents, SCATS intersection data

SKILL.md content below is scrollable.

Traffic Data Skill

查询交通数据,包括实时路况、交通事件、SCATS路口数据等。

环境配置

.env 文件中添加:

# 百度地图API(可选)
BAIDU_MAP_KEY=your-baidu-map-api-key

# 高德地图API(可选)
GAODE_MAP_KEY=your-gaode-map-api-key

# SCATS数据API(如果有)
SCATS_API_KEY=your-scats-api-key

功能

1. 实时路况查询

node skills/traffic-data/road.js <城市> <道路名称>

2. 交通事件查询

node skills/traffic-data/incident.js <城市>

3. SCATS路口数据查询

node skills/traffic-data/scats.js <路口编号>

示例

# 查询广州实时路况
node skills/traffic-data/road.js 广州 广州大道

# 查询广州交通事件
node skills/traffic-data/incident.js 广州

# 查询SCATS路口状态
node skills/traffic-data/scats.js 001

API申请

ClawHub Registry URL: https://clawhub.ai/teweitao/skills/traffic-data

Related skills

If this matches your use case, these are close alternatives in the same category.