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.

跳到安装

来源信息

仓库
estebanrfp/gos
最近来源活动
2026年5月12日 17:16
检测到的 SKILL.md 语言
英语
星标
1
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。