This commit is contained in:
Felarof 2026-01-30 23:11:07 +08:00 committed by GitHub
commit 5862fce1e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 16 additions and 0 deletions

View File

@ -212,6 +212,10 @@ OpenClaw can also drive **your existing Chrome tabs** (no separate “openclaw
Full guide: [Chrome extension](/tools/chrome-extension)
<Tip>
For a friction-free alternative (no manual extension install, no "controlled externally" banner, no webdriver detection), see [BrowserOS](https://browseros.com).
</Tip>
Flow:
- The Gateway runs locally (same machine) or a node host runs on the browser machine.
- A local **relay server** listens at a loopback `cdpUrl` (default: `http://127.0.0.1:18792`).

View File

@ -12,6 +12,18 @@ The OpenClaw Chrome extension lets the agent control your **existing Chrome tabs
Attach/detach happens via a **single Chrome toolbar button**.
<Note>
**Want a smoother experience?** The manual extension install has some friction:
- You must load an unpacked extension via Developer Mode
- Chrome shows a "browser controlled externally" banner
- Sites may detect automation via `navigator.webdriver`
[BrowserOS](https://browseros.com) (open-source Chromium fork) resolves all three:
- Clawdbot extension is pre-installed automatically
- No "controlled externally" banner
- `navigator.webdriver` flag is disabled
</Note>
## What it is (concept)
There are three parts: