{
  "schemaVersion": "1.0",
  "item": {
    "slug": "rea-search",
    "name": "realestate.com.au Search",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/JakeLin/rea-search",
    "canonicalUrl": "https://clawhub.ai/JakeLin/rea-search",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/rea-search",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=rea-search",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/rea-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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/rea-search",
    "agentPageUrl": "https://openagent3.xyz/skills/rea-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/rea-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/rea-search/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "realestate.com.au Search",
        "body": "Construct realestate.com.au search URLs. No API key required."
      },
      {
        "title": "Buy Search URL",
        "body": "https://www.realestate.com.au/buy/property-{types}-{filters}-in-{location}/list-{page}"
      },
      {
        "title": "Property types",
        "body": "Join with +: house, townhouse, unit+apartment, villa, land, rural, unitblock, acreage"
      },
      {
        "title": "Filters (in the path)",
        "body": "Bedrooms: with-{n}-bedrooms (minimum)\nPrice: between-{min}-{max} (omit min for no floor, omit max for no ceiling)"
      },
      {
        "title": "Location format",
        "body": "Single suburb: {suburb},+{state}+{postcode}\nMultiple suburbs: separate with %3b+ (encoded semicolon + space)\nPostcode only: {postcode}"
      },
      {
        "title": "Examples",
        "body": "Townhouses in Malvern:\n\nhttps://www.realestate.com.au/buy/property-townhouse-in-malvern,+vic+3144/list-1\n\n3+ bed townhouses in Malvern:\n\nhttps://www.realestate.com.au/buy/property-townhouse-with-3-bedrooms-in-malvern,+vic+3144/list-1\n\nHouses + townhouses under $2.5M in Malvern:\n\nhttps://www.realestate.com.au/buy/property-house-townhouse-between-1000000-2500000-in-malvern,+vic+3144/list-1\n\nMultiple suburbs with price range:\n\nhttps://www.realestate.com.au/buy/property-house-townhouse-between-1000000-2000000-in-malvern,+vic+3144%3b+armadale,+vic+3143/list-1\n\nBy postcode only:\n\nhttps://www.realestate.com.au/buy/property-house-townhouse-in-3144/list-1"
      },
      {
        "title": "Sold Properties",
        "body": "Replace /buy/ with /sold/:\n\nhttps://www.realestate.com.au/sold/property-house-in-malvern,+vic+3144/list-1"
      },
      {
        "title": "Individual Listing URL",
        "body": "https://www.realestate.com.au/property-{type}-{state}-{suburb}-{listingId}\n\nExample:\n\nhttps://www.realestate.com.au/property-house-vic-malvern-143160680"
      },
      {
        "title": "Suburb Profile",
        "body": "https://www.realestate.com.au/neighbourhoods/{suburb}-{postcode}-{state}\n\nExample:\n\nhttps://www.realestate.com.au/neighbourhoods/malvern-3144-vic"
      },
      {
        "title": "Pagination",
        "body": "Change /list-1 to /list-2, /list-3, etc."
      },
      {
        "title": "Fetching via web_fetch",
        "body": "Direct fetching is typically blocked (429 rate limit / anti-bot).\n\nWorkaround — use DDG site search:\n\nweb_fetch(url=\"https://lite.duckduckgo.com/lite/?q=site%3Arealestate.com.au+malvern+vic+3144+house+3+bedroom&kl=au-en\", extractMode=\"text\", maxChars=8000)\n\nThis returns REA listing URLs and basic descriptions."
      },
      {
        "title": "Limitations",
        "body": "web_fetch on REA pages usually returns 429 (rate limited)\nAnti-bot: TLS fingerprinting, geo-blocking from non-AU IPs\nFor browsing results, construct the URL and open in browser\nDDG site search workaround provides URLs but not full listing data"
      }
    ],
    "body": "realestate.com.au Search\n\nConstruct realestate.com.au search URLs. No API key required.\n\nBuy Search URL\nhttps://www.realestate.com.au/buy/property-{types}-{filters}-in-{location}/list-{page}\n\nProperty types\n\nJoin with +: house, townhouse, unit+apartment, villa, land, rural, unitblock, acreage\n\nFilters (in the path)\nBedrooms: with-{n}-bedrooms (minimum)\nPrice: between-{min}-{max} (omit min for no floor, omit max for no ceiling)\nLocation format\nSingle suburb: {suburb},+{state}+{postcode}\nMultiple suburbs: separate with %3b+ (encoded semicolon + space)\nPostcode only: {postcode}\nExamples\n\nTownhouses in Malvern:\n\nhttps://www.realestate.com.au/buy/property-townhouse-in-malvern,+vic+3144/list-1\n\n\n3+ bed townhouses in Malvern:\n\nhttps://www.realestate.com.au/buy/property-townhouse-with-3-bedrooms-in-malvern,+vic+3144/list-1\n\n\nHouses + townhouses under $2.5M in Malvern:\n\nhttps://www.realestate.com.au/buy/property-house-townhouse-between-1000000-2500000-in-malvern,+vic+3144/list-1\n\n\nMultiple suburbs with price range:\n\nhttps://www.realestate.com.au/buy/property-house-townhouse-between-1000000-2000000-in-malvern,+vic+3144%3b+armadale,+vic+3143/list-1\n\n\nBy postcode only:\n\nhttps://www.realestate.com.au/buy/property-house-townhouse-in-3144/list-1\n\nSold Properties\n\nReplace /buy/ with /sold/:\n\nhttps://www.realestate.com.au/sold/property-house-in-malvern,+vic+3144/list-1\n\nIndividual Listing URL\nhttps://www.realestate.com.au/property-{type}-{state}-{suburb}-{listingId}\n\n\nExample:\n\nhttps://www.realestate.com.au/property-house-vic-malvern-143160680\n\nSuburb Profile\nhttps://www.realestate.com.au/neighbourhoods/{suburb}-{postcode}-{state}\n\n\nExample:\n\nhttps://www.realestate.com.au/neighbourhoods/malvern-3144-vic\n\nPagination\n\nChange /list-1 to /list-2, /list-3, etc.\n\nFetching via web_fetch\n\nDirect fetching is typically blocked (429 rate limit / anti-bot).\n\nWorkaround — use DDG site search:\n\nweb_fetch(url=\"https://lite.duckduckgo.com/lite/?q=site%3Arealestate.com.au+malvern+vic+3144+house+3+bedroom&kl=au-en\", extractMode=\"text\", maxChars=8000)\n\n\nThis returns REA listing URLs and basic descriptions.\n\nLimitations\nweb_fetch on REA pages usually returns 429 (rate limited)\nAnti-bot: TLS fingerprinting, geo-blocking from non-AU IPs\nFor browsing results, construct the URL and open in browser\nDDG site search workaround provides URLs but not full listing data"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/JakeLin/rea-search",
    "publisherUrl": "https://clawhub.ai/JakeLin/rea-search",
    "owner": "JakeLin",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/rea-search",
    "downloadUrl": "https://openagent3.xyz/downloads/rea-search",
    "agentUrl": "https://openagent3.xyz/skills/rea-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/rea-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/rea-search/agent.md"
  }
}