Browser Automation with browser-use CLI The command provides fast, persistent browser automation. It maintains browser sessions across commands, enabling complex multi-step workflows. Prerequisites Before using this skill, must be installed and configured. Run diagnostics to verify: For more information, see https://github.com/browser-use/browser-use/blob/main/browser use/skill cli/README.md Core Workflow 1. Navigate : - Opens URL (starts browser if needed) 2. Inspect : - Returns clickable elements with indices 3. Interact : Use indices from state to interact ( , ) 4. Verify : or to confirm a…