Statsnz Building Consents
SkillDev toolsQuery official Stats NZ building-consent counts, values and floor area by region, building type and period with revision context.
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 Statsnz Building Consents skill
What this skill tells your AI
The instructions your AI receives, as published by thecolab-ai/.skills in skills/statsnz-building-consents/SKILL.md and read by ahel’s review.
Use the read-only Python CLI to retrieve embedded release series and workbook tables from Stats NZ.
Every command supports --json, bounded requests, stable exit codes, source URLs and retrieval timestamps.
Commands
# show latest release resources
python3 scripts/cli.py latest --json
# filter by geography
python3 scripts/cli.py region NAME --json
# filter by building type
python3 scripts/cli.py type NAME --json
# retrieve a date-range time series
python3 scripts/cli.py timeseries --from 2025-01 --to 2026-05 --json
# retrieve published national value measures
python3 scripts/cli.py value --region "New Zealand" --json
# compare the latest published regional dwelling counts
python3 scripts/cli.py compare-regions --json
# show measure, classification and revision definitions
python3 scripts/cli.py definitions --json
Add --limit N (1–100) to bound any command. Human output is the default.
Coverage and interpretation
- Consents are intentions or authorisations, not completed buildings.
- Keep residential units, buildings, alterations and non-residential measures distinct.
- Preserve revised series and geography-boundary context.
The current information release exposes monthly actual, seasonally adjusted and trend series plus regional comparison tables as embedded CSV. Its linked workbook supplies annual national count, value and floor-area series with Stats NZ series references. Regional release tables cover new-dwelling counts; the workbook's value and floor-area tables are national, so non-national value requests fail explicitly rather than implying unsupported coverage.
Resources
scripts/cli.py— canonical command entrypointscripts/test_contract.py— deterministic repository contract auditscripts/smoke_test.py— parser fixture and bounded live probetests/fixtures/release.html— deterministic first-party release metadata and graph fixturereferences/source-profile.json— command schema, source allowlist and warningsreferences/source-notes.md— feasibility, provenance and source limits
Signals
- GitHub stars
- 25
- Forks
- 6
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
statsnz-building-consents- Source
- github.com/thecolab-ai/.skills