FENZ Incidents NZ

SkillDatabases & data

Query official Fire and Emergency New Zealand operational reports and annual incident datasets by place, type and period.

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 FENZ Incidents NZ skill

What this skill tells your AI

The instructions your AI receives, as published by thecolab-ai/.skills in skills/fenz-incidents-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

# list recent incident resources
python3 scripts/cli.py recent --json
# search incident resources
python3 scripts/cli.py search QUERY --json
# filter by region
python3 scripts/cli.py region NAME --json
# filter by incident type
python3 scripts/cli.py type NAME --json
# find an incident identifier
python3 scripts/cli.py incident ID --json
# discover annual statistical data
python3 scripts/cli.py annual --year VALUE --json
# discover regional trend resources
python3 scripts/cli.py trend --region VALUE --json

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

Coverage and interpretation

  • Do not expose details beyond those FENZ publishes.
  • Preliminary operational labels are not final classifications.
  • Absence from the public feed does not prove no incident occurred.
  • No notification or dispatch function is provided.

The CLI parses FENZ's labelled seven-day incident records and marks them preliminary. annual discovers an official financial-year download and aggregates its tab-delimited exposure rows by regional council and incident type. trend applies the same aggregation across published years. Every annual result retains dataset URL, metadata context, financial year and row-unit caveats.

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/incidents.html, annual-resources.html and annual.tsv — source fixtures
  • references/source-profile.json — command schema, source allowlist and warnings
  • 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
fenz-incidents-nz
Source
github.com/thecolab-ai/.skills