← 返回 Skills 市场
Playwright Headless Browser (Chromium)
作者
maverick-software
· GitHub ↗
· v1.0.0
1889
总下载
1
收藏
8
当前安装
1
版本数
在 OpenClaw 中安装
/install playwright-headless-browser
功能描述
Set up headless browser automation in Clawdbot using Playwright Chromium. Use when configuring browser tools for WSL/Linux environments, installing browser d...
安全使用建议
This skill appears to do exactly what it says: install Playwright-managed Chromium, ensure system libraries, and configure Clawdbot to use it. Before running: (1) ensure you have Node.js/npx installed and trust npm/Microsoft Playwright downloads; (2) review and back up your Clawdbot config (~/.clawdbot/clawdbot.json) because the script will patch it (it also sets noSandbox: true, which reduces Chromium sandbox protections — acceptable for WSL but a security tradeoff); (3) be prepared to run commands with sudo to install OS packages; (4) if you do not have the clawdbot CLI, follow the printed manual config steps rather than letting an automated CLI modify your config. If you want extra caution, run the setup in a disposable or test environment first.
功能分析
Type: OpenClaw Skill
Name: playwright-headless-browser
Version: 1.0.0
The skill is classified as suspicious due to the use of `sudo` for system-wide package installations in `scripts/install-deps.sh` and `scripts/setup.sh`, and the configuration of the Playwright Chromium browser with `"noSandbox": true` in `scripts/configure-clawdbot.sh` and `SKILL.md`. While these actions are explicitly documented as necessary for the skill's stated purpose (especially for WSL/container environments), they represent privileged operations and a security-weakening configuration for the browser, which could pose risks if the browser is subsequently used to visit untrusted content. There is no evidence of malicious intent such as data exfiltration or persistence.
能力评估
Purpose & Capability
The name/description match the provided scripts and instructions. The scripts install Playwright/Chromium, check for system libraries, and patch Clawdbot to point to the Playwright-managed Chromium executable — all expected for the described purpose.
Instruction Scope
SKILL.md and scripts instruct running npx to install Playwright, invoking package managers (sudo apt/dnf/pacman/apk) and patching Clawdbot config. These are within scope, but the configuration sets noSandbox: true (explicitly required for WSL/containers), which weakens Chromium sandboxing — a security tradeoff the user should be aware of before applying the patch.
Install Mechanism
There is no formal install spec in the registry (instruction-only), but the scripts rely on npx (which will download Playwright artifacts from npm/microsoft-hosted locations) and native package managers. This is expected for Playwright; no obscure or third-party URLs or archive extracts are used. Users should be aware npx will fetch packages at runtime.
Credentials
No environment variables or credentials are requested. The scripts access expected local paths (e.g., ~/.cache/ms-playwright and ~/.clawdbot/clawdbot.json) and the clawdbot CLI if present. No unrelated secrets or external tokens are referenced.
Persistence & Privilege
The skill does not request always:true and does not modify other skills. It will patch the Clawdbot configuration (either via clawdbot CLI or by instructing manual edits to the user's config file), which is appropriate for its purpose. It also requires sudo for package installs — a normal privilege for system-level package management.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install playwright-headless-browser - 安装完成后,直接呼叫该 Skill 的名称或使用
/playwright-headless-browser触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial version for Clawdbot Playwright headless browser setup.
- Adds setup, dependency installation, and configuration scripts for Clawdbot integration with Playwright Chromium.
- Removes previous skill documentation files related to testing, debugging, selectors, scraping, and CI/CD.
- Provides clear instructions for automated and manual setup on WSL/Linux, including system dependencies and headless configuration.
- Emphasizes use of headless mode and required flags for containerized or WSL environments.
元数据
常见问题
Playwright Headless Browser (Chromium) 是什么?
Set up headless browser automation in Clawdbot using Playwright Chromium. Use when configuring browser tools for WSL/Linux environments, installing browser d... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1889 次。
如何安装 Playwright Headless Browser (Chromium)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install playwright-headless-browser」即可一键安装,无需额外配置。
Playwright Headless Browser (Chromium) 是免费的吗?
是的,Playwright Headless Browser (Chromium) 完全免费(开源免费),可自由下载、安装和使用。
Playwright Headless Browser (Chromium) 支持哪些平台?
Playwright Headless Browser (Chromium) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Playwright Headless Browser (Chromium)?
由 maverick-software(@maverick-software)开发并维护,当前版本 v1.0.0。
推荐 Skills