Plugins
Durchsuche, filtere und installiere DeepSeek-Harness-Plugins.
120 Plugins gefunden
dsh-need-finder
863683348/dsh-need-finder
Requirement-driven dsh plugin discovery and environment recipes: plugin_guide matches natural-language needs to a curated plugin directory with reasons and install commands; recipe installs whole setups (通知全家桶, 安全审计套装...) from bundled community bundles with ordered plans.
dsh-cue-bank
itr-del/dsh-cue-bank
Cross-session event-cue memory for DeepSeek Harness: auto-extracts task/conversation cues and user language habits from every turn into a persistent global cue bank, then re-injects remembered context on topic-switch detection (keyword or vector matching).
dsh-polling
cnyac/dsh-polling
Plugin für wiederkehrende/geplante Aufgaben (Polling-Aufgaben/Zeitplan-Aufgaben) für DeepSeek Harness: cron-gesteuerte Polling-Jobs als echte Sitzungen, Erstellung in natürlicher Sprache, Modell-Tools (polling_create/list/edit/delete/trigger) und eine Web-UI. Installieren und loslegen über `dsh plugin add`.
dsh-model-health-probe
fu827707013/dsh-model-health-probe
Manual model probe for DeepSeek Harness: a session-view tab where you pick provider, API type, model and route, then send one real raw HTTP request over openai-completions, openai-responses or anthropic-messages — streaming or not — and read latency, TTFT, HTTP status, token usage and a three-layer diagnosis chain (API request / model response / strict check) on one screen, with errors in plain language.
dsh-code-graph
hoyyang/dsh-code-graph
Branch-aware code knowledge graph for DSH - callers, impact, trace and architecture over 158+ languages, freshness-gated, one dispatcher tool, zero MCP sessions.
dsh-locale-tr
aytacbilgisayar-hub/dsh-locale-tr
Turkish (Türkçe) language pack for DeepSeek Harness (dsh) — a client plugin that registers the 'tr' UI locale.
smart-session-title
y2zyyr/smart-session-title
Replacement session-title provider that compresses oversized or code-heavy first prompts before calling the model (in the tested DSH version the built-in provider rejects inputs above 4096 bytes without a model call) and waits for a real task instead of titling a greeting. Titles use the session’s own provider and model by default and manual titles are protected; title rules cover a character cap, an optional date affix, style, language and exclusion words, plus a per-session lock. Also re-titles stored sessions in bulk, with a progress overlay that keeps running after Settings is closed.
dsh-localnotify
yakoylp/dsh-localnotify
In-app local notification center for DSH: a sidebar Notifications entry with unread badge, full-screen center with level color coding (info/success/warn/error), time/source filters, sorting, title/content search, read/unread, delete, detail popup with one-click copy, and pagination; written by the notify_add agent tool or the dsh-localnotify CLI (with auto-cleanup retention), page refreshes live, UI follows dsh web language (zh/en).
dsh-plugin-cron
littleblacktong/dsh-plugin-cron
Cron scheduler for agent tasks: create jobs by natural language or a sidebar UI, inject a user message into a new or fixed session on schedule to trigger a full agent turn, with run history, manual trigger, and live SSE sync.
dsh-resume-screening
wangzhanchao883/dsh-resume-screening
Resume screening plugin for HR in DeepSeek Harness: ingest up to 100k Word/PDF/Excel resumes into one searchable library with skills / coarse categories / ingest time, auto-ingest & de-dupe new resumes, then screen by plain-language criteria — rule pre-filter in the database plus LLM fine-judge on the shortlisted few, CSV export.
Automatic-session-renaming-for-dsh
lyxx999/automatic-session-renaming-for-dsh
Auto-renames DSH sessions with LLM-summarized titles: runs after the first prompt and on /handoff, or manually via a header button or /autotitle, with configurable title language and max title bytes.
dsh-reply-language
cai-mh/dsh-reply-language
Force the model to write all replies in a chosen language (Simplified Chinese by default) via a system-prompt section, switchable anytime with a tool.
dsh-lang-zh
yantingmo/dsh-lang-zh
Injects a fixed system-prompt section so the agent always replies in Simplified Chinese — including the short narration between tool calls — unless you explicitly ask for another language. Applies to every session and preset without overriding the persona.
dsh-token-stats
phungthien269/dsh-token-stats
Token usage dashboard for the DSH web GUI — today/week/month totals, per-model breakdown and a stacked 30-day chart, with a 4-language UI.
dsh-settings-beautify
leogottadothebest/dsh-settings-beautify
Normalize the DSH settings UI onto one design language: unified typography, cards, controls, focus and motion across every settings page, including pages contributed by other plugins.
dsh-tanqi
lastplayer82/dsh-tanqi
AI-generated curiosity & trivia plugin for the dsh web GUI (Curio in the English UI): 「开始探奇」 generates a fresh batch of unexpected knowledge (excluding everything already seen), each item unfolds into two deeper layers plus similar knowledge points, and 「探奇清单」 keeps the full history (batch, items, layers, similar points) in browser storage. Reuses the host LLM channel with zero config; when no model is available, a DeepSeek API key can be pasted into the panel. Output language follows the DSH UI language (zh/en).
deepseek-plugin
klingai-dev/deepseek-plugin
Turn every idea into an image or video with Kling AI. In DeepSeek Harness, use natural language for text-to-image, image-to-image, text-to-video, image-to-video, reference-image creation, task tracking, and result previews.
dsh-language-control
wodongx123/dsh-language-control
Force the agent's chain-of-thought, planning, tool-invocation reasoning, and internal deliberation to stay in Chinese — the language constraint is injected at the top of the system prompt before every reasoning step, so it cannot be diluted by tool-returned content. A settings panel lets you edit the constraint text on the fly.
dsh-code-collector
bycall/dsh-code-collector
Session code collector for DeepSeek Harness: a composer-side panel gathering every code block the model produced in the current session, with by-language / by-file views, per-file version history, live search, per-entry copy, copy-all, download-all as Markdown, and click-to-jump back to the exact turn (Alt+Shift+C).
dsh-generative-ui
cnseniorious000/dsh-generative-ui
Lets the AI insert streaming-generated UI into the conversation or a side panel, written in TSX — already one of the model's native languages, so there is no JSON schema to teach it. Rendered without flicker, state kept across frames with no hard remount, and a click in the card driving the next chat turn. Inline is where streaming matters most; the side Canvas is the more agentic shape. Cards get agentic capabilities of their own — run bash, curl, call the model, read and write files.
dsh-when
zhijiangtang/dsh-when
Parses natural-language relative time (e.g. "in 2 hours") into ISO timestamps, fail-fast.
bifrost
brokkai/bifrost
DeepSeek Harness (dsh) bundle for Bifrost: multi-language code intelligence over MCP.
dashr (dashr)
fgm-builds/dashr
RLM mode for dsh: recursive sub-agents via a unified rlm() function — spawn, await, and chain child agents as first-class Python calls. Adds a persistent IPython kernel with tools.* bindings and context-as-variable.
dsh-locale-ja
fang2hou/dsh-locale-ja
Japanische Oberfläche (日本語) für DeepSeek Harness — ein Standard-DSH-Client-Plugin, das 日本語 als wählbare UI-Sprache neben 中文 und Englisch hinzufügt, mit japanischen Systemschriften.