NZ Product Recalls
SkillSearchSearch official Product Safety New Zealand non-food consumer-product recalls by product, supplier, category, hazard and date.
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 NZ Product Recalls skill
What this skill tells your AI
The instructions your AI receives, as published by thecolab-ai/.skills in skills/nz-product-recalls/SKILL.md and read by ahel’s review.
Use the read-only Python CLI to retrieve and filter records exposed by the official first-party source.
Every command supports --json, bounded requests, stable exit codes, source URLs and retrieval timestamps.
Commands
# list latest recall notices
python3 scripts/cli.py latest --json
# list active recall notices
python3 scripts/cli.py active --json
# search products, models, brands or suppliers
python3 scripts/cli.py search QUERY --json
# filter by supplier
python3 scripts/cli.py supplier NAME --json
# filter by category
python3 scripts/cli.py category NAME --json
# filter by hazard
python3 scripts/cli.py hazard QUERY --json
# find a recall identifier
python3 scripts/cli.py recall ID --json
Add --limit N (1–100) to bound any command. Human output is the default.
Coverage and interpretation
- Do not infer coverage beyond official model, batch and date identifiers.
- Keep remedy language faithful to the official notice.
- This connector does not contact suppliers or submit claims.
The CLI parses Product Safety New Zealand's server-rendered recall articles (date, title, categories and canonical detail URL). Exact recall lookup parses official product identifiers, supplier, responsible agency, hazard and remedy sections without broadening their stated scope.
Resources
scripts/cli.py— canonical command entrypointscripts/test_contract.py— deterministic repository contract auditscripts/smoke_test.py— parser fixture and bounded live probetests/fixtures/product-recalls.htmlandproduct-recall-detail.html— list/detail fixturesreferences/source-notes.md— feasibility, provenance and source limits
Signals
- GitHub stars
- 25
- Forks
- 6
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
nz-product-recalls- Source
- github.com/thecolab-ai/.skills