This is a comprehensive browser automation tool that wraps headless browser capabilities into a CLI you can call from Claude. It uses a snapshot and reference system where you grab interactive elements as refs like @e1, then act on them directly instead of wrestling with selectors. Handles the full range of browser tasks: navigation, form filling, clicks, screenshots, PDF generation, video recording, network mocking, and multi-tab workflows. The confirmation requirements are sensible, asking before form submissions that mutate data or touching production admin surfaces. If you're building test automation, scraping workflows, or need Claude to interact with web apps programmatically, this gives you the primitives without needing to write Playwright scripts yourself.
npx skills add https://github.com/shipshitdev/library --skill agent-browser