What it does
mobilebridge sits on the host, talks to connected Android devices over ADB, and brokers CDP sessions into the on-device browser. The VulpineOS orchestrator treats those sessions as additional contexts in the pool — so the same agent code works against desktop Camoufox and Android Chrome / Firefox without modification.
Device discovery
vulpine_list_mobile_devices enumerates handsets visible to the bridge. Live status.
Session control
vulpine_connect_mobile_device opens a session and returns an endpoint. vulpine_disconnect_mobile_device tears down.
Same agent
Run the same OpenClaw configuration against mobile and desktop targets. Toolbelt parity.