What breaks without openclaw agent browser core
Conflicting browser instances. Memory spikes. Brittle skill-to-skill browser sharing.
→
Shared stable headless browser runtime × 155-star foundation skill ÷ 10–20 minutes ÷ no duplicate Chromium overhead = browser automation that scales cleanly.
Security check — openclaw agent browser core
Privacy score: 7/10 — accesses connected platform APIs only.
Lock it: review OAuth scopes before install, confirm macOS, Linux; OpenClaw ≥1.0; Playwright; 512MB RAM per instance compatibility.
Quick start — openclaw agent browser core in 10–20 minutes
Setup time: 10–20 minutes
!
You need:
- OpenClaw core
- Chromium
- Playwright
Install the package:
# Install via ClawhHub
clawhub install codedao12/agent-browser-core
1
Install Playwright: npx playwright install chromium
3
Set BROWSER_POOL_SIZE=2 in .env for concurrent sessions
4
Use as a dependency in your own skill with import agent-browser-core
Compatibility & status
Works with: macOS, Linux; OpenClaw ≥1.0; Playwright; 512MB RAM per instance
intermediate
Last updated: Nov 2025
★ 155 on GitHub
MIT
Official docs →
View on GitHub →