一键导入
homes-nz
Query homes.co.nz NZ residential property estimates (HomesEstimate/HEV), sales history, suburb trends, and nearby comparable properties. No login required.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Query homes.co.nz NZ residential property estimates (HomesEstimate/HEV), sales history, suburb trends, and nearby comparable properties. No login required.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when looking up Animates NZ products, current public prices, availability, or product details. Queries bounded public Magento search results and parses product-page JSON-LD through a read-only Python CLI; no cart, checkout, account, payment, prescription, booking, grooming, or other mutations.
Use when searching Baby Factory NZ products, checking current public sale prices, or reading product details and offers. Parses bounded public search-page state and product JSON-LD through a read-only Python CLI; no cart, checkout, account, payment, booking, hire, registry, or other mutations.
Query Baby On The Move NZ's public Shopify product search, product details, current online price snapshots, variant availability, and verified store-locations page. Use when comparing Baby On The Move products, looking up a product handle or URL, or finding official store information. Read-only; no cart, checkout, account, payment, fitting booking, hire, or other mutations.
Query babycity NZ's public Shopify product search, product details, current online price snapshots, variant availability, and verified store-locator page. Use when comparing babycity products, looking up a product handle or URL, or finding official babycity store information. Read-only; no cart, checkout, account, payment, booking, or other mutations.
Query Dimples NZ's public Shopify product search, product details, current online price snapshots, variant availability, and verified store-locator page. Use when comparing Dimples products, looking up a product handle or URL, or finding official Dimples Auckland and Christchurch store information. Read-only; no cart, checkout, account, payment, booking, or other mutations.
Query Legacy Aquatics NZ public WooCommerce category, product-search, and product-page HTML through a no-login read-only CLI. Use when a task needs current aquarium or reptile product discovery and source detail; never for cart, checkout, account, payment, hire, or husbandry advice.
| name | homes-nz |
| description | Query homes.co.nz NZ residential property estimates (HomesEstimate/HEV), sales history, suburb trends, and nearby comparable properties. No login required. |
| license | MIT |
| compatibility | Requires Python 3.10+ and network access for live data |
| metadata | {"thecolab.category":"property","thecolab.source_owner":"Homes.co.nz","thecolab.source_type":"commercial","thecolab.auth":"none","thecolab.access_mode":"html-readonly","thecolab.data_class":"public","thecolab.writes":"false","thecolab.browser":"false","thecolab.risk":"low","thecolab.cache_ttl":"24h","thecolab.schema_version":"1","thecolab.skill_type":"html-readonly","thecolab.pack":"nz-commercial-web","thecolab.source_url":"https://homes.co.nz","thecolab.allowed_domains":"api-gateway.homes.co.nz,gateway.homes.co.nz,homes.co.nz","thecolab.last_verified":"2026-07-19","thecolab.health":"healthy","thecolab.maintainer":"@adam91holt"} |
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 salesproperty