Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计提醒

prooflane-mcpprooflane MCP 开发

Agent Skill

prooflane-mcp 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,293

周安装

140

GitHub Stars

公开资料未说明

下载量

1,154
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:prooflane-mcp(prooflane MCP 开发)
来源仓库:https://github.com/xiaojiou176/prooflane-mcp
安装命令:
openclaw skills install prooflane-mcp
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install prooflane-mcp

简介

在本地克隆、安装、配置和运行 Prooflane 的 repo-native MCP 服务器以进行评估和验证,无需发布软件包注册表依赖项。

SKILL.md

Prooflane MCP Skill

Use this skill when an agent needs to clone, install, configure, verify, and use Prooflane's current MCP and local product surfaces without overclaiming package-registry or hosted distribution that does not exist yet.

Use When

  • You want to evaluate Prooflane from the canonical public repository.
  • You want to connect Codex, Claude Code, OpenClaw, or another MCP-capable

client to Prooflane's repo-native MCP server.

  • You need a truthful walkthrough for local UI first-look, MCP setup, and

governed run verification.

Truthful Boundaries

  • Prooflane is public and distribution-ready on GitHub today.
  • The MCP server is real and repo-native today.
  • The package shape @uiq/mcp-server / prooflane-mcp is publish-ready, but

it is not published to npm yet.

  • MCP today means stdio only.
  • Local stdio startup does not use OAuth; protected HTTP/API and

automation surfaces keep the existing token/header contract.

  • Prooflane is not currently a hosted SaaS service.
  • This skill is a generic in-repo scaffold. It is not a published skill

marketplace artifact yet.

Prerequisites

  • Git
  • Node.js 20+
  • pnpm
  • Python 3.12+
  • A local shell session inside the cloned ui-automation-control-plane checkout

Canonical Repo

git clone https://github.com/xiaojiou176-open/ui-automation-control-plane.git
cd ui-automation-control-plane

Install

./scripts/setup.sh

If you already trust the workspace toolchain and only need JS dependencies:

pnpm install

First Local Product Win

Launch the local stress-lab shell:

./scripts/dev-up.sh

What success looks like:

  • Command Center on http://127.0.0.1:17373
  • API health on http://127.0.0.1:17380/health/
  • A visible Stress Lab surface with Runs & Blocks, Flow Studio, and Advanced Review

Repo-Native MCP Start (Today)

Start the current repo-native MCP server from your cloned checkout:

pnpm mcp:start

This is the truthful installation path today.

Publish-Ready Package Shape (Not Published Yet)

Once the MCP package is actually published, the intended command shape is:

npx -y @uiq/mcp-server

or:

pnpm dlx @uiq/mcp-server

Do not claim this package is published until registry publication really happens.

Minimal MCP Client Configuration

Repo-native today

{
  "mcpServers": {
    "uiq": {
      "command": "pnpm",
      "args": ["mcp:start"],
      "cwd": "/absolute/path/to/ui-automation-control-plane",
      "env": {
        "UIQ_MCP_API_BASE_URL": "http://127.0.0.1:18080",
        "UIQ_MCP_TOOL_GROUPS": "advanced,analysis,proof"
      }
    }
  }
}

Publish-ready package shape (not live yet)

{
  "mcpServers": {
    "uiq": {
      "command": "npx",
      "args": ["-y", "@uiq/mcp-server"],
      "env": {
        "UIQ_MCP_API_BASE_URL": "http://127.0.0.1:18080",
        "UIQ_MCP_TOOL_GROUPS": "advanced,analysis,proof"
      }
    }
  }
}

Environment Variables

  • UIQ_MCP_API_BASE_URL

Use this to point MCP at a different backend lane.

  • UIQ_MCP_TOOL_GROUPS

Use this to opt into optional MCP tool groups.

  • UIQ_MCP_PERFECT_MODE

Keeps stricter MCP defaults.

  • AUTOMATION_API_TOKEN

Needed only when token-protected HTTP/API surfaces are enabled.

Minimal Verification

Run these from your cloned ui-automation-control-plane checkout:

pnpm mcp:check
pnpm mcp:build
pnpm mcp:package:smoke
pnpm mcp:doc:contract
pnpm mcp:smoke

Expected result:

  • TypeScript check passes
  • build emits services/mcp-server/dist/
  • package smoke keeps the stdio server alive through startup
  • docs contract passes
  • MCP smoke passes

Start here

  1. Read references/INSTALL.md
  2. Load the right host config from:

- references/OPENHANDS_MCP_CONFIG.json - references/OPENCLAW_MCP_CONFIG.json

  1. Skim the tool surface in references/CAPABILITIES.md
  2. Run the first review loop from references/DEMO.md
  3. If attach or proof fails, use

references/TROUBLESHOOTING.md

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

98.68%
按下载量换算1,139

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills