Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计通过

qld-property-research昆士兰州房地产研究

Agent Skill

qld-property-research 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,774

周安装

195

GitHub Stars

公开资料未说明

下载量

1,544
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:qld-property-research(昆士兰州房地产研究)
来源仓库:https://github.com/mhear22/qld-property-research
安装命令:
openclaw skills install qld-property-research
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install qld-property-research

简介

昆士兰州房地产研究技能提供街道地址的官方尽职调查信息。

  • 适用于房产投资前分析,整合政府公开数据源进行合规验证。
  • 通过 clawhub 安装,命令为 openclaw skills install qld-property-research,仅限澳大利亚境内地址。
  • 使用前请确认地址拼写准确,避免因格式错误返回无效结果。
  • 建议结合地图服务交叉核验位置信息,提高调研可靠性。

SKILL.md

name
qld-property-research
description
Detailed Queensland property due-diligence for a single street address using official sources only. Use when an agent needs to research a Queensland property beyond listing basics, including flood-map checks, nearest train-station access, main-road proximity, or a structured property report with cited findings and a composite suitability score.
metadata
{"openclaw":{"primaryEnv":"ORS_API_KEY"}}

QLD Property Research

Overview

Research one Queensland property at a time and return a structured Markdown report. Prioritise SEQ coverage, with strongest support in Brisbane, Moreton Bay, Logan, and Sunshine Coast, and best-effort support elsewhere in Queensland.

Read references/methodology.md for the scoring model, report template, and required wording. Read references/official-sources.md for the source hierarchy and council coverage rules. Read references/openrouteservice.md before doing train routing. Use scripts/ors_walk_route.py for repeatable walking-route requests. For Brisbane flood checks, prefer scripts/brisbane_flood_check.py before opening any browser-based flood UI. For NBN infrastructure type, use scripts/nbn_infrastructure_check.py against the official NBN address-check services before opening the browser UI.

Workflow

  1. Validate the request.

- Expect one full Queensland street address. - If the address is incomplete or ambiguous, ask for suburb and postcode before researching. - If the property is outside Queensland, stop and say this skill is out of scope.

  1. Confirm coverage before scoring.

- Check the address against the source hierarchy in references/official-sources.md. - State which council or statewide sources are being used. - If the address falls into a weak-coverage area, continue with a partial report and mark unsupported sections clearly.

  1. Gather official evidence only.

- Use current official council, Queensland Government, Translink, Queensland Rail, and NBN Co sources. - Browse current pages before relying on them because transport apps, council map tools, and flood portals change over time. - Do not use real-estate portals or generic map sites for core findings. - Third-party routing is allowed only for the train walking route. Use openrouteservice for that step. - Minimise browser dependency. For Brisbane flood checks, use the direct service script first and fall back to the browser only when the script cannot support the address. - For NBN checks, use the NBN script first and treat the public check-address browser page as the fallback.

  1. Produce the informational NBN finding.

- Run scripts/nbn_infrastructure_check.py --address "<full address>". - Use nbn.premises_technology as the primary infrastructure result. - If nbn.premises_technology and nbn.serving_area_technology differ, mention both and treat the premises technology as the property-specific answer. - Keep NBN informational only. It does not change the composite score unless the user explicitly asks for a revised scoring model.

  1. Produce the three section scores.

- Flood: use the official property map or report and map the result to the flood subscore. - Main-road proximity: use official major-road evidence only and score distance to the closest qualifying corridor. - Train access: identify the nearest train station from official transport sources, then use openrouteservice walking directions plus the fixed crossing penalty from references/methodology.md.

  1. Write the report.

- Follow the exact section order in references/methodology.md. - Include links and concise cited findings in each supported section. - Emit the composite score only when flood, main-road proximity, and train access are all supported by official evidence.

Operating Rules

  • Prefer the most property-specific official source available for flood findings.
  • Treat "not in a mapped flood area" as lower mapped risk, not a guarantee of no flood risk.
  • Keep flood and main-road findings on official sources even when train routing uses openrouteservice.
  • Use the openrouteservice route distance and duration as the base train-access evidence when a route is returned.
  • Use the NBN addressDetail.techType result as the primary infrastructure type because it is the premises-level value returned by the official service.
  • Penalise only crossings that materially interrupt the likely practical route to the nearest station entry.
  • If one of the three scored sections is unsupported, keep the report partial and omit the composite score.
  • Keep the tone factual and caveated. Do not overstate precision.

Output Standard

Return a structured Markdown report with these headings:

## Address / Coverage
## NBN Infrastructure
## Flood
## Main Road Proximity
## Train Access
## Composite Score
## Sources

When the report is partial, still include all headings but mark unsupported sections as Unsupported with current official data. The NBN section should still be included even though it does not feed the composite score.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

78.09%
按下载量换算1,206

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills