cinob/dsh-web-search-multi ↗★ 0
dsh-web-search-multi
Multi-provider web search plugin for DeepSeek Harness supporting free-tier providers (Bing, Baidu, Tavily, Brave, Serper, Bocha, SearXNG, DuckDuckGo) with auto-fallback and Web Settings UI.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:cinob/dsh-web-search-multi说明文档
阅读完整 README ↗dsh-web-search-multi
多源聚合与免费额度 Web 搜索插件(附带 Web GUI 可视化管理面板),适用于 DeepSeek Harness (DSH)。
English | 简体中文
1. 概述 (Overview)
dsh-web-search-multi 为 DeepSeek Harness 提供了全能的多源 Web 搜索支持与自动故障降级能力:
- 免 Key 极速直连:内置 Bing 必应(RSS 结构化 + HTML 双解析)与百度搜索,无需任何 API Key,国内与海外环境均可极速联网。
- 主流 AI 免费额度:支持 Tavily(1,000 次/月)、Brave Search(2,000 次/月)、Serper/Google(注册赠送 2,500 次)、博查 AI。
- 私有化与开源自建:支持接入 SearXNG 实例,支持访问 Token 鉴权。
- 海外免 Key 兜底:集成 DuckDuckGo 搜索。
- 内置可视化设置面板:在 DSH Web GUI 的设置中心中提供独立的「多源 Web 搜索」页面,支持配置持久化、实时自动保存与在线搜索测试。
2. 兼容性 (Compatibility)
- Node.js:
>= 20.0.0 - DeepSeek Harness: 兼容 mainline
v0.1.0+ - 已验证系统: Linux / macOS / Windows
3. 安装与卸载 (Install & Uninstall)
方式 A:直接通过 GitHub 安装(推荐)
dsh plugin --profile web add github:cinob/dsh-web-search-multi
方式 B:通过 Git 仓库地址安装
dsh plugin --profile web add git+https://github.com/cinob/dsh-web-search-multi.git
方式 C:本地克隆源码安装
git clone https://github.com/cinob/dsh-web-search-multi.git
dsh plugin --profile web add ./dsh-web-search-multi
卸载插件
dsh plugin --profile web remove dsh-web-search-multi
4. 快速上手 (Quick Start)
- 启动 Web 实例:
dsh web - 浏览器打开
http://127.0.0.1:3080,点击左下角 「设置」 ➔ 「多源 Web 搜索」。