← 返回 Skills 市场
556
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install realestate
功能描述
Real estate transaction support with affordability analysis, property evaluation, and offer strategy. Use when user mentions buying a home, selling property,...
安全使用建议
This skill appears to implement two local helpers (affordability and property evaluation) and stores records under ~/.openclaw/workspace/memory/realestate; that part is coherent and low-risk. However, SKILL.md advertises many additional scripts and docs that are missing, and policy statements (e.g., 'NEVER provide investment advice') are not enforceable. Before installing or using it: 1) ask the publisher for the missing scripts/reference files or verify the bundle is intentionally minimal; 2) inspect any additional scripts for network access or credential use before running; 3) be aware it will create/modify files in ~/.openclaw/workspace/memory/realestate — back up or inspect that directory and remove it if you want no persistence; 4) treat any legal/financial recommendations as educational only and consult licensed professionals. If you cannot obtain the missing files or explanation from the author, avoid relying on the advertised workflows that are not present.
功能分析
Type: OpenClaw Skill
Name: realestate
Version: 3.0.0
The realestate skill is a legitimate tool for property evaluation and affordability analysis. The Python scripts (calculate_affordability.py and evaluate_property.py) perform standard financial calculations and local data logging to the user's workspace without any network activity, sensitive data exfiltration, or suspicious command execution. The SKILL.md documentation includes clear safety boundaries and emphasizes local data storage.
能力评估
Purpose & Capability
The name/description match the two included scripts: affordability calculation and property evaluation. However, SKILL.md advertises many other scripts (build_offer.py, prep_inspection.py, review_lease.py, track_transaction.py, analyze_market.py, plus multiple reference docs) that are not included in the bundle. That incomplete packaging is an incoherence: either the skill is partial/incomplete or the metadata is inaccurate.
Instruction Scope
The runtime instructions direct the agent to run multiple scripts and to store data under memory/realestate/ (SKILL.md). The two included scripts operate locally, print output, and (evaluate_property.py) write to ~/.openclaw/workspace/memory/realestate/properties.json. The instructions reference additional workflows (file-based lease review, inspection prep, market analysis) that would require additional scripts or external data; those are missing. Also the policy statements like 'NEVER provide investment advice' are guidance only and not enforced by code or controls.
Install Mechanism
No install spec and no external downloads — instruction-only plus two small local scripts. This minimizes supply-chain risk; nothing is being fetched or executed from unknown URLs.
Credentials
The skill requests no environment variables, no credentials, and accesses only a single user-local path (~/.openclaw/workspace/memory/realestate). There are no surprising secret requests or network endpoints.
Persistence & Privilege
The skill writes persistent data to the user's workspace memory directory (properties.json). always:false (not force-installed) and no elevated privileges are requested. Persisting user data to ~/.openclaw/workspace/memory/realestate is consistent with the stated 'local storage' claim, but users should be aware this creates files under their home directory that the skill will read/write.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install realestate - 安装完成后,直接呼叫该 Skill 的名称或使用
/realestate触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.0
Major update: Added true affordability calculator, systematic property evaluation, offer strategy building
v2.0.1
Complete rewrite with deeper content
v2.0.0
Complete rewrite with deeper content
v1.0.0
Initial release
元数据
常见问题
RealEstate 是什么?
Real estate transaction support with affordability analysis, property evaluation, and offer strategy. Use when user mentions buying a home, selling property,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 556 次。
如何安装 RealEstate?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install realestate」即可一键安装,无需额外配置。
RealEstate 是免费的吗?
是的,RealEstate 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
RealEstate 支持哪些平台?
RealEstate 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 RealEstate?
由 AGIstack(@agistack)开发并维护,当前版本 v3.0.0。
推荐 Skills