If you're automating browsers through Claude's CLI and want something simpler than Playwright, this wraps Vercel's headless browser tool with a snapshot and ref pattern that works well for AI. You navigate to a page, run snapshot to get interactive elements tagged as @e1, @e2, etc., then use those refs to click, fill forms, or scrape. It handles the common stuff like screenshots, PDFs, and waiting for elements. The workflow is straightforward: snapshot after each navigation to get fresh refs, then act on them. Good for bash-based automation where you want readable commands instead of diving into full browser testing frameworks.
npx skills add https://github.com/eyadsibai/ltk --skill agent-browser