← 返回 Skills 市场
earlvanze

Paragon MLS VB Calc

作者 Earl Co · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
123
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install paragon-mls-vb-calc
功能描述
Compare amortized debt, extra payments, chunking/basic acceleration, and advanced velocity banking for a real estate deal. Use when deciding whether chunking...
安全使用建议
This skill could be legitimate, but exercise caution before running it. Key concerns: (1) it points to and runs code from an absolute path in your home workspace (/home/umbrel/...), and (2) it includes a build script that runs npm install there (which downloads and may execute third-party code). Before installing or invoking: verify the MCP package origin; inspect /home/umbrel/.openclaw/workspace/deal-analyst/paragon-mls-mcp/dist/index.js and its package.json/package-lock to see exactly what code and dependencies will run; do not run npm install on untrusted code — instead run builds in an isolated VM/container; search the MCP code for network calls, file-access, or credential reads; and prefer a version of the MCP bundled with the skill or from a known release URL. If you cannot verify the source and contents, do not run the build or execution on a machine with sensitive data.
功能分析
Type: OpenClaw Skill Name: paragon-mls-vb-calc Version: 1.0.0 The skill is a financial calculator for real estate debt payoff strategies (Velocity Banking). It utilizes a standard Model Context Protocol (MCP) configuration and a build script (`scripts/build.sh`) that performs routine Node.js operations. While the skill relies on hardcoded local paths (e.g., `/home/umbrel/...` in `SKILL.md`), there is no evidence of malicious intent, data exfiltration, or prompt injection.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name/description match the tooling: it needs Node and runs a paragon-mls MCP to compute payoff strategies. However the MCP is referenced via an absolute path under /home/umbrel/.openclaw/workspace/... rather than being bundled or a remote release, which is atypical and fragile.
Instruction Scope
SKILL.md maps the MCP to run node against /home/umbrel/.openclaw/workspace/deal-analyst/paragon-mls-mcp/dist/index.js. That means the skill will execute code from a specific location in the user's filesystem outside the skill bundle. The instructions do not declare or justify accessing that path.
Install Mechanism
There is no platform install spec, but the included scripts/build.sh will cd into the same hard-coded workspace path and run npm install && npm run build. Running npm install pulls packages from the npm registry and executes author scripts, which can run arbitrary code on your machine if executed — this is a material install-time risk.
Credentials
The skill declares no environment variables or credentials (ok). However it implicitly requires read/execute access to the user's workspace path and to install Node packages there — access to that path is not declared and could expose unrelated files if the MCP code uses them.
Persistence & Privilege
The skill is not marked always:true and does not request persistent privileges. It appears to be user-invokable only.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install paragon-mls-vb-calc
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /paragon-mls-vb-calc 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial split from the combined Paragon MLS skill. Focused skill for debt strategy and velocity banking comparison.
元数据
Slug paragon-mls-vb-calc
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Paragon MLS VB Calc 是什么?

Compare amortized debt, extra payments, chunking/basic acceleration, and advanced velocity banking for a real estate deal. Use when deciding whether chunking... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 123 次。

如何安装 Paragon MLS VB Calc?

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

Paragon MLS VB Calc 是免费的吗?

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

Paragon MLS VB Calc 支持哪些平台?

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

谁开发了 Paragon MLS VB Calc?

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

💬 留言讨论