From nz-skills
Looks up NZ company records by name, number, or NZBN. Returns directors, shareholders, addresses, and filing history from the public register.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nz-skills:companies-office-nzThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query rich public Companies Register data through a deterministic no-login Python CLI. Covers company identity, registered addresses, current and historical directors, shareholder allocations, and the complete filing/document history.
Query rich public Companies Register data through a deterministic no-login Python CLI. Covers company identity, registered addresses, current and historical directors, shareholder allocations, and the complete filing/document history.
nzbn-register for thesesearch <name> to find the company numberentity <number> for summary + addressesdirectors <number> and shareholders <number> for governance datadocuments <number> for filing historyfull <number> to get everything in one call--json for agent chaining; --output md for reportsRun with:
python3 skills/companies-office-nz/scripts/cli.py <command> [flags]
search <query> [--limit N] [--start N] [--json] [--output md]
Search by company name, company number, or NZBN text.
python3 skills/companies-office-nz/scripts/cli.py search "Holt Group"
python3 skills/companies-office-nz/scripts/cli.py search "xero" --limit 5 --json
python3 skills/companies-office-nz/scripts/cli.py search 1830488 --json
entity <company_number> [--nzbn <nzbn>] [--json] [--output md]
Company summary and addresses. Pass --nzbn to look up by NZBN.
python3 skills/companies-office-nz/scripts/cli.py entity 1830488
python3 skills/companies-office-nz/scripts/cli.py entity --nzbn 9429034042984 --json
directors <company_number> [--json] [--output md]
Current and historical directors, appointment dates, residential addresses (public).
python3 skills/companies-office-nz/scripts/cli.py directors 1830488
python3 skills/companies-office-nz/scripts/cli.py directors 973228 --json
shareholders <company_number> [--json] [--output md]
Shareholder allocations, percentages, holder names and addresses.
python3 skills/companies-office-nz/scripts/cli.py shareholders 1830488
python3 skills/companies-office-nz/scripts/cli.py shareholders 9400535 --json
documents <company_number> [--limit N] [--start N] [--json] [--output md]
Filing history and document list. Includes document URLs for public attachments.
python3 skills/companies-office-nz/scripts/cli.py documents 1830488 --limit 20
python3 skills/companies-office-nz/scripts/cli.py documents 973228 --json
full <company_number> [--doc-limit N] [--json] [--output md]
All of the above in one call: entity summary + directors + shareholders + recent documents.
python3 skills/companies-office-nz/scripts/cli.py full 973228
python3 skills/companies-office-nz/scripts/cli.py full 1830488 --doc-limit 20 --json
python3 skills/companies-office-nz/scripts/cli.py full 1830488 --output md
scripts/cli.pyscripts/smoke_test.pyreferences/api-notes.mdnzbn-register — NZBN Register: trading names, GST numbers, industry classifications, ABN, and broader entity identity for all NZ entity types. Complement this skill when you need GST or trading name data.nz-pricewatch — not related, different domainsearch <nzbn> to resolvedrmKey have a public download URL included in output; others are listed without a URLnpx claudepluginhub thecolab-ai/.skills --plugin nz-skillsSearch and lookup public NZBN Register business records including entity status, trading names, addresses, and source-register IDs. No API key required.
법인명으로 금융위원회 기업기본정보(대표자·설립일·업종)를 공공데이터포털 API로 조회하고, 사업자번호가 포함된 경우 입력 번호와 교차검증한다.
Produces a structured research plan for mapping corporate ownership, governance, and organisational structure. Identifies public registries, filings, and databases to consult for tracing control and financial flows.