WINZ rates NZ
SkillCommerce & financeQuery current and historical public Work and Income New Zealand benefit/payment rate tables and A-Z benefit entitlement pages. Use when the task involves WINZ benefit rates, NZ Super rates, Jobseeker/Sole Parent/Supported Living payment amounts, Accommodation Supplement thresholds, or official Work and Income eligibility/criteria page summaries.
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 WINZ rates NZ skill
What this skill tells your AI
The instructions your AI receives, as published by thecolab-ai/.skills in skills/winz-rates-nz/SKILL.md and read by ahel’s review.
Goal
Fetch official public Work and Income New Zealand pages for benefit/payment rates and A-Z benefit entitlement information through a small deterministic Python CLI.
Use this when
- A user asks for current Work and Income benefit or payment rates
- A workflow needs official annual rate tables such as Jobseeker Support, Sole Parent Support, Supported Living Payment, NZ Super and Veteran's Pension, Accommodation Supplement, Disability Allowance, childcare assistance, or related WINZ payments
- A user asks what a named WINZ benefit is, who can get it, or wants the official Work and Income page link
- An agent needs JSON output for rate table rows or A-Z entitlement page sections
Do not use this for
- Calculating or guaranteeing a person's eligibility or entitlement amount
- Collecting private personal, health, income, housing, or identity information
- Applying for benefits, logging into MyMSD, uploading documents, or changing account data
- Using the partner-gated MSD API at
api.msd.govt.nz - High-volume scraping or mirroring Work and Income pages
Preferred workflow
- Use
rates --year <year> --jsonto list available rate sections on the April rates page. - Use
rates get <payment-slug> --year <year> --jsonto inspect one section's tables. - Use
benefits list --jsonto discover A-Z benefit entitlement page slugs. - Use
benefits get <slug> --jsonto fetch official summary, eligibility-like sections, page sections, and links. - Cite the returned
source_urland make clear that Work and Income is the authority for decisions. - If Work and Income blocks the hosting environment, report the
upstream unavailable/blockedcondition rather than guessing.
CLI
Run with:
python3 skills/winz-rates-nz/scripts/cli.py <command> [flags]
Commands
rates [--year YEAR] [--json]— list all payment/rate sections frombenefit-rates-april-<year>.html.rates get <payment-slug> [--year YEAR] [--json]— return one rate section with table contexts, headers, and rows.benefits list [--json]— list public Work and Income A-Z benefit pages under/products/a-z-benefits/.benefits get <slug> [--json]— inspect one A-Z benefit page and extract overview, eligibility-like sections, page sections, and links.
Examples:
python3 skills/winz-rates-nz/scripts/cli.py rates --year 2026 --json
python3 skills/winz-rates-nz/scripts/cli.py rates get jobseeker-support --year 2026 --json
python3 skills/winz-rates-nz/scripts/cli.py benefits list --json
python3 skills/winz-rates-nz/scripts/cli.py benefits get accommodation-supplement --json
Output notes
- Rate rows preserve the text of the Work and Income table headings and cells.
- Some Work and Income tables have multi-row headings or blank heading cells; the CLI keeps best-effort headings and falls back to
column_Nkeys when row width differs. - A-Z
eligibility_sectionsare sections whose headings look like eligibility or criteria headings; they are not a legal eligibility determination.
Resources
- CLI entrypoint:
scripts/cli.py - Live smoke test:
scripts/smoke_test.py - Source notes:
references/api-notes.md
Signals
- GitHub stars
- 25
- Forks
- 6
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
winz-rates-nz- Source
- github.com/thecolab-ai/.skills