← All skills
Tencent SkillHub · Data Analysis

Traffic-Data

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
index.js, package-lock.json, package.json, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

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申请

百度地图开放平台:https://lbsyun.baidu.com/ 高德地图开放平台:https://lbs.amap.com/

Category context

Data access, storage, extraction, analysis, reporting, and insight generation.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Config1 Docs1 Scripts
  • SKILL.md Primary doc
  • index.js Scripts
  • package-lock.json Config
  • package.json Config