This handles the bread and butter browser automation stuff through Puppeteer/Playwright via MCP tools. Navigate pages, click elements, fill forms, scrape data, capture screenshots. The YAML examples show practical patterns for pagination, table extraction, and E2E test flows. It's useful when you need to automate repetitive web tasks, pull structured data from sites without APIs, or set up basic UI testing. The form automation and scraping workflows are well documented, though you'll want to add your own rate limiting and error recovery for production use. Beats writing throwaway Python scripts every time you need to grab data from a few dozen pages.
npx skills add https://github.com/claude-office-skills/skills --skill browser-automationwshobson/agents
github/awesome-copilot