If you're scraping modern websites with JavaScript-rendered content, this is the skill to reach for. It wraps Playwright's browser automation to handle React/Angular apps, login flows, pagination loops, and screenshot capture. The documentation gives you real patterns: filling auth forms with environment variables, clicking through paginated results with while loops, using waitForSelector with proper timeouts. Honest take: Playwright is heavier than simple HTTP scraping but that's the point. When you need to actually execute JavaScript and interact with a page like a user would, the extra overhead pays off. The examples show auth handling and multi-page extraction that you can adapt directly.
npx skills add https://github.com/alphaonedev/openclaw-graph --skill playwright-scraper