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 に表示されている付属ファイルをお読みください。