← 返回 Skills 市场
NZTA Traffic
作者
bobwattienz
· GitHub ↗
· v1.0.0
256
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install nzta-traffic
功能描述
Query real-time NZ state highway traffic conditions from the Waka Kotahi NZTA Traffic and Travel API. Use when checking road events, incidents, closures, roa...
安全使用建议
This skill appears to do what it says: query the public Waka Kotahi traffic API and present results. Before installing or running, note that the included script requires curl and python3 even though the metadata doesn't declare them — ensure those binaries exist and are the versions you expect. The script makes outbound requests to https://trafficnz.info (and constructs image URLs from responses); if you have network egress restrictions or a security policy about contacting external hosts, consider running the script in a restricted environment or reviewing the script locally first. No secrets or unusual permissions are requested. If you want greater assurance, verify the domain and inspect the script yourself to confirm there are no modifications or unexpected network calls.
功能分析
Type: OpenClaw Skill
Name: nzta-traffic
Version: 1.0.0
The nzta-traffic skill is a legitimate tool for querying real-time road conditions from the Waka Kotahi NZTA Traffic and Travel API. The primary script, scripts/nzta-traffic.sh, uses standard bash and python patterns to fetch and format JSON data from a public government-related endpoint (trafficnz.info) without any evidence of data exfiltration, command injection, or malicious intent.
能力评估
Purpose & Capability
The name/description align with the code: the script queries the trafficnz.info REST API for events, journeys, and cameras. Minor incoherence: the registry metadata lists no required binaries, but the included script invokes curl and python3 (so those are implicitly required). No unrelated credentials or services are requested.
Instruction Scope
SKILL.md and the script instruct the agent to call trafficnz.info endpoints and format results. The script does not read local files, environment variables, or system configuration beyond normal runtime, nor does it send data to endpoints other than the documented API and image URLs derived from responses.
Install Mechanism
No install spec — instruction-only with a bundled script. Nothing is downloaded from third-party URLs and no archives are extracted. Risk is limited to running the included script.
Credentials
No environment variables, credentials, or config paths are requested. The script only performs unauthenticated HTTP GET requests to the public API, which is proportionate for the stated purpose.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system configuration, and is user-invocable only. It does not persist credentials or enable itself autonomously beyond normal skill behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nzta-traffic - 安装完成后,直接呼叫该 Skill 的名称或使用
/nzta-traffic触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
NZTA Traffic 是什么?
Query real-time NZ state highway traffic conditions from the Waka Kotahi NZTA Traffic and Travel API. Use when checking road events, incidents, closures, roa... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 256 次。
如何安装 NZTA Traffic?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nzta-traffic」即可一键安装,无需额外配置。
NZTA Traffic 是免费的吗?
是的,NZTA Traffic 完全免费(开源免费),可自由下载、安装和使用。
NZTA Traffic 支持哪些平台?
NZTA Traffic 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 NZTA Traffic?
由 bobwattienz(@bobwattienz)开发并维护,当前版本 v1.0.0。
推荐 Skills