playwright-cli
SKILL.md
Browser Automation with playwright-cli
This skill should bias toward short, deterministic workflows.
Priority rules
- [CRITICAL] If the user simply wants to read, summarize, or extract text content from a URL without interacting with it, DO NOT use
web_browser. You MUST use theweb_extractorskill instead, as it is much faster and cleaner. - Use this skill ONLY when you need to act like a real user (click buttons, fill forms, bypass complex CAPTCHAs, or take visual screenshots).
- If using this skill, prefer
open+snapshot+read snapshot fileover exploratory command chains. - Avoid debug-only commands unless the user explicitly asks for debugging.
- Only use
evalwhen the user explicitly requests JS evaluation.
Preferred workflow: summarize a web page
# 1) Open target page directly
playwright-cli open https://example.com