Stats NZ DataInfo+ / Aria
SkillDev toolsQuery Stats NZ DataInfo+ / Aria classifications, concepts, concordances, and quality standards with lookup IDs, code lists, version history, and category metadata.
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 DataInfo+ / Aria skill
What this skill tells your AI
The instructions your AI receives, as published by thecolab-ai/.skills in skills/statsnz-classifications-nz/SKILL.md and read by ahel’s review.
Goal
Read-only access to Stats NZ DataInfo+ / Aria metadata for NZ statistical classifications and their lineage.
This skill lives in scripts/cli.py and documents upstream behavior in references/api-notes.md.
Use this when
- You need definitions, labels, and stable IDs for classifications, concept variables, and related metadata.
- You need to inspect code lists or resolve category labels used by official NZ classifications.
- You need concordance or version metadata where the source exposes it.
- You need a machine-readable source link for reproducible metadata workflows.
Do not use this for
- Time series data or non-DataInfo+ statistics values.
- High-volume mirroring or full catalog scraping.
- Any source with explicit rate limits or restrictions.
Commands
search TERM [--scope {all,codelists,concepts,qualitystandards,concept-sets}] [--limit N] [--json]- search DataInfo+ itemsclassification get ID [--agency AGENCY] [--code-limit N] [--code-depth D] [--category-limit N] [--json]- inspect one item, returning metadata and code/category references when presentclassification versions ID [--agency AGENCY] [--json]- fetch public version historyclassification categories ID [--agency AGENCY] [--limit N] [--json]- resolve category metadata referenced by a classificationconcordance FROM TO [--query-queries Q1,Q2] [--limit N] [--json]- return concept-set/registry entries that match a concordance/crosswalk pair when availablestandards [QUERY] [--limit N] [--json]- list currently discoverable quality standards metadata records
Sources
- Search pages:
https://datainfoplus.stats.govt.nz/search/{scope} - Item JSON:
https://datainfoplus.stats.govt.nz/item/{agency}/{identifier}/json - Version history:
https://datainfoplus.stats.govt.nz/item/{agency}/{identifier}/_history
Notes
- Stdlib-only, read-only HTTP calls.
- Upstream outages and blocked responses are returned as
upstream_unavailable/upstream_blockedstatus payloads in JSON mode. - Never fabricate metadata: payloads are returned only from public upstream pages.
--jsonis supported on all data commands.
Signals
- GitHub stars
- 25
- Forks
- 6
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
statsnz-classifications-nz- Source
- github.com/thecolab-ai/.skills