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

dsh-web-search-codex

Web Search Codex

Codex web search provider for DeepSeek Harness (DSH)

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Cora093/dsh-web-search-codex#d9c29f579c6d9bc14cdd3e2d5de9b99617b8bc2a
READMECompatibilityVersions

Compatibility and provenance

Web Search Codex is published as dsh-web-search-codex and currently resolves to version 0.1.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/20/2026

Versions

0.1.2stable
9/3/2026
0.1.1stable
8/17/2026

Related plugins

Loading related plugins…

Latest
0.1.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 2
Weekly downloads
136
Last push
9/3/2026
View source ↗Project homepage ↗
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.

Browser Skill Dsh Plugin@wxg-prc-cpg/browser-skill-dsh-pluginDeepSeek Harness tool plugin that exposes BrowserSkill browser automation (browser_* tools) to the modelWeknora@wxg-prc-cpg/dsh-weknoraWeKnora knowledge retrieval tools for DeepSeek Harness (dsh): semantic search, document reading and RAG/agent answers over your own knowledge bases.Free Searchdsh-free-searchFree web search for DeepSeek Harness: 13 engines (Bing/DuckDuckGo/AnySearch/SearXNG/Exa/Tavily/Keenable/Firecrawl keyless; Parallel/Perplexity/SerpBase/DeepSeek with key) + time filtering + platform search + web_fetch, with web settings UI.Find Plugindsh-find-pluginFind DeepSeek Harness plugins inside the agent — live GitHub dsh-plugin topic search, ranked by stars.

README

dsh-web-search-codex

为 DeepSeek Harness 提供 Codex Web Search 能力。

插件会注册 codex 搜索提供方,并将搜索请求发送到配置好的 /alpha/search 兼容接口。

快速开始

  1. 安装插件:

    dsh plugin --profile web add dsh-web-search-codex@latest --registry=https://registry.npmjs.org/
    
  2. 启动 DeepSeek Harness:

    dsh --profile web --port 3080
    
  3. 打开“设置 -> 插件 -> 插件配置 -> Codex 搜索提供方”,选择一种配置方式:

    • 复用 OpenAI:在 API Key 来源中选择“OpenAI”,并检查自动生成的接口地址。
    • 使用独立 Key:在 API Key 来源中选择“独立 Key”,填写完整的 /alpha/search 接口地址和 API Key。

    确认配置后,点击“保存”。

安装插件后,Web Runtime 会使用 codex 作为搜索提供方, 默认网页搜索将失效 。

兼容性

0.1.2 要求 DSH 0.1.2-rc.1 或更高的 0.1.x 版本,不兼容 DSH 0.1.1 及更早版本。

配置方式

复用 OpenAI 配置

如果模型设置中已经配置 OpenAI 提供方,选择“OpenAI”后,插件会根据其 baseURL 生成 /alpha/search 接口地址,并使用已有的 API Key。密钥不会被复制。

模型留空时,搜索会跟随当前会话模型。保存前请确认生成的接口地址可用。

使用独立 Key

选择“独立 Key”,填写完整的 /alpha/search 接口地址和 API Key。模型为可选项,留空时同样跟随当前会话模型。

点击“恢复默认”并保存后,会清除插件单独保存的接口地址、模型和独立 Key,但不会影响 OpenAI 配置及其 API Key。

行为与限制

  • 只发送当前搜索词,不读取或发送对话历史。
  • 接口地址必须是包含 /alpha/search 的完整 URL,插件不会自动改写。
  • 支持 HTTP 和 HTTPS;使用 HTTP 时会显示未加密警告。
  • 拒绝所有 HTTP 重定向,避免 API Key 被发送到其他地址。
  • /alpha/search 是 Codex 内部 alpha 协议,不是稳定的公开 API。
  • 请求失败时不会自动回退到 DeepSeek 搜索提供方。
  • 插件不限制模型名称,也不会替换服务端不支持的模型。

本地开发

pnpm install
pnpm run typecheck
pnpm test
pnpm pack
dsh plugin --profile web add C:\absolute\path\dsh-web-search-codex-<version>.tgz

如果同一版本的本地 tarball 已经安装,请先运行:

dsh plugin --profile web remove dsh-web-search-codex

然后重新添加,避免包管理器复用旧产物。