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.

Web Search All Modes — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
W

dsh-web-search-all-modes

Web Search All Modes

Restore the model-facing web_search tool for every dsh agent preset, including the two-tool minimal mode.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Enter3211/dsh-web-search-all-modes#09df9fbd018e3191e7619efb376ba1ea9eba0dcf
READMECompatibilityVersions

Compatibility and provenance

Web Search All Modes is published as dsh-web-search-all-modes and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
8/20/2026

Versions

0.1.0stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 5
Weekly downloads
0
Last push
8/20/2026
View source ↗
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

Related plugins

More verified plugins in search-research.

Weknora@wxg-prc-cpg/dsh-weknoraWeKnora knowledge retrieval tools for DeepSeek Harness (dsh): semantic search, document reading and RAG/agent answers over your own knowledge bases.Anysearch Dsh@anysearch/anysearch-dshAnySearch web search and fetch providers plus advanced tools for DeepSeek HarnessResearch Reportdsh-research-reportVerifiable research-report engine for DeepSeek Harness: a content-addressed evidence ledger (claim 閳?snapshot binding, tamper-evident) plus versioned sealed reports where every claim carries a verification verdict and the manifest hash seals the directoryIndustry Researchdsh-industry-researchIndustry and company research domain pack for DeepSeek Harness: methodology skills, an industry-chain structure model (industry_map), public-source policy/news tracking over ctx.web (industry_track), company scan cards (company_scan), and auditable resear

README

dsh-web-search-all-modes

简体中文 · English

一个 DeepSeek Harness 插件(bundle),为所有未内置 web_search 工具的 agent 预设恢复该工具——尤其是极简模式,该模式默认只带 bash 与 str_replace_editor 两个工具。

为什么需要它

dsh-base 会为每个 profile 挂载 Web 服务、DeepSeek 搜索 provider 以及模型侧的 web_search 工具。而 dsh-web-app 界面会禁用这条宿主工具,改为让每个会话从 agent 预设中自行组合工具:

预设web_search
标准(standard)✅ 预设自带
代码(code / PTC)✅ 预设自带
创造(cordis)✅ 预设自带
极简(minimal)❌ 无

本插件把宿主的 tool-web 行重新打开。自带 web_search 的预设不受影响(作用域内的注册会遮蔽全局注册,不会重复);没有该工具的预设——极简模式,或任何本地编写时省略了 tool-web 的预设——会立即获得该工具。

安装

本地源码安装:

dsh plugin --profile web add ./dsh-web-search-all-modes

从 GitHub 安装(无构建脚本,无需 pnpm build 授权提示):

dsh plugin --profile web add github:Enter3211/dsh-web-search-all-modes

安装后重启 Web 进程。之后在极简模式(或任意模式)新建会话,即可在工具目录中看到 web_search。

环境要求

  • profile 基于 @deepseek-ai/dsh-base 组合而成(所有官方 profile 均满足)。
  • 与标准模式相同的搜索凭据——DEEPSEEK_API_KEY,由宿主的 web-search-deepseek provider 解析。
  • Web 搜索会发起一次独立的模型请求;基础行给每次搜索分配 60 秒预算,并默认 fetch: false(web_fetch 保持关闭),与标准模式预设级配置一致。

注意事项

  • 极简预设把 persona 固定为完整系统提示词,因此工具引导提示段在该模式下保持隐藏;但 web_search 的工具 schema 仍会出现在目录中并正常工作。
  • 补丁按 id 定位 tool-web 行。若组合中不存在该行(非 base 部署),加载器会记录一条跳过警告,插件整体不生效(no-op)。

许可证

MIT