dev-browser
Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows. Trigger phrases include "go to [url]", "click on", "fill out the form", "take a screenshot", "scra.
This rank signal uses GitHub stars, measured star growth, and recent maintenance. It is not a safety score or install approval.
Worth reviewing before you install
Worth a closer look if the use case fits. It has adoption, measured growth, and recent maintenance. Install notes are available, but you should still inspect the source.
Browser automation teams. Channel tag: Claude Code. Treat this as a search fit signal, not compatibility proof. Best when you want a concrete install path. Start with skills/dev-browser/SKILL.md.
Inspect skills/dev-browser/SKILL.md and the install command before adding it to a shared agent workflow. No actionable warning was returned for this snapshot.
Compare nearby browser automation skills in the Claude Code channel when 6,251 GitHub stars, source freshness, or install notes are close. This one has a clearer install path, but a nearby skill may still fit your agent setup better.
How to install dev-browser
npm install -g dev-browserSKILL.md and source review
Primary path: skills/dev-browser/SKILL.md
66/100 from GitHub star count, star growth rate, and recent update.
66/100 from GitHub star count, star growth rate, and recent update.
34.2/45 points. Star count is log-scaled so large repos lead without completely hiding newer projects.
16.1/35 points from 293 net stars over 53.3 observed day(s).
16/20 points. Most recent GitHub activity: 2026-06-05T18:37:05Z.
- GitHub ranking score uses star count, measured star growth rate, and recent repository update only.
- 6,027 stars at last scan.
- 65 stars/week measured from 2026-04-22 to 2026-04-29T10:46:56.082Z.
- Most recent GitHub activity was 2026-04-09T21:18:44Z.
Source evidence preview
We show selected README/SKILL.md excerpts, not a full mirror of the repo. Use the focus cards for install notes, usage, and skill rules, then open GitHub before installing.
Command extracted from README.md.
npm install -g dev-browserSections found: Usage.
Review skills/dev-browser/SKILL.md for trigger rules and constraints.
Brought to you by Do Browser.
A browser automation tool that lets AI agents and developers control browsers with sandboxed JavaScript scripts.
Key features:
- Sandboxed execution - Scripts run in a QuickJS WASM sandbox with no host access
- Persistent pages - Navigate once, interact across multiple scripts
- Auto-connect - Connect to your running Chrome or launch a fresh Chromium
- Full Playwright API - goto, click, fill, locators, evaluate, screenshots, and more
Demo
https://github.com/user-attachments/assets/c6cf7fb9-b1dc-46ed-93b9-6e7240990c53
CLI Installation
npm install -g dev-browser
dev-browser install # installs Playwright + ChromiumQuick start
### Windows notes
PowerShell install:
npm install -g dev-browser dev-browser install
To attach to a running Chrome instance on Windows:
chrome.exe --remote-debugging-port=9222
dev-browser --connectWindows npm installs download the native dev-browser-windows-x64.exe release asset during postinstall, and the generated npm shims invoke that executable directly.
Need the full source? Read full README on GitHub
Dev Browser
A CLI for controlling browsers with sandboxed JavaScript scripts.
Installation
npm install -g dev-browser
dev-browser installUsage
Run dev-browser --help to learn more.
Need the full source? Read full SKILL.md on GitHub
