Skip to main content

clawdia browser

Manage Clawdia’s browser control server and run browser actions (tabs, snapshots, screenshots, navigation, clicks, typing). Related:

Common flags

  • --url <controlUrl>: override browser.controlUrl for this command invocation.
  • --browser-profile <name>: choose a browser profile (default comes from config).
  • --json: machine-readable output (where supported).

Quick start (local)

Profiles

Profiles are named browser routing configs. In practice:
  • clawd: launches/attaches to a dedicated Clawdia-managed Chrome instance (isolated user data dir).
  • chrome: controls your existing Chrome tab(s) via the Chrome extension relay.
Use a specific profile:

Tabs

Snapshot / screenshot / actions

Snapshot:
Screenshot:
Navigate/click/type (ref-based UI automation):

Chrome extension relay (attach via toolbar button)

This mode lets the agent control an existing Chrome tab that you attach manually (it does not auto-attach). Install the unpacked extension to a stable path:
Then Chrome → chrome://extensions → enable “Developer mode” → “Load unpacked” → select the printed folder. Full guide: Chrome extension

Remote browser control (clawdia browser serve)

If the Gateway runs on a different machine than the browser, run a standalone browser control server on the machine that runs Chrome:
Then point the Gateway at it using browser.controlUrl + browser.controlToken (or CLAWDIA_BROWSER_CONTROL_TOKEN). Security + TLS best-practices: Browser tool, Tailscale, Security