From nz-skills
Queries Bargain Chemist NZ public product data via CLI: search by keyword, get typeahead suggestions, or fetch Shopify product JSON by handle.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nz-skills:bargainchemist-nzThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query live Bargain Chemist NZ product data through a small deterministic CLI with human-readable and JSON output, without browser automation or account login.
Query live Bargain Chemist NZ product data through a small deterministic CLI with human-readable and JSON output, without browser automation or account login.
scripts/cli.py with the narrowest subcommand that answers the task.search for keyword product lookup and suggest for typeahead-style discovery.product when a product handle or Bargain Chemist product URL is known.--json for agent chaining, comparisons, alerts, or structured reports.Run with:
python3 skills/bargainchemist-nz/scripts/cli.py <command> [flags]
Commands:
search <term> [--limit N] [--page N] [--json] - Boost Commerce product searchsuggest <term> [--limit N] [--json] - Boost Commerce search suggestions and product suggestionsproduct <handle-or-url> [--json] - Shopify product JSON for one product handleExamples:
python3 skills/bargainchemist-nz/scripts/cli.py search panadol --limit 5
python3 skills/bargainchemist-nz/scripts/cli.py suggest vitamins --limit 5 --json
python3 skills/bargainchemist-nz/scripts/cli.py product panadol-liquid-caps-16s --json
scripts/cli.pyscripts/smoke_test.pyreferences/api-notes.mdproducts/<handle>.js.npx claudepluginhub thecolab-ai/.skills --plugin nz-skillsQueries Chemist Warehouse NZ public searchapiv2 endpoints for product names, prices, categories, and ratings via a no-login CLI. Use for live NZ pharmacy data lookups.
Searches Olive Young stores, products, and inventory via the daiso CLI. Guides users through CLI-first setup before MCP integration for finding nearby locations and checking stock.
Compares live prices across retailers (Amazon, Walmart, eBay, Best Buy, Google Shopping) to rank offers and recommend where to buy. Handles product names, ASINs, and URLs with region awareness.