DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

@syncended/dsh-browser-use

Browser Use

为 DeepSeek Harness 提供持久化 Playwright 浏览器工具和交互式浏览器面板

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

npx -y @deepseek-ai/dsh plugin --profile web add github:syncended/deepseek-harness-browser-use#3a1521cfcd0dc606d675692b83c45c23cbacef1d
README兼容性版本

兼容性与来源证明

Browser Use 以 @syncended/dsh-browser-use 发布,当前版本为 0.1.5。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.1.5stable
2026/9/10
0.1.4stable
2026/8/30
0.1.3stable
2026/8/29
查看其余 3 个版本收起版本
0.1.2stable
2026/8/29
0.1.1stable
2026/8/29
0.1.0stable
2026/8/29

相关插件

正在加载相关插件…

最新版
0.1.5
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 0
周下载
153
最近提交
2026/9/10
查看源码 ↗项目主页 ↗
README Badge

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

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

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

认领这个 Plugin →
报告问题

相关插件

继续浏览 search-research 分类下经过校验的插件。

Browser Skill Dsh Plugin@wxg-prc-cpg/browser-skill-dsh-plugin向模型提供 BrowserSkill 浏览器自动化(browser_* 工具)的 DeepSeek Harness 工具插件Weknora@wxg-prc-cpg/dsh-weknora适用于 DeepSeek Harness (dsh) 的 WeKnora 知识检索工具:通过自有知识库进行语义搜索、文档阅读以及 RAG/代理回答。Free Searchdsh-free-searchDeepSeek Harness 的免费网页搜索:13 个引擎(Bing/DuckDuckGo/AnySearch/SearXNG/Exa/Tavily/Keenable/Firecrawl 无需密钥;Parallel/Perplexity/SerpBase/DeepSeek 需要密钥),支持时间筛选、平台搜索和 web_fetch,并提供网页设置界面。Find Plugindsh-find-plugin在代理中查找 DeepSeek Harness 插件——实时搜索 GitHub 上的 dsh-plugin 主题,并按星标数排序。

README

DeepSeek Harness Browser Use

Persistent Playwright browser tools and an interactive browser panel for DeepSeek Harness.

The plugin keeps one Chromium profile across turns, shares login state between tabs, lets agents operate pages through stable snapshot references, and provides a live browser view where a human can watch without interrupting the agent or explicitly take control when needed.

Dark-theme DeepSeek Harness Browser Use panel displaying the Harness repository

Requirements

  • DeepSeek Harness 0.1.5-rc.2 (the dependencies and development fixtures target this exact release).
  • Node.js 22 or newer.
  • pnpm available to the dsh plugin command.
  • A Chromium or Chrome executable on the Host machine.
  • A model that accepts image input if browser_screenshot is used.

The package depends on playwright-core; it does not download a browser automatically.

The panel registers authenticated POST routes under /api/browser-use/ through connection.fetch. It uses the standard DSH browser session and Origin checks, forwards request cancellation to Playwright, and removes its routes when the plugin unloads. No changes to the core plugins or profile injection overrides are required. This checkout replaces the older /browser-use RPC transport; rebuild it and refresh the DSH page after upgrading.

Install

Install from npm into the profile that runs DSH Web:

dsh plugin --profile web add @syncended/dsh-browser-use

Or install a local checkout while developing:

git clone https://github.com/syncended/deepseek-harness-browser-use.git
cd deepseek-harness-browser-use
pnpm install
pnpm check
dsh plugin --profile web add -w "$PWD"

Restart the existing DSH Host after installation:

dsh --profile web --no-open

Do not start a second Host for the same profile. Refresh DSH Web after the Host is ready.

Connect and use

  1. Open or create a DSH session.
  2. Open the Browser tab in the conversation details pane.
  3. Keep the panel open to watch the agent browse in real time; passive viewing does not block agent actions.
  4. Select Take control at the bottom only when you need to interact manually, then select Return control to agent when finished.
  5. Enter an HTTP or HTTPS address in the toolbar while you have control, or ask the agent to navigate. The same tabs and profile remain available on later turns.

Login state is shared by all tabs in the configured browser profile. The durable profile is stored under the DSH home directory, not in this repository.

Agent tools

  • browser_status — inspect process state, control owner, and tabs.
  • browser_tabs — list, create, select, or close tabs.
  • browser_navigate — navigate the active tab.
  • browser_snapshot — receive visible interactive elements with one-shot references.
  • browser_click — click a reference from the latest snapshot.
  • browser_type — replace the value of a text field.
  • browser_press — send a Playwright key or shortcut.
  • browser_scroll — scroll by pixel deltas.
  • browser_screenshot — capture the active viewport as an image attachment.

Take a fresh browser_snapshot after every click, type, key press, navigation, or scroll. Old snapshot references are intentionally rejected.

Password, payment, and one-time-code fields require human control and cannot be filled through browser_type.

Configuration

The package adds this default Host entry through cordis.patch.yml:

- id: browser-use
  name: '@syncended/dsh-browser-use'
  config:
    profile: default
    headless: true
    noSandbox: false
    viewportWidth: 1280
    viewportHeight: 800
    screenshotQuality: 70
    operationTimeoutMs: 20000
    humanLeaseTtlMs: 15000

Override only the required values in the profile's cordis.patch.yml. Useful options include:

OptionPurpose
profileDurable browser-profile name.
headlessRun Chromium without a desktop window.
executablePathUse a specific Chromium or Chrome binary.
noSandboxAdd Chromium's --no-sandbox flag.
viewportWidth, viewportHeightDefault page viewport.
screenshotQualityJPEG quality from 1 to 100.
operationTimeoutMsNavigation and action timeout.
humanLeaseTtlMsTime before an inactive human-control lease expires.

Restart the Host after changing Host configuration.

Security

  • Browser profiles can contain authenticated sessions. Protect the DSH home directory as credential material.
  • Remote Web control follows the Host's DSH trustedHosts policy. Do not expose DSH Web to untrusted networks.
  • Keep Chromium's sandbox enabled. Set noSandbox: true only inside an appropriately isolated container where Chromium runs as root.
  • Passive Browser-panel viewing does not acquire control. Explicit human control blocks agent actions until the lease is released or expires.
  • Use a separate profile for untrusted browsing or separate identities.

Troubleshooting

Chromium does not start

Install Chromium or Chrome on the Host and set executablePath to its absolute path. On Linux, also verify that the browser's shared-library dependencies are installed.

The Browser tab is missing

Confirm that the package is installed in the profile serving DSH Web, restart that Host, and refresh the page.

An action says that human control is active

Release control in the Browser panel or wait for humanLeaseTtlMs to expire.

A click or type reference is rejected

Call browser_snapshot again. References are valid only for the page state that produced them.

A site blocks headless Chromium

This plugin does not attempt to bypass anti-bot controls. Use the site's supported API or complete the operation manually where permitted.

Update and remove

dsh plugin --profile web add @syncended/dsh-browser-use@latest
dsh plugin --profile web remove @syncended/dsh-browser-use

Restart the Host after either command.

Development

pnpm install
pnpm check
npm pack --dry-run

License

MIT