
browser-use/browser-harness-js
2 skills501 installs463 starsGitHub
Install
npx skills add https://github.com/browser-use/browser-harness-jsSkills in this repo
1CdpGuides building browser-use/browser-harness-js CDP integrations so coding agents can launch pages, interact with DOM, capture network events, and run reliable browser automation in CLI and agent workflows.501installs2Cdpcdp is a Claude Code skill in the Debugging category. Drive Chrome via the DevTools Protocol from JavaScript. Run JS snippets through the `browser-harness-js` CLI — it auto-spawns a long-lived bun HTTP server holding a fully-typed CDP `Session`, and every call (`browser-harness-js 'await session.Page.navigate(...)'`) executes against the same persistent connection. Session, active target, and globals survive across calls. Use when the user wants to automate, script, or inspect a Chrome browser via CDP — single tab or multi-tab, attach to existing Chrome or to a new one launched with --remote-debugging-port.0installs