Browser Automation
Zardus controls your real browser via CDP (Chrome DevTools Protocol). Automate web tasks with natural language commands.
Getting Started
1. Start Brave with debugging enabled:
brave-browser --no-sandbox --remote-debugging-port=9222
2. Load the OpenCode browser extension:
Menu → More tools → Extensions → Enable Dev mode → Load unpacked
Commands
agent-browser --cdp 9222 open https://github.comOpen a URL
agent-browser --cdp 9222 screenshotTake a screenshot
agent-browser --cdp 9222 click "Login"Click an element
agent-browser --cdp 9222 type "email" "test@example.com"Type in a field
⚡ Use Case
Automate web scraping, test your web apps, fill forms automatically, or even manage your social media accounts - all with natural language commands.