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.

Deepseek Chat — DSH Plugin for DeepSeek Harness
← Plugins
D

dsh-deepseek-chat

Deepseek Chat

A lightweight Ask DeepSeek chat panel for DeepSeek Harness.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:lhenlihai-hub/dsh-deepseek-chat#42d5c27f8c50ea70a6f69e6263f88a0808881312
READMECompatibilityVersions

Compatibility and provenance

Deepseek Chat is published as dsh-deepseek-chat and currently resolves to version 0.2.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
8/25/2026

Versions

0.2.2stable
8/25/2026

Related plugins

Loading related plugins…

Latest
0.2.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
0
Last push
8/25/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in ui-customization.

Remote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Client Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundlePet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

dsh-deepseek-chat

English | 中文

为 DeepSeek Harness Web UI 添加一个独立的「问 DeepSeek」聊天窗口。

已经能在 DeepSeek Harness 中正常使用 DeepSeek?安装插件并重启 Web UI 后即可直接使用,不会再次要求输入 API Key。

安装

已有 dsh 命令:

dsh plugin --profile web add github:lhenlihai-hub/dsh-deepseek-chat
dsh web

使用官方 npx 启动方式、没有全局 dsh 命令:

npx --yes --package @deepseek-ai/dsh --package pnpm dsh plugin --profile web add github:lhenlihai-hub/dsh-deepseek-chat
npx @deepseek-ai/dsh web

如果 Web UI 正在运行,请先停止再重新启动。无需下载压缩包、克隆仓库或在本地构建。

使用

  • 点击页面右侧的「问 DeepSeek」打开独立聊天窗口。
  • 从窗口顶部切换用户已配置的 DeepSeek 模型。
  • 在主会话中选中文字,可直接「引用并问 DeepSeek」。
  • 支持流式输出、思考过程、停止生成和新对话。
  • 自动适配中文/英文界面与明暗主题。

插件对话与主 Agent 会话相互独立,关闭或新建插件对话不会修改主会话。

API 与隐私

  • 插件没有 API Key 输入框。
  • 插件不会读取、保存或向浏览器发送 API Key。
  • 所有请求都通过 dsh 的 ctx.llm,使用用户已经配置的 DeepSeek 路由和模型。
  • 如果尚未配置 DeepSeek,插件只会提示前往 dsh 设置 → 模型。

卸载

在插件窗口中打开 设置 → 卸载插件 → 确认,或执行:

dsh plugin --profile web remove dsh-deepseek-chat

没有全局 dsh 命令时:

npx --yes --package @deepseek-ai/dsh --package pnpm dsh plugin --profile web remove dsh-deepseek-chat

重启 Web UI 后生效。

开发

npm install
npm run typecheck
npm run build

lib/ 是供 GitHub 直接安装使用的预构建文件。

开源协议

MIT