kmart

Search Kmart NZ and AU products by keyword and resolve SKU details.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Kmart product prices, SKU details, and store locations are hard for AI agents to use directly because they’re spread across public web surfaces and aren’t exposed as a simple API.

Core Features & Use Cases

  • Product search and SKU lookup: Find products by keyword and resolve exact SKU details into stable, agent-friendly fields.
  • Live promotional/clearance snapshots: Infer clearance/sale/promo items from public product metadata without claiming historical accuracy.
  • Public store URL discovery: Discover store-detail URLs and lightweight store metadata (with NZ handled carefully due to sitemap quirks).

Example use case: A logistics or procurement workflow needs to compare current Kmart NZ pricing for a set of SKUs and generate a structured JSON report for downstream decisioning.

Quick Start

Ask your agent for a JSON product search for "lego" in Kmart NZ and limit the results to 5.

Frequently Asked Questions about kmart

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

FAQPage Schema
How do I get Kmart product pricing and SKU details in JSON for automated workflows?

To get Kmart product pricing and SKU details in JSON, you can use a deterministic CLI that performs public, unauthenticated requests to search by keyword and resolve exact SKU mappings into stable, agent-friendly fields. This avoids high-volume scraping and login surfaces.

Can I find Kmart NZ and AU store locations using public web data?

Yes, you can discover Kmart NZ and AU store locations by resolving public store-detail pages and extracting lightweight metadata. The CLI handles NZ sitemap quirks carefully to provide accurate store-location discovery for reporting.

Is there a way to infer Kmart promotional and clearance items from live metadata?

You can infer promotional and clearance items from live Kmart product metadata using read-only public requests. The mechanism extracts current sale snapshots without claiming historical accuracy, suitable for price comparison workflows.

What are the limitations of using public web scraping for Kmart product search?

Limitations of public web scraping for Kmart product search include avoiding login, cart, and checkout surfaces, and restricting high-volume scraping. It provides read-only price snapshots and SKU-to-product mapping rather than authenticated transactional data.

Does the Kmart data tool support historical pricing or only current snapshots?

The tool supports current read-only price snapshots only, inferring promotional items from live metadata. It does not claim historical accuracy, focusing on real-time product search and SKU resolution for immediate comparisons.

What's the best way to compare Kmart NZ pricing for a set of SKUs?

The best way to compare Kmart NZ pricing for SKUs is to use a deterministic CLI that performs public product searches and resolves exact SKU details into structured JSON, generating a report for downstream logistics or procurement decisioning.