← 返回 Skills 市场
jolestar

Webmcp Bridge

作者 jolestar · GitHub ↗ · v0.1.2 · MIT-0
cross-platform ⚠ suspicious
275
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install webmcp-bridge
功能描述
Connect a website to the local-mcp browser bridge through a fixed UXC link. Use when the user needs to operate native WebMCP sites or adapter-backed sites th...
安全使用建议
This skill appears to do what it says: create stable uxc launcher links and per-site profiles for local-mcp. Before installing or running: 1) Be aware the default launcher uses `npx -y ...` which will download and execute packages from npm each time it runs — only use it for packages/adapters you trust. 2) The script will create persistent profile directories under ~/.uxc/webmcp-profile/<site> and register commands via uxc; expect those artifacts to remain until you remove them. 3) Avoid passing untrusted adapter-module values or remote npm packages unless you trust their source. If you need higher assurance, inspect the code of @webmcp-bridge/local-mcp and any adapter packages before use.
功能分析
Type: OpenClaw Skill Name: webmcp-bridge Version: 0.1.2 The `webmcp-bridge` skill facilitates browser automation by creating persistent shell commands and executing remote code via `npx -y @webmcp-bridge/local-mcp`. The `scripts/ensure-links.sh` script installs these persistent links (via `uxc link`) and manages browser profiles in `~/.uxc/webmcp-profile/`, which contain sensitive session data. While these high-risk capabilities (remote execution, persistence, and file system access) are plausibly needed for the stated purpose of a browser-to-MCP bridge, they represent a significant attack surface and provide a platform for potential misuse without evidence of direct malicious intent.
能力评估
Purpose & Capability
The name and description match the requested artifacts: uxc links, per-site profiles under ~/.uxc/webmcp-profile/<site>, and use of @webmcp-bridge/local-mcp. Required tools (uxc, npx) and the included scripts (ensure-links.sh, validate.sh) are appropriate for creating and managing those links.
Instruction Scope
SKILL.md limits actions to creating links, inspecting bridge state, switching modes, and recovering sessions. It explicitly instructs use of uxc and npx. A noteworthy behavior: the workflow runs npx to fetch/execute @webmcp-bridge/local-mcp (and optionally adapter packages or local adapter modules), which means remote/npm code or local adapter modules will be executed as part of normal operation — this is expected for the skill but is a source of risk if untrusted adapters are used.
Install Mechanism
There is no install spec (instruction-only), which is low-risk for installation. However the default launcher uses npx -y to run an npm package, which will fetch and run code from the network at launch time. The included shell scripts are plain and do not download arbitrary archives; they rely on uxc and npx being present.
Credentials
The skill declares no required env vars and the only environment influence in scripts is optional (WEBMCP_LOCAL_MCP_COMMAND, WEBMCP_DAEMON_IDLE_TTL). It writes per-site profiles under the user's HOME, which is necessary for its stated purpose. No unrelated credentials or config paths are requested.
Persistence & Privilege
always is false. The skill's agent metadata allows implicit/autonomous invocation (policy.allow_implicit_invocation: true), and the scripts create persistent links and profile directories in the user's HOME. This is coherent with the purpose, but persistent artifacts mean actions are not ephemeral — links and profiles remain on disk and can be invoked later.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install webmcp-bridge
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /webmcp-bridge 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
Release latest bridge session recovery guidance, X article draft lifecycle support, and Google/Gemini stabilization updates.
v0.1.1
Align skills with explicit bridge presentation mode, single-link site commands, and new X/Google adapter workflows.
v0.1.0
Initial publish from webmcp-bridge repository.
元数据
Slug webmcp-bridge
版本 0.1.2
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Webmcp Bridge 是什么?

Connect a website to the local-mcp browser bridge through a fixed UXC link. Use when the user needs to operate native WebMCP sites or adapter-backed sites th... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 275 次。

如何安装 Webmcp Bridge?

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

Webmcp Bridge 是免费的吗?

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

Webmcp Bridge 支持哪些平台?

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

谁开发了 Webmcp Bridge?

由 jolestar(@jolestar)开发并维护,当前版本 v0.1.2。

💬 留言讨论