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 Nokey — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
W

dsh-web-search-nokey

Web Search Nokey

Keyless web search for DeepSeek Harness. Fixes the web_search 401 on credits-based setups (Trae, WorkBuddy) without an API key.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:a1435473620/dsh-web-search-nokey#85e474de59e5ff4d3a006f6913818ef7c3d0c148
READMECompatibilityVersions

Compatibility and provenance

Web Search Nokey is published as dsh-web-search-nokey and currently resolves to version 1.0.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
9/15/2026

Versions

1.0.0stable
9/15/2026

Related plugins

Loading related plugins…

Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
9/15/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.

Anysearch Dsh@anysearch/anysearch-dshAnySearch web search and fetch providers plus advanced tools for DeepSeek HarnessIndustry 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 researZoterodsh-zoteroLet agents search, read, and cite your local Zotero library: find papers, browse notes and annotations, pull evidence by question, open the source document, generate citations.Browser@anweat/dsh-browserSelf-contained browser runtime plugin for DeepSeek Harness (scoped @anweat) — bundles Playwright (chromium) and OpenCLI as plugin-local dependencies (with global-reuse fallback), exposes a `browser` service and interactive browser tools.

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