Skip to main content

playwright-cli

Real headless browser via playwright-cli. ALWAYS prefer this over web_fetch / curl when checking if a website loads, navigating pages, scraping content, filling forms, taking screenshots, or bypassing bot-protection (Cloudflare, Vercel security checkpoint, JS-rendered pages, login walls). web_fetch only sees raw HTML — playwright executes JavaScript, waits for the real page, and reports what a human browser actually sees. Use for: "comprueba si esta web carga", "verifica que la página funciona", "navega a", "abre la web", "saltarse el checkpoint", "scrapea", "rellena el formulario", "captura pantalla", "test the site". Pipeline: `playwright-cli open URL` → `playwright-cli snapshot` → act on the refs.

Jump to install

Source facts

Repository
estebanrfp/gos
Last source activity
May 12, 2026 at 17:16
Detected SKILL.md language
English
Stars
1
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.