Animates NZ
SkillSearchUse when looking up Animates NZ products, current public prices, availability, or product details. Queries bounded public Magento search results and parses product-page JSON-LD through a read-only Python CLI; no cart, checkout, account, payment, prescription, booking, grooming, 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 Animates NZ skill
What this skill tells your AI
The instructions your AI receives, as published by thecolab-ai/.skills in skills/animates-nz/SKILL.md and read by ahel’s review.
Goal
Retrieve current public Animates NZ product search and detail data without login or browser automation.
Use this when
- Searching Animates NZ products by keyword
- Looking up a public Animates product URL or numeric product ID
- Capturing a current price and availability snapshot with source evidence
Do not use this for
- Cart, checkout, account, Petpoints, payment, prescription, booking, grooming, hire, stock reservation, or any mutation
- Medical or veterinary advice
- Bulk scraping, historical-price claims, or redistribution as a dataset
Workflow
- Use
searchto discover products. Results are capped at 10 and each result is verified against its public detail page. - Use
productfor one known Animates URL,.htmlpath, or numeric product ID. - Use
price-snapshotfor the smallest price-and-availability record. - Add
--jsonfor machine-readable output. Every command reportssource_urland UTCretrieved_at. - Treat values as live website observations, not guaranteed store stock or a historical record.
CLI
python3 skills/animates-nz/scripts/cli.py search "dog food" --limit 3 --json
python3 skills/animates-nz/scripts/cli.py product 18463 --json
python3 skills/animates-nz/scripts/cli.py price-snapshot 18463 --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 uses the public Magento read-only search endpoint only to obtain bounded product IDs, then parses Product JSON-LD from detail HTML.
- Responses are size-capped; malformed or incomplete upstream data fails instead of returning fabricated success.
- Search can make one search request plus up to
--limitdetail requests; keep limits narrow.
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
animates-nz- Source
- github.com/thecolab-ai/.skills