Prooflane MCP Skill — Prooflane MCP 技能
v0.1.0Clone, 安装, 配置, and 运行 Prooflane's repo-native MCP server locally for evaluation and verification without published package registry dependencies.
运行时依赖
安装命令
点击复制技能文档
Prooflane MCP 技能
Use this 技能 when an 代理 needs to clone, 安装, 配置, 验证, 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 仓库. You want to connect Codex, Claude Code, OpenClaw, or another MCP-capable 命令行工具ent to Prooflane's repo-native MCP server. You need a truthful walkthrough for local UI first-look, MCP 设置up, and governed 运行 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 启动up does not use OAuth; 保护ed HTTP/API and 自动化 surfaces keep the existing 令牌/header contract. Prooflane is not currently a hosted SaaS 服务. This 技能 is a generic in-repo scaffold. It is not a published 技能 marketplace artifact yet. Prerequisites Git Node.js 20+ pnpm Python 3.12+ A local shell 会话 inside the cloned ui-自动化-control-plane 检查out Canonical Repo git clone https://github.com/xiaojiou176-open/ui-自动化-control-plane.git cd ui-自动化-control-plane
安装 ./scripts/设置up.sh
If you already trust the workspace 工具chAIn and only need JS dependencies:
pnpm 安装
First Local Product Win
Launch the local stress-lab shell:
./scripts/dev-up.sh
What 成功 looks like:
Command Center on http://127.0.0.1:17373 API 健康 on http://127.0.0.1:17380/健康/ A visible Stress Lab surface with 运行s & Blocks, Flow Studio, and Advanced Review Repo-Native MCP 启动 (Today)
启动 the current repo-native MCP server from your cloned 检查out:
pnpm mcp:启动
This is the truthful 安装ation 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 h应用ens.
Minimal MCP 命令行工具ent Configuration Repo-native today { "mcpServers": { "uiq": { "command": "pnpm", "args": ["mcp:启动"], "cwd": "/absolute/path/to/ui-自动化-control-plane", "env": { "UIQ_MCP_API_BASE_URL": "http://127.0.0.1:18080", "UIQ_MCP_工具_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_工具_GROUPS": "advanced,analysis,proof" } } } }
环境 Variables UIQ_MCP_API_BASE_URL Use this to point MCP at a different backend lane. UIQ_MCP_工具_GROUPS Use this to opt into optional MCP 工具 groups. UIQ_MCP_PERFECT_MODE Keeps stricter MCP defaults. 自动化_API_令牌 Needed only when 令牌-保护ed HTTP/API surfaces are enabled. Minimal Verification
运行 these from your cloned ui-自动化-control-plane 检查out:
pnpm mcp:检查 pnpm mcp:build pnpm mcp:package:smoke pnpm mcp:doc:contract pnpm mcp:smoke
Expected 结果:
TypeScript 检查 passes build emits 服务s/mcp-server/dist/ package smoke keeps the stdio server alive through 启动up docs contract passes MCP smoke passes 启动 here Read references/安装.md Load the right host config from: references/OPENHANDS_MCP_CONFIG.json references/OpenClaw_MCP_CONFIG.json Skim the 工具 surface in references/CAPABILITIES.md 运行 the first review loop from references/DEMO.md If attach or proof fAIls, use references/TROUBLESHOOTING.md