Mitre 10 NZ
SkillSearchQuery Mitre 10 NZ product search, specials, store locator, and product detail. Use for Mitre 10 NZ product lookup, hardware prices, catalogue specials, product codes, or store locations. No cart or account.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Mitre 10 NZ skill
What this skill tells your AI
The instructions your AI receives, as published by thecolab-ai/.skills in skills/mitre10-nz/SKILL.md and read by ahel’s review.
Goal
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.
Use this when
- A user asks for Mitre 10 NZ product prices or specials
- A user wants to search Mitre 10 products by keyword
- A user has Mitre 10 product codes and wants product details
- A user needs Mitre 10 store locations or contact details
- A user needs lightweight machine-readable Mitre 10 product or store data
- A workflow needs a fast read-only alternative to browser-driven Mitre 10 tooling
Do not use this for
- Mitre 10 Australia or non-Mitre 10 retailers
- Authenticated account, Club, personalised pricing, delivery-slot, cart, checkout, order, wishlist, or quote actions
- Redistributing scraped Mitre 10 product data as a dataset
- Historical pricing or price-change claims unless another dataset provides history
Preferred workflow
- Run
scripts/cli.pywith the narrowest subcommand that answers the task - Use
searchfor keyword price/product lookup andspecialsfor promotional products - Use
productwhen exact product codes are known - Use
storesfor store lookup, optionally with--regionfor a city, suburb, or region query - Use
--jsonfor agent chaining, comparisons, or structured reports - Mention that prices are live online Mitre 10 snapshots and the source is unofficial
CLI
Run with:
python3 skills/mitre10-nz/scripts/cli.py <command> [flags]
Commands
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 details
Examples:
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
Resources
- CLI entrypoint:
scripts/cli.py - API and stability notes:
references/api-notes.md
Notes
- Mitre 10 product search and specials use Algolia public search-only credentials embedded in the site configuration
- Product detail and stores use unauthenticated SAP Commerce OCC endpoints on
ccapi.mitre10.co.nz - No username, password, account cookie, private token, or browser automation is required for read-only lookup
- Endpoint shapes and public Algolia keys can change; verify with a small live query before relying on large workflows
- Do not use this skill for cart mutation, checkout, order placement, account actions, or high-volume scraping
Signals
- GitHub stars
- 25
- Forks
- 6
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
mitre10-nz- Source
- github.com/thecolab-ai/.skills