← 返回 Skills 市场
124
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install paragon-mls-fetch-property
功能描述
Fetch a single property from Paragon MLS by MLS number and system ID. Use when looking up one listing's parsed details, including address, price, beds, baths...
安全使用建议
Do not install or run this skill unless you control and have inspected the referenced MCP code. The SKILL.md points to an absolute local path (/home/umbrel/.openclaw/workspace/deal-analyst/paragon-mls-mcp/dist/index.js) that is not included in the bundle; the included build.sh will run npm install in that workspace and build code you can't audit from the registry. Ask the publisher to: (1) include the MCP implementation (source) or publish it as a verifiable package, (2) remove hard-coded absolute paths, and (3) document required binaries (mcporter) and any network endpoints the MCP will call. If you must run it, inspect the referenced files first, run the build in an isolated environment, and avoid supplying secrets until you can confirm the code's behavior.
功能分析
Type: OpenClaw Skill
Name: paragon-mls-fetch-property
Version: 1.0.0
The skill bundle is a standard wrapper for a Model Context Protocol (MCP) tool designed to fetch real estate listing data from Paragon MLS. The SKILL.md and scripts/build.sh files contain environment-specific paths (e.g., /home/umbrel/) and standard build commands (npm install), but show no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The skill claims to call an MCP (paragon-mls.fetch_property) but does not include the MCP code. SKILL.md hard-codes an absolute local path (/home/umbrel/.openclaw/workspace/deal-analyst/paragon-mls-mcp/dist/index.js). A registry user who does not already have that workspace will be unable to run or audit the actual code; requiring node alone is insufficient (mcporter and the MCP implementation are missing from the bundle).
Instruction Scope
Runtime instructions tell the agent to run an MCP at a local filesystem path and give an example using 'mcporter call'. That means the agent will execute code (node /.../dist/index.js) whose behavior is unknown to the reviewer. While the SKILL.md itself doesn't request unrelated files or credentials, executing unknown local JS may read files, call networks, or exfiltrate data — operations not visible from the skill text.
Install Mechanism
There is no formal install spec, but a provided scripts/build.sh runs npm install and npm run build in the same absolute workspace path. Running that script would fetch dependencies from npm and build code that is not part of the skill bundle — a non-trivial risk because the code being installed/executed is external to the registry entry and cannot be audited here.
Credentials
The skill declares no required env vars or credentials, which is proportionate to a read-only MLS lookup. However, because it delegates to external/local code, that code could request or access secrets at runtime; the skill itself does not declare or justify any credentials but cannot guarantee the MCP won't use them.
Persistence & Privilege
always is false and there is no indication the skill requests persistent system-wide privileges or modifies other skills' configs. Autonomous invocation is enabled by default but is not by itself an unexpected privilege here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install paragon-mls-fetch-property - 安装完成后,直接呼叫该 Skill 的名称或使用
/paragon-mls-fetch-property触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial split from the combined Paragon MLS skill. Focused skill for single-property lookups.
元数据
常见问题
Paragon MLS Fetch Property 是什么?
Fetch a single property from Paragon MLS by MLS number and system ID. Use when looking up one listing's parsed details, including address, price, beds, baths... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 124 次。
如何安装 Paragon MLS Fetch Property?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install paragon-mls-fetch-property」即可一键安装,无需额外配置。
Paragon MLS Fetch Property 是免费的吗?
是的,Paragon MLS Fetch Property 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Paragon MLS Fetch Property 支持哪些平台?
Paragon MLS Fetch Property 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Paragon MLS Fetch Property?
由 Earl Co(@earlvanze)开发并维护,当前版本 v1.0.0。
推荐 Skills