← Back to Skills Marketplace
123
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install paragon-mls-vb-calc
Description
Compare amortized debt, extra payments, chunking/basic acceleration, and advanced velocity banking for a real estate deal. Use when deciding whether chunking...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install paragon-mls-vb-calc - After installation, invoke the skill by name or use
/paragon-mls-vb-calc - 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 debt strategy and velocity banking comparison.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 123 downloads so far.
How do I install Paragon MLS VB Calc?
Run "/install paragon-mls-vb-calc" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Paragon MLS VB Calc free?
Yes, Paragon MLS VB Calc is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Paragon MLS VB Calc support?
Paragon MLS VB Calc is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Paragon MLS VB Calc?
It is built and maintained by Earl Co (@earlvanze); the current version is v1.0.0.
More Skills