← 返回 Skills 市场
earlvanze

Paragon MLS Fetch Listings

作者 Earl Co · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
124
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install paragon-mls-fetch-listings
功能描述
Fetch all active property listings from a Paragon MLS shared listing GUID. Use when resolving a Paragon link or GUID into the parsed property records behind it.
安全使用建议
Do not run this skill as-is. The SKILL.md references a node program at an absolute developer path (/home/umbrel/.../dist/index.js) that is not included in the package; that makes the skill incoherent and could lead you to execute unreviewed build steps. Before installing, ask the publisher for: (1) the source repository or packaged release (e.g., GitHub or npm) that contains dist/index.js, (2) a corrected MCP command that does not point to a developer-local absolute path, (3) a clear list of network endpoints contacted and any environment variables or credentials required, and (4) a signed/reproducible install spec (or a vetted release URL). If you must test, inspect the actual index.js source code first and never run build.sh or npm install coming from an untrusted source. If the author cannot provide an independent public repo or packaged artifact, treat the skill as untrusted.
功能分析
Type: OpenClaw Skill Name: paragon-mls-fetch-listings Version: 1.0.0 The skill bundle contains hardcoded absolute paths to a specific local environment (/home/umbrel/.openclaw/workspace/deal-analyst/) in both SKILL.md and scripts/build.sh. The build script executes 'npm install' and 'npm run build' within that external directory, which is a risky pattern as it performs host-level modifications and dependency fetching outside of the skill's own isolated scope, though no clear malicious intent is present.
能力评估
Purpose & Capability
The skill's purpose (resolve Paragon share GUIDs to listings) justifies requiring Node and network access to MLS CollabLink endpoints. However, the SKILL.md's MCP invocation points to an absolute path under /home/umbrel/.openclaw/workspace/deal-analyst/paragon-mls-mcp/dist/index.js — a developer-local path that is not provided by the package. That path dependency is disproportionate and inconsistent with the skill's registry metadata (no install, no packaged dist).
Instruction Scope
Instructions direct the agent to invoke an MCP tool at a hard-coded local filesystem location. They do not document where that code comes from, what network endpoints it will contact beyond generic 'CollabLink endpoints', or whether any secrets are required. The example shows an mcporter call which is reasonable, but the agent would attempt to execute a file that is not included in the skill bundle — scope/operational mismatch.
Install Mechanism
There is no formal install spec (lowest execution risk), but a scripts/build.sh is included that cd's into the same developer-local workspace and runs npm install && npm run build. Because the SKILL.md expects a dist/index.js at that path but the skill doesn't ship it, this implies either the skill was authored against a developer workstation or expects local developer artifacts — a packaging/installation omission that could lead to confusion or accidental execution of arbitrary npm installs if a user runs the script.
Credentials
The skill declares no required environment variables or credentials, which matches the absence of secret handling in SKILL.md. However, the runtime code (not provided) may require MLS-specific auth or other secrets; the skill does not declare or justify any such variables. The lack of declared credentials combined with an external code path is an inconsistency to clarify.
Persistence & Privilege
The skill does not request persistent/always presence and does not modify other skills' configuration. It is user-invocable and allows autonomous invocation (platform default), which by itself is expected and not flagged.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install paragon-mls-fetch-listings
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /paragon-mls-fetch-listings 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial split from the combined Paragon MLS skill. Focused skill for GUID/shared-link listing resolution.
元数据
Slug paragon-mls-fetch-listings
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Paragon MLS Fetch Listings 是什么?

Fetch all active property listings from a Paragon MLS shared listing GUID. Use when resolving a Paragon link or GUID into the parsed property records behind it. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 124 次。

如何安装 Paragon MLS Fetch Listings?

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

Paragon MLS Fetch Listings 是免费的吗?

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

Paragon MLS Fetch Listings 支持哪些平台?

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

谁开发了 Paragon MLS Fetch Listings?

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

💬 留言讨论