Plugins
Durchsuche, filtere und installiere DeepSeek-Harness-Plugins.
206 Plugins gefunden
dsh-testgen
bujue600-arch/dsh-testgen
Automatisierte Unit-Test-Generierung: ein `/testgen`-Befehl und ein generate_tests-Tool, die Tests erstellen, ausführen und reparieren, bis sie bestehen (LLM plus Offline-Template-Generatoren; vitest/jest/mocha/node:test).
dsh-task-planner
ztl34245881-commits/dsh-task-planner
Aufgabenplanung mit Erfahrungs-„Muskelgedächtnis“: reflexartiger Abruf früherer Lösungen, Abgleich mit LLM-Fähigkeiten und automatisch gespeicherte Lektionen.
sgme
freehul/sgme
Bridge zur ShiGuang Memory Engine (SGME): agentenübergreifendes gemeinsames Langzeitgedächtnis über HTTP — L0/L1/L1.5/L2-Destillation, szenariobasierte Injektion, einheitliche Suche und proaktive Care-Signale (memory_search / wiki_search / signal_pull / signal_claim / signal_ack), installierbar als `dsh-sgme`.
dsh-equip-engine
wuykjl/dsh-equip-engine
Task-driven plugin equip engine: dual retrieval (curated rules + LLM semantic), combo scoring (synergy/conflict/cost/trust), conflict detection and install-command export.
citeciter
kirkchinese/citeciter
Durable citation-thread learning companion for DeepSeek Harness conversations
dsh-yolo-mode
severuszh/dsh-yolo-mode
LLM auto-approval for sandbox escalation requests, with presets and a fail-closed fallback.
dsh-llm-inspector
cdxiaodong/dsh-llm-inspector
Unified LLM request/response inspector: reasoning-effort tuning, external-think export, traffic & bundle analysis.
Vibe-Mathematics
chongcyrus/vibe-mathematics
Multi-agent math problem-solving & verification framework: brainstorm → solver iteration → multi-verifier debate → Verified knowledge base, with checkpoint resume and manual/auto intervention (also ships as an agent preset).
dsh-plugin-subagent-director
severuszh/dsh-plugin-subagent-director
Per-subagent LLM provider/model selection with role templates.
dsh-claude-cli
katsos/dsh-claude-cli
LLM provider that runs the locally installed Claude Code CLI as the model backend, so requests go through an existing Claude subscription instead of a metered API key; native tool calls are bridged over MCP.
dsh-plugin-auto-blame
huanlinoto/dsh-plugin-auto-blame
Nach jeder Modellrunde generiert ein LLM 3 kritische Folgevorschläge, die als anklickbare Chips zum direkten Senden angezeigt werden
dsh-llm-fallbacks
omdsh-dev/dsh-llm-fallbacks
Automatische Provider-/Modell-Fallback-Ketten für DeepSeek-Harness-Agenten, wenn LLM-Anfragen wiederholt fehlschlagen (Retries aufgebraucht, Auth, Kontingent, Rate-Limit).
dsh-plugin-llm-balance
fenghuolinshan/dsh-plugin-llm-balance
Verschiebbare schwebende Karte, die Guthaben/Kontingent Ihrer zuletzt genutzten Anbieter anzeigt (DeepSeek/Moonshot/Kimi For Coding): automatische Erkennung, farblich codierte Stufen, Live-Aktualisierung.
dsh-polyglot
jesse-njx/dsh-polyglot
Der Modell-Umschalter für DSH: auf jeden OpenAI-kompatiblen Endpunkt richtbar, mit kuratierten kostenlosen/günstigen DeepSeek-Provider-Presets und automatischem Fallback, wenn eine kostenlose Stufe Sie ratenlimitiert.
dsh-llm-vision-bridge
einskyle/dsh-llm-vision-bridge
Native Vision-Bridge für LLM-Anbieter: In den Chat eingefügte Bilder werden von einem Vision-Modell (Qwen3-VL über pi-ai/llama.cpp) beschrieben, und die Textbeschreibung wird zur Antwort an das rein textbasierte DeepSeek weitergegeben — Bildaufnahme, Routing und Kompaktierung laufen vollständig über harness-native Mechanismen, mit LRU-Beschreibungscache und 503-Retry.
dsh-llm-web-bridge
huangyukaili1031/dsh-llm-web-bridge
DSH 插件:把网页大模型接入 Agent 工作流——真实浏览器驱动,支持代码审查、翻译、红队等多种角色。
dsh-opencode-zen-free-provider
jiesou/dsh-opencode-zen-free-provider
OpenCode Zen free models provider for dsh
dsh-windtunnel
botonj/dsh-windtunnel
Contract regression harness for plugin authors: a scripted LLM adapter drives the real pipeline in isolated child processes with session-event assertions (load/contract/behavior/fault layers); zero API key, CI-ready.
dsh-acp-enhanced
grunmin/dsh-acp-enhanced
Enhanced ACP server for DeepSeek Harness: block & reasoning streaming, usage telemetry, model/effort switching, permission presets, session resume/archive, per-session MCP servers, and Zed file/terminal forwarding.
dsh-code-reference
victorzhong0110/dsh-code-reference
Surveys local code and GitHub/npm for reusable implementations before development, evaluates reuse versus rewrite, and checks architecture coupling.
dsh-captain
kanonouta/dsh-captain
GPT plans dependency DAGs, DeepSeek workers execute tasks with adaptive parallelism, and an optional GPT reviewer audits incremental Git diffs and drives repair rounds.
dsh-plan-lattice
1052326311/dsh-plan-lattice
Adds persistent execution contracts, recursive work graphs, critical clarification, and evidence gates for long or underspecified Harness tasks.
dsh-llm-deepseek-vision
nagasakisoyo-ui/dsh-llm-deepseek-vision
Vision-augmented DeepSeek adapter: a vision-capable model describes image input, then a text-only DeepSeek model reasons over the description.
dsh-hermes-memory
isheng-eqi/dsh-hermes-memory
Faithful port of the hermes-agent MEMORY.md / USER.md mechanism for DSH: bounded dual-bank memory (2200/1375 chars), a single `memory` tool (add/replace/remove/batch), frozen-snapshot injection per session, nudge reminders, DSH-native JSON storage — zero external dependencies, zero LLM cost.