Query Pet Central NZ public Shopify product, collection, price, and availability snapshots through a no-login read-only CLI. Use when a task needs current Pet Central catalogue lookup or structured product detail; never for cart, checkout, account, payment, prescription, or veterinary advice.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add thecolab-ai/.skills --skill petcentral-nz --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Petcentral Nz?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thecolab-ai-petcentral-nz)More formats (shields.io, HTML) on the badges page.
---
name: petcentral-nz
description: "Query Pet Central NZ public Shopify product, collection, price, and availability snapshots through a no-login read-only CLI. Use when a task needs current Pet Central catalogue lookup or structured product detail; never for cart, checkout, account, payment, prescription, or veterinary advice."
license: MIT
compatibility: "Requires Python 3.10+ and network access for live data"
metadata:
thecolab.category: "retail"
thecolab.source_owner: "Pet Central"
thecolab.source_type: "commercial"
thecolab.auth: "none"
thecolab.access_mode: "html-readonly"
thecolab.data_class: "public"
thecolab.writes: "false"
thecolab.browser: "false"
thecolab.risk: "low"
thecolab.cache_ttl: "24h"
thecolab.schema_version: "1"
thecolab.skill_type: "html-readonly"
thecolab.pack: "nz-commercial-web"
thecolab.source_url: "https://petcentral.co.nz"
thecolab.allowed_domains: "petcentral.co.nz"
thecolab.last_verified: "2026-07-19"
thecolab.health: "healthy"
thecolab.maintainer: "@adam91holt"
---
# Pet Central NZ
Use this skill for live public Pet Central catalogue snapshots. It uses bounded unauthenticated Shopify GET requests only.
## Commands
```bash
python3 skills/petcentral-nz/scripts/cli.py search "dog food" --limit 10 --json
python3 skills/petcentral-nz/scripts/cli.py product small-animal-treat-mini-sticks-12pc --json
python3 skills/petcentral-nz/scripts/cli.py collections --json
```
- `search <query> [--page N] [--limit N] [--json]` searches one bounded catalogue page locally.
- `product <handle-or-url> [--json]` fetches Shopify product detail.
- `collections [--json]` lists public Shopify collections.
- `--timeout N` defaults to 10 seconds.
## Safety and limits
Prices and stock are a moment-in-time public website snapshot; cite returned `source_url` and `retrieved_at`. Do not use for cart, checkout, account, payment, prescription, delivery, or any mutation. Pet food, treatments, and health product content is source data, not veterinary or suitability advice.
## Resources
- CLI: `scripts/cli.py`
- Live outage-tolerant smoke test: `scripts/smoke_test.py`
- Surface notes: `references/api-notes.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!