Query Raw Essentials NZ public catalogue, product-page, and store-page HTML through a no-login read-only CLI. Use when a task needs current Raw Essentials product discovery or source-page detail; never for cart, checkout, account, payment, booking, or veterinary advice.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add thecolab-ai/.skills --skill raw-essentials-nz --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Raw Essentials Nz?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thecolab-ai-raw-essentials-nz)More formats (shields.io, HTML) on the badges page.
---
name: raw-essentials-nz
description: "Query Raw Essentials NZ public catalogue, product-page, and store-page HTML through a no-login read-only CLI. Use when a task needs current Raw Essentials product discovery or source-page detail; never for cart, checkout, account, payment, booking, or veterinary advice."
license: MIT
compatibility: "Requires Python 3.10+ and network access for live data"
metadata:
thecolab.category: "retail"
thecolab.source_owner: "Raw Essentials"
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://rawessentials.co.nz"
thecolab.allowed_domains: "rawessentials.co.nz"
thecolab.last_verified: "2026-07-19"
thecolab.health: "healthy"
thecolab.maintainer: "@adam91holt"
---
# Raw Essentials NZ
Use this skill for bounded live snapshots of Raw Essentials public HTML pages. It makes unauthenticated GET requests only.
## Commands
```bash
python3 skills/raw-essentials-nz/scripts/cli.py search chicken --pet-type dog --limit 10 --json
python3 skills/raw-essentials-nz/scripts/cli.py product https://rawessentials.co.nz/product/raw-essentials-chicken-venison-mix --json
python3 skills/raw-essentials-nz/scripts/cli.py stores --json
```
- `search <query> [--pet-type dog|cat] [--page N] [--limit N] [--json]` searches one public listing page.
- `product <url> [--json]` fetches a same-site public `/product/...` page.
- `stores [--json]` extracts bounded public store-location links.
- `--timeout N` defaults to 10 seconds.
## Safety and limits
Returned prices, product text, and locations are public snapshots; include `source_url` and `retrieved_at` in downstream claims. Do not access carts, checkout, accounts, payment, subscriptions, bookings, or mutations. Raw feeding, supplements, and pet health content are source data, not veterinary or nutritional 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!