← all skills

playwright-browser-bridge

The shared browser code behind the two skills that drive a browser. It joins a browser you already have open, double-checks buttons before clicking, and deletes anything it downloads.

Why it exists

Driving a browser is easy to get wrong — lost logins, buttons that moved, downloaded files left lying around. This handles those once, so the skills built on it don't have to. That's why they stay simple.

One interesting thing

Both skills use the same browser code, so they behave the same careful way.

What it does

A shared browser helper that other skills build on. It joins a browser you already have open instead of launching a new one, re-checks buttons before clicking, and deletes anything it downloads. Use as the browser layer under skills that read or act on web pages, like job-search-copilot and browser-ai-bridge.

Related skills

Used by: browser-ai-bridge, job-search-copilot

  • browser
  • playwright
  • substrate

License: MIT · source ↗