browser-use
@browser-use Organization
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.
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.
browser-harness
by browser-use
"Always use browser-harness for any web interaction: automation, scraping, testing, or site/app work."
browser-harness
by browser-use
Browser Harness Self-healing harness that enables LLMs to complete any task.
browser-harness
by browser-use
Browser Harness Self-healing harness that enables LLMs to complete any task.
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.