CAB CABNET NZ
SkillDev toolsUse when Codex needs to discover Citizens Advice Bureau NZ public client-enquiry evidence, CABNET source availability, advice category taxonomy, or report-backed enquiry trend caveats for New Zealand social-need analysis; wraps keyless cab.org.nz and data.govt.nz discovery and reports explicit blocked states when aggregated CABNET counts are not publicly exported.
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 CAB CABNET NZ skill
What this skill tells your AI
The instructions your AI receives, as published by thecolab-ai/.skills in skills/cab-cabnet-nz/SKILL.md and read by ahel’s review.
Overview
Use this read-only CLI to inspect public Citizens Advice Bureau NZ material related to CABNET client-enquiry evidence. CAB has not exposed an unauthenticated structured export of national CABNET enquiry counts; the skill makes that blocked state explicit instead of inventing data.
The CLI uses only Python 3 standard library modules and keyless public
endpoints on cab.org.nz and catalogue.data.govt.nz.
Commands
Run commands from this skill directory with python3 scripts/cli.py.
Every command accepts --json.
sources --query "welfare report" --jsondiscovers public CAB pages/reports, checks data.govt.nz, and confirms unauthenticated CABNET reporting endpoints are forbidden.categories --query tenancy --jsonreturns the public CAB website advice taxonomy fromassets/data/categories.json. This is not a confirmed CABNET enquiry taxonomy or enquiry volume table.enquiries --year 2025 [--category benefits] --jsonreturns an explicitstructured_export_unavailableblocked state because no public machine-readable CABNET enquiry-count export is reachable.trends --category "food assistance" --jsonreturns report-backed trend caveats where a public CAB spotlight report discusses that category, but does not fabricate chart values that are only visible in PDFs/images.
Examples
python3 scripts/cli.py sources --query "welfare report" --json
python3 scripts/cli.py categories --query tenancy --json
python3 scripts/cli.py enquiries --year 2025 --category benefits --json
python3 scripts/cli.py trends --category "budgeting and debt" --json
Notes
- Use
sourcesfirst when a user asks whether CABNET data is public. - Treat
categoriescounts as article counts in CAB's public rights/advice website, not client enquiry counts. - If CAB later publishes CSV/XLSX/JSON enquiry exports, update
scripts/cli.pyto parse that export directly and revisereferences/api-notes.md. - Source and format details are in
references/api-notes.md. - Run
python3 scripts/smoke_test.pyfor the live smoke test.
Signals
- GitHub stars
- 25
- Forks
- 6
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
cab-cabnet-nz- Source
- github.com/thecolab-ai/.skills