What problem does it solve?
This Skill lets you interact with live websites and browser-based apps from the command line without relying on brittle HTML parsing or manual clicking.
Core Features & Use Cases
- Browser automation: Open pages, navigate, click, fill forms, type, select, and capture screenshots.
- Reliable interaction loop: Use accessibility-tree snapshots with stable element refs, then re-snapshot after page changes to avoid stale targets.
- Testing and review workflows: Inspect UI behavior, measure layout and performance, check console errors, and compare screenshots for regressions.
- CDP attachment: Connect to existing Chromium-based apps such as Chrome, Tauri/WebView2, and Electron through a remote debugging endpoint.
Quick Start
Ask the assistant to open a target website in agent-browser, snapshot the page, and perform the next interaction using the element references it returns.