unbrowser — Chrome-free first-pass browsing is a single static binary that runs page JS in QuickJS and exposes a stateful session over JSON-RPC. It complements OpenClaw's managed browser: use first for static / SSR / docs / search-result pages, and escalate to the managed browser when the page tells you to (signals below). Intended use & non-goals Intended use: first-pass scraping of public web pages, navigation of SSR / static sites, multi-step interaction with simple HTML forms (search boxes, GET workflows), and authenticated tasks against credentials the user has explicitly provided — e.g.…