Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计通过

openclaw-browser-wsl-attachOpenClaw 浏览器 WSL attach

Agent Skill

openclaw-browser-wsl-attach 用于处理浏览器自动化、网页检查和页面信息提取,适合在 OpenClaw 中需要让 Agent 打开页面、读取网页或验证前端流程时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,151

周安装

130

GitHub Stars

公开资料未说明

下载量

1,030
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:openclaw-browser-wsl-attach(OpenClaw 浏览器 WSL attach)
来源仓库:https://github.com/shenzheke/openclaw-browser-wsl-attach
安装命令:
openclaw skills install openclaw-browser-wsl-attach
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install openclaw-browser-wsl-attach

简介

WSL/Linux 环境下 Chromium 浏览器准备附加工具。

  • 适用于 root 运行或无头系统中的浏览器控制。
  • 自动修复权限问题与驱动兼容性缺陷。openclaw-browser-wsl-attach 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 需配置 WSL 图形子系统支持与 DISPLAY 变量。
  • 建议在干净 WSL 实例中首次运行配置环境。

SKILL.md

name
openclaw-browser-wsl-attach
description
Automatically prepare, repair, and attach an OpenClaw-controlled Chromium browser in WSL or Linux environments where OpenClaw runs as root or in a headless session. Use when the user asks to configure browser control, fix browser startup failures, enable OpenClaw browser automation, repair CDP/browser issues, or start a reusable attachOnly Chromium session for screenshots, web automation, login flows, clicking, typing, or page extraction.

OpenClaw Browser WSL Attach

Prepare a stable OpenClaw browser session by using Chromium in attachOnly mode with remote debugging enabled. Prefer this workflow in WSL, headless Linux, or root-run OpenClaw environments where direct browser launch is flaky.

Workflow

  1. Check browser readiness before changing anything.
  2. If OpenClaw browser is already attached and healthy, reuse it.
  3. If Chromium exists but OpenClaw launch is unstable, switch to attachOnly mode.
  4. Run python3 scripts/configure-browser.py and restart the gateway.
  5. Start Chromium manually with CDP on port 18800.
  6. Verify curl http://127.0.0.1:18800/json/version and openclaw browser status.
  7. Then use normal browser actions through OpenClaw.

Quick checks

Run these checks first:

openclaw browser status
command -v chromium || command -v chromium-browser || command -v google-chrome
curl -s http://127.0.0.1:18800/json/version

Interpretation:

  • If openclaw browser status shows running: true, the browser is ready.
  • If CDP JSON returns but OpenClaw still fails to launch browser itself, prefer attachOnly.
  • If Chromium is missing, install or point browser.executablePath to a valid Chromium-based browser.

Preferred configuration

Use this browser config in ~/.openclaw/openclaw.json for WSL/root/headless Linux:

"browser": {
  "enabled": true,
  "executablePath": "/usr/bin/chromium",
  "headless": true,
  "noSandbox": true,
  "attachOnly": true
}

Notes:

  • Use noSandbox: true when Chromium runs as root.
  • Use attachOnly: true when OpenClaw-managed launch times out or is unreliable.
  • browser: unknown and detectedBrowser: custom are acceptable if running: true and CDP works.

Start Chromium manually

Use the bundled scripts in this order:

python3 scripts/configure-browser.py
# restart gateway after config changes
bash scripts/start-browser.sh
bash scripts/healthcheck.sh

What each script does:

  • configure-browser.py: updates ~/.openclaw/openclaw.json for WSL/root/headless attachOnly mode and writes a timestamped backup
  • start-browser.sh: creates the OpenClaw browser profile directory, kills stale Chromium on port 18800 when needed, starts headless Chromium, and prints verification output
  • healthcheck.sh: shows binary, status, CDP, process, and environment diagnostics

Verify success

Healthy state usually looks like:

  • curl http://127.0.0.1:18800/json/version returns JSON
  • openclaw browser status shows running: true
  • openclaw browser tabs works

Once healthy, continue with OpenClaw browser tooling normally.

Repair workflow

If browser control breaks later:

  1. Re-run openclaw browser status
  2. Re-run bash scripts/start-browser.sh
  3. Run bash scripts/healthcheck.sh
  4. If needed, inspect /tmp/openclaw-browser.log
  5. Confirm port 18800 is not blocked by another process
  6. Restart gateway only after config changes

User-facing guidance

After setup, the user can simply ask for browser tasks in natural language, for example:

  • open a URL
  • search a phrase
  • log into a site
  • click a button
  • extract page content
  • take a screenshot

Read references/troubleshooting.md when browser attach still fails after the standard workflow.

Prefer this skill whenever the task is about making OpenClaw browser automation reliable on this machine, not just using the browser tool once.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

84.26%
按下载量换算868

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills