Product Update

Browser Agent Bridge Is Open Source and Live in OpenClaw Setup

We just released Browser Agent Bridge as open source: github.com/NmadeleiDev/browser_agent_bridge. It was created by the founder of openclaw-setup.me to make real browser control for AI agents faster, cheaper, and more reliable.

Browser Agent Bridge addon in OpenClaw Setup (dark theme) Browser Agent Bridge addon in OpenClaw Setup (light theme)
Addons → Browser Agent Bridge in OpenClaw Setup.

Why this project was created

Traditional agent-browser relays often depend on screenshot loops: capture screen, send to model, infer what to click, repeat. That works for demos, but in real workflows it adds cost, latency, and avoidable ambiguity.

Browser Agent Bridge takes an HTML-first path instead. The browser extension returns structured observations and DOM-level context, so the operator can execute deterministic actions with less overhead.

Advantages vs screenshot-based alternatives

  • Lower cost: fewer vision-heavy inference cycles means fewer tokens burned per step.
  • Lower latency: DOM/HTML observations are faster to process than repeated screenshot interpretation.
  • Higher reliability: structured selectors and locators reduce visual ambiguity.
  • Better control: explicit command routing by (instance_id, client_id) keeps automation targeted.
  • Security-first transport: WS architecture with static token/JWT auth modes and production hardening options.
What this means in practice

Faster browser actions, fewer flaky steps, and lower operating cost for day-to-day agent workflows.

Already deeply integrated into OpenClaw Setup

This is not a side experiment. Browser Agent Bridge is integrated directly into OpenClaw Setup. Users can enable it from the dashboard in a few clicks.

  1. Open your instance dashboard.
  2. Go to Addons → Browser Agent Bridge.
  3. Enable the addon and follow the setup flow.

Open source and ready to use

The project is fully open source under MIT and designed for real operator usage, not only benchmark demos. If you are building browser-driven agents, this gives you a robust baseline for deterministic browser control.

View Browser Agent Bridge on GitHub Enable in OpenClaw Setup
Cookie preferences