DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

@dsh-external/donsetch

Donsetch

为 DeepSeek Harness 提供一流的 DonSeTch 网页访问:支持以浏览器级隐匿性进行抓取、搜索和爬取,使用无需密钥的引擎、BYOK 提供商以及自动更新的原生二进制文件。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:dondai44423/donsetch-dsh#68fb7c92e0018230faf975a614ab71777f0c09e2
README兼容性版本

兼容性与来源证明

Donsetch 以 @dsh-external/donsetch 发布,当前版本为 1.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

1.1.0stable
2026/9/3

相关插件

正在加载相关插件…

最新版
1.1.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
any
许可证
AGPL-3.0-only
发布源
github
GitHub
★ 1
周下载
0
最近提交
2026/9/20
查看源码 ↗
README Badge

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

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

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

认领这个 Plugin →
报告问题

相关插件

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

Anysearch Dsh@anysearch/anysearch-dsh适用于 DeepSeek Harness 的 AnySearch 网络搜索和获取提供程序及高级工具Industry Researchdsh-industry-research适用于 DeepSeek Harness 的行业与公司研究领域包:方法论技能、行业链结构模型(industry_map)、通过 ctx.web 进行的公开来源政策/新闻跟踪(industry_track)、公司扫描卡片(company_scan)以及可审计的研究Zoterodsh-zotero让智能体搜索、阅读并引用您的本地 Zotero 文献库:查找论文、浏览笔记和批注、按问题提取证据、打开源文档并生成引文。Browser@anweat/dsh-browserDeepSeek Harness 的自包含浏览器运行时插件(作用域为 @anweat)——将 Playwright(chromium)和 OpenCLI 作为插件本地依赖进行打包(支持全局复用回退),提供 `browser` 服务和交互式浏览器工具。

README

donsetch-dsh

First-class DonSeTch web access for DeepSeek Harness (dsh). One install line, and every dsh agent gets the full DonSeTch suite: fetch, search, and crawl with browser-grade stealth, keyless engines, BYOK providers, and an auto-updating native binary. No API key required to start.

Install

dsh plugin --profile web add github:dondai44423/donsetch-dsh

Restart dsh web (bundle plugins activate on the next boot). On first start the plugin downloads the correct DonSeTch binary for your platform from GitHub Releases, verifies its SHA256 against the release sidecar, and registers the tools. That is the whole setup: no API key, no config file.

Add the dsh-plugin topic to your repo mentions: this repo is already on it. The plugin also works in headless profiles:

npx @deepseek-ai/dsh --profile headless "research the latest donsetch release notes"

What you get

  • donsetch_web_fetch: one URL to full markdown, browser-grade rendering and stealth where needed
  • donsetch_web_search: keyless engines out of the box, or your own keys via BYOK providers (Exa, Tavily, Serper, SerpApi, SerpBase, Bright Data, TinyFish, plus plugin adapters)
  • donsetch_web_crawl: whole-site crawling with sitemap discovery
  • donsetch_status: self-diagnostics (degraded daemons get one automatically)

The tools are registered in-process on the harness tool registry, not as mcp__* imports, so they flow through dsh's permission, timeout, and cancellation pipeline like any native tool, and they show call/result cards in the Web workbench.

Why it is not just an MCP config

dsh ships a built-in MCP client. Pointing it at donsetch mcp works, but this plugin is the first-class version:

built-in MCP configthis plugin
Installyou write a config rowone plugin add
Binary download + SHA256 verifymanual installautomatic
Auto-updates with donsetch releasesneveryes, throttled, swappable between calls
Tool namesmcp__donsetch__...donsetch_...
Config changes from the CLIrestart everythinglive daemon restart on config file change
Workbench cardsgenericper-tool call/result summaries
Status + doctor for the agentnonedonsetch_status
Harness schema contractnoneparameters comply with the enforced implicit parameter schema
Correctness gate in CInonethe plugin runs inside a real dsh ToolRuntime on every push

How customization works

The plugin uses the exact same config file the standard DonSeTch CLI uses, so every part of DonSeTch's normal customization applies unchanged:

donsetch keys add exa <key>         # add a provider key
donsetch keys default exa           # switch default provider
donsetch doctor                     # engine diagnostics
donsetch mcp ...                    # identical surface elsewhere

CLI changes land in the live dsh plugin within seconds: the plugin watches the config file and swaps the daemon without a dsh restart.

Configuration

All defaults are sensible; the plugin works with zero configuration. Options come from the bundle patch (edit $DSH_HOME/cordis.patch.yml to override) plus environment variables.

optiondefaultdescription
toolPrefixdonsetchModel-facing tool name prefix, [A-Za-z0-9_]{1,16}
channelstableUpdate channel: stable (releases) or latest (includes prereleases)
autoUpdatetrueCheck GitHub Releases and swap in newer verified binaries between calls
updateIntervalHours24Minimum gap between update checks
callTimeoutMs180000Per-tool-call timeout
bootTimeoutMs20000Daemon initialize + tools/list timeout
fallbackToPathtrueUse a donsetch already on PATH when the download fails (degraded mode, told honestly in donsetch_status)
pinnedVersioncurrentdonsetch release a fresh install pins (floor, not ceiling)

Environment: DONSETCH_DSH_PREFIX, DONSETCH_DSH_CHANNEL, DONSETCH_DSH_AUTOUPDATE=off, DONSETCH_BIN (path to a local donsetch binary), DONSETCH_DSH_CACHE_DIR.

Patch-layer example ($DSH_HOME/cordis.patch.yml, later layers win):

- override:
    - id: donsetch
      config:
        toolPrefix: web
        autoUpdate: false

Updates

Two-layer update story. The plugin glue is a bundle: re-running dsh plugin add against a newer pin (or letting the repository panel track the branch) keeps it current. The donsetch binary updates itself: on a throttled schedule it checks GitHub Releases on your channel, and when a newer release appears it downloads, SHA256-verifies against the release sidecar, and swaps the daemon between in-flight calls. A failed verify aborts the install and keeps the current binary; nothing partial ever replaces a working daemon.

Reliability notes

  • The daemon runs supervised (donsetch mcp --supervised), so crashes restart transparently and the next tool call revives cleanly.
  • Cancellations reach the real daemon (notifications/cancelled), the in-flight fetch or crawl actually stops.
  • Plugin unload kills the daemon: hot-reload leaves no orphan processes.
  • Downloads are atomic: temp dir, hash check, rename into place, stale dirs removed.
  • The update check never blocks tool service and never runs a paid query.

Compatibility

Developer preview caveat: DeepSeek Harness is iterating fast and its APIs are moving. This plugin pins no host-train imports at all (it talks to the harness only through the ctx handed to apply()), which keeps it installable across harness updates. Verified against:

harnessnpm dshdsh-tools
DeepSeek Harness 0.1.1-rc.2 (npm latest)@deepseek-ai/dsh0.1.x train
DeepSeek Harness 0.1.2-alpha.1 (source docs)source0.1.x train

Node ^22.19.0 || >=24.0.0 (the harness requirement).

Known upstream gap: the npm dsh CLI cannot boot dsh web on Linux GitHub runners because the pty.node linux-x64 prebuild is missing from the published package (upstream discussion #1686). The plugin itself does not need pty; only the web boot smoke is affected, which CI runs on Windows instead.

Troubleshooting

Tools are missing in a session. Ask the agent to call donsetch_status, or check the plugin log lines ([donsetch] ...) on the dsh host. The status tool reports the daemon state, binary version, last boot error, and the donsetch doctor output.

First install failed. Offline? The plugin falls back to a donsetch on PATH (degraded, told honestly). To pin a local binary instead, set DONSETCH_BIN=/path/to/donsetch.

I want the old-version binary. Delete the versioned dir under ~/.cache/donsetch/dsh/bin/ and the plugin reinstalls the pinned release.

Development

npm install
npm test        # typecheck + build + unit/integration suite (fake daemon harness)
npm run live    # real donsetch binary: handshake + tools/list + fetch + search
npm run lint    # house style (no em-dashes in shipped text)

dist/ is committed on purpose: git installs then skip build scripts entirely and dsh users never see the pnpm 10 allowBuilds prompt.

The repo is structured like donsetch itself: project.md + status.md are private working docs, gitignored, updated after every finished task.

License

AGPL-3.0-only, matching DonSeTch. See donsetch.