← 返回 Skills 市场
earlvanze

Paragon MLS Raw Listings

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

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

如何安装 Paragon MLS Raw Listings?

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

Paragon MLS Raw Listings 是免费的吗?

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

Paragon MLS Raw Listings 支持哪些平台?

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

谁开发了 Paragon MLS Raw Listings?

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

💬 留言讨论