browser-use

browser-use

@browser-use Organization

GitHub
6 Skills
273591 Total Stars
February 2026 Joined

Public Skills

browser-use

by browser-use

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, or extract information from web pages.

Auth 110.6K 6mo ago

remote-browser

by browser-use

Controls a cloud browser from a sandboxed remote machine. Use when the agent is running in a sandbox (no GUI) and needs to navigate websites, interact with web pages, fill forms, take screenshots, or expose local dev servers via tunnels.

Auth 110.6K 6mo ago

browser-harness

by browser-use

"Always use browser-harness for any web interaction: automation, scraping, testing, or site/app work."

Accessibility 17.3K 7d ago

browser-harness

by browser-use

Browser Harness Self-healing harness that enables LLMs to complete any task.

productivity 17.3K 2mo ago

browser-harness

by browser-use

Browser Harness Self-healing harness that enables LLMs to complete any task.

productivity 17.3K 2mo ago

cdp

by browser-use

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.

CLI Tools 480 4mo ago