DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Web Search Anysearch — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

@wenqi_bian/dsh-web-search-anysearch

Web Search Anysearch

适用于 DeepSeek Harness (dsh) 的 AnySearch 支持 WebSearchProvider:注册 AnySearch 的 /v1/search,可从 Plugins 设置页面卡片中在官方 DeepSeek 搜索端点与 AnySearch 之间显式切换,兼容 dsh v0.1.2-alpha.1 ~ v0.1.5-alpha.1(0.1.2 系列为旧版本;请参阅 README)

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

npx -y @deepseek-ai/dsh plugin --profile web add @wenqi_bian/dsh-web-search-anysearch@0.1.5-alpha.1
README兼容性版本

说明

适用于 DeepSeek Harness (dsh) 的 AnySearch 支持 WebSearchProvider:注册 AnySearch 的 /v1/search,可从 Plugins 设置页面卡片中在官方 DeepSeek 搜索端点与 AnySearch 之间显式切换,兼容 dsh v0.1.2-alpha.1 ~ v0.1.5-alpha.1(0.1.2 系列为旧版本;请参阅 README)。

兼容性与来源证明

Web Search Anysearch 以 @wenqi_bian/dsh-web-search-anysearch 发布,当前版本为 0.1.5-alpha.1。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.1.5-alpha.1prerelease
2026/9/9
查看其余 2 个版本收起版本
0.1.3-alpha.2prerelease
2026/9/8
0.1.2-rc.1prerelease
2026/9/4

相关插件

正在加载相关插件…

最新版
0.1.5-alpha.1
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
155.9 kB
文件数
14
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 0
周下载
0
最近提交
2026/9/9
查看源码 ↗
README Badge

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

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

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

认领这个 Plugin →
报告问题

相关插件

继续浏览 search-research 分类下经过校验的插件。

Weknora@wxg-prc-cpg/dsh-weknora适用于 DeepSeek Harness (dsh) 的 WeKnora 知识检索工具:通过自有知识库进行语义搜索、文档阅读以及 RAG/代理回答。Browser Skill Dsh Plugin@wxg-prc-cpg/browser-skill-dsh-plugin向模型提供 BrowserSkill 浏览器自动化(browser_* 工具)的 DeepSeek Harness 工具插件Free Searchdsh-free-searchDeepSeek Harness 的免费网页搜索:13 个引擎(Bing/DuckDuckGo/AnySearch/SearXNG/Exa/Tavily/Keenable/Firecrawl 无需密钥;Parallel/Perplexity/SerpBase/DeepSeek 需要密钥),支持时间筛选、平台搜索和 web_fetch,并提供网页设置界面。Find Plugindsh-find-plugin在代理中查找 DeepSeek Harness 插件——实时搜索 GitHub 上的 dsh-plugin 主题,并按星标数排序。

README

dsh-web-search-anysearch

An AnySearch web search provider for DeepSeek Harness (dsh), with an explicit switch between the official DeepSeek search endpoint and AnySearch — editable from the Web GUI as a card on the Plugins settings page, exactly like dsh's built-in plugin cards.

dsh exposes one model-facing web_search tool and picks the real backend through the ctx.web seam. This bundle registers a switch provider under the anysearch id that calls POST https://api.anysearch.com/v1/search when AnySearch is selected, and delegates to the official DeepSeek search endpoint when it is not. Anonymous AnySearch access is allowed; an API key raises the rate limit.

Compatibility

Tested against dsh v0.1.2-alpha.1 ~ alpha.5, v0.1.2-rc.1, v0.1.3-alpha.2 and v0.1.5-alpha.1 (the contract surface this plugin consumes is identical across the eight tags; the CI matrix verifies each one). The 0.1.5-alpha.1 release widens its declared peer ranges to cover the 0.1.5 line; the npm alpha build (0.1.3-alpha.2) already runs on v0.1.5-alpha.1, because the consumed contract did not change.

Support policy

The 0.1.2 line (v0.1.2-alpha.1 ~ v0.1.2-rc.1) is legacy. This code still supports it and the CI matrix still verifies those tags, but that support ends here: subsequent releases drop the 0.1.2 line. If a later dsh version changes a consumed contract in a way that breaks 0.1.2, this plugin will not be adapted for 0.1.2 again — the published 0.1.2 releases stay frozen as they are. If your harness is pinned to that line, stay on 0.1.2-rc.1 (npm latest) or 0.1.3-alpha.2 (npm alpha).

Install

Releases are version-aligned with the harness: each version is built for, and named after, the matching @deepseek-ai/dsh release.

Requires a DSH install whose web profile has been initialized (start the Web GUI once).

From npm

Pick the dist-tag that matches your harness:

  1. npm alpha (0.1.3-alpha.2) — the current npm build; compatible with dsh v0.1.2-alpha.1 ~ v0.1.3-alpha.2 (0.1.2 support is legacy, see above):

    dsh plugin --profile web add @wenqi_bian/dsh-web-search-anysearch@alpha
    
  2. npm latest (0.1.2-rc.1) — the legacy 0.1.2 line, frozen; compatible with dsh v0.1.2-alpha.1 ~ rc.1:

    dsh plugin --profile web add @wenqi_bian/dsh-web-search-anysearch
    

The npm package ships the prebuilt host and client bundles, so no build step is needed on install.

From source

The source version — 0.1.5-alpha.1, what the GitHub Release v0.1.5-alpha.1 ships — is for local development:

dsh plugin --profile web add .

dsh links the checkout, appends the bundle layer to dsh.profile.bundles, and applies cordis.patch.yml, which registers the provider row and pins web.searchProvider: anysearch (later patch layers still win, so a deployment that pins its own value keeps it). Rebuild after any code change with npm run build. Restart dsh web to pick up bundle layers. Inspect before restarting:

dsh --profile web --dump-config

Migration: if your profile patch already has a manual web-search-anysearch row (for example the ./anysearch-search.mjs setup), delete that row first - the bundle layer adds the same row id, and duplicate ids fail the load.

Switch the search service from the GUI

Open 设置 → 插件 → 插件配置 → AnySearch 搜索服务. The card's first control is the switch; saving it re-routes the very next web_search — no restart needed:

  • AnySearch (default) - calls POST {base}/v1/search with the card's API key / endpoint fields.
  • 官方 DeepSeek 搜索 - delegates to the built-in DeepSeek search path. Its key, endpoint, model, and budget stay configured by dsh's own Web search (DeepSeek) card; the switch just selects that backend.

The API key written on the card goes through the credentials domain (ANYSEARCH_API_KEY by default, resolved via $DSH_HOME/.credentials.yaml > $DSH_HOME/.env > the inherited environment), never into the settings file. Anonymous requests are equally allowed.

Fallback ways to switch (config file, still honored)

Later layers win, and the bundle pins anysearch only; anything below overrides it for a whole launch:

  1. Profile patch line - edit $DSH_HOME/profiles/web/cordis.patch.yml:
- id: web
  config:
    searchProvider: anysearch          # or deepseek-official
    fetchProvider: http                # the patch replaces the whole config
  1. One-shot overlay (no file edit of the profile):
dsh web --patch examples/use-anysearch.cordis.yml
dsh web --patch examples/use-deepseek-official.cordis.yml
  1. Environment variable for a whole launch:
DSH_WEB_SEARCH_PROVIDER=anysearch dsh web

The seam still requires an explicit pin when more than one usable provider is registered; configuration errors surface as WEB_PROVIDER_CONFIGURED_MISSING / WEB_PROVIDER_CONFIGURED_UNAVAILABLE. The switch card edits the web-search-anysearch settings namespace, so a profile- or env-level pin of a different provider (for example exa) takes the card entirely out of the serving path.

Known limitations

  • General search only. The dsh seam request carries query and maxResults; AnySearch vertical domains (finance.quote etc.), their required params, zone/language, and the /v1/extract endpoint are not reachable through web_search.
  • The switch card appears only when the dsh web GUI is composed with this plugin (browser half via dsh.client); headless profiles keep full functionality through the config-file switch.
  • When the official backend is selected, its availability follows the built-in DeepSeek search settings (a key and a valid endpoint are required); AnySearch remains anonymous-friendly. The built-in plugin @deepseek-ai/dsh-web-search-deepseek is an optional peer, loaded on demand: a deployment without it still loads this plugin and serves AnySearch, while the official side reports unavailable.
  • A search query is sent to https://api.anysearch.com (override with ANYSEARCH_API_BASE_URL or the card's endpoint field); treat results as untrusted external data.

License

MIT