Saltar al contenido principal
B

dsh-uni-browser

baixianger/dsh-uni-browser

Persistent, auditable uni-browser profiles for DeepSeek Harness.

Instalar

dsh plugin --profile web add github:baixianger/dsh-uni-browser

README

DSH Uni Browser

DSH Uni Browser

English · 简体中文

npm License: MIT DSH plugin

Give DSH agents named browser profiles that retain their local sign-in state. Open a visible browser to log in yourself, then reuse that profile for later agent work.

Keep your browser context

CapabilityBehavior
Named profilesSeparate Chromium or Camoufox profiles, including Unicode names.
Persistent sign-inReuse local cookies, localStorage, and IndexedDB.
Agent actionsNavigate, snapshot, click, type, and press through uni-browser's action API.
Managed runtimeStart a private local daemon on demand.
Clear controlsOpen and Stop keep state; Forget removes it after confirmation.

Quick start

dsh plugin --profile web add dsh-uni-browser@latest
dsh web
  1. Open Settings → Uni Browser and create a profile.
  2. Keep headless disabled for a profile you need to sign into.
  3. Choose Open, then complete sign-in yourself in the visible browser.
  4. Ask the agent to use that profile for its browser task.

The settings page supports English/Chinese and DSH's theme. It distinguishes loading, empty lists, running profiles, and failed operations. Chinese and other Unicode names keep their display label while receiving a stable internal identifier.

Agent tools

ToolPurpose
uni_browser_profilesList profiles and runtime state.
uni_browser_profile_createCreate a named profile.
uni_browser_open / uni_browser_closeStart or stop without deleting local state.
uni_browser_forgetDelete a profile after explicit confirmation.
uni_browser_navigate / uni_browser_snapshotNavigate and read an accessibility snapshot.
uni_browser_click / uni_browser_type / uni_browser_pressInteract with the selected profile.

Runtime & browser engines

npm installs a matching uni-browser daemon for macOS ARM64/x64 or Linux ARM64/x64. The daemon starts under $DSH_HOME/dsh-uni-browser/daemon and communicates over a private Unix socket.

The plugin reuses installed Chrome/Chromium by default. For Camoufox, provide its executable with UNI_BROWSER_CAMOUFOX_BIN. The runtime package does not install a browser engine.

VariablePurpose
UNI_BROWSER_SOCKETUse an externally managed daemon.
UNI_BROWSER_BINUse an explicit daemon executable.
UNI_BROWSER_CHROMIUM_BINSelect the Chromium/Chrome executable.
UNI_BROWSER_CAMOUFOX_BINSelect the Camoufox executable.

If optional npm dependencies were omitted, supply a daemon socket or executable. Windows is outside the bundled runtime matrix.

State & lifecycle

Stop retains the profile directory. Forget permanently removes cookies, local storage, IndexedDB, and other local sign-in state after confirmation.

Unloading stops a daemon started by this plugin; an externally managed daemon is left alone. Actions use uni-browser's audited NDJSON API rather than raw browser-debugging passthrough. Passwords and cookies are not passed as profile configuration or tool parameters.

For maintainers

Release and runtime guide explains pinned platform packages, checksum verification, and publication order. Plugin and runtime versions evolve independently; a new upstream runtime never changes an already-published plugin.

Development & feedback

npm ci
npm run check

Report an issue · Release notes · MIT license

Plugins relacionados