property-rates-nz

Queries Auckland Council rate-assessment endpoint for parsed valuation JSON by property ID.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the problem of turning Auckland Council property rates and valuation details into machine-readable data without manual browsing or scraping.

Core Features & Use Cases

  • Official valuation snapshot: Retrieves capital value (CV), land value, improvement value, and annual rates totals from Auckland Council’s rate-assessment endpoint.
  • Property detail fields: Returns legal description, local board, property category, and area metrics like land area and total floor area.
  • Deterministic CLI output: Produces consistent JSON output suitable for downstream workflows and AI agent reasoning.

Quick Start

Ask your agent to run the command to fetch the rates and valuation data for a known Auckland Council property ID and return it in JSON.

Frequently Asked Questions about property-rates-nz

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

FAQPage Schema
How do I get Auckland Council property rates and valuation data as JSON?

You can retrieve Auckland Council property rates and valuation data as JSON by querying the rate-assessment endpoint with a known ACRateAccountKey property ID, which returns capital value, land value, and annual rates totals.

What property valuation fields are available from Auckland Council public datasets?

Auckland Council public datasets provide capital value, land value, improvement value, total annual rates, legal description, local board, property category, land area, and total floor area for queried properties.

Can I automate fetching capital value and land value for Auckland properties?

Yes, you can automate fetching capital value and land value by performing read-only GET requests to the Auckland Council rate-assessment endpoint using a public bearer token extracted at runtime, returning parsed JSON.

Do I need a specific property ID to query Auckland Council rates data?

Yes, you need a valid ACRateAccountKey property ID to query Auckland Council rates data, as the rate-assessment endpoint requires this identifier to return the corresponding valuation and rates details.

Does this tool work for properties outside Auckland Council jurisdiction?

No, this tool only works for properties within Auckland Council jurisdiction, as it queries the Auckland Council rate-assessment endpoint specifically and does not support property rates data from other councils.

What is the best way to integrate Auckland Council valuation data into downstream workflows?

The best way to integrate Auckland Council valuation data into downstream workflows is by using the deterministic JSON output from the rate-assessment query, which provides consistent valuation fields suitable for AI agent reasoning and automated processing.