Query babycity NZ's public storefront search, product details, current online price snapshots, variant availability, and verified store-locator page. Use when comparing babycity products, looking up a product handle or URL, or finding official babycity store information. Read-only; no cart, checkout, account, payment, booking, or other mutations. Product pages use canonical /shop/... storefront URLs.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add thecolab-ai/.skills --skill babycity-nz --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Babycity Nz?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thecolab-ai-babycity-nz)More formats (shields.io, HTML) on the badges page.
---
name: babycity-nz
description: "Query babycity NZ's public storefront search, product details, current online price snapshots, variant availability, and verified store-locator page. Use when comparing babycity products, looking up a product handle or URL, or finding official babycity store information. Read-only; no cart, checkout, account, payment, booking, or other mutations. Product pages use canonical /shop/... storefront URLs."
license: MIT
compatibility: "Requires Python 3.10+ and network access for live data"
metadata:
thecolab.category: "retail"
thecolab.source_owner: "babycity"
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://www.babycity.co.nz"
thecolab.allowed_domains: "babyonthemove.co.nz,www.babycity.co.nz,www.dimples.co.nz,www.naturebaby.co.nz"
thecolab.last_verified: "2026-09-04"
thecolab.health: "healthy"
thecolab.maintainer: "@adam91holt"
---
# babycity NZ
Use this skill for narrow, live lookups against babycity NZ's public storefront.
## Workflow
1. Use `search` to discover products by keyword.
2. Use the returned handle with `product` for variants and exact product detail.
3. Use `stores` to retrieve the verified official store-locator page.
4. Prefer `--json` for comparisons and agent workflows.
5. Cite `source_url` and `retrieved_at`; describe prices as current snapshots.
## CLI
```bash
python3 skills/babycity-nz/scripts/cli.py search "cot" --limit 5 --json
python3 skills/babycity-nz/scripts/cli.py product duet-carrycot-bundle-mountain-buggy-duettm-carrycot-plustm-bundle-11918 --json
python3 skills/babycity-nz/scripts/cli.py stores --json
```
Commands:
- `search <query> [--limit 1..10] [--timeout 1..30] [--json]`
- `product <handle-or-product-url> [--timeout 1..30] [--json]`
- `stores [--timeout 1..30] [--json]`
Network timeout defaults to 10 seconds. Search is bounded to 10 storefront results. Availability means the online storefront state only, never physical store stock.
## Boundaries
Only public HTTPS GET requests are implemented. Do not use this skill for carts, checkout, accounts, payments, orders, prescriptions, bookings, hire, or mutations. Do not claim historical pricing or physical-store inventory.
## Resources
- CLI: `scripts/cli.py`
- Live outage-tolerant checks: `scripts/smoke_test.py`
- Endpoints and response 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!