Browser Harness is a minimal (~592 lines of Python) self-healing browser automation framework that connects LLMs directly to Chrome via the Chrome DevTools Protocol (CDP). Unlike traditional automation frameworks, it allows the LLM agent to write missing helper functions mid-task, giving it complete freedom to complete any browser task. It supports remote browsers with a free tier (3 concurrent browsers, proxies, captcha solving), and is designed to be used with AI coding assistants like Claude Code or Codex. The project encourages community contributions of domain-specific skills (e.g., LinkedIn, Amazon, GitHub) that are generated by the agent itself rather than hand-authored.
Table of contents
Setup promptFree remote browsersHow simple is it? (~592 lines of Python)ContributingSort: