A straightforward browser automation wrapper that gives Claude references to DOM elements it can actually use. The workflow is simple: open a page, snapshot to get element refs like @e1 and @e2, then interact with those refs directly. You re-snapshot after each navigation or DOM change to keep references fresh. It's cleaner than having Claude fumble with CSS selectors in natural language, though the security audits show mixed results (pass from Gen Agent Trust Hub, warn from Socket, fail from Snyk), so review what you're comfortable with. Nearly 500 installs suggests people are actively using it despite the audit concerns. Good for form filling, scraping, or anything where you need Claude to drive a browser without the usual selector guessing game.
npx skills add https://github.com/jezweb/claude-skills --skill agent-browser