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 -y skills add alphaonedev/openclaw-graph --skill playwright-scraper --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
dbt-labs/dbt-agent-skills
github/awesome-copilot