插件
浏览、筛选并安装 DeepSeek-Harness 插件。
共 7017 个插件
dsh-web-searxng
biyuhao/dsh-web-searxng
DSH plugin: SearXNG-backed search provider for ctx.web (self-hosted, 1GB-VPS friendly)
dsh-remote-terminal
xht-code/dsh-remote-terminal
DSH (DeepSeek Harness) 插件:在 Web GUI 会话视图栏(轨迹旁)增加完整交互式终端 tab,远程浏览器经 WebSocket 直连宿主 PTY shell
dsh-samrt-subagent
yejianming88888-ctrl/dsh-samrt-subagent
Intelligent sub-agent orchestration for DeepSeek Harness, with model discovery, routing, planning, and parallel delegation.
dsh-prompt-history-plugin
hotpot-labs/dsh-prompt-history-plugin
Prompt history navigation for DeepSeek Harness (dsh) web: browse previously submitted prompts in the conversation composer with the Up/Down arrow keys, shell-style.
dsh-plugin-cvescout
whisper-cao/dsh-plugin-cvescout
DeepSeek Harness plugin for CVE impact retesting: fingerprint a target, judge it against a CVE's affected range, gather passive evidence, and report a verdict with confidence and limitations.
dsh-session-cleaner
new-256/dsh-session-cleaner
DSH (DeepSeek Harness) 会话回收站与清理管理器:移入回收站 / 恢复 / 彻底清除、重名防误删、对话内容预览、定期自动清空、主题与 DSH 主体一致。Trash bin & session cleaner for DeepSeek Harness: move-to-trash, restore, purge, name-collision guard, conversation preview, scheduled auto-purge, DSH-native theming.
dsh-web-search-anysearch
vincibeans/dsh-web-search-anysearch
AnySearch-backed WebSearchProvider for DeepSeek Harness (dsh): register AnySearch's /v1/search, switch explicitly between the official DeepSeek search endpoint and AnySearch from the Plugins settings page card, compatible with dsh v0.1.2-alpha.1 ~ rc.1 (s
relay-dsh-plugin-monitor-time
yangbobo2021/relay-dsh-plugin-monitor-time
Time deadline Monitor Bundle extension for Relay on DeepSeek Harness.
dsh-window
bbtssama/dsh-window
Floating Markdown note card for the DeepSeek Harness web GUI: per-session multi-note spaces, long-press marks with four colours, italic and underline and your own remarks, clickable task boxes, a repair flow for marks whose text moved under them, reading-
dsh-usage-info
navid-kianfar/dsh-usage-info
Context occupancy and account balance for the DeepSeek Harness Web Client: a session-header readout, a balance capability seam, and a DeepSeek provider
dsh-repeat-tool-breaker
snailium/dsh-repeat-tool-breaker
Hard break on repeated tool calls: a synchronous ctx.tools.guard gate that counts semantic fingerprints (net/site/sink/cmd/exact) over a per-agent sliding window, ignoring decoy arguments such as description and timeoutMs.
dsh-prompt-inject
jojoman2024/dsh-prompt-inject
在会话工具条挂按钮,点击后开新标签页管理提示词;点【注入】可在当前会话下一次模型 step 前注入 prompt 到 system prompt。
dsh-better-workbench
omdsh-dev/dsh-better-workbench
Extensible DSH Web workbench host with durable instances, templates, and page, panel, and capsule presentations
dsh-web-allowlist-fetch
xain/dsh-web-allowlist-fetch
IP/domain allowlist web_fetch provider for DeepSeek Harness: lets web_fetch reach allowlisted hosts/IPs freely (incl. proxy fake-IP addresses like 198.18.x.x) while keeping the default public-IP safety check for everything else.
dsh-notifier-plugin
hotpot-labs/dsh-notifier-plugin
Native desktop notifications for DeepSeek Harness (dsh): run completion, model questions, and approval requests on macOS, Linux, and Windows. Includes a web settings card consistent with the dsh web UI.
dsh-plugins
dennisrongo/dsh-plugins
Durable plans for DeepSeek Harness (dsh) — captures every exit_plan_mode plan to <workspace>/.dsh/plans as markdown, opens a review window when one is presented, and keeps the history
dsh-domain-trust
shawnkung/dsh-domain-trust
DSH Web trusted-domain bootstrap for reverse-proxy and tunnel deployments.
dsh-plugins
hy-sde/dsh-plugins
The rich `edit` tool for DeepSeek Harness (replace / patch / apply_patch / hashline modes) with embedded format-on-write and diagnostics — a standalone plugin with no upstream harness changes required.
dsh-todo-continuity
apex-mochen/dsh-todo-continuity
让没做完的任务清单跨回合保留。DSH 在每个回合开始时清空 todos 投影,指望模型重写整份清单,于是回合一旦被中断,计划虽然durable 地留在会话日志里,界面上却永久消失——而 todo_write 只写不读,用户和模型都拿不回来。本插件只注册一个普通的 session/event 监听器,按会话记住最后一份清单;当 turn/start 到来而那份清单仍有未完成项时,把它补折回去,投影就不再显示空计划。不 fork tool-todo、不注册任何 waterfall:插件换不掉投影(注册表对 stateVersion 不一致直接抛错),追加折叠所反应的那条事件才是够得着的缝。刻意收得很窄——只管未完成的清单、每次回合开始最多补一条、失败即放行。已用真实会话上的受控 A/B 验证:两次运行内容相同,唯一差别是插件装没装,都用真实的投影定义折叠。零依赖。
dsh-reasoning-only-guard
apex-mochen/dsh-reasoning-only-guard
防止「只有推理、没有正文」的一轮把整个会话变成不可用。某一轮没有可见文本也没有 tool-call 时,assistant 消息会以空内容落盘,此后该会话的每一次请求都会被网关以 "content or tool_calls must be set" 拒绝,会话彻底死亡且无法再从对话里找回。本插件只注册一个 llm/stream waterfall 监听器,且仅当这一轮没有任何可见产出时,在终止 finish 之前注入一小段文本,使落盘消息永远不为空。附带 DSH 自带 mock 造不出的夹具(严格只有推理的 SSE 服务,因为 llm-mock-server 不允许空 successText,且 reasoning_success 总会再补一段正文),以及把真实落盘会话经 DSH 自己的 serializeMessages 重放的端到端复现。属预防而非修复。零依赖、单文件、不访问进程与文件系统。
dsh-client-ui-paopaocat
zmm863-commits/dsh-client-ui-paopaocat
为 DSH Web 界面打造的奇幻玻璃拟态皮肤:月光冥界森林,青绿流云缓缓翻涌、绯红彼岸花自左下蔓延、角落里趴着一只睡猫,底层是 WebGL2 流体;另有自定义壁纸与视频背景。内置两套可一键切换的风格(淡雅 / 蓝色)、3 首背景音乐与可上传音乐(存本机 IndexedDB),并有猫爪、小鱼、泡泡、星光装饰。一个开关即可完全还原原生界面。
dsh-yoimiya-theme
cosmerhomura/dsh-yoimiya-theme
《原神》宵宫主题:严格核算过对比度的明暗双色板、程序化生成的烟花粒子层,以及一个读取你自己本地文件的播放器——歌曲与封面不上传到任何地方。语法高亮为暖色,标识为自绘金鱼;除壁纸外所有画面都由 CSS 渐变与手写 SVG 生成。
dsh-just-chat
exoticknight/dsh-just-chat
为 DeepSeek Harness 提供一键原生对话入口,每次创建独立工作区和会话。
dsh-voice-mimo
ch1bug/dsh-voice-mimo
Xiaomi MiMo-powered voice for DeepSeek Harness: browser 🎤/🧠/🔊 UI, voice_transcribe/voice_understand/voice_speak tools, configurable voice map (preset/voicedesign/voiceclone). Fork of zhuiyueya/dsh-voice (MIT), Settings pattern from Anionex/dsh-vision-toolkit (MIT).