Drinking Water Register NZ

SkillDocs & knowledge

Query public Hinekōrako drinking-water supplier, supply, service-area and document records. Use for registration discovery; registration is not proof of current water safety.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Drinking Water Register NZ skill

What this skill tells your AI

The instructions your AI receives, as published by thecolab-ai/.skills in skills/drinking-water-register-nz/SKILL.md and read by ahel’s review.

Use the read-only Python CLI to retrieve and filter records exposed by the official first-party source. Every command supports --json, bounded requests, stable exit codes, source URLs and retrieval timestamps.

Commands

# search registered suppliers
python3 scripts/cli.py supplier QUERY --json
# search supplies
python3 scripts/cli.py supply ID_OR_NAME --json
# filter by region
python3 scripts/cli.py region NAME --json
# discover nearby records where official location data permit
python3 scripts/cli.py near --lat VALUE --lon VALUE --json
# discover public documents
python3 scripts/cli.py documents ID --json

Add --limit N (1–100) to bound any command. Human output is the default.

Coverage and interpretation

  • Registration is not proof of current potability or compliance.
  • Missing public documents do not prove non-compliance.
  • Suppression, privacy and small-supply publication limits are preserved.

The CLI uses the same public Power Pages grid and read-only detail pages as the official register. Supply results include the public ID, name, type, community and canonical detail URL; exact ID lookup adds registration status, population, region, authority and published documents where present. documents requires an exact case-insensitive supply ID or name, returns a stable document-only record (including an empty document list where none are published), and returns no records for fuzzy-only matches. near is an explicit unsupported operation because the register does not expose reliable public coordinates or service-area geometry.

Resources

  • scripts/cli.py — canonical command entrypoint
  • scripts/test_contract.py — deterministic repository contract audit
  • scripts/smoke_test.py — parser fixture and bounded live probe
  • tests/fixtures/grid.json and supply-detail.html — representative public-register fixtures
  • references/source-notes.md — feasibility, provenance and source limits

Signals

GitHub stars
25
Forks
6
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
drinking-water-register-nz
Source
github.com/thecolab-ai/.skills