← Back to Skills Marketplace
118
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install paragon-mls-raw-listings
Description
Fetch raw JSON listing payloads from Paragon MLS. Use when debugging parser behavior, inspecting source payloads, or doing custom downstream analysis on unpr...
Usage Guidance
This skill is suspicious because it expects a specific local project layout and includes a build script that runs 'npm install' in your home/workspace. Before installing or running it: 1) Inspect the paragon-mls-mcp project at /home/umbrel/.openclaw/workspace/deal-analyst/paragon-mls-mcp (especially package.json and the built dist/index.js) to ensure you trust all dependencies. 2) Do not run scripts/build.sh unless you are prepared to let npm fetch packages and modify your workspace; prefer running it in a disposable sandbox/container. 3) Confirm whether you actually have mcporter and the expected local MCP code — the skill does not declare mcporter as a required binary. 4) Ask the publisher for source code or hosting details (homepage/source are missing) and for explicit documentation of where credentials/config come from. If you cannot verify these, avoid installing or running the skill.
Capability Analysis
Type: OpenClaw Skill
Name: paragon-mls-raw-listings
Version: 1.0.0
The skill bundle relies on hardcoded absolute paths (/home/umbrel/...) and includes a build script (scripts/build.sh) that executes 'npm install' and 'npm run build' in a local directory. While these actions are consistent with the stated purpose of debugging MLS listings, the execution of external package managers and the reliance on a specific, non-portable environment structure pose a security risk and potential for supply chain interference.
Capability Assessment
Purpose & Capability
The skill claims to fetch raw Paragon MLS payloads, but its metadata points to an absolute local path (/home/umbrel/.openclaw/workspace/deal-analyst/paragon-mls-mcp/dist/index.js). That implies it requires a preexisting local project rather than reaching out to an MLS API, which is unexpected based on the public description. Also the SKILL.md references mcporter usage but mcporter is not declared as a required binary.
Instruction Scope
The runtime instructions instruct use of an MCP tool via mcporter and reference a specific file in the user's home/workspace; they effectively assume access to local code and configuration. The included build script (scripts/build.sh) runs npm install and npm run build in that workspace — it will fetch packages from the network and modify the user's filesystem. These actions go beyond just 'fetching raw listings' and rely on local state not described in the skill.
Install Mechanism
There is no formal install spec, but the repository includes scripts/build.sh which executes npm install and npm run build in a user-local path. That implies potentially arbitrary npm packages will be fetched and installed at runtime if the script is executed, which is high-risk behavior if done without explicit user consent or sandboxing.
Credentials
No environment variables or credentials are declared, which at face value is proportional. However, because the skill targets a local workspace, it may implicitly rely on local configuration/credentials stored elsewhere (e.g., in that project's config or a system credential store). Those implicit dependencies are not documented.
Persistence & Privilege
always:false and no special privileges are declared, which is appropriate. Still, the included build script will alter the user's workspace (installing node_modules and building), so the skill can produce persistent changes to disk even though it does not request elevated platform privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install paragon-mls-raw-listings - After installation, invoke the skill by name or use
/paragon-mls-raw-listings - 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 raw Paragon JSON inspection and parser debugging.
Metadata
Frequently Asked Questions
What is Paragon MLS Raw Listings?
Fetch raw JSON listing payloads from Paragon MLS. Use when debugging parser behavior, inspecting source payloads, or doing custom downstream analysis on unpr... It is an AI Agent Skill for Claude Code / OpenClaw, with 118 downloads so far.
How do I install Paragon MLS Raw Listings?
Run "/install paragon-mls-raw-listings" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Paragon MLS Raw Listings free?
Yes, Paragon MLS Raw Listings is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Paragon MLS Raw Listings support?
Paragon MLS Raw Listings is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Paragon MLS Raw Listings?
It is built and maintained by Earl Co (@earlvanze); the current version is v1.0.0.
More Skills