← 返回 Skills 市场
brunobuddy

WebMCP

作者 Bruno Pérez · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1899
总下载
3
收藏
13
当前安装
1
版本数
在 OpenClaw 中安装
/install webmcp
功能描述
This skill should be used when browsing or automating web pages that expose tools via the WebMCP API (window.navigator.modelContext). It teaches agents how to discover, inspect, and invoke WebMCP tools on websites instead of relying on DOM scraping or UI actuation.
安全使用建议
This skill is coherent and does what it says: it tells an agent how to find and call WebMCP tools exposed by websites. The main risk is executing site-provided callbacks — those callbacks run page-side and can perform arbitrary actions within the page. Only use the skill when interacting with websites you trust for sensitive tasks, require or confirm user prompts before purchases or destructive actions, and prefer manual confirmation for anything that touches payments, personal data, or account changes.
功能分析
Type: OpenClaw Skill Name: webmcp Version: 1.0.0 The skill bundle is benign. It provides documentation and instructions for an AI agent to interact with the WebMCP API on web pages. The `SKILL.md` file clearly outlines how to detect, discover, and invoke tools exposed via `window.navigator.modelContext`. There is no evidence of malicious intent, prompt injection attempts, data exfiltration, unauthorized execution, or any other high-risk behaviors. The content is purely instructional and aligned with its stated purpose of enabling structured web interaction.
能力评估
Purpose & Capability
Name/description describe discovering and invoking WebMCP (window.navigator.modelContext) tools. The skill is instruction-only and requests no binaries, environment variables, installs, or config access — all consistent with a browser-integration helper.
Instruction Scope
SKILL.md focuses on detecting modelContext, listing registered tools, validating input schemas, invoking execute callbacks, and handling user confirmation. It does not instruct reading unrelated files, accessing unrelated env vars, or sending data to external endpoints. Note: the instructions explicitly invoke page-provided execute callbacks (i.e., run code that the website registers), which by design will run arbitrary page-side logic — agents should ensure user consent and trust the site when performing sensitive actions.
Install Mechanism
No install spec and no code files — instruction-only. This minimizes disk footprint and attack surface; nothing is downloaded or installed by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. The SKILL.md does not reference any hidden env vars or credentials beyond expected browser/agent interfaces.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent presence or modify other skills or system-wide settings. Autonomous invocation is allowed (platform default) but not elevated by the skill itself.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install webmcp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /webmcp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of webmcp skill. - Allows agents to discover, inspect, and invoke website tools exposed via the WebMCP API, as an alternative to DOM scraping. - Details detection of WebMCP support, listing and invoking tools, and handling JSON Schema-based tool parameters. - Describes user interaction flows for sensitive tool operations. - Provides agent workflow for integrating with dynamic, per-page toolsets. - Notes limitations: requires browser context, sequential tool execution, dynamic tool registration, and permission gating.
元数据
Slug webmcp
版本 1.0.0
许可证
累计安装 15
当前安装数 13
历史版本数 1
常见问题

WebMCP 是什么?

This skill should be used when browsing or automating web pages that expose tools via the WebMCP API (window.navigator.modelContext). It teaches agents how to discover, inspect, and invoke WebMCP tools on websites instead of relying on DOM scraping or UI actuation. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1899 次。

如何安装 WebMCP?

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

WebMCP 是免费的吗?

是的,WebMCP 完全免费(开源免费),可自由下载、安装和使用。

WebMCP 支持哪些平台?

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

谁开发了 WebMCP?

由 Bruno Pérez(@brunobuddy)开发并维护,当前版本 v1.0.0。

💬 留言讨论