# Send property.com.au Research to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "property-search",
    "name": "property.com.au Research",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/JakeLin/property-search",
    "canonicalUrl": "https://clawhub.ai/JakeLin/property-search",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/property-search",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=property-search",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "property-search",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-12T13:03:46.869Z",
      "expiresAt": "2026-05-19T13:03:46.869Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=property-search",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=property-search",
        "contentDisposition": "attachment; filename=\"property-search-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "property-search"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/property-search"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/property-search",
    "downloadUrl": "https://openagent3.xyz/downloads/property-search",
    "agentUrl": "https://openagent3.xyz/skills/property-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/property-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/property-search/agent.md"
  }
}
```
## Documentation

### property.com.au Property Research

Construct property.com.au URLs for Australian property research. Best for valuations, sold history, and suburb data — not primary listing search. No API key required.

### Property Profile (by address)

Look up any property's history, estimate, and details:

https://www.property.com.au/{state}/{suburb}-{postcode}/{street-name}/{number}-pid-{propertyId}/

Street format: lowercase, hyphens for spaces, abbreviate street types (st, rd, ave, pl, ct, dr, cres, tce)

### Examples

https://www.property.com.au/vic/malvern-3144/como-st/4-pid-6510692/
https://www.property.com.au/vic/armadale-3143/elgin-ave/5-pid-1234567/

Unit/apartment format: {unit}-{number}-pid-{id}

https://www.property.com.au/vic/malvern-3144/high-st/203-1269-pid-12345678/

### Suburb Profile

Median prices, demographics, schools, transport, market data:

https://www.property.com.au/{state}/{suburb}-{postcode}/

### Examples

https://www.property.com.au/vic/malvern-3144/
https://www.property.com.au/vic/armadale-3143/

### Buy Listings (by location)

property.com.au aggregates listings from realestate.com.au. Browse by state or region:

https://www.property.com.au/{state}/buy/
https://www.property.com.au/{state}/{suburb}-{postcode}/buy/

### Examples

https://www.property.com.au/vic/buy/
https://www.property.com.au/vic/malvern-3144/buy/
https://www.property.com.au/vic/melbourne-city-greater-region/buy/

By property type:

https://www.property.com.au/{state}/{suburb}-{postcode}/{type}/buy/

Types: house, townhouse, apartment-unit, villa, land, acreage, rural, block-of-units, retirement

Example — townhouses for sale in Malvern:

https://www.property.com.au/vic/malvern-3144/townhouse/buy/

Note: Price and bedroom filters use JS-based UI — they don't persist in the URL. For filtered search, use realestate.com.au instead.

### Sold History

Browse recent sales by suburb:

https://www.property.com.au/{state}/{suburb}-{postcode}/sold/

Example:

https://www.property.com.au/vic/malvern-3144/sold/

### Street Browse

See all properties on a street:

https://www.property.com.au/{state}/{suburb}-{postcode}/{street-name}/

Example:

https://www.property.com.au/vic/malvern-3144/como-st/

### School Insights

Schools near a suburb, with grades, sector, and student count:

https://www.property.com.au/{state}/{suburb}-{postcode}/schools/{school-name}-sid-{schoolId}/

School data is shown on suburb profile pages automatically.

### When to Use property.com.au vs Others

NeedBest siteSearch listings with filtersrealestate.com.au or domain.com.auProperty value estimateproperty.com.auSold price historyproperty.com.auSuburb median pricesproperty.com.au or domain.com.auCompare propertiesrealestate.com.au

### Limitations

Listing search filters (price, beds, type) are JS-only — not URL-constructable
Active listings redirect to realestate.com.au
Property IDs (pid) may need to be discovered via search or suburb browse
web_fetch may be blocked (same REA Group anti-bot as realestate.com.au)
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: JakeLin
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-12T13:03:46.869Z
- Expires at: 2026-05-19T13:03:46.869Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/property-search)
- [Send to Agent page](https://openagent3.xyz/skills/property-search/agent)
- [JSON manifest](https://openagent3.xyz/skills/property-search/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/property-search/agent.md)
- [Download page](https://openagent3.xyz/downloads/property-search)