ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 5/5

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, roadworks, traffic cameras, or travel conditions on New Zealand highways. Covers all 14 NZ regions (Northland to Southland). No API key required. Use for queries like "how's the traffic", "any road closures", "check SH1 conditions", or "traffic cameras near Wellington".

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bobwattienz/nzta-traffic
Or

What This Skill Does

The nzta-traffic skill provides a direct interface for the Waka Kotahi NZTA Traffic and Travel API, enabling OpenClaw users to access real-time status updates for New Zealand's state highway network. By querying live data from the national traffic management system, the agent can report on road closures, traffic incidents, planned roadworks, and current travel conditions. It supports geographic filtering by region, specific highway identification, and even retrieves traffic camera feeds, offering a comprehensive view of road conditions from Northland to Southland without the need for authentication or API keys.

Installation

To integrate this skill into your environment, use the OpenClaw package manager. Execute the following command in your terminal:

clawhub install openclaw/skills/skills/bobwattienz/nzta-traffic

Ensure that your system environment has the necessary execution permissions to run shell scripts provided by the skills directory.

Use Cases

This skill is essential for daily commuters, logistics managers, and travelers across New Zealand. It is highly effective for planning trips around major roadworks, checking if a mountain pass is closed during adverse weather, or identifying traffic bottlenecks before heading out. Because it supports specific bounding box queries and camera lists, it is also useful for integrating real-time traffic visuals into monitoring dashboards or reporting workflows.

Example Prompts

  1. "Check the current traffic status for SH1 heading out of Wellington; are there any closures?"
  2. "List all active roadworks in the Canterbury region and check if there are any major delays on SH7."
  3. "Show me the traffic camera feeds near the Auckland Harbour Bridge and report any incidents in the area."

Tips & Limitations

  • Understanding Output: The API returns an empty response if there are no active events for a requested region or highway—treat this as "All clear."
  • Specificity: Always use --list-regions and --list-journeys to get the correct IDs, as names may vary slightly in the database compared to common parlance.
  • Geometries: The default setting suppresses heavy geometry data for faster response times. If you require mapped routes, remember to adjust the --zoom parameter, though this will increase payload size.
  • API Stability: As this pulls from public Waka Kotahi services, ensure you are not flooding the endpoint with rapid-fire, high-frequency requests, as it may lead to rate limiting.

Metadata

Stars4190
Views0
Updated2026-04-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bobwattienz-nzta-traffic": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#nz-traffic#transportation#real-time#roads#waka-kotahi
Safety Score: 5/5

Flags: network-access, external-api