This is a code generator that outputs complete Playwright scraper projects using the PageObject pattern. It creates TypeScript classes for each page you want to scrape, Zod schemas for data validation, and Docker configs for deployment. The standout feature is agent-browser integration: you can have Claude navigate a site, capture accessibility snapshots, and auto-generate selectors instead of writing them manually. It's opinionated about selector resilience (data-testid over brittle CSS paths) and composition over inheritance. Use it when you need a structured, maintainable scraper for a specific site. Skip it for API scraping, mass crawling, or test automation, where other patterns fit better.
npx skills add https://github.com/jwynia/agent-skills --skill scraper-builder