← 返回 Skills 市场
earlvanze

Paragon MLS Analyze Deal

作者 Earl Co · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
121
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install paragon-mls-analyze-deal
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /paragon-mls-analyze-deal 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial split from the combined Paragon MLS skill. Focused skill for spreadsheet-compatible Four-Square deal analysis.
元数据
Slug paragon-mls-analyze-deal
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。

如何安装 Paragon MLS Analyze Deal?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install paragon-mls-analyze-deal」即可一键安装,无需额外配置。

Paragon MLS Analyze Deal 是免费的吗?

是的,Paragon MLS Analyze Deal 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Paragon MLS Analyze Deal 支持哪些平台?

Paragon MLS Analyze Deal 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Paragon MLS Analyze Deal?

由 Earl Co(@earlvanze)开发并维护,当前版本 v1.0.0。

💬 留言讨论