vibium
Browser automation toolkit that lets AI agents verify their own work
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Vibium?โผ
Run `npx skills add VibiumDev/vibium --all -g -y` in your terminal to install the browser automation skill globally for your AI agent.
What does Vibium do for AI coding agents?โผ
It gives agents a verification layer: they can open pages, click elements, fill forms, and take screenshots to confirm the code they wrote actually works in a real browser.
Does Vibium require manual browser setup?โผ
No. It is a single lightweight binary that downloads Chrome automatically on first run, with Firefox also supported via a simple flag.
Can I use Vibium without writing code?โผ
Yes. Once installed as a skill, your AI agent runs plain CLI commands like `vibium go`, `vibium map`, and `vibium click` based on your natural language requests.
Does Vibium work with Claude Code and other agents?โผ
Yes. It works as a SKILL.md-based skill, an MCP server for Claude Code and Gemini CLI, and as client libraries for JavaScript, Python, and Java.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core