NZ Consultations

SkillDev tools

List open New Zealand central-government consultations, agencies, topics, deadlines and official submission links. Read-only; does not submit responses.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the NZ Consultations skill

What this skill tells your AI

The instructions your AI receives, as published by thecolab-ai/.skills in skills/nz-consultations/SKILL.md and read by ahel’s review.

Use the read-only Python CLI to retrieve and filter records exposed by the official first-party source. Every command supports --json, bounded requests, stable exit codes, source URLs and retrieval timestamps.

Commands

# list open consultation resources
python3 scripts/cli.py open --json
# discover consultations closing soon
python3 scripts/cli.py closing-soon --days VALUE --json
# filter by agency
python3 scripts/cli.py agency NAME --json
# filter by topic
python3 scripts/cli.py topic QUERY --json
# find a consultation identifier
python3 scripts/cli.py consultation ID --json
# discover recently closed consultations
python3 scripts/cli.py recently-closed --json

Add --limit N (1–100) to bound any command. Human output is the default.

Coverage and interpretation

  • This connector does not submit consultation responses.
  • Verify exact timezone and closing time in the linked consultation.
  • The cross-government listing is not necessarily exhaustive.

The CLI parses the server-rendered official listing into consultation title, agency, status, summary, opening and closing dates, and the agency's canonical consultation link. When a distinct submission or survey URL is published it is retained separately as submission_url, never confused with detail_url. The listing publishes dates rather than exact deadline times, so the linked page remains authoritative. Parser failure is an explicit schema error, never an empty success.

Resources

  • scripts/cli.py — canonical command entrypoint
  • scripts/test_contract.py — deterministic repository contract audit
  • scripts/smoke_test.py — parser fixture and bounded live probe
  • tests/fixtures/consultations.html — representative official-listing fixture
  • references/source-profile.json — command schema, source allowlist and warnings
  • references/source-notes.md — feasibility, provenance and source limits

Signals

GitHub stars
25
Forks
6
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
nz-consultations
Source
github.com/thecolab-ai/.skills