bargainchemist-nz

Queries Bargain Chemist NZ product search and availability via JSON APIs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Bargain Chemist NZ product discovery and pricing is difficult for agents to use directly because the website data isn’t provided as a simple, machine-friendly interface, making search and product lookup slow and brittle.

Core Features & Use Cases

  • Product search by keyword: Returns matching Bargain Chemist items with live price ranges, availability, handles, and URLs.
  • Typeahead-style suggestions: Suggests products based on partial terms to help users quickly refine what they want.
  • Product detail by handle or URL: Fetches Shopify public product JSON for a specific item, including variants and images.

Example use: an agent needs current public pricing and availability for “panadol” items to answer a user’s question or compare options, without logging in or performing cart actions.

Quick Start

Use the command to search for “panadol” and return structured results as JSON: python3 skills/bargainchemist-nz/scripts/cli.py search panadol --limit 5 --json

Frequently Asked Questions about bargainchemist-nz

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

FAQPage Schema
How do I find Bargain Chemist NZ product prices and availability programmatically?

You can find Bargain Chemist NZ product prices and availability by querying the product search API wrapper, which returns live price ranges, stock status, handles, and URLs as normalized JSON fields using deterministic Python stdlib HTTP GET requests.

Can I fetch Shopify public product JSON for a specific Bargain Chemist item?

Yes, you can fetch Shopify public product JSON for a specific Bargain Chemist item by providing its handle or URL, which returns structured variant data, pricing, and images without authentication.

Do I need authentication or API keys to search Bargain Chemist NZ products?

No authentication or API keys are required to search Bargain Chemist NZ products. The Skill uses unauthenticated read-only HTTP GET requests to retrieve public Boost Commerce and Shopify product data.

How do I get typeahead suggestions for Bargain Chemist product searches?

You can get typeahead suggestions for Bargain Chemist product searches by passing partial search terms, which returns matching product suggestions to help refine queries before fetching full structured results.

What is the best way to normalize Shopify and Boost Commerce product responses for agent workflows?

The best way to normalize Shopify and Boost Commerce product responses is using this Skill's built-in normalization, which converts varied ecommerce API outputs into consistent fields for downstream agent reasoning and JSON chaining.

Are there limitations to using read-only API wrappers for NZ retail product lookup?

A key limitation of this read-only API wrapper for NZ retail product lookup is that it supports unauthenticated search, suggestions, and public JSON retrieval only, meaning no cart actions, checkout, or authenticated user data access.