DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Uni Browser — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

dsh-uni-browser

Uni Browser

适用于 DeepSeek Harness 的持久、可审计 uni-browser 配置文件。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add dsh-uni-browser@0.1.0-rc.7
README兼容性版本

兼容性与来源证明

Uni Browser 以 dsh-uni-browser 发布,当前版本为 0.1.0-rc.7。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.1.0-rc.7prerelease
2026/9/14
查看其余 7 个版本收起版本
0.1.0-rc.6prerelease
2026/9/10
0.1.0-rc.5prerelease
2026/8/27
0.1.0-rc.4prerelease
2026/8/24
0.1.0-rc.3prerelease
2026/8/24
0.1.0-rc.2prerelease
2026/8/24
0.1.0-rc.1prerelease
2026/8/20
0.1.0-rc.0prerelease
2026/8/19
最新版
0.1.0-rc.7
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
70.7 kB
文件数
14
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 0
周下载
233
安全扫描
✓ v0.1.0-rc.7 扫描通过
最近提交
2026/9/14
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

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