Justice Data NZ
SkillDev toolsQuery New Zealand Ministry of Justice data tables for finalised charges, convictions, sentencing outcomes, family-violence offences, and youth justice statistics. Use when Codex needs official MoJ justice statistics, workbook URLs, or JSON rows from public no-key justice data tables.
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 Justice Data NZ skill
What this skill tells your AI
The instructions your AI receives, as published by thecolab-ai/.skills in skills/justice-data-nz/SKILL.md and read by ahel’s review.
Goal
Query official Ministry of Justice public data tables through a deterministic CLI with human-readable and JSON output.
Use this when
- A user asks for New Zealand court charges, conviction, sentencing, family-violence, or youth-justice statistics
- A workflow needs a current Ministry of Justice data-table workbook URL
- Another tool or agent needs machine-readable rows for a given table year
- A user needs to cite the MoJ data-tables source rather than one-off PDF summaries
Do not use this for
- Police-recorded victimisations, proceedings, or calls-for-service data
- Corrections prison muster, remand, parole, or sentence-management data
- Stats NZ table-builder extraction unless the user specifically asks for Stats NZ mirrors
- Private court data, suppressed case details, or authenticated Ministry systems
Preferred workflow
- Run
scripts/cli.py tables --jsonto discover the current Ministry of Justice workbook URLs - Use
convictions --year YYYYfor people convicted plus finalised and convicted charges by offence - Use
sentencing --year YYYYfor sentencing outcomes for people and convicted charges - Use
family-violence --year YYYYfor family-violence offence counts, outcomes, convictions, and sentences - Use
youth --year YYYYfor children and young people statistics; add--scope youth-courtfor Youth Court-only data - Use
--jsonwhen another tool or agent needs machine-readable output - Mention the Ministry of Justice as the upstream source and include the workbook URL when reporting figures
CLI
Run with:
python3 skills/justice-data-nz/scripts/cli.py <command> [flags]
Commands:
tables [--query TEXT] [--limit N] [--json]- list available MoJ data-table workbooksconvictions --year YYYY [--offence TEXT] [--json]- people convicted, finalised charges, and convicted charges by offencesentencing --year YYYY [--json]- people convicted and convicted charges by most serious sentencefamily-violence --year YYYY [--offence TEXT] [--json]- family-violence offence, outcome, conviction, and sentence seriesyouth --year YYYY [--scope any-court|youth-court] [--age-group TEXT|all] [--offence TEXT] [--json]- youth justice charge, people, offence, and order series
Examples:
python3 skills/justice-data-nz/scripts/cli.py tables --json
python3 skills/justice-data-nz/scripts/cli.py convictions --year 2025 --offence assault --json
python3 skills/justice-data-nz/scripts/cli.py sentencing --year 2025
python3 skills/justice-data-nz/scripts/cli.py family-violence --year 2025 --json
python3 skills/justice-data-nz/scripts/cli.py youth --year 2025 --scope youth-court --json
Resources
- CLI entrypoint:
scripts/cli.py - Smoke test:
scripts/smoke_test.py - Source and fallback notes:
references/api-notes.md
Notes
- The CLI uses public, no-key Ministry of Justice workbook downloads linked from the data-tables page
- Workbooks are parsed with Python standard-library
zipfileand XML tools; no external packages are required tablescan fall back to data.govt.nz CKAN metadata if the MoJ page is blocked, but current values require the direct MoJ workbook downloads- Every network call has a timeout and upstream failures are reported as clear user-facing errors
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
justice-data-nz- Source
- github.com/thecolab-ai/.skills