This handles browser automation through CDP, WebDriver, and modern frameworks like Playwright, with built-in security controls that actually matter. You get domain allowlists, credential protection, and audit logging baked in rather than bolted on later. The TDD workflow pushes you to write pytest-playwright tests first, which is the right way to do automation anyway. Performance patterns cover context reuse, parallel execution, and resource blocking to keep things fast. It's marked high-risk because you're touching web access and data extraction, so the security guardrails around blocking banking domains and password fields aren't optional. Good for scraping, testing, and automation where you need controls from day one.
npx skills add https://github.com/martinholovsky/claude-skills-generator --skill browser-automation