Discover New Zealand public procurement opportunities and award notices from GETS, MBIE open-data metadata, and procurement.govt.nz significant-service-contract sources. Use when Codex needs keyless NZ government tender searches, current GETS notices, RFx detail by ID, recent completed/award notices, procurement source URLs, or significant service contract dashboard summaries.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add thecolab-ai/.skills --skill gets-procurement-nz --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Gets Procurement Nz?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thecolab-ai-gets-procurement-nz)More formats (shields.io, HTML) on the badges page.
---
name: gets-procurement-nz
description: "Discover New Zealand public procurement opportunities and award notices from GETS, MBIE open-data metadata, and procurement.govt.nz significant-service-contract sources. Use when Codex needs keyless NZ government tender searches, current GETS notices, RFx detail by ID, recent completed/award notices, procurement source URLs, or significant service contract dashboard summaries."
license: MIT
compatibility: "Requires Python 3.10+ and network access for live data"
metadata:
thecolab.category: "government"
thecolab.source_owner: "New Zealand Government Electronic Tenders Service"
thecolab.source_type: "official"
thecolab.auth: "none"
thecolab.access_mode: "public-api"
thecolab.data_class: "public"
thecolab.writes: "false"
thecolab.browser: "false"
thecolab.risk: "low"
thecolab.cache_ttl: "24h"
thecolab.schema_version: "1"
thecolab.skill_type: "public-api"
thecolab.pack: "nz-public-data"
thecolab.source_url: "https://www.gets.govt.nz"
thecolab.allowed_domains: "catalogue.data.govt.nz,www.gets.govt.nz,www.mbie.govt.nz,www.procurement.govt.nz"
thecolab.last_verified: "2026-07-19"
thecolab.health: "healthy"
thecolab.maintainer: "@adam91holt"
---
# GETS Procurement NZ
## Goal
Find public New Zealand government procurement notices and related procurement transparency sources without an API key.
## Use this when
- A user asks for current NZ government tenders, ROI/NOI/RFP/RFQ notices, or GETS RFx IDs
- A workflow needs a deterministic search over public GETS notices
- A user has an RFx ID and wants the public notice details
- A task needs recent GETS completed/award notices by agency
- A task needs the official open-data/source URLs for GETS award CSVs or significant service contracts
## Do not use this for
- Downloading restricted tender documents or responding to tenders
- Bypassing GETS registration, RealMe, CAPTCHAs, or access controls
- Treating the public significant-service-contract dashboard as a contract-by-contract register
## CLI
```bash
python3 skills/gets-procurement-nz/scripts/cli.py tenders list --status open --json
python3 skills/gets-procurement-nz/scripts/cli.py tenders search "cleaning services" --json
python3 skills/gets-procurement-nz/scripts/cli.py tender get 34247421 --json
python3 skills/gets-procurement-nz/scripts/cli.py awards --agency "Auckland Transport" --json
python3 skills/gets-procurement-nz/scripts/cli.py datasets sources --json
python3 skills/gets-procurement-nz/scripts/cli.py ssc summary --json
```
Commands:
- `tenders list [--status open|late|closed|completed|awarded] [--keyword TEXT] [--page N] [--limit N] [--json]` - list public GETS notices. Open page 1 uses the GETS RSS feed.
- `tenders search QUERY [--page N] [--limit N] [--json]` - search public GETS notices.
- `tender get RFX_ID_OR_URL [--json]` - fetch public notice detail.
- `awards [--agency NAME] [--pages N] [--limit N] [--json]` - scan recent GETS completed/award notice pages.
- `datasets sources [--json]` - list official source feeds, pages, downloadable datasets, and caveats.
- `ssc summary [--json]` - summarise the public procurement.govt.nz significant-service-contract dashboard workbook.
All network calls have a timeout and report clear errors to stderr. Data commands support `--json`.
## Resources
- CLI: `scripts/cli.py`
- Smoke test: `scripts/smoke_test.py`
- Source notes and caveats: `references/api-notes.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!