Filter a curated browser automation catalog by runtime, interaction model, device matrix, and third-party cloud constraints. The picker is rule-based: no LLM, no API call, no network request.
Install skill-router so your agent can choose next time.
The web picker is a quick pre-install guide. skill-router brings the same curated direction into your agent workflow.
npx skills add openskillmarket/skill-router
This page does not check which skills are installed on your machine. After you install skill-router, your agent can first inspect what you already have and then combine that with this curated catalog, so the in-agent result may fit your local environment more closely.
Guide the picker
Select only the constraints that matter. Clear any choice to broaden the result.
Result
Best match
Best match
Playwright (OpenAI)
Writing and running local Playwright E2E scripts; multiple browser engines (Chromium/Firefox/WebKit); deterministic tests that need scriptable assertions, selectors, and network interception.Cloud compatibility testing across real device / real browser matrices; no-code or pure natural-language operation flows.
Risk
Downloads browser binaries and runs local commands; scripts can access any tested site.
Prerequisites
Local ability to install Playwright and its browser binaries; Node environment.
Maintenance
Official OpenAI source, likely active (needs retest).
Cloud headless browsers, scaled automation and scraping in CI or environments without a local browser.Purely local one-off debugging; cases where page data must not pass through a third-party cloud.
Risk
Requires a third-party cloud account; visited page data passes through Browserbase.
Prerequisites
Browserbase account + API key.
Maintenance
Vendor official source, likely active (needs retest).
Writing and running local Playwright E2E scripts; multiple browser engines (Chromium/Firefox/WebKit); deterministic tests that need scriptable assertions, selectors, and network interception.
Downloads browser binaries and runs local commands; scripts can access any tested site.