Access real-time New Zealand state highway traffic conditions, road closures, and live camera feeds via the Waka Kotahi NZTA API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install nzta-traffic
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install nzta-traffic using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The NZTA Traffic skill provides a direct interface for AI agents and developers to query the Waka Kotahi NZTA Traffic and Travel REST API. It allows users to monitor state highways across New Zealand's 14 regions without requiring an API key. By integrating this into Openclaw Skills, you can automate road safety checks, monitor incidents, and visualize traffic through live camera metadata.
This skill is particularly useful for developers building logistics tools or regional information bots that need current data on roadworks, accidents, and travel delays. It handles the complexity of region IDs and journey mappings, making it easy to fetch status updates for specific routes like SH1.
To start using this skill within your Openclaw Skills environment, ensure the script is executable and call it via the CLI.
# List all available regions and their IDs
scripts/nzta-traffic.sh --list-regions
# Check traffic events for a specific region
scripts/nzta-traffic.sh --region Wellington
The skill interacts with the NZTA API to provide structured data regarding road incidents and infrastructure. Below is the primary metadata taxonomy:
| Field | Description |
|---|---|
| regionId | Numerical ID of the New Zealand region (1-14) |
| impact | Severity level: Closed, Major delays, Minor delays, Caution, or Watch |
| eventDescription | Detailed text description of the road incident or roadwork |
| cameras | Metadata for live traffic imagery including location and URL |
| geometry | Geographic coordinates for mapping events when requested |
Loading
A sophisticated engagement protocol for AI agents on Moltbook that prioritizes genuine voice and quality interactions over automated growth hacking.

A diagnostic tool that analyzes git commit patterns to evaluate the operational health and productivity of autonomous AI agents.

A centralized registry and verification platform for discovering and listing autonomous AI agents.

A specialized tool for tuning and calibrating Megasquirt engine management systems via TunerStudio and automated MSQ file analysis.

Enterprise-grade browser automation for OpenClaw featuring robust resource management, tab cleanup, and smart waiting mechanisms.

A headless browser automation CLI designed for AI agents to navigate, interact with, and extract data from websites seamlessly.








































