← Back to Skills Marketplace
agistack

RealEstate

by AGIstack · GitHub ↗ · v3.0.0 · MIT-0
cross-platform ⚠ suspicious
556
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install realestate
Description
Real estate transaction support with affordability analysis, property evaluation, and offer strategy. Use when user mentions buying a home, selling property,...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install realestate
  3. After installation, invoke the skill by name or use /realestate
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug realestate
Version 3.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 4
Frequently Asked Questions

What is RealEstate?

Real estate transaction support with affordability analysis, property evaluation, and offer strategy. Use when user mentions buying a home, selling property,... It is an AI Agent Skill for Claude Code / OpenClaw, with 556 downloads so far.

How do I install RealEstate?

Run "/install realestate" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is RealEstate free?

Yes, RealEstate is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does RealEstate support?

RealEstate is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created RealEstate?

It is built and maintained by AGIstack (@agistack); the current version is v3.0.0.

💬 Comments