Browser Automation for Sandboxed Agents This skill is for agents running on sandboxed remote machines (cloud VMs, CI, coding agents) that need to control a headless browser. Prerequisites For setup details, see https://github.com/browser-use/browser-use/blob/main/browser use/skill cli/README.md Core Workflow 1. Navigate : — starts headless browser if needed 2. Inspect : — returns clickable elements with indices 3. Interact : use indices from state ( , ) 4. Verify : or to confirm 5. Repeat : browser stays open between commands 6. Cleanup : when done Browser Modes Commands The Python object pro…