Real Estate Investing

v1.0.0

Analyze real estate investments with conservative underwriting, financing stress tests, diligence gates, and exit planning.

1· 204·0 current·0 all-time
byIván@ivangdavila
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill claims to provide underwriting, triage, diligence, financing stress tests, and portfolio ops and its materials (SKILL.md and the supporting .md playbooks) implement exactly those features. There are no unrelated requirements (no external credentials, no binaries, no cloud access) that conflict with the stated purpose.
Instruction Scope
The runtime instructions create and persist local files under ~/real-estate-investing/ and instruct the agent to store strategy, pipeline, and decisions there. That behavior is expected for a memory-backed investing assistant, but it does mean the skill will write to the user's home directory. The skill explicitly instructs to avoid storing sensitive data (addresses, tax IDs, lender logins), which is appropriate. Users should confirm they are comfortable with local storage of investment notes and that the agent will not be asked to store secrets.
Install Mechanism
This is an instruction-only skill with no install spec and no downloads or third-party packages. No code is written to disk by an installer; only the explicit setup commands (mkdir/touch/chmod) are described for creating local memory files. That is low-risk and proportionate.
Credentials
The skill requests no environment variables, no credentials, and no config paths beyond its own ~/real-estate-investing/ folder (declared in metadata). The scope of access is minimal and aligned with the stated function. The only "sensitive" access is ability to write under the user's home directory, which is reasonable for local memory.
Persistence & Privilege
always is false and disable-model-invocation is false (normal). The skill persists its own local memory files under ~/real-estate-investing/, which is a legitimate design choice for a stateful assistant but does create persistent local data. The setup uses restrictive permissions (chmod 700/600) which is good practice. If the user doesn't want the skill to activate proactively, the setup step includes turning that off — users should pay attention to that choice.
Assessment
This skill appears to be what it says: a local, file-backed real-estate investing playbook and assistant. Before installing, consider: 1) Are you comfortable with the agent creating ~/real-estate-investing/ and storing notes there? Review those files regularly and avoid saving addresses, lender credentials, tax IDs, or full legal documents in them. 2) During first-run setup the skill asks whether it should activate proactively — choose explicit-only activation if you prefer no automatic involvement. 3) Confirm your environment's agent runtime will actually honor the 'ask before storing sensitive items' guideline; treat any requests to paste full contracts, account numbers, or scanned IDs as red flags. If you want greater safety, run the skill only on a dedicated account or sandbox, or deny file-write permissions to the home path until you audit the content it writes.

Like a lobster shell, security has layers — review code before you run it.

latestvk971hn9h0e52288n0g16f3qhnx8321nw

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🏘️ Clawdis
OSLinux · macOS · Windows

Comments