Plugins
Durchsuche, filtere und installiere DeepSeek-Harness-Plugins.
6670 Plugins gefunden
chat-pace
thegoodmorty/chat-pace
Configurable chat auto-scroll — paced section-by-section reading with size-proportional pauses, smooth follow, step and hold modes, hotkeys, and per-session open positions.
dsh-plugin-text-quote
sunnystarye-ui/dsh-plugin-text-quote
Codex-style text annotation for conversations: select text, add a quote with your comment, inject it into the composer, and expand sent annotations as a pill.
dsh-upload-file
seeingrain/dsh-upload-file
Upload any file to DSH, isolated per workspace and session — a composer file library with server-side thumbnails and a context menu to open, copy, re-download or delete.
dsh-composer-alcove
nixz0824/dsh-composer-alcove
Collapses the composer to an iPhone-style home indicator while you scroll, then restores it on hover, click, or scroll up. Corner arcs dock the real composer into the left or right gutter.
dsh-header-controls
kgwdonkey/dsh-header-controls
Restart / exit power buttons in the conversation header.
dsh-whale-particles
fewoot/dsh-whale-particles
Dot-matrix backdrop for the DSH Web UI: the dots form the DeepSeek whale or a transparent PNG you import (alpha-masked), each dot carries its own low-frequency force and follows the cursor in manual mode, while an auto screensaver mode sweeps 360-degree waves and full-screen breathing across the artwork; sliders and toggles live under Settings > Plugins.
dsh-screenshot-plugin
deepseekbluefish/dsh-screenshot-plugin
WeChat-style in-app screenshot button: drag a region, fine-tune with 8 resize handles, Enter to capture and Esc to cancel; auto-numbered PNGs plus a \[Shot N HH:mm] marker written into the composer. Windows-only, tested on DeepSeek Harness Desktop.
dsh-zh-more
como44/dsh-zh-more
Chinese-first UI enhancement: translates slash-command names and plugin-inventory cards with three display modes (Chinese only / Chinese + English / off), switching instantly without losing English.
dsh-mobile-ui
canary-builds/dsh-mobile-ui
Adds touch-friendly navigation, layout refinements, and standalone PWA styling to the existing DeepSeek Harness web interface.
dsh-favicon-status
bf185003/dsh-favicon-status
Browser tab status indicator for dsh web: paints the document favicon from the session list (blue spinning while work runs, amber while waiting on the user, green when finished).
GrokBot_in_DeepseekHerness
edge-hh/grokbot_in_deepseekherness
Bring GrokBot into DeepSeek harness.
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
Dependency graph inspector for DeepSeek Harness: snapshots the live Cordis plugin/service topology into a zoomable browser panel with graph-theory metrics, plus a graph.render tool for the model.
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
Plugin inventory manager for DeepSeek Harness Web: table view of installed plugins with status filters, enable/disable switches applied via HMR, config viewer/copy, uninstall and npm update reminders.
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.