🌐
AutomationTypeScript

Browser Harness JS

by browser-use

Browser Harness JS is an Automation skill for Claude Code, published by browser-use in browser-harness-js.

476 stars32 forkson browser-use/browser-harness-jsAdded 2026/07/16Repository updated 2026/04/20
Install in seconds
Install Browser Harness JS
Copy Browser Harness JS into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/browser-use/browser-harness-js ~/.claude/skills/browser-harness-js

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/browser-use/browser-harness-js.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in browser-use/browser-harness-js
Installs to
~/.claude/skills/browser-harness-js
Collection
The only skill cataloged from this repository
Category
Automation2226 skills

What Browser Harness JS does

Execute Chrome DevTools Protocol commands from JavaScript using a persistent browser session. Ideal for automating, scripting, or inspecting Chrome via CDP.

Browser Harness JS is cataloged under Automation on DirSkills.

Documentation

README

CDP — browser-harness-js skill

Custom codegen'd CDP SDK (every method from browser_protocol.json + js_protocol.json gets a typed wrapper) plus a tiny HTTP server that holds one persistent CDP Session. The browser-harness-js CLI auto-starts the server on first use and forwards JS snippets to it.

The SDK lives in the skill's sdk/ directory. In the rest of this doc, <skill-dir> refers to wherever npx skills add installed the skill (Claude Code: ~/.claude/skills/cdp; Cursor: ~/.cursor/skills/cdp; other agents vary). The CLI should be on PATH as browser-harness-js.

Setup (once, first use)

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Browser Harness JS

  • How does Browser Harness JS compare to other Automation skills?

    Browser Harness JS ranks #1391 by stars among the 2226 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Browser Harness JS against them. Open each page to compare what they document and how they install.