playwright
Installation
SKILL.md
Playwright (Browser Automation)
General-purpose browser automation skill. Write custom Playwright scripts for any automation task and execute them via the universal executor.
Trigger
Any user request involving browser testing, web automation, screenshots, responsive design checks, form testing, link validation, login flow testing, or any other browser-based task.
Workflow
1. Resolve skill directory
This skill can be installed in different locations (plugin system, manual installation, global, or project-specific). Determine the skill directory based on where this SKILL.md was loaded. Use that path as $SKILL_DIR in all commands below.
2. Setup (first time only)
cd $SKILL_DIR && npm run setup