Chemist Warehouse NZ
SkillSearchQuery Chemist Warehouse NZ public searchapiv2 suggestion, product search, category listing, and product detail endpoints through a lightweight no-login CLI. Use for live NZ pharmacy product names, prices, categories, product IDs, ratings, and machine-readable Chemist Warehouse NZ data. Read-only; no cart, checkout, account, prescription, order, or payment mutations.
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 Chemist Warehouse NZ skill
What this skill tells your AI
The instructions your AI receives, as published by thecolab-ai/.skills in skills/chemistwarehouse-nz/SKILL.md and read by ahel’s review.
Goal
Query live Chemist Warehouse NZ product data through a small deterministic CLI with concise human output and normalized JSON, without browser automation, login, or write actions.
Use this when
- A user asks for Chemist Warehouse NZ product prices, IDs, ratings, or product URLs
- A user wants keyword suggestions, product search, category listings, or product detail
- A workflow needs lightweight machine-readable Chemist Warehouse NZ product data
Do not use this for
- Chemist Warehouse Australia or unrelated pharmacies
- Cart, checkout, payment, account, order, wishlist, stock reservation, prescription upload, prescription management, or other mutations
- Authenticated, personalised, medical-record, or prescription-only workflows
- Historical price claims unless another source provides history
Preferred workflow
- Run
scripts/cli.pywith the narrowest command that answers the task. - Use
suggestto discover terms, product IDs, and category IDs. - Use
searchfor keyword price/product lookup; usecategorywhen a category ID is known. - Use
productfor exact detail by product ID or Chemist Warehouse/buy/<id>/...URL. - Use
--jsonfor comparisons, reports, or agent chaining. - State that prices are live online snapshots from an unofficial read-only wrapper.
CLI
Run with:
python3 skills/chemistwarehouse-nz/scripts/cli.py <command> [flags]
Commands:
suggest TERM [--limit N] [--json]search TERM [--limit N] [--page N] [--json]category ID [--limit N] [--page N] [--json]product PRODUCT_ID_OR_URL [--json]
Examples:
python3 skills/chemistwarehouse-nz/scripts/cli.py suggest panadol --limit 5
python3 skills/chemistwarehouse-nz/scripts/cli.py search "vitamin c" --limit 10 --json
python3 skills/chemistwarehouse-nz/scripts/cli.py category 256 --limit 10
python3 skills/chemistwarehouse-nz/scripts/cli.py product 6973 --json
Resources
- CLI entrypoint:
scripts/cli.py - Live read-only smoke test:
scripts/smoke_test.py - API and safety notes:
references/api-notes.md
Notes
- The CLI uses public unauthenticated
searchapiv2endpoints with browser-compatible headers. - Product detail supports numeric product IDs directly; product URLs are parsed for
/buy/<id>/. - Search can redirect for some brand-exact terms; use more general terms such as
vitamin cfor smoke tests. - Endpoint shapes can change; verify with a small live query before relying on broader workflows.
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
chemistwarehouse-nz- Source
- github.com/thecolab-ai/.skills