DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

@local/dsh-cust-search

Cust Search

适用于 DeepSeek Harness (DSH) 的自定义网页搜索插件,以多引擎顺序回退机制替代 web-search-deepseek。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:u9521/dsh-cust-search#95484ea616f0db0f0c31abb30c81be80b2e028e4
README兼容性版本

兼容性与来源证明

Cust Search 以 @local/dsh-cust-search 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.1.0stable
2026/9/15

相关插件

正在加载相关插件…

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

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

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

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

认领这个 Plugin →
报告问题

相关插件

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

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 主题,并按星标数排序。Anysearch Dsh@anysearch/anysearch-dsh适用于 DeepSeek Harness 的 AnySearch 网络搜索和获取提供程序及高级工具

README

dsh-cust-search

English | 中文

Custom Web Search plugin for DeepSeek Harness (DSH) WebUI. Searches through configured engines in order, automatically trying the next engine if one fails or times out.


UI Preview

1. Configuration View

Configuration View

2. Sorting Mode

Sorting Mode

3. Search Testing

Search Testing


Core Features

  • Sequential Search: Searches engines one by one in your configured order. If an engine encounters a network error, invalid key, or timeout, it automatically moves to the next enabled engine until it gets results.
  • 11 Search Engines Supported: Built-in support for official DeepSeek bridge, free search engines (Bing, DuckDuckGo, SearXNG), and AI search engines (Tavily, Exa, Firecrawl, Parallel, Perplexity, etc.).

Supported Search Engines

EngineIDTypeCredentialDescription
DeepSeek OfficialdeepseekBridgeOfficial plugin settingsDirect bridge to official deepseek-official provider
BingbingFreeNoneRegion/locale-driven web search
DuckDuckGoddgFreeNoneHTML primary channel with Lite fallback
SearXNGsearxngFreeNoneRotates public instances or custom endpoints
TavilytavilyKeyedTAVILY_API_KEYHigh-quality API when keyed, shared channel when keyless
AnySearchanysearchFreeNoneKeyless structured AI search
ExaexaKeyedEXA_API_KEYNeural search; REST when keyed, public MCP when keyless
KeenablekeenableKeyedKEENABLE_API_KEYReal-time search; REST when keyed, free MCP when keyless
FirecrawlfirecrawlKeyedFIRECRAWL_API_KEYDeep scraping; anonymous quota when keyless
ParallelparallelKeyedPARALLEL_API_KEYAI search; anonymous Streamable HTTP MCP when keyless
PerplexityperplexityKeyedPERPLEXITY_API_KEYSonar generative search with source citations

DSH Version Compatibility

Plugin VersionCompatible DSH VersionNotes
main (Current)>= 0.1.5-rc.1Fully aligned with DSH official specifications; redirects global searchProvider

Quick Install (Recommended / One-Line)

Install directly from the GitHub dist branch (pre-built by CI, no local compilation needed):

dsh plugin --profile web add github:u9521/dsh-cust-search#dist

Then restart web (dsh web) and hard-refresh your browser (Cmd+Shift+R or Ctrl+F5). The plugin appears as Web Search in Settings.

Upgrade

Pull the latest release using the dsh plugin update command:

dsh plugin --profile web update @local/dsh-cust-search

Then restart web and hard-refresh the browser.


Storage & Configuration

Configuration is stored in an isolated user directory without modifying system settings:

  • Storage Path: ~/.dsh/storages/cust_search.json
  • Schema Details: For complete schema specifications and field definitions, see Storage Schema Specification.

Local Development & Manual Build

Prerequisites

  • pnpm: npm install -g pnpm
  • Node.js: ^22.19 || >=24

1. Clone & Build

git clone https://github.com/u9521/dsh-cust-search.git ~/.dsh/plugins/dsh-cust-search
cd ~/.dsh/plugins/dsh-cust-search
pnpm install
pnpm run build

2. Local Install

dsh plugin --profile web add ~/.dsh/plugins/dsh-cust-search

Then restart web (dsh web) and hard-refresh the browser.

3. Local Upgrade

Upgrading local sources only requires pulling the latest commit and rebuilding:

cd ~/.dsh/plugins/dsh-cust-search
git pull
pnpm run build

Development Commands

CommandDescription
pnpm run buildFull build (runs tsc type check + generates lib/ bundles)
pnpm run checkType check only (tsc --noEmit)
pnpm run lintFull lint check (ESLint + TypeScript + Prettier)
pnpm run lint:fixAutomatically fix ESLint rules and format code
pnpm run fmtFormat source and config files with Prettier

Uninstall

dsh plugin --profile web remove @local/dsh-cust-search

Restart web and hard-refresh the browser afterwards. If local sources are no longer needed:

rm -rf ~/.dsh/plugins/dsh-cust-search

License

MIT © 2026 u9521