A comprehensive browser automation wrapper that gives Claude direct command-line control over Chrome through the vibium CLI. You get the full suite: navigate pages, map interactive elements to refs like @e1, click/fill/select forms, wait for conditions, capture screenshots, manage multiple pages, even handle iframes and dialogs. The workflow is straightforward,go to a URL, run map to get element references, interact with those refs, then remap after DOM changes. Particularly solid for web scraping, form automation, and testing scenarios where you need programmatic browser control without writing Puppeteer scripts. The element mapping approach is smart because it gives Claude stable references to work with instead of brittle selectors.
npx skills add https://github.com/vibiumdev/vibium --skill vibe-check