mitre10-nz

Query Mitre 10 NZ public endpoints for product search, specials, store locator, and product details.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

It removes the friction of manually searching Mitre 10 NZ for product prices, specials, product details, and store locations by turning the site’s public endpoints into a simple lookup tool.

Core Features & Use Cases

  • Product search with live prices: Find items by keyword and get structured pricing and availability for NZ-wide online inventory.
  • Specials discovery: List promotional products with an optional query filter to quickly surface current deals.
  • Exact product lookups and store locator: Retrieve detailed product data by product code and locate Mitre 10 stores (optionally filtered by region such as city or suburb).
  • Machine-friendly JSON: Use JSON output for agent chaining, comparisons, and structured workflows.

Quick Start

Ask: run the mitre10-nz skill in JSON mode to search for "drill" and return up to 5 results.

Frequently Asked Questions about mitre10-nz

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

FAQPage Schema
How do I search Mitre 10 NZ product prices and availability programmatically?

Mitre 10 NZ product search is performed via live public web endpoints returning structured JSON results with live pricing and availability for NZ-wide online inventory. Keyword product discovery returns structured data without authentication.

Can I retrieve current specials and promotional pricing from Mitre 10 NZ?

Yes, Mitre 10 NZ specials discovery lists promotional products with an optional query filter to surface current deals. Results are returned as structured JSON suitable for agent chaining and price comparison workflows.

What's the best way to look up a specific Mitre 10 product by product code?

Exact product lookups retrieve detailed product data by product code using unauthenticated OCC endpoint calls. The Skill enriches product codes with structured detail output for programmatic chaining.

How do I find Mitre 10 store locations filtered by region or suburb?

The Mitre 10 store locator retrieves store contact and address details with optional region filtering by city or suburb. It uses embedded public search-only parameters to return structured store location results.

Do I need authentication or an account to query Mitre 10 NZ live product data?

No authentication or account actions are required. The Skill uses deterministic request logic with embedded public search-only parameters and unauthenticated OCC endpoint calls to return structured JSON product and store data.

Does the Mitre 10 NZ API wrapper support JSON output for agent chaining workflows?

Yes, the JSON API wrapper provides optional JSON output suitable for programmatic chaining, comparisons, and structured workflows. It returns structured results for agent use across product search, specials, and store locator queries.