companies-office-nz

Retrieve New Zealand Companies Register records via public website endpoints.

24|6|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/thecolab-ai/.skills --skill companies-office-nz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: companies-office-nz
Source: https://github.com/thecolab-ai/.skills/tree/main/skills/companies-office-nz
Command: npx skills add https://github.com/thecolab-ai/.skills --skill companies-office-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 the New Zealand Companies Register by providing machine-readable summaries, governance details, and filing/document history from public endpoints.

Core Features & Use Cases

  • Company lookup by name, number, or NZBN: find the right entity quickly, then pull core identity fields like status, type, incorporation date, and registered office.
  • Governance data retrieval: extract directors (with appointment/ceased dates when available) and shareholder allocations/percentages from the register pages.
  • Filing history and documents: list filings and include public attachment download URLs when available, enabling review of public records without manual navigation.
  • Best for workflows like due diligence triage, entity backgrounding, ownership/board review, and compiling a public document trail for an AI-assisted report.

Quick Start

Ask the agent: “Find the New Zealand company by number 1830488 and return its directors, shareholder allocations, and recent document list in JSON.”

Frequently Asked Questions about companies-office-nz

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

FAQPage Schema
How do I look up New Zealand companies register records for directors and shareholders?

New Zealand companies register records can be retrieved by searching with a company name, company number, or NZBN. The Skill then extracts directors, shareholders, addresses, and filing history into structured JSON or Markdown outputs for agent workflows.

Can I get shareholder allocations and filing history from the NZ companies register without logging in?

You can retrieve shareholder allocations and filing history from the NZ companies register without logging in. It uses deterministic public website endpoints to scrape data and generate JSON or Markdown summaries for due diligence and compliance research.

What is the best way to extract NZ company filing documents and attachment URLs for due diligence?

The best way to extract NZ company filing documents is by querying public register endpoints to list filings. It returns document lists and includes public attachment download URLs when DRM keys are present, enabling a public document trail for AI-assisted reports.

Does the NZ company search tool require an API key or login to access public records?

The NZ company search tool requires no API key or login to access public records. It performs deterministic CLI scraping of the public New Zealand Companies Register website endpoints to retrieve entity summaries, governance data, and document lists.

How do I find a New Zealand company by NZBN and return its governance data in JSON?

To find a New Zealand company by NZBN and return governance data in JSON, instruct your agent to query the entity. It extracts core identity fields, directors with appointment dates, and shareholder percentages into structured outputs.

What are the limitations of scraping the New Zealand Companies Register for compliance research?

Limitations of scraping the New Zealand Companies Register include dependency on public website endpoints and the requirement of DRM keys to access public attachment download URLs for filing documents. Data extraction is limited to publicly available entity summaries and governance records.