chemistwarehouse-nz

Convert Chemist Warehouse NZ search and detail endpoints into normalized JSON product data.

24|6|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/thecolab-ai/.skills --skill chemistwarehouse-nz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chemistwarehouse-nz
Source: https://github.com/thecolab-ai/.skills/tree/main/skills/chemistwarehouse-nz
Command: npx skills add https://github.com/thecolab-ai/.skills --skill chemistwarehouse-nz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill eliminates the manual work of browsing Chemist Warehouse NZ pages to discover product names, IDs, categories, and current prices, turning live pharmacy listings into structured results an AI can use.

Core Features & Use Cases

  • Keyword suggestions & product search: Turn a plain term (e.g., a pain-relief brand name or ingredient) into suggestions, then search matching products with live pricing.
  • Category listing: Retrieve product listings for a known Chemist Warehouse NZ category ID when a workflow already has the category token.
  • Product detail lookup: Fetch a product’s detail by numeric product ID or by a /buy/<id>/ URL, including ratings metadata and an optional text description.
  • Safety-first read-only access: Supports suggestion, search, category, and detail queries using public, unauthenticated endpoints; it does not perform any cart, checkout, account, prescription, or other mutations.

Quick Start

Ask for live Chemist Warehouse NZ product suggestions and prices for “panadol” and return the results as JSON.

Frequently Asked Questions about chemistwarehouse-nz

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get live Chemist Warehouse NZ product data as JSON?

You can retrieve live Chemist Warehouse NZ product data as normalized JSON by using keyword search, category listing, or product detail lookup endpoints. The Skill converts public pharmacy listings into machine-readable outputs containing product IDs, prices, and URLs.

Can I look up Chemist Warehouse NZ prices using a product URL?

Yes, you can fetch product detail and pricing data by providing either a numeric product ID or a /buy/<id>/ URL. The Skill normalizes upstream data into consistent JSON fields including name, brand, price, RRP, images, and ratings metadata.

What's the best way to search pharmacy product listings by ingredient or brand name?

The best way is to use the keyword suggestion and term-based product search functions. You input a plain term like a pain-relief brand or ingredient, and the Skill returns matching Chemist Warehouse NZ products with current live pricing in JSON format.

Does this Chemist Warehouse NZ data retrieval support cart, checkout, or account mutations?

No, the Skill uses deterministic, read-only HTTP requests to access public, unauthenticated endpoints. It safely supports suggestion, search, category, and detail queries without performing any cart, checkout, account, or prescription mutations.

How do I retrieve products from a specific Chemist Warehouse NZ category ID?

You can retrieve category listings by providing a known Chemist Warehouse NZ category ID token. The Skill fetches the associated product listings and normalizes the upstream data into structured JSON outputs for pharmacy product discovery workflows.