From nz-skills
Queries Mitre 10 NZ product search, specials, store locator, and product detail via CLI. Read-only, no account or cart.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nz-skills:mitre10-nzThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query live Mitre 10 NZ product and store data through a small deterministic CLI with human-readable and JSON output, without browser automation or account login.
Query live Mitre 10 NZ product and store 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 tasksearch for keyword price/product lookup and specials for promotional productsproduct when exact product codes are knownstores for store lookup, optionally with --region for a city, suburb, or region query--json for agent chaining, comparisons, or structured reportsRun with:
python3 skills/mitre10-nz/scripts/cli.py <command> [flags]
search <query> [--limit N] [--page N] [--json] - product search with pricesspecials [query] [--limit N] [--page N] [--json] - promotional productsstores [--region text] [--limit N] [--page N] [--json] - store locator resultsproduct <code> [--json] - fetch exact product detailsExamples:
python3 skills/mitre10-nz/scripts/cli.py search drill --limit 10
python3 skills/mitre10-nz/scripts/cli.py search "circular saw" --limit 5 --json
python3 skills/mitre10-nz/scripts/cli.py specials drill --limit 10 --json
python3 skills/mitre10-nz/scripts/cli.py stores --region auckland
python3 skills/mitre10-nz/scripts/cli.py product 2030160 --json
scripts/cli.pyreferences/api-notes.mdccapi.mitre10.co.nznpx claudepluginhub thecolab-ai/.skills --plugin nz-skillsQueries Bunnings NZ/AU product search, prices, SKUs, store details, category browse, and redemption specials via no-login CLI. Read-only. Useful for shopping assistance and product data retrieval.
CLI tool for searching, scraping, and retrieving structured data from websites (Google, Amazon, YouTube, Zillow, travel, jobs, etc.). Useful for ad-hoc data collection or script automation.
Search Newark, Farnell, and element14 for electronic components by MPN or distributor part number. Check pricing/stock, download datasheets, analyze specs. Activates when user mentions these distributors.