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 Pool — DSH Plugin for DeepSeek Harness
← Plugins
W

dsh-web-search-pool

Web Search Pool

Multi-key, multi-provider web search pool for DeepSeek Harness

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

npx -y @deepseek-ai/dsh plugin --profile web add github:DreamRift/dsh-web-search-pool#1561ff2ee8f0065f8fc5a0c15a6347ed4be1dea2
READMECompatibilityVersions

Compatibility and provenance

Web Search Pool is published as dsh-web-search-pool and currently resolves to version 0.2.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/8/2026

Versions

0.2.1stable
9/8/2026

Related plugins

Loading related plugins…

Latest
0.2.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 4
Weekly downloads
0
Last push
9/8/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in search-research.

Browser Skill Dsh Plugin@wxg-prc-cpg/browser-skill-dsh-pluginDeepSeek Harness tool plugin that exposes BrowserSkill browser automation (browser_* tools) to the modelWeknora@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.Free Searchdsh-free-searchFree web search for DeepSeek Harness: 13 engines (Bing/DuckDuckGo/AnySearch/SearXNG/Exa/Tavily/Keenable/Firecrawl keyless; Parallel/Perplexity/SerpBase/DeepSeek with key) + time filtering + platform search + web_fetch, with web settings UI.Find Plugindsh-find-pluginFind DeepSeek Harness plugins inside the agent — live GitHub dsh-plugin topic search, ranked by stars.

README

dsh-web-search-pool

多供应商搜索负载均衡插件,为 DeepSeek Harness 提供 web_search 能力:把多个 Tavily / Exa key 组成一个智能池,按各自限流调度,失败自动切换。

✨ Features

  • 🔑 Multi-key pool — 统一管理任意数量的 Tavily / Exa key,key 只以凭据引用形式存在
  • ⚖️ Rate-limit aware scheduling — smooth weighted round-robin(按 rpm 加权)或 least-used
  • 🔄 Automatic failover — 429 / 额度耗尽 / 网络错误 / 超时自动换 key,供应商间(Tavily ↔ Exa)自动兜底
  • 📊 Usage dashboard — 设置页卡片显示 Tavily 已用/总额度与「立即刷新」,额度耗尽自动长冷却
  • 🆓 Exa anonymous free tier — 不填 key 即用官方托管 MCP(1 req/s),有 key 走 REST 提配额
  • 🧩 Native Bundle — 官方 cordis.patch.yml 装配 + 设置页卡片,兼容 DSH 0.1.1-rc.x 与 0.1.2+

📦 Installation

npm pack
dsh plugin --profile web add ./dsh-web-search-pool-<version>.tgz
dsh --profile web --dump-config      # 期望:searchProvider: search-pool

前置:DSH 0.1.1-rc.x / 0.1.2+,pnpm 在 PATH,至少一个搜索 key(Exa 可用匿名免费层)。 完整步骤、升级、回滚与排障见 安装与升级。

⚙️ Configuration

Settings → Plugins → 「搜索 Key 池」 卡片:添加 key(环境变量名 / 限流 RPM / 备注)→ 保存。

密钥只经 DSH credentials 服务保存,不写入 settings.yaml;Exa 的环境变量名留空即启用匿名免费层。 字段与默认值全表见 架构与机制 §6。

🛠️ Usage

安装后自动接管 web_search,无需手动选择 provider:按当前限流与额度选 key → 失败自动换 key / 换供应商 → 返回结构化结果与错误(不暴露密钥)。

🧪 Testing

node scripts/run-tests.mjs        # 112 个 node:test 用例(免 spawn,跨平台)
npm test                          # 等价入口:node --test tests/
node --check src/dsh/index.js     # 语法检查
npm pack --dry-run                # 打包内容校验

📄 Documentation

文档内容
安装与升级安装 / 验证 / 配置 / 升级 / 回滚 / 故障排查
架构与机制DSH seam 与 Bundle 装配、调度核心、配置模型、错误映射、扩展路径
开发规范与事故复盘五类真实事故的根因与教训、开发检查清单、发布流程
CHANGELOG版本变更历史

🔧 Troubleshooting

现象处理
设置页没有卡片 / keyed slot requires options.key升级到 0.2.0+ 并重启 DSH
Web UI 报 Failed to load plugins / dsh-web-search-pool升级到 0.2.1+(client 需声明 remote 命名空间 inject)
仍走官方搜索dump-config 检查 include:web 的 searchProvider
点击「立即刷新」无变化重启 DSH,查看 usageDiagnostic

完整排查表见 安装与升级 §9。

🔐 Security

  • 无硬编码密钥;key 只经 DSH credentials 服务读写,每次操作 resolve,不缓存明文
  • 日志只记 provider/keyId/ok/code,不含密钥;错误信息不泄露凭据
  • 不写未注册的会话事件(避免污染会话历史)

📜 License

MIT — see LICENSE.


Built for the DeepSeek Harness community · part of the native plugin ecosystem