nzpost

Track NZ Post parcels and find nearby PostShop locations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

NZ Post tracking, address/postcode lookup, and finding PostShop/parcel-collect points often require switching between web pages and manually interpreting results, which makes it hard for an AI agent to answer “where is my package?” or “where can I pick it up?” reliably.

Core Features & Use Cases

  • Parcel Tracking: Get a clean status summary plus a complete event timeline for NZ Post parcel tracking numbers, including international formats routed through NZ Post.
  • Location Search: Find nearby PostShops, parcel-collect points, and postboxes near coordinates, a place name, or a keyword.
  • Address/Postcode Lookup: Suggest complete NZ delivery addresses and postcodes from a query string.
  • No-auth Integration: Uses NZ Post public endpoints without requiring an API key.

Quick Start

Ask the skill to track your parcel with: “Track 00794210392715622565”.

Frequently Asked Questions about nzpost

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

FAQPage Schema
How do I track an NZ Post parcel using a tracking number?

NZ Post parcel tracking accepts valid tracking numbers to return a delivery status summary and a complete event timeline. You provide the tracking number, and it validates the format before fetching results from public NZ Post endpoints.

Can I find PostShop and parcel collect locations near a specific place in New Zealand?

Location search for NZ Post facilities accepts a place name, coordinates, or keyword to find nearby PostShops, parcel-collect points, and postboxes. It queries public endpoints and returns matching facility locations.

Does NZ Post address lookup require an API key for postcode suggestions?

NZ Post address and postcode suggestions use public endpoints without requiring API key authentication. You supply a query string, and it returns complete NZ delivery addresses and corresponding postcodes.

What is the difference between human-readable and machine-readable parcel tracking results?

Parcel tracking results can be returned as either human-readable summaries or machine-readable JSON. Human-readable output provides a clean status update, while JSON includes structured event timeline data for further processing.

Can I track international parcels routed through NZ Post?

International parcel formats routed through NZ Post are supported for tracking lookup. The skill validates the tracking number format and retrieves the delivery status and event history from NZ Post public endpoints.

What are the limitations of using public NZ Post endpoints for parcel tracking?

Public NZ Post endpoints provide parcel tracking, location search, and address suggestions without authentication, but may have rate limits or reduced data depth compared to authenticated API access. Tracking requires valid NZ Post tracking number formats.