DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Uni Browser — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-uni-browser

Uni Browser

Persistent, auditable uni-browser profiles for DeepSeek Harness.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-uni-browser@0.1.0-rc.7
READMECompatibilityVersions

Compatibility and provenance

Uni Browser is published as dsh-uni-browser and currently resolves to version 0.1.0-rc.7. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.1.0-rc.7prerelease
9/14/2026
Show 7 more versionsCollapse versions
0.1.0-rc.6prerelease
9/10/2026
0.1.0-rc.5prerelease
8/27/2026
0.1.0-rc.4prerelease
8/24/2026
0.1.0-rc.3prerelease
8/24/2026
0.1.0-rc.2prerelease
8/24/2026
0.1.0-rc.1prerelease
8/20/2026
0.1.0-rc.0prerelease
8/19/2026
Latest
0.1.0-rc.7
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
70.7 kB
Files
14
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
233
Security scan
✓ v0.1.0-rc.7 scan passed
Last push
9/14/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

README

DSH Uni Browser

DSH Uni Browser

English · 简体中文

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