From nz-skills
Queries Auckland Council public property rates API for capital value, land/improvement value, annual rates, floor/land area, and legal description using a property ID.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nz-skills:property-rates-nzThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query live Auckland Council property rate-assessment data — capital value, land value, annual rates, floor area, and property details — through a deterministic CLI with JSON output.
Query live Auckland Council property rate-assessment data — capital value, land value, annual rates, floor area, and property details — through a deterministic CLI with JSON output.
homes-nz for HomesEstimatetrademe-nz for listings, homes-nz for estimatesThis skill requires an Auckland Council property ID (ACRateAccountKey). To find one:
https://www.aucklandcouncil.govt.nz/en/property-rates-valuations/find-property-rates-valuation.html12343300679)Alternatively, use the auckland-bin-schedule skill to look up a property ID from an address, then use the returned property ID here.
Run with:
python3 skills/property-rates-nz/scripts/cli.py <command> [flags]
rates <property-id> [--json] — fetch full council valuation and rates dataExamples:
python3 skills/property-rates-nz/scripts/cli.py rates 12343300679
python3 skills/property-rates-nz/scripts/cli.py rates 12343300679 --json
scripts/cli.pyscripts/smoke_test.pyreferences/api-notes.mdauckland-bin-schedule)experience.aucklandcouncil.govt.nz/nextapi/property/{id}/rate-assessmentnpx claudepluginhub thecolab-ai/.skills --plugin nz-skillsQueries NZ rental bond and market-rent statistics from MBIE/Tenancy Services for rent affordability analysis, tenure trending, and housing policy workflows.
Generates combined NYC property reports from open data: landmarks, DOB permits/violations, ACRIS records, HPD complaints/registration, BSA variances. Input address, BBL, or BIN.
Analyzes zoning envelope rules for NYC lots using PLUTO data and Zoning Resolution. Input address, BBL, or BIN to fetch zoning districts, FAR limits, lot area, and polygon geometry.