Medsafe Recalls NZ
SkillSearchSearch official Medsafe medicine and medical-device recalls and safety communications. Use for product, batch, hazard and action retrieval; not medical advice.
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 Medsafe Recalls NZ skill
What this skill tells your AI
The instructions your AI receives, as published by thecolab-ai/.skills in skills/medsafe-recalls-nz/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 and safety resources
python3 scripts/cli.py latest --json
# search official notices
python3 scripts/cli.py search QUERY --json
# search medicine recalls
python3 scripts/cli.py medicine NAME --json
# search medical-device recalls
python3 scripts/cli.py device NAME --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
- Recall retrieval is not medical advice.
- Do not stop a medicine without professional guidance unless the official notice explicitly directs it.
- Preserve exact batch or lot scope and distinguish recalls from safety communications.
The CLI submits Medsafe's public read-only search form and parses its server-rendered recall table. Exact lookup parses the labelled official detail table, including product type, reference, brand, model, affected batch/model/software scope, recalling organisation, manufacturer, issue, action, level and commencement date when published.
Resources
scripts/cli.py— canonical command entrypointscripts/test_contract.py— deterministic repository contract auditscripts/smoke_test.py— parser fixture and bounded live probetests/fixtures/recalls.htmlandrecall-detail.html— list/detail and no-result parser 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
medsafe-recalls-nz- Source
- github.com/thecolab-ai/.skills