Tiaki Wai Water NZ
SkillProductivityQuery Wellington Water (Tiaki Wai) public network fault and job status records through a lightweight no-login CLI: current water, wastewater, and stormwater faults and repair jobs across Wellington, Hutt, Upper Hutt, and Porirua with location, status, priority, and report times. Use when the task involves Wellington-region water outages, pipe faults, stormwater blockages, or three-waters incident monitoring. Read-only; no authentication required.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Tiaki Wai Water NZ skill
What this skill tells your AI
The instructions your AI receives, as published by thecolab-ai/.skills in skills/tiakiwai-water-nz/SKILL.md and read by ahel’s review.
Goal
Query Wellington Water's (Tiaki Wai's) public network fault and job records — the data behind their network-status map — for current drinking water, wastewater, and stormwater faults across Wellington, Hutt, Upper Hutt, and Porirua council areas.
Use this when
- A task needs current Wellington-region water/wastewater/stormwater faults or repair jobs (location, status, priority, report time)
- A task needs fault counts by council area and water type (storm-impact signal)
- A workflow needs machine-readable three-waters incident data for the region
Do not use this for
- Fault reporting, service requests, or any account/write action
- Water quality (use
lawa-nz/safeswim-nz) or river levels (usegwrc-hilltop-nz) - South Wairarapa (SWDC jobs are not present in the public layer as observed)
Commands
python3 skills/tiakiwai-water-nz/scripts/cli.py summary --json
python3 skills/tiakiwai-water-nz/scripts/cli.py faults --council wcc --water-type storm --limit 20
python3 skills/tiakiwai-water-nz/scripts/cli.py faults --search "miramar" --json
python3 skills/tiakiwai-water-nz/scripts/cli.py fault 940173 --json
faults [--council wcc|hcc|pcc|uhcc] [--water-type drinking|storm|waste] [--search TEXT] [--include-resolved] [--limit N] [--json]— open jobs, newest firstfault JOB_NUMBER [--json]— one known job with full detail, including a resolved historical record when it remains on the public layersummary [--council ...] [--water-type ...] [--include-resolved] [--json]— open-job counts by council and water type
Notes
- Data source: the public ArcGIS feature layer Tiaki Wai's own outage map reads
(
Job_Status_Public_View); no key or login. - Rows the source marks "Do Not Display" are always excluded.
faultsandsummaryexclude resolved jobs unless--include-resolved; directfaultlookup can return a resolved record when its job number is known. - Timestamps are converted to Pacific/Auckland ISO; raw epoch values remain in
fault'sraw_properties. - Jobs are operational maintenance records, not customer-facing outage notices — a job's existence does not by itself mean supply is off.
Resources
- CLI entrypoint:
scripts/cli.py - Contract test:
scripts/test_contract.py; smoke test:scripts/smoke_test.py - Endpoint discovery and field notes:
references/source-notes.md
Signals
- GitHub stars
- 25
- Forks
- 6
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
tiakiwai-water-nz- Source
- github.com/thecolab-ai/.skills