Stats NZ
SkillWeb & browsingQuery official Stats NZ data: CPI, GDP, population estimates/projections, migration, and CSV catalogue. No API key or browser session 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 Stats NZ skill
What this skill tells your AI
The instructions your AI receives, as published by thecolab-ai/.skills in skills/stats-nz/SKILL.md and read by ahel’s review.
Goal
Query official New Zealand statistics through a small deterministic CLI with human-readable and JSON output, without browser automation, login, API keys, or local cache state.
This skill ships support for:
- Consumers price index quarterly index numbers
- National estimated population and national population projections
- Regional council estimated resident population from Stats NZ place summaries
- International long-term migrant arrivals, departures, and net migration
- Quarterly GDP production and expenditure headline series
- Exact series lookup for the wired CPI and GDP CSV releases
- Search over the Stats NZ large-datasets CSV catalogue
Use this when
- A user asks for official New Zealand CPI, GDP, population, or migration figures
- A user needs recent Stats NZ release values in a repeatable command-line workflow
- A user wants a Stats NZ CSV dataset URL or to search the public CSV catalogue
- A workflow needs public, no-login, machine-readable Stats NZ data
- Another tool or agent needs JSON output from official New Zealand statistics
Do not use this for
- Private, unpublished, embargoed, or authenticated Stats NZ data
- Administrative Data Explorer or OData API calls that require subscription keys
- Geospatial boundaries, maps, or GIS workflows from datafinder.stats.govt.nz
- Census microdata, confidentialised unit records, or custom table-builder extraction
- Redistributing public-data extracts as a standalone dataset
Preferred workflow
- Run
scripts/cli.pywith the narrowest subcommand that answers the task - Use
cpifor the headline quarterly all-groups CPI index 2a. Usefpifor the headline monthly all-groups Food Price Index - Use
populationfor national estimates,population --projection YEARfor national projections, orpopulation --region REGIONfor regional council population - Use
migrationfor latest long-term migrant arrivals, departures, and net migration - Use
gdpfor quarterly headline GDP production and expenditure series - Use
series <id>when the user gives a Stats NZSeries_reference - Use
search <query>before adding a new Stats NZ CSV-backed command - Use
--jsonwhen another tool or agent needs machine-readable output - Mention Stats NZ as the upstream source and include the release URL when reporting figures
CLI
Run with:
python3 skills/stats-nz/scripts/cli.py <command> [flags]
Commands
cpi [--from DATE] [--to DATE] [--json]- Consumers price index quarterly all-groups index for New Zealandfpi [--from DATE] [--to DATE] [--json]- Food price index monthly all-groups index for New Zealandpopulation [--region REGION] [--projection YEAR] [--scenario SCENARIO] [--json]- national population, regional council population, or national projectionmigration [--json]- latest estimated long-term migrant arrivals, departures, and net migrationgdp [--from DATE] [--to DATE] [--json]- quarterly headline GDP production and expenditure measuresseries ID [--from DATE] [--to DATE] [--limit N] [--json]- observations for a wired Stats NZSeries_referencesearch QUERY [--limit N] [--json]- search the Stats NZ large-datasets CSV catalogue
Examples:
python3 skills/stats-nz/scripts/cli.py cpi
python3 skills/stats-nz/scripts/cli.py cpi --from 2025-03 --json
python3 skills/stats-nz/scripts/cli.py fpi --json
python3 skills/stats-nz/scripts/cli.py population --json
python3 skills/stats-nz/scripts/cli.py population --region auckland --json
python3 skills/stats-nz/scripts/cli.py population --projection 2050 --json
python3 skills/stats-nz/scripts/cli.py migration --json
python3 skills/stats-nz/scripts/cli.py gdp --json
python3 skills/stats-nz/scripts/cli.py series CPIQ.SE9A --limit 4 --json
python3 skills/stats-nz/scripts/cli.py search "gross domestic product" --limit 5 --json
Resources
- CLI entrypoint:
scripts/cli.py - API and dataset notes:
references/api-notes.md
Notes
- Stats NZ is the upstream source for all implemented commands
- No API key, username, password, cookie, or browser session is required for implemented commands
cpi,fpi,gdp,migration,series, andsearchuse the public Stats NZ large-datasets CSV catalogue athttps://www.stats.govt.nz/large-datasets/csv-files-for-download/fpiresolves the latest Food Price Index "index numbers" CSV on that page; the bulk-CSV page can host an older FPI release than Infoshare, so it auto-freshens when a newer CSV is postedpopulationuses public Stats NZ indicator, projection release, and place-summary pages- The modern Stats NZ OData/API surface was not wired because live discovery indicated subscription-key requirements; this skill stays no-login and read-only
- CSV release URLs change as new releases are published; the CLI discovers the current release from the Stats NZ catalogue where possible
- Default output is human-readable; every data command supports
--jsonfor chaining into other tools - Avoid high-volume polling; use narrow commands and date filters
Signals
- GitHub stars
- 25
- Forks
- 6
- Last commit
- Sep 2026
ahel review
K6low
bundled executables the agent is told to run
Automated review, not a security audit. Ruleset v1+k2.
Advanced
- Catalog kind
- skill
- Gateway key
stats-nz- Source
- github.com/thecolab-ai/.skills