What problem does it solve?
Agents often lack access to a real browser signed into the user's accounts, forcing them to rely on headless fetching or in-app browser tools that cannot reach authenticated pages. This Skill routes all web tasks through BrowserOS neo, a dedicated agent browser with live logins and a persistent profile.
Core Features & Use Cases
- Snapshot-Act-Verify Loop: Render pages as accessibility trees with element refs, act on elements by ref, and verify results from the returned diff.
- Scripted Automation: Compose multi-step workflows in a single
run script covering navigation, form filling, bulk extraction, and helper reuse.
- Reading and Output: Extract pages as markdown, search content with grep, capture screenshots and PDFs, and handle downloads and uploads.
- Use Case: Ask the agent to log into your analytics dashboard, fill out a report form, and download the resulting CSV, all inside tabs you can watch live in the BrowserOS neo cockpit.
Quick Start
Use BrowserOS neo to open my email inbox in a new tab and summarize the five most recent unread messages.