newworld-nz

Query New World NZ store catalogs, product searches, specials, and live prices via guest-token APIs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Makes New World NZ product discovery and store-specific pricing usable for agents without manually browsing the website.

Core Features & Use Cases

  • Store & category lookup: Find New World stores (including Papakura by default) and browse category trees for a given store.
  • Product search & specials: Search products by keyword and retrieve promotional/special items with store-specific context.
  • Product ID decoration: Turn known New World product IDs into detailed, store-relevant information and pricing.

Quick Start

Ask: "Find New World specials for cheese in Papakura and return the top 10 results as JSON."

Frequently Asked Questions about newworld-nz

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

FAQPage Schema
How do I get live New World grocery prices and specials for a specific store?

The Skill retrieves live New World grocery prices and specials by querying public guest-token web APIs for a specific store. It searches by keyword or product ID and returns store-specific pricing details formatted as JSON output.

Can I browse New World store categories and product catalogs programmatically?

Yes, you can browse New World store categories and product catalogs programmatically by calling edge API endpoints. The workflow fetches store lists and category trees to enable structured product discovery without manual website browsing.

What is a guest token API and do I need authentication to retrieve New World product data?

A guest token API provides public read-only access to New World product data. The workflow automatically fetches and caches these guest tokens, so you do not need manual authentication to retrieve store categories, specials, or pricing.

How do I find New World promotional items and convert them into structured JSON?

To find New World promotional items, request specials for a keyword in a target store. The workflow queries the edge API, decorates the product IDs with detailed pricing, and returns the top results as structured JSON output.

Are there limitations to reading New World product data through public web APIs?

The main limitation is safe, non-destructive read-only access to public data. The workflow supports exact product ID lookups and keyword searches but cannot modify cart data, place orders, or access private user account information.