From nz-skills
Queries homes.co.nz for NZ residential property estimates (HomesEstimate/HEV), sales history, suburb trends, and nearby comparable properties via a CLI tool.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nz-skills:homes-nzThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query live homes.co.nz residential property estimates and historical sale data through a lightweight deterministic CLI with human-readable and JSON output.
Query live homes.co.nz residential property estimates and historical sale data through a lightweight deterministic CLI with human-readable and JSON output.
trademe-nz for active listings and listing-market scansscripts/cli.py address to find a property id from a partial addressproperty <id> for HomesEstimate, beds/baths/area, council attributes, last sale, and sales historynearby <id> for compact comparable-property snapshots around a known propertysuburb <name> for suburb estimate trend and rental estimate snapshots--json for agent chaining, comparisons, alerts, or structured reportsRun with:
python3 skills/homes-nz/scripts/cli.py <command> [flags]
address <query> [--limit N] [--json] — search partial addresses and return matching properties with ids, HomesEstimate, and last sale when exposedproperty <property-id> [--json] — fetch full public property detail, HomesEstimate, beds/baths/area, last sale, and sales historysuburb <name-or-id> [--history-limit N] [--json] — fetch suburb HomesEstimate trend and median rent estimatenearby <property-id> [--radius N] [--limit N] [--json] — fetch nearby comparable property snapshots around a known property idExamples:
python3 skills/homes-nz/scripts/cli.py address "100 Queen Street Auckland" --limit 5
python3 skills/homes-nz/scripts/cli.py property 868a7ea3-36ac-4f10-8709-0023d96910a7 --json
python3 skills/homes-nz/scripts/cli.py suburb "Northcote Point" --json
python3 skills/homes-nz/scripts/cli.py nearby ae4c05ca-2662-44ca-9573-a3e00772fdf7 --radius 150 --limit 8 --json
scripts/cli.pyreferences/api-notes.mdtrademe-nz: Trade Me is for current listings and market scans; homes.co.nz is for estimated values, property attributes, and historical salespropertynpx claudepluginhub thecolab-ai/.skills --plugin nz-skillsQueries Trade Me NZ public listings across marketplace, property, motors, jobs, flatmates, rural, retirement, and commercial categories. No authentication required.
CLI tool for searching, scraping, and retrieving structured data from websites (Google, Amazon, YouTube, Zillow, travel, jobs, etc.). Useful for ad-hoc data collection or script automation.
Analyzes SERP data to identify neighborhood-level content opportunities for real estate agents, focusing on queries where Zillow and portals are weak. Uses UnifAPI for live search data.