VibiumDevVibiumDevOfficialยท1 Agent Skills Included

vibium

Browser automation toolkit that lets AI agents verify their own work

Automates real browser actions like navigating pages, clicking buttons, filling forms, and capturing screenshots through simple CLI commands. Eliminates brittle CSS selectors and manual browser setup with semantic element finding and automatic Chrome installation. Works as an AI agent skill, MCP server, or JavaScript, Python, and Java library so coding agents can verify their work end to end.
npx skills add VibiumDev/vibium --all -g -y
Available:

Gives the AI agent the project's design philosophy, tech stack, and operating rules so it prioritizes bug fixes, runs tests before committing, and keeps the zero-config browser experience intact.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’