Human-like browser automation backed by @mochi.js/core. Requires Piclaw >=2.0.0.
Open Settings → Add-Ons and install stealth-browser from the catalog. Install a compatible Chromium build before first use:
bunx @mochi.js/cli browsers installstealth_browser manages its own Chromium process. Actions include:
goto, click, type, and scrolltext, evaluate, and screenshotfetchstatus and closeA session is reused across calls. The add-on checks for five minutes of inactivity about five minutes after session creation; activity does not reset or reschedule that check. close and extension unload always stop Chromium. Text and fetch responses are capped at 30,000 characters. Screenshots default to /workspace/tmp/stealth-screenshot.png.
| Variable | Purpose | Default |
|---|---|---|
PICLAW_STEALTH_SEED |
Stable fingerprint seed | hostname |
PICLAW_STEALTH_PROFILE |
Explicit Mochi profile | auto-detected |
PICLAW_STEALTH_PROXY |
Proxy URL | none |
PICLAW_STEALTH_HEADLESS |
Headless mode | true |
The bundled stealth-browse skill explains when to prefer this managed browser over cdp_browser.
stealth-browse