Petdirect NZ
SkillSearchUse when searching Petdirect NZ products, comparing current public variant prices, checking availability, or reading product details. Parses bounded public search-page state and product JSON-LD through a read-only Python CLI; no cart, checkout, account, payment, subscription, prescription, or other 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 Petdirect NZ skill
What this skill tells your AI
The instructions your AI receives, as published by thecolab-ai/.skills in skills/petdirect-nz/SKILL.md and read by ahel’s review.
Goal
Retrieve current public Petdirect NZ search, product, variant, and price data without login or browser automation.
Use this when
- Searching Petdirect products by keyword
- Comparing public prices and variants for a known product
- Capturing a current public price snapshot with source evidence
Do not use this for
- Cart, checkout, account, Pet Perks, payment, subscription, prescription, booking, order, stock reservation, or mutations
- Veterinary advice or product-suitability decisions
- Bulk scraping, historical-price claims, or redistribution as a dataset
Workflow
- Use
searchfor discovery. Results are capped at 24 and come from embedded public search state. - Use
productfor a Petdirect product URL,/p/path, or slug. Variantmember_priceandrrpfields distinguish conditional Pet Perks pricing from ordinary prices. - Use
price-snapshotfor current ProductGroup variant prices and their member-price status. - Add
--jsonfor agent chaining. Every command reportssource_urland UTCretrieved_at. - Treat member prices, promotions, and availability as live public observations that may change.
CLI
python3 skills/petdirect-nz/scripts/cli.py search "dog food" --limit 5 --json
python3 skills/petdirect-nz/scripts/cli.py product lamb-rice-adult-dry-dog-food --json
python3 skills/petdirect-nz/scripts/cli.py price-snapshot /p/lamb-rice-adult-dry-dog-food/ --json
The global --timeout N option goes before the command and defaults to 10 seconds.
Output and safety
- Uses Python standard library only and unauthenticated GET requests.
- Search parses the first bounded
window.__SERVER_STATE__object and never emits the raw multi-megabyte page. - Detail commands join Product or ProductGroup JSON-LD to the public product state by SKU so RRP and member-price semantics are not lost.
- Responses are size-capped; missing or incomplete product data is an error rather than empty success.
Resources
- CLI:
scripts/cli.py - Live and fixture smoke tests:
scripts/smoke_test.py - Endpoint, parser, and safety notes:
references/api-notes.md
Signals
- GitHub stars
- 25
- Forks
- 6
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
petdirect-nz- Source
- github.com/thecolab-ai/.skills