Homestruk Deal Analyzer

v1.0.0

Analyze rental property investment deals by calculating key metrics including cap rate, cash-on-cash return, DSCR, GRM, and the 1% rule. Use when evaluating...

0· 102·1 current·1 all-time
byAdams Jean Baptiste@adamsjb
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The name and description (rental deal analysis: cap rate, CoC, DSCR, GRM, 1% rule, 5-year projection) match the SKILL.md instructions, required inputs, and output format. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
Instructions are focused on deal calculations and producing a verdict and projection. However, they include open-ended steps to 'look up' interest rates and local tax rates (implying web queries) and explicitly reference reading a local spreadsheet (deal-analyzer.xlsx in a 'products' folder) that is not declared in requires.config. The skill also directs saving output to ~/.openclaw/workspace/properties/..., which is reasonable for a workspace but is a file-write operation the agent will perform.
Install Mechanism
No install spec or code files — instruction-only. This minimizes risk because nothing is downloaded or executed outside the agent's usual runtime.
Credentials
No environment variables or credentials are requested (appropriate for the purpose). The only external dependency is another skill (homestruk-rent-comps) for rent estimates; verify that skill separately. The implicit expectation to access a local spreadsheet is not declared as a required path and may lead the agent to read files unexpectedly.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform privileges. It does instruct saving output under ~/.openclaw/workspace which is typical for skill outputs but will write files to the user's home workspace.
Assessment
This instruction-only skill appears to do what it says: run rental deal math and save a markdown report. Before installing or invoking it, check these points: (1) The SKILL.md references a local spreadsheet (deal-analyzer.xlsx in a 'products' folder) that is not declared — confirm whether that file exists, what data it contains, and whether the skill will read it; (2) The skill tells the agent to 'look up' interest rates and property tax rates — expect web queries or use of other skills (verify privacy policies of any external lookups and the referenced homestruk-rent-comps skill); (3) The skill will write output to ~/.openclaw/workspace/properties/... — ensure you are comfortable with files being created there and that no sensitive data will be exposed. If you need tighter control, request the author to remove undeclared local-file reads, make the use of external lookups explicit, or add a prompt/confirmation before reading local files or performing network searches.

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

latestvk975eweaebestc4cmgtfy7h1x583d9zz

License

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

Comments