replit-playwright-chromium
Installation
SKILL.md
Playwright (Chromium) on Replit — no download
Replit ships a Playwright-managed Chromium in the Nix store, exposed as
$REPLIT_PLAYWRIGHT_CHROMIUM_EXECUTABLE. playwright install (which only
downloads a browser) is both unnecessary and broken here — point Playwright
at the store browser with executable_path and be done.
If you need Firefox-level anti-detection instead of Chromium, use the
camofox-on-replit skill. Replit platform gotchas ($HOME wipes,
XDG persistence, registry firewall) live in the replit-knowledge
skill; Nix/closure mechanics live in replit-nix.