← 返回 Skills 市场
xiaojiou176

Prooflane MCP Skill

作者 Yifeng[Terry] Yu · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
117
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install prooflane-mcp
功能描述
Clone, install, configure, and run Prooflane's repo-native MCP server locally for evaluation and verification without published package registry dependencies.
安全使用建议
This packet is coherent for its stated purpose, but before you run anything: (1) inspect the upstream repository and the contents of ./scripts/setup.sh and any pnpm scripts referenced (pnpm mcp:start, mcp:check, etc.) to check for unexpected network calls, remote downloads, or privileged operations; (2) prefer cloning a specific commit/tag (pin the repo) rather than the default branch; (3) run the setup and server inside an isolated environment (VM or disposable container) and not on production hosts; (4) avoid supplying any sensitive credentials or tokens unless you audited how they are used; (5) if you need higher assurance, ask the publisher to provide a signed release, a verified organization repository, or a published package on a trusted registry so you can avoid running unreviewed repository scripts. If you can provide the contents of the repo (or the specific scripts referenced), I can re-evaluate with higher confidence.
功能分析
Type: OpenClaw Skill Name: prooflane-mcp Version: 0.1.0 The skill bundle (SKILL.md, manifest.yaml, references/INSTALL.md) instructs the AI agent to clone an external GitHub repository (github.com/xiaojiou176-open/ui-automation-control-plane) and execute a setup script (./scripts/setup.sh). This pattern introduces a high risk of Remote Code Execution (RCE) as it requires the agent to run unvetted code from a third-party source. While the instructions are aligned with the stated goal of setting up the Prooflane MCP server, the requirement for broad execution permissions and the opaque nature of the external setup script make the bundle suspicious.
能力标签
requires-oauth-token
能力评估
Purpose & Capability
Name, description, and runtime instructions align: the skill is an instruction-only scaffold to clone, install, configure, and run a repo-native MCP server. Required tools (git, Node.js, pnpm, Python) and the commands shown are consistent with that purpose. However, the canonical repo is hosted under an apparently personal/unknown GitHub account (xiaojiou176-open), which reduces provenance confidence.
Instruction Scope
SKILL.md explicitly instructs running remote install and runtime scripts from the cloned repo (./scripts/setup.sh, pnpm mcp:start and other pnpm tasks). Those commands will execute code that lives in the external repository; the skill provides no packaged code to inspect and does not sandbox or limit what those scripts do. This is expected for the stated goal but is a scope risk because arbitrary code execution is required.
Install Mechanism
There is no install spec in the skill packet (instruction-only), which is lower automation risk. However, the install path requires cloning a third-party GitHub repository and running its setup/start scripts. Downloading and executing code from an external repo is higher risk than a purely local or vetted package install — verify the repo and scripts first.
Credentials
The skill does not request any secrets or environment variables in the manifest. The documented env vars (UIQ_MCP_API_BASE_URL, UIQ_MCP_TOOL_GROUPS, UIQ_MCP_PERFECT_MODE, and optionally AUTOMATION_API_TOKEN) are reasonable and relevant to running a local MCP server. AUTOMATION_API_TOKEN is optional and only needed if the server exposes token-protected HTTP APIs.
Persistence & Privilege
The skill is not always-enabled, does not require platform-level privileges, and is instruction-only (it does not persist credentials or modify other skills). Autonomous invocation remains possible (default), but that is the platform norm and not by itself a reason to flag.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install prooflane-mcp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /prooflane-mcp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Prooflane MCP Skill 0.1.0 – Initial public skill enabling truthful, local evaluation of Prooflane's MCP. - Provides step-by-step setup, install, and verification for the repo-native MCP using the public GitHub repository. - Clarifies current boundaries: stdio-only server, no npm/hosted/SaaS distribution yet. - Outlines minimal prerequisites and environment variables for clean local deployment. - Documents essential commands for building, running, client config, and verification. - Directs users to key repo references for deeper walkthroughs, configs, and troubleshooting.
元数据
Slug prooflane-mcp
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Prooflane MCP Skill 是什么?

Clone, install, configure, and run Prooflane's repo-native MCP server locally for evaluation and verification without published package registry dependencies. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 117 次。

如何安装 Prooflane MCP Skill?

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

Prooflane MCP Skill 是免费的吗?

是的,Prooflane MCP Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Prooflane MCP Skill 支持哪些平台?

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

谁开发了 Prooflane MCP Skill?

由 Yifeng[Terry] Yu(@xiaojiou176)开发并维护,当前版本 v0.1.0。

💬 留言讨论