Loading...
Loading...
Browser automation for AI agents. Use when the user needs to navigate websites, read page content, fill forms, click elements, take screenshots, or manage browser tabs.
npx skill4agent add vibiumdev/vibium vibe-checkvibe-checkvibe-check navigate <url> → vibe-check text → vibe-check screenshot -o shot.pngvibe-check navigate <url>vibe-check urlvibe-check titlevibe-check textvibe-check text "<selector>"vibe-check html--outervibe-check find "<selector>"vibe-check find-all "<selector>"--limit Nvibe-check eval "<js>"vibe-check screenshot -o file.pngvibe-check click "<selector>"vibe-check type "<selector>" "<text>"vibe-check hover "<selector>"vibe-check scroll [direction]--amount N--selectorvibe-check keys "<combo>"vibe-check select "<selector>" "<value>"vibe-check wait "<selector>"--state visible|hidden|attached--timeout msvibe-check tabsvibe-check tab-new [url]vibe-check tab-switch <index|url>vibe-check tab-close [index]vibe-check daemon startvibe-check daemon statusvibe-check daemon stop| Flag | Description |
|---|---|
| Hide browser window |
| Output as JSON |
| One-shot mode (no daemon) |
| Debug logging |
| Wait N seconds after navigation |
| Keep browser open N seconds before closing |
--oneshotVIBIUM_ONESHOT=1vibe-check navigate https://example.com
vibe-check textvibe-check navigate https://example.com/login
vibe-check type "input[name=email]" "user@example.com"
vibe-check type "input[name=password]" "secret"
vibe-check click "button[type=submit]"vibe-check navigate https://example.com
vibe-check eval "JSON.stringify([...document.querySelectorAll('a')].map(a => a.href))"vibe-check tab-new https://docs.example.com
vibe-check text "h1"
vibe-check tab-switch 0vibe-check findvibe-check text "<selector>"vibe-check eval-o