← Back to Skills Marketplace
498
Downloads
1
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install real-estate-agent
Description
Your personal real estate agent. Find properties, get alerts on deals, sell or rent your home, and navigate any property decision.
Usage Guidance
This skill appears to be what it claims: a local, instruction-only real-estate assistant. Before enabling it, be aware it will create ~/real-estate-agent/ and store client/profile/search data on your machine (including budget and preapproval amounts if you provide them). Consider these steps: (1) only provide high-level financial context rather than full bank documents or account numbers, (2) confirm the agent asks for explicit permission before 'monitoring' or using any external connector or API, (3) periodically inspect or delete ~/real-estate-agent/ if you stop using the skill, and (4) if you ever see the agent requesting API keys or telling you it will post data to external sites, treat that as unexpected and revoke access. If you want stricter guarantees, request a version that logs all outgoing network calls or runs in an environment without web-accessible tools.
Capability Analysis
Type: OpenClaw Skill
Name: real-estate-agent
Version: 1.0.1
The skill's documentation and content consistently describe a real estate agent assistant that stores all client data locally within the `~/real-estate-agent/` directory. The `SKILL.md` explicitly states that the skill does NOT send data to external services, does NOT access files outside its designated directory, and its metadata confirms it requires no external binaries. All instructions for the AI agent are focused on performing its stated purpose transparently and ethically, with no evidence of prompt injection for malicious ends, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
Name/description match the requested resources and behavior: no binaries, no environment variables, no external installs, and the instructions focus on property search, analysis, listing optimization and local memory. Nothing required by the skill is disproportionate to being a personal real-estate agent.
Instruction Scope
The SKILL.md instructs the agent to create and use a local directory (~/real-estate-agent/) and multiple markdown files (memory.md, properties/, searches/, alerts/). It also calls for proactive opportunity detection and queuing alerts. The instructions do not include network calls, credentials, or reading other system files, but they are somewhat open-ended about how the agent will 'flag' new listings (no explicit connector or API). That could lead the agent to use external tools/plugins or request additional permissions if not constrained — the skill itself does not perform exfiltration or require credentials.
Install Mechanism
Instruction-only skill with no install spec and no code to be written to disk by an installer. This minimizes installation risk — all artifacts the skill creates are local files described in the documentation.
Credentials
The skill requests no environment variables, binaries, or credentials. It explicitly states it does not send data to external services and discourages storing sensitive documents. The only required access is to create/read/write files under ~/real-estate-agent/, which is proportionate for a local memory-backed agent.
Persistence & Privilege
Persistence is intended and explicit: the skill will create a persistent folder in the user's home directory and update memory files across sessions. always:false and no cross-skill config modification are used, but the persistent local memory can contain personal and financial context (budgets, preapproval amounts) — treat this as sensitive data stored on disk.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install real-estate-agent - After installation, invoke the skill by name or use
/real-estate-agent - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Initial release
v1.0.0
Initial release with full agent capabilities
Metadata
Frequently Asked Questions
What is Real Estate Agent?
Your personal real estate agent. Find properties, get alerts on deals, sell or rent your home, and navigate any property decision. It is an AI Agent Skill for Claude Code / OpenClaw, with 498 downloads so far.
How do I install Real Estate Agent?
Run "/install real-estate-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Real Estate Agent free?
Yes, Real Estate Agent is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Real Estate Agent support?
Real Estate Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created Real Estate Agent?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.1.
More Skills