DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Web Search Nokey — DeepSeek Harness 插件(DSH Plugin)
← Plugins
W

dsh-web-search-nokey

Web Search Nokey

为 DeepSeek Harness 提供无需密钥的网页搜索。在基于额度的配置(Trae、WorkBuddy)中修复 web_search 401 错误,无需 API 密钥。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:a1435473620/dsh-web-search-nokey#85e474de59e5ff4d3a006f6913818ef7c3d0c148
README兼容性版本

兼容性与来源证明

Web Search Nokey 以 dsh-web-search-nokey 发布,当前版本为 1.0.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

1.0.0stable
2026/9/15

相关插件

正在加载相关插件…

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

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

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

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

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

相关插件

继续浏览 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

dsh-web-search-nokey

给 dsh 一个不用 API key 的搜索。

聊天正常但 web_search 一直报 401?如果你是用积分把模型接进 dsh 的(Trae 积分、WorkBuddy 积分), 原因就是这个。装完插件,搜索换成公开搜索引擎,不需要任何 key。

中文 · English

中文

解决什么

如果你用积分把模型接进 dsh —— Trae 积分、WorkBuddy 积分,随便哪个 —— 那 web_search 大概率是这个报错:

DeepSeek API error (HTTP 401): Authentication Fails, Your api key: ****1b24 is invalid

聊天没事,只有搜索挂。原因是 dsh 的聊天和搜索走的不是同一条路:聊天走你的连接器, 搜索是另一个内置模块,它只认 DEEPSEEK_API_KEY。你没有那把 key,所以搜索就是死的。

顺带一提,web_fetch 不受影响。它是匿名公开抓取器,压根没有凭据这个环节。

装

dsh plugin --profile web add github:a1435473620/dsh-web-search-nokey

发到 npm 之后也可以用短名字:

dsh plugin --profile web add dsh-web-search-nokey

装完就生效,不用改配置,也不用重启。

注意不是 npm install -g —— 这是 dsh 的插件,要装进 profile 才有用。

卸载:

dsh plugin --profile web remove dsh-web-search-nokey

为什么包里带了个 patch

dsh 的搜索后端同时只能选一个。不显式指定选哪个,它就会去数有几个能用的 —— 而内置那个后端永远说自己是能用的,于是两个一撞,直接报 WEB_PROVIDER_AMBIGUOUS, 搜索反而彻底用不了。

所以插件里带了 cordis.patch.yml,把选择写死了。别删它。

怎么用

直接用,web_search 工具会走这里。

三个后端按顺序兜底,够条数就停:Bing 的 RSS、Bing 的网页、360。 一次查询大概 200ms,返回 8 条带摘要的结果。

配置

改的是 profile 里的 cordis.patch.yml,一般不碰。

字段默认说明
enginesbing-rss, bing-html, so360顺序就是兜底顺序
maxResults8单次上限
timeoutMs12000单个上游请求超时
proxy空走代理时填,比如 http://127.0.0.1:7897
userAgent桌面 Chrome这些搜索页会拦裸客户端

环境变量可以覆盖同样几项,前缀 DSH_WEB_SEARCH_NOKEY_。HTTPS_PROXY 也认。

已知问题

  • 大部分结果没有日期。 Bing 的 RSS 给的是抓取时间不是发布时间,填进去会让旧页面看着像新的,所以干脆不填。
  • Bing RSS 一般只给 9 条,所以要靠第二个后端补。
  • 360 那个后端的链接是跳转壳,点一下才到真实页面。它只是兜底。
  • 用的是公开搜索页,不是官方接口。 调用太频繁可能被限流,日志里会记 engine=xxx failed,这时它自己会往下换一个后端。
  • 搜不到就返回空列表,不报错。

兼容性

dsh 0.1.5-rc.2 上实测,web profile,Windows,Node 24 和 22 都跑过。

English

What this fixes

If you're running dsh on credits — Trae credits, WorkBuddy credits, whichever — web_search probably looks like this:

DeepSeek API error (HTTP 401): Authentication Fails, Your api key: ****1b24 is invalid

Chat is fine; only search is broken. In dsh, chat and search are two unrelated paths. Chat goes through your connector. Search is a separate built-in module that accepts one credential and one only: DEEPSEEK_API_KEY. No key, no search.

web_fetch is unaffected, for what it's worth — it's an anonymous public fetcher with no credential step at all.

Install

dsh plugin --profile web add github:a1435473620/dsh-web-search-nokey

Once it's on npm, the short name works too:

dsh plugin --profile web add dsh-web-search-nokey

It takes effect right away. Nothing to configure, nothing to restart.

Not npm install -g: this is a dsh plugin and belongs in the profile.

To remove:

dsh plugin --profile web remove dsh-web-search-nokey

Why there's a patch in the box

dsh allows exactly one search backend at a time. If you don't name one, it counts how many are usable — and the built-in one always claims it is. Two candidates means WEB_PROVIDER_AMBIGUOUS, and search stops working entirely.

That's what cordis.patch.yml is for: it names the backend. Don't delete it.

Usage

Just use it — the web_search tool routes here.

Three backends in fallback order, stopping once there are enough results: Bing's RSS feed, Bing's HTML page, then 360. Roughly 200ms per query, eight results with snippets.

Configuration

Edit the profile's cordis.patch.yml if you need to. Most people won't.

FieldDefaultNotes
enginesbing-rss, bing-html, so360Order is fallback order
maxResults8Per-query cap
timeoutMs12000Per upstream request
proxyemptySet it if you're behind one, e.g. http://127.0.0.1:7897
userAgentdesktop ChromeThese pages turn away bare clients

Environment variables override the same fields, prefixed DSH_WEB_SEARCH_NOKEY_. HTTPS_PROXY is honoured too.

Known issues

  • Most results have no date. Bing's RSS gives a crawl time, not a publish time. Passing it through would make old pages look new, so it's left out.
  • Bing's RSS returns about nine items, hence the second backend.
  • The 360 backend returns redirect links that only resolve on click. It's a fallback.
  • These are public result pages, not an official API. Heavy use may get rate-limited; failures show up in the log as engine=xxx failed and it moves on to the next backend.
  • An empty result set returns an empty list, not an error.

Compatibility

Tested on dsh 0.1.5-rc.2, web profile, Windows, Node 24 and 22.

License

MIT