插件
浏览、筛选并安装 DeepSeek-Harness 插件。
共 7017 个插件
chat-pace
thegoodmorty/chat-pace
可配置的聊天自动滚动——按节定速阅读(停顿时长与篇幅成比例)、平滑跟随、单步与固定模式,支持快捷键与按会话记忆打开位置。
dsh-plugin-text-quote
sunnystarye-ui/dsh-plugin-text-quote
Codex 风格对话文字批注:选中原文加注释、引用进对话、发送后以「N 条注释」胶囊展开。
dsh-upload-file
seeingrain/dsh-upload-file
允许将任意文件上传给 DSH,按工作区与会话隔离。输入框内置文件库,服务端生成缩略图,右键菜单可打开、复制、重新下载或删除。
dsh-composer-alcove
nixz0824/dsh-composer-alcove
阅读时把输入栏收到底部 Home 指示条,悬停预览、点击钉住或上滑还原。左右圆角弧线把原来的输入框停到两侧留白。
dsh-header-controls
kgwdonkey/dsh-header-controls
会话右上角的「重启 / 注销」电源按钮。
dsh-whale-particles
fewoot/dsh-whale-particles
给 DSH Web 加一层点阵背景:点阵可组成鲸鱼剪影,或导入透明 PNG 按 alpha 取主体;每颗粒子各自持有低频外力,手动模式下跟随光标扰动,自动屏保模式则用 360° 任意方向的扫波与全屏呼吸带动整幅图案;鼠标/自动与鲸鱼/照片在参数面板里切换,入口在 设置 → 插件。
dsh-screenshot-plugin
deepseekbluefish/dsh-screenshot-plugin
微信式界面内截屏按钮:拖动框选、8 个手柄微调,Enter 确认截取、Esc 取消;PNG 自动编号保存,\[Shot N HH:mm] 标记自动写入输入框。仅 Windows,已在 DeepSeek Harness Desktop 实测。
dsh-zh-more
como44/dsh-zh-more
斜杠命令名与插件清单卡片中文化:三种显示模式(只显示中文 / 中英都显示 / 不翻译),中文为主、英文不丢,切换即时生效。
dsh-mobile-ui
canary-builds/dsh-mobile-ui
为 DeepSeek Harness 现有 Web 界面加上触屏友好的导航、布局微调与独立 PWA 样式。
dsh-favicon-status
bf185003/dsh-favicon-status
为 dsh web 绘制浏览器页签状态指示:根据会话列表把 favicon 画成状态圆环(执行中蓝色旋转、等待用户琥珀色、完成绿色)。
GrokBot_in_DeepseekHerness
edge-hh/grokbot_in_deepseekherness
将GrokBot带入DSH。
dsh-model-info-hint
jackie2455/dsh-model-info-hint
hovering over a candidate model pops up a hint showing that model's full configuration
dsh-plugin-topology
sleetdrop/dsh-plugin-topology
DeepSeek Harness 插件依赖图检查器:把运行中的 Cordis 插件/服务拓扑快照为可缩放的浏览器面板图,附带图论指标,以及面向模型的 graph.render 工具。
lynkr-dsh-plugin
veerareddyvishal144/lynkr-dsh-plugin
DeepSeek Harness (dsh) plugin that registers Lynkr — a self-hosted, multi-provider LLM tier-routing gateway — as a custom OpenAI-compatible provider in settings.yaml.
dsh-bots
dushaobindoudou/dsh-bots
Multi-bot workbench for DeepSeek Harness: bridges the sdk-bots orchestration gateway (group chats, single bots) into the dsh web shell with official-styled UI.
dsh-wechat-mp-search
itraceur/dsh-wechat-mp-search
微信公众号搜狗搜索及文章正文抓取 dsh 插件
dsh-insurance-experts
kevinchu1981/dsh-insurance-experts
保险产品分析对比专家(险析君)·DSH插件|条款解读/性价比/产品横向对比/保障规划(含重疾+医疗),中立公允第三方。Insurance product expert (InsureGuide): clause analysis, cost-effectiveness, comparison & coverage planning.
dsh-obsidian
qiqiangvae/dsh-obsidian
Self-organizing AI second brain for Obsidian, as a single DeepSeek Harness plugin. Merged fork of dsh-plugin-wiki-skills + dsh-plugin-wiki-tools, targeting parity with claude-obsidian.
dsh-theme-xiaohei
lemoncat7/dsh-theme-xiaohei
A Luo Xiaohei-inspired animated dark theme for DeepSeek Harness
dsh-plugin-runcat-inventory
runcat-tommy/dsh-plugin-runcat-inventory
DSH 插件总览(逃咪):以表格视图管理已安装插件,支持状态过滤、HMR 热生效的启停开关、配置查看/复制、卸载与 npm 更新提醒。
dsh-gitlens
nateec/dsh-gitlens
Workspace-scoped Git graph with history search and diffs, multi-worktree WIP and agent-session views, and guarded Git operations with recovery refs.
dsh-model-pin
d3vmeh/dsh-model-pin
Keeps every model request inside a per-provider allow-list, enforced at the agent/request waterfall: disallowed models are redirected to a fallback or refused; subagents stop inheriting stale creation-time routes; warns when consecutive requests would make a --models-max 1 llama.cpp router reload models. A one-entry list is a global single-model mode.
dsh-logbook
d3vmeh/dsh-logbook
Makes ctx.logger output visible: a /logs chat command over a full-capture ring (level, name, grep, since filters) plus a default-on stderr exporter for warnings and errors, configurable per plugin; works headless. Also documents that dsh's default log buffer silently drops warn and debug records.
dsh-turn-doctor
d3vmeh/dsh-turn-doctor
Explains which layer killed a failed turn: times every model request (first byte, longest silence, total) and combines that with the error to name the culprit (dsh idle watchdog vs Node undici timers vs SDK timer vs server crash, context overflow, gate queue, tool timeouts, failed compactions) and the exact setting to change; verdicts in the DSH terminal plus a /why command, subagents included.