Raw Essentials NZ

SkillCommerce & finance

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.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Raw Essentials NZ skill

What this skill tells your AI

The instructions your AI receives, as published by thecolab-ai/.skills in skills/raw-essentials-nz/SKILL.md and read by ahel’s review.

Use this skill for bounded live snapshots of Raw Essentials public HTML pages. It makes unauthenticated GET requests only.

Commands

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

Signals

GitHub stars
25
Forks
6
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
raw-essentials-nz
Source
github.com/thecolab-ai/.skills