← Back to Skills Marketplace
121
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install paragon-mls-analyze-deal
Description
Run spreadsheet-compatible Four-Square rental analysis for Paragon MLS deals. Use when evaluating rental properties for cash flow, NOI, DSCR, appreciation, d...
Usage Guidance
Before installing or running this skill: (1) Inspect the paragon-mls-mcp code at /home/umbrel/.openclaw/workspace/deal-analyst/paragon-mls-mcp (dist/index.js and the source) to confirm it only does the expected MLS parsing and calculations and does not exfiltrate data or access unrelated files. (2) Do not run scripts/build.sh until you review package.json and dependencies; npm install can execute arbitrary install/build hooks. (3) Confirm how the MCP authenticates to Paragon MLS — locate where credentials would be stored (env vars, config files, vault) and ensure they are not baked into the repo or sent to unknown endpoints. (4) If you will allow autonomous invocation, consider restricting the skill until you verify network endpoints and data flows. (5) If you are unsure, run the MCP in an isolated environment (container) and monitor its network activity and file access while testing with non-sensitive data.
Capability Analysis
Type: OpenClaw Skill
Name: paragon-mls-analyze-deal
Version: 1.0.0
The skill is designed for real estate investment underwriting and rental analysis using Paragon MLS data. It defines an MCP tool and includes a build script (scripts/build.sh) that manages a local Node.js environment. The instructions in SKILL.md are consistent with the stated purpose, and no indicators of malicious intent, data exfiltration, or harmful prompt injection were found.
Capability Assessment
Purpose & Capability
Name/description (Paragon MLS deal analysis) aligns with the declared dependency on node and the MCP invocation. However, the MCP command points to a hardcoded local path (/home/umbrel/.openclaw/workspace/deal-analyst/paragon-mls-mcp/dist/index.js) — this makes the skill rely on code in the user's workspace rather than shipping its own artifact, which is brittle and should be verified.
Instruction Scope
SKILL.md instructs the agent to call an MCP (paragon-mls.analyze_deal) and shows example mcporter usage — it does not instruct reading arbitrary system files or exfiltrating data. That said, the runtime will execute a Node script in the user's workspace; you should review that script because its behavior (network calls, credential use, file access) is not visible from SKILL.md.
Install Mechanism
There is no formal install spec (lowest risk). A small build script is included (scripts/build.sh) which runs 'npm install' and 'npm run build' in the hardcoded workspace path. If executed, npm install can pull arbitrary packages and run install/build scripts — review the workspace/package.json before running the build script.
Credentials
The skill declares no required environment variables or credentials. For a Paragon MLS integration one would typically expect API keys, user credentials, or at least a note about authentication. Absence of declared credentials is either an omission or indicates the MCP expects credentials in some other place (local config files, interactive auth, or baked into the workspace), which should be clarified and inspected.
Persistence & Privilege
The skill is not always-on and is user-invocable; autonomous invocation is allowed (the platform default). The skill does not request system-wide config changes or elevated persistence. Nothing in the metadata indicates self-enabling or modification of other skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install paragon-mls-analyze-deal - After installation, invoke the skill by name or use
/paragon-mls-analyze-deal - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial split from the combined Paragon MLS skill. Focused skill for spreadsheet-compatible Four-Square deal analysis.
Metadata
Frequently Asked Questions
What is Paragon MLS Analyze Deal?
Run spreadsheet-compatible Four-Square rental analysis for Paragon MLS deals. Use when evaluating rental properties for cash flow, NOI, DSCR, appreciation, d... It is an AI Agent Skill for Claude Code / OpenClaw, with 121 downloads so far.
How do I install Paragon MLS Analyze Deal?
Run "/install paragon-mls-analyze-deal" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Paragon MLS Analyze Deal free?
Yes, Paragon MLS Analyze Deal is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Paragon MLS Analyze Deal support?
Paragon MLS Analyze Deal is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Paragon MLS Analyze Deal?
It is built and maintained by Earl Co (@earlvanze); the current version is v1.0.0.
More Skills