paknsave-nz

Retrieve PAK’nSAVE NZ product prices, categories, specials, and guest-token details as JSON.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Turns PAK’nSAVE NZ product browsing, specials, and store-specific pricing into usable data for AI agents, without forcing users to reverse-engineer or manually navigate changing web pages.

Core Features & Use Cases

  • Store and category discovery: Look up PAK’nSAVE stores and browse category trees to find relevant products by location.
  • Product search and promotional discovery: Search products (optionally only promotions) and retrieve store-specific price snapshots.
  • Exact product decoration: Convert known product IDs into detailed, human-readable and JSON-friendly results suitable for downstream workflows.

Quick Start

Ask for live Papakura specials by saying: List PAK’nSAVE NZ cheese specials for Papakura in JSON.

Frequently Asked Questions about paknsave-nz

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

FAQPage Schema
How do I get live PAK'nSAVE NZ grocery prices in JSON format?

PAK'nSAVE NZ grocery prices are retrieved as structured JSON by executing deterministic scripts that call the public website's guest-token API, returning live, store-specific product pricing data for AI agent workflows.

Can I browse PAK'nSAVE store specials and category trees by location?

Yes, store specials and category trees are browsed by location through the guest-token API flow, allowing users to look up specific PAK'nSAVE stores and retrieve promotional product discovery data for that location.

What's the best way to search PAK'nSAVE NZ promotional products for AI workflows?

Searching PAK'nSAVE NZ promotional products is handled by executing keyword product lookups with optional promotion-only filters, applying the guest-token decorated API flow to return structured JSON snapshots suitable for downstream chaining.

How do I convert known PAK'nSAVE product IDs into detailed structured output?

Known product IDs are converted into detailed, human-readable results through exact product decoration scripts that retrieve store-specific price snapshots and output JSON-friendly structured data for downstream applications.

Do I need an API key to retrieve PAK'nSAVE NZ store pricing data?

No API key is needed to retrieve PAK'nSAVE NZ store pricing data; the Skill uses the public website's guest-token API flow to handle authentication automatically, returning live product prices and specials without manual token management.

Are there limitations to using guest tokens for live PAK'nSAVE NZ price snapshots?

Guest tokens retrieved from the public website may expire or rate-limit, so live PAK'nSAVE NZ price snapshots are best suited for point-in-time queries rather than continuous polling, ensuring deterministic scripts return reliable structured data.