vibium-browser-automation
Installation
SKILL.md
Vibium Browser Automation
Guide for using Vibium browser automation tool through MCP protocol in Cursor IDE.
Available Tools
| Tool | Description | Notes |
|---|---|---|
browser_launch |
Start browser (visible by default) | Use headless: false for debugging |
browser_navigate |
Go to URL | Waits for page load |
browser_find |
Find element by CSS selector | Returns element info (tag, text, box) |
browser_click |
Click an element | Waits for element to be clickable |
browser_type |
Type text into an element | Waits for element to be editable |
browser_screenshot |
Capture viewport | Saves to Pictures/Vibium/ by default |
browser_quit |
Close browser | Clean up when done |