Plugins
Browse, filter, and install DeepSeek-Harness plugins.
5410 plugins found
JARVIS-Mission-Control-DeepSeek (dsh-plugin-mission-control)
asif2bd/jarvis-mission-control-deepseek
Streams DeepSeek Harness sessions, messages, tool activity, and turn outcomes to a JARVIS Mission Control board with task status and human review.
dsh-skills-nexus
xiaxi626/dsh-skills-nexus
Universal skill adapter that registers any GitHub repo containing a SKILL.md as a DSH skill by cloning and symlinking into the official skills root.
dsh-visibridge
lhbsaa/dsh-visibridge
Structured vision evidence (OCR/layout/semantics) plus a USB camera capture tool for a "shoot-look-adjust" debug loop; backends: Ollama, DeepSeek, Xiaomi.
semantic-search
johnxu22786/semantic-search
Local semantic code search for DeepSeek Harness: fragment-level symbol-aware indexing, offline lexical embeddings or an OpenAI-compatible endpoint, and hybrid vector + BM25 retrieval fused with RRF - three dsh tools plus a sema CLI.
dsh-plugin-context-manager
luxiwusuobuneng/dsh-plugin-context-manager
Context manager for DeepSeek Harness: auto-summarizes every turn into priority-sorted records, injects them plus pinned cross-session notes and custom text into each model request, and folds any-size real conversation ranges into summaries to save tokens. Persistent and restart-safe. NOTE: manual multi-step install — copy the three package folders into profiles/node_modules and add the provided cordis.patch.yml rows, then restart DSH; not a standard one-command install.
dsh-hybrid-memory
frog755/dsh-hybrid-memory
Three-layer local memory for DeepSeek Harness: L1 snapshot memory (MEMORY.md/USER.md) read on demand through the memory_* tools + L2 searchable knowledge base (facts + SQLite FTS5, Chinese search via sliding-window tokenization) + L3 import from Hermes/Claude Code/Codex/WorkBuddy and from approved Agent Hub documents (memory/global, memory/projects, accepted decisions) with content-hash dedup. v0.2.0 removed every automatic injection: memory enters the context only when the model calls one of the 12 memory_* tools, and data stays on the local drive.
deepseek-cost-usage-status-plugin
zenjibad/deepseek-cost-usage-status-plugin
Adds a colored status line under the DSH conversation stats showing live DeepSeek API cost, usage and account balance, with on/off-peak pricing indicators.
dsh-deepseek-monitor
haoyueqin/dsh-deepseek-monitor
Official DeepSeek platform monitoring inside the provider card: a live balance chip left of the composer model name plus an expandable account-details panel with per-model monthly usage and a daily stacked chart.
moonshile-dsh-plugins (dsh-workspace-sort)
moonshile/moonshile-dsh-plugins
Re-sorts sidebar workspaces by last activity once per day; stable order within the day.
dsh-task-graph
kevinzhangnothing/dsh-task-graph
Adds a Graph tab that renders one session's execution as an interactive DAG of turns, LLM steps, tools, skills, subagents, code changes and tests, with live status, retry aggregation, critical path and trajectory linkage.
dsh-collab-score-based-on-mscore
clclyzybzjsq/dsh-collab-score-based-on-mscore
a demo plugin for a preset with builtin musescore wasm editor/preview engine for agent composing
dsh-short-video-studio
fengyungithub/dsh-short-video-studio
基于deepseek harness的类MiniMax-Design的AI视频创作工作台
dsh-command-code-review
jasonfreelab/dsh-command-code-review
Registers a /code-review slash command with five parallel review lenses and per-finding confidence scoring, for both pull requests and local code.
dsh-user-question-nav
xiaomujiang/dsh-user-question-nav
ChatGPT-style question nav rail with up/down arrow buttons — per-question tick marks on the chat edge, hover-triggered drawer listing every user question with real-time search filter, one-click smooth-scroll jump, and active-question highlight synced to scroll position.
dsh-reasoning-effort
mu-scorpio/dsh-reasoning-effort
Configures provider and model reasoning-effort mappings for DeepSeek Harness, with a grouped model picker and composer slider.
dsh-session-toc
notload/dsh-session-toc
A floating right-side table of contents (TOC) for the DeepSeek Harness Web UI: one entry per user question, click to scroll to that message.
dsh-subagent-default-model
dingminhua/dsh-subagent-default-model
Configure default model routes for DeepSeek Harness subagents, with single-model, round-robin, random, and per-route reasoning-effort options.
dsh-postmortem
zzh-newlearner/dsh-postmortem
Explain failed DeepSeek Harness agent runs locally, then produce a redacted recovery plan. No model required.
aitelier
linxuhao/aitelier
Use AItelier as a subagent from DeepSeek Harness: generate, edit, run, export and import SkillFlow pipelines. Client only — requires a running AItelier backend (Docker; see README).
dsh-model-hub
yhyfhgs/dsh-model-hub
DeepSeek Harness plugin: provider sign-in, model catalog, and selection routing over a loopback-only /model-hub channel
dsh-ssh-tui
cyjyyd/dsh-ssh-tui
Terminal UI for DeepSeek Harness on jump hosts and high-latency links: plain ANSI, incremental repaint, and a session that survives a dropped SSH connection (resume it from the log).
DSH_Plugin_Taffy
vegetable-kun/dsh_plugin_taffy
A Taffy mood mascot for the DeepSeek Harness Web UI: the corner GIF reacts live to agent state — approval pending / approved / rejected / begging, thinking, tool runs, interrupts, ask_user_question waiting, compaction, long-task fatigue, idle-ignored approval, idle / sleeping — with SSE-pushed state, drag positioning, middle-click console, tool-card mirror console, per-mood locking, persisted appearance settings and per-day bucket statistics.
dsh-sonarqube
maxmilian/dsh-sonarqube
Read-only SonarQube Community Build tools: instance status, project Quality Gate for a branch or pull request, issue and Security Hotspot search, single hotspot detail, and coverage, duplication or caller-selected measures. Issue and hotspot results carry a normalized location with component key, file path, line and text range.
dsh-always-require-tools-approval
j0ss077/dsh-always-require-tools-approval
Requires one-shot user approval before configured tools (default bash, pwsh) execute — gated tools pause and ask, everything else delegates, and a missing approval channel fails closed.