← 返回 Skills 市场
codinglink

xvfb-chrome

作者 Ryan · GitHub ↗ · v1.0.2
cross-platform ⚠ suspicious
604
总下载
0
收藏
2
当前安装
3
版本数
在 OpenClaw 中安装
/install xvfb-chrome
功能描述
在Linux服务器上使用Chrome浏览器(无头/有头模式)配合xvfb运行,可连接chrome-devtools MCP进行浏览器自动化
安全使用建议
This is a coherent how-to for running Chrome under Xvfb, but review before running: 1) The SKILL.md expects google-chrome (or chromium), Xvfb/xvfb-run, and a third-party MCP client 'mcporter'—the skill metadata doesn't list these required binaries; ensure you have trusted versions installed. 2) The guide recommends --no-sandbox and enabling --remote-debugging-port; both reduce browser isolation and can expose a debugging interface if not bound to localhost—do not expose the port to untrusted networks and avoid running as root. 3) Paths like /root/screenshot.png indicate actions that may require elevated permissions; prefer non-root paths. 4) 'mcporter' is not a standard system tool—verify its origin and trustworthiness before invoking it. 5) Because the skill is instruction-only, it won't install code automatically, but the shell commands it suggests perform powerful operations (process killing, starting services, file writes); run them in a controlled environment (container or non-production server) and inspect commands first.
功能分析
Type: OpenClaw Skill Name: xvfb-chrome Version: 1.0.2 The skill bundle is classified as suspicious due to the use of the `--no-sandbox` flag for `google-chrome` in `SKILL.md`. While often necessary for browser automation in server environments, this flag significantly reduces the browser's security posture, making it more vulnerable to exploitation. Additionally, an example command suggests saving a screenshot to `/root/screenshot.png`, which could lead to permission issues or unintended file writes depending on the agent's execution context. These are considered vulnerabilities rather than explicit malicious intent, as the overall purpose of the skill (browser automation with XVFB) is legitimate.
能力评估
Purpose & Capability
Name/description match the SKILL.md: it is a how-to for running Chrome with Xvfb and connecting DevTools/MCP. However the skill does not declare any required binaries even though the instructions rely on google-chrome (or chrome), Xvfb/xvfb-run, and a non-standard tool 'mcporter'. The omission of required binaries/config is an incoherence (likely oversight) that could mislead users about what must be present.
Instruction Scope
Instructions stay within the claimed purpose (starting Chrome, binding to Xvfb, using DevTools via MCP). They do include system-level commands (pkill, killall, ps aux) and reference paths like /tmp and /root and the local debug endpoint. The guide also recommends --no-sandbox and exposing the remote-debugging port which are operationally risky but relevant to the task. The instructions assume the presence of an MCP tool (mcporter) without declaring it.
Install Mechanism
This is instruction-only and has no install spec or downloads, which limits supply-chain risk. That said, it assumes several external binaries are installed; because nothing is installed by the skill itself, there's no direct installation risk from the skill bundle.
Credentials
The skill declares no environment variables or credentials and the instructions do not attempt to read unspecified secrets. This is proportionate. Note: it uses filesystem paths (e.g., /tmp, /root) and a localhost debug port; these are operational choices but not undeclared secret access.
Persistence & Privilege
The skill is not always-enabled and does not request special persistence or modify other skills. It is user-invocable only and can be invoked autonomously (platform default), which is expected for a runtime helper.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xvfb-chrome
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xvfb-chrome 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Updated skill.
v1.0.1
- Updated skill.
v1.0.0
- Initial release of xvfb-chrome skill for Linux servers. - Provides guidance on running Chrome browser in headless and non-headless modes without GUI. - Includes commands and examples for Chrome automation, DevTools debugging, and integration with Playwright. - Explains key Chrome command-line parameters and common troubleshooting tips. - Tailored for scenarios requiring browser automation, remote debugging, or bypassing login checks in a server environment.
元数据
Slug xvfb-chrome
版本 1.0.2
许可证
累计安装 2
当前安装数 2
历史版本数 3
常见问题

xvfb-chrome 是什么?

在Linux服务器上使用Chrome浏览器(无头/有头模式)配合xvfb运行,可连接chrome-devtools MCP进行浏览器自动化. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 604 次。

如何安装 xvfb-chrome?

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

xvfb-chrome 是免费的吗?

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

xvfb-chrome 支持哪些平台?

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

谁开发了 xvfb-chrome?

由 Ryan(@codinglink)开发并维护,当前版本 v1.0.2。

💬 留言讨论