playwright-scraper-skill
Installation
SKILL.md
Playwright Scraper Skill
A Playwright-based web scraping skill with anti-bot protection. Choose the best approach based on the target website's anti-bot level.
π― Use Case Matrix
| Target Website | Anti-Bot Level | Recommended Method | Script |
|---|---|---|---|
| Regular Sites | Low | web_fetch tool | N/A (built-in) |
| Dynamic Sites | Medium | Playwright Simple | scripts/playwright-simple.js |
| Cloudflare Protected | High | Playwright Stealth β | scripts/playwright-stealth.js |