playwright
Installation
SKILL.md
Playwright Browser Automation
Overview
This skill enables general-purpose browser automation using Playwright. It's designed for one-off automation tasks, interactive testing, and ad-hoc browser scripting. The skill includes intelligent utilities for session persistence, error handling, server detection, and common automation patterns extracted from production bots.
When to Use This Skill
Invoke this skill when the user requests:
- "Automate logging into this website"
- "Take screenshots of this page"
- "Fill out this form automatically"
- "Test this login flow"
- "Extract data from this website"
- "Click through this multi-step process"
- Any interactive browser automation task
DO NOT use for scheduled monitoring - use the web-monitor-bot skill instead for cron-based periodic checks with analytics.
Related skills