Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub thecolab-ai/.skills --plugin nz-skillsHow 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.
Queries 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.
Routes natural language e-commerce questions to the right Apify Actor for scraping pricing, reviews, bestsellers, seller discovery, tech stack detection, and more across 30+ platforms.
Share bugs, ideas, or general feedback.
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.