Capabilities
Browser Automation
minnal includes a first-class browser tool so the agent can navigate, scrape, click, and fill forms in a real browser.
Backend
The current built-in backend is Firefox via Firefox Agent Bridge. Ask your agent to set it up and it will install the bridge, configure the profile, and verify the connection.
Set up the firefox agent bridge for me.
Usage
The agent can call the tool directly, but you can also drive it from chat:
Open https://example.com, click "Sign in", paste $EMAIL into the email field, then snapshot the page.
Primitives
browser.open(url)— open or focus a tab.browser.click(selector)/browser.fill(selector, value)browser.text(selector?)— extract clean text.browser.html(selector?)— extract raw HTML.browser.screenshot(selector?)— PNG snapshot.browser.eval(js)— escape hatch for one-off scripts.