SUJIElearning/dsh-web-search-bing

SUJIElearning★ 0JavaScript最后同步: 2026-08-21

在 GitHub 打开

Free Bing-backed search plugin for DeepSeek Harness (DSH) - no API key needed. DSH 免费联网搜索插件:抓取公开 Bing 搜索页,无需 API key。

README 摘要

@sujielearning/dsh-web-search-bing DeepSeek Harness (DSH) 免费联网搜索插件 — 抓取公开 Bing 搜索页, 无需任何 API key 。 这是什么 DSH 官方搜索需要 API key( DEEPSEEK API KEY )。key 缺失/是占位符时 web search 就废了。 这个插件用 公开 Bing 搜索页 代替官方 API:抓网页、解析 结果块,输出规范的搜索结果。 零成本、零 key、零注册 。 - 支持中文( cn.bing.com , setlang=zh-hans ) - Bundle 自包含:装完自动注册 + 自动指定 searchProvider: bing ,零手改配置 安装 在 DSH 对话里复制粘贴: 装完重启 DSH(刷新 http://127.0.0.1:3080),搜索就能用。 原理:包的 package.json 声明 dsh.bundle.patch ;安装后 DSH 自动加入 dsh.profile.bundles ,启动时自动应用包内 cordis.patch.yml (注册插件 + 设 searchProvider: bing )。 验证装好了 问 DSH 几个不同问题,结果应随之变化(如"北京天气"→ 天气网站,"DeepSeek 最新动态"→ 科技新闻)。每次不同 = ✅ 正常。 常见问题 现象 解决 provider bing is not registered bundle 没装配;确认 dsh.profile.bundles 含本包 结果永远一样 重启 DSH,换不同问题 装新插件后搜索失效 新插件安装可能重写 bundles 列表,把本包挤掉了;用 dsh plugin --profile web add 'github:SUJIElearning/dsh-web-search-bing' 重新加回 结构 License MIT Made with ❤️ for the DSH community

在 GitHub 查看完整 README →
搜索bingdeepseek-harnessdsh-pluginweb-searchsearch

分类