Profile
Back to NewsBack
GitHub Trending 22 min
Reader Mode
Dominic789654/awesome-deepseek-harness: A curated list of plugins, skills, MCP servers, patch/profile layers, orchestrators & UIs for DeepSeek Harness (DSH). Visualization · PPT · Coding · Agents · Loops (auto-research) and more. #dsh

Dominic789654/awesome-deepseek-harness: A curated list of plugins, skills, MCP servers, patch/profile layers, orchestrators & UIs for DeepSeek Harness (DSH). Visualization · PPT · Coding · Agents · Loops (auto-research) and more. #dsh

14 hours ago

DeepSeek

Awesome DeepSeek Harness Awesome</a>

A curated list of plugins, skills, MCP servers, patch/profile layers, orchestrators, aggregators & UIs for DeepSeek Harness (DSH) — DeepSeek's official agent runtime built around the idea Model + Harness = Agent.

English | 简体中文

DeepSeek Harness ("DSH") is DeepSeek's agent runtime / harness layer — the "hands" that turn the model's reasoning into real actions (context management, tool-call orchestration, execution sandbox, feedback loop, session persistence). Its defining feature is an open plugin ecosystem: the community contributes plugins, skills, MCP servers, orchestrators, aggregators, and UIs.

This list collects the best of that ecosystem. Contributions welcome — see Contributing.

Tip for authors: DeepSeek asks plugin repositories to carry the #dsh GitHub topic so they can be discovered. Add it to your repo, then open a PR here.

!DeepSeek Harness ecosystem map

Quick Start

# Launch the DSH Web UI
npx @deepseek-ai/dsh web

Install a community plugin (from this list) into your profile

dsh plugin --profile web add "github:owner/repo#main"

Before installing, confirm the target repo carries the #dsh GitHub topic so the community hub can index it.

Contents


Official

  • Temoa/dsh-rules-paths — Claude Code-style paths: rule injection for DeepSeek Harness (DSH).
  • mycodesite/dsh-rules — DeepSeek Harness (dsh) plugin: global + project-level two-tier Markdown rule injection (RuleBase).
  • Ruszero01/dsh-tang-governance — Three Departments and Six Ministries governance mode plugin for DeepSeek Harness | dsh 三省六部模式插件.

Profiles & Patch Layers

_DSH's core composition mechanism: a profile stacks bundle patch layers, then your own cordis.patch.yml (profile-level, then $DSH_HOME-level, then --patch overlays) — letting you reshape the whole plugin tree without forking. This is the layer where task-specialized runtime configurations live: a long-horizon profile, a math-reasoning profile, a slides-editing profile are all just a different bundle stack + patch, not a different codebase. Tools and harnesses that operate at this layer (share/export a profile, or run DSH as a specialized backend under a task-specific patch) belong here rather than under generic plugins._

  • asdf17128/dshp — Manage DeepSeek Harness profiles: list, create, clone, diff, and share a whole dsh setup (plugin versions + bundle order + patch) as one portable file.
  • geohotstan/dsh-tabula-rasa-preset — Blank slate preset for DeepSeek Harness. Create your own adventure.
  • AMAP-ML/LongHorizon-Harness — Long-horizon computer-use harness with a DSH adapter: runs dsh --profile headless under an isolated DSH_HOME with role-scoped patches (workspace-write for executors, read-only for Manager/auditors) — a concrete example of a task-specialized DSH profile.
  • duyanta123/dsh-preset-scaffold — DSH agent preset: scaffold a standardized, runnable, verifiable project skeleton from scratch (architect persona + six template assets + a strict bootstrap flow).
  • light051001/dsh-preset-qa-mode — Ask-first DSH agent preset based on Standard: exhaustive structured clarifying questions (nine dimensions, max 5 rounds, interruptible) with a confirmation gate before any execution; plan-first for complex tasks.
  • Jungod1121/dsh-anchored-standard — Two-phase DSH preset: a minimal-aligned bootstrap (bash + read), then full Standard tools after the first tool call or reply.
  • lovstudio/dsh-llm-config — Reusable LLM configuration profile library exposed to browser consumers as a Remote (DeepSeek Harness plugin).
  • ZRui-C/dsh-minimal-first-turn — Installable Web bundle for a Minimal-compatible root-session first request, then restores the selected preset after the first tool call or reply; includes a persistent composer toggle.
  • songoao25/virtual-product-team — Product Team Mode — a DSH agent preset: boss-style conversation with a virtual product team (PM → Engineer → QA → Release) from idea to shipped product.
  • higekibaka/dsh-ciel — 夏尔 Ciel — a pre-planning advisor and convergent critic for DeepSeek Harness: a second, knowledge-rich model offering directions, prior art, pitfalls and verification checklists (ideas, never steps).
  • qwe225380/dsh-omni-router — Omni Router: an intelligent orchestration preset that routes tasks by complexity and thinking mode (spec/react/balanced), auto-collects project context, and adds Plan Mode, TDD, delivery-gate, Git workflow, and acceptance-checklist guidance. Supports dsh plugin add dsh-omni-router.
  • AythyaCrispus/dsh-minimal-msys2 — Windows Minimal Mode: persistent bash + str_replace_editor plugin — registers an agent preset, provides a working persistent-bash backend on Windows, and exposes a GUI-editable bash path in the plugin-settings section (persisted via the credentials domain).
  • CeilCelia/dsh-eli-mode — Eli Mode: an agent preset for DeepSeek Harness built around wiki-driven long-term memory and skills, on an extremely minimal Harness setup.
  • LiFenrir/dsh-scenario — Scenario-management plugin: bundle persona + model + permissions into named scenarios (dev / wiki / personal), one-click hot-switch from the settings page.
  • Saikel-Orado-Liu/dsh-coding-preset — Windows-adapted DSH coding-agent preset with persistent PowerShell 7 (pwsh) and str_replace_editor, mirroring the official minimal preset.
  • Scorp1o117/dsh-soul-md — Soul.md persona for DeepSeek Harness: a persona-card plugin (人设卡) that gives your agent a persistent character.
  • delightedMaster/dsh-anchored-standard-windows — Windows Anchored Standard agent preset for DeepSeek Harness with on-demand tools and Skills.
  • delightedMaster/dsh-subprocess-win32 — Windows subprocess Cordis runtime and Minimal/Anchored Standard presets for DeepSeek Harness.
  • brunhildzhou/dsh-all-warmup — Global frictionless warm-up layer plugin for DeepSeek Harness: the first turn of any session auto-warms up, full mode resumes from the second turn on.
  • jiatong-lab914/obsidian-knowledge-mode — DSH agent preset for a portable, AI-native knowledge system on Obsidian: anti-hoarding Layer 0, 80/20 distillation into Context/Claim, verifiable update loops, four read-only role agents, a source gate hook, and a zero-content starter template.
  • alllllllllli/Living-Dream-DSH — Complete DSH desktop config framework: 8+ MCP servers (computer-use, browser, memory, OCR, vision, history, markitdown, os-copilot), free model channels (AMD Radeon Cloud, DeepSeek v4-flash/v4-pro), mobile remote via Tailscale, vision patches (GLM-4V-Flash → Ollama fallback), and a one-click installer (PowerShell + offline 120 MB SFX). MIT.
  • JingMox/learner-preset — First-principles learning assistant preset for DeepSeek Harness: knowledge components with decaying mastery, an analogy lifecycle, and a prediction ledger.
  • hackerFish/awesome-dsh-presets — Tested DeepSeek Harness presets & rules: official-derived + original combos, every preset passes structure and package-existence validation (Chinese-first).
  • orziz/odai — Profile-wide DSH governance and routing bundle with a separately installable session-scoped Agent preset; compatible with DSH 0.1.0-rc.6 and 0.1.0-rc.7.
  • JohnXu22786/hooks-adapter — Hooks-config compatibility layer for dsh: reads hooks from .claude/settings.json, .codex/hooks.json, opencode.json and maps their lifecycle events to dsh extension points, running shell/webhook/oracle/proxy handlers.
  • Asher-2000/dsh-expert-mode — DSH expert-mode agent preset: a chief-coordinator persona plus 11 domain-expert subagents.
  • Socialist-Sister/dsh-survival-mode — DeepSeek Harness Survival Mode: a playful agent preset mixing Minecraft survival rules with real coding work.
  • baihejiangnan/dsh-plugin-pack-web — DeepSeek Harness plugin pack: one-click Profile/Web replication (DSH Plugin Pack).
  • hili986/dshpack — Export a dsh scenario into an installable, shareable, auditable pack, then install that pack as a standard dsh profile.
  • Kaalia0912/dsh-whale-musume-persona — Global whale-girl persona plugin for DeepSeek Harness.
  • keeshakulbida948-tech/dsh-plugin-fun — "阿蓝" (A-Lan) persona plugin for DeepSeek Harness: a warm, meme-literate whale-girl companion persona that knows when to send emoji stickers (happy / venting / food talk / cheering up), one per turn max, never for serious topics; pairs with dsh-plugin-sticker.
  • xingyingyuzhui/dsh-agent-identity — Claw identity files for DeepSeek Harness: bakes SOUL / AGENTS persona files into the prompt.
  • xingyingyuzhui/dsh-claw-suite — Claw Agent governance suite for DeepSeek Harness: persona, permissions, gates, delegation, and memory.
  • KannaKuron/dsh-ptc-cordis-preset — A creative mode built on top of PTC: DSH preset that composes Code Mode tool orchestration with self-referential Cordis tools and preset authoring guidance, materialized as the 'ptc-cordis' user preset.
  • Feiyang1997/dsh-preset-minimal-pwsh — DeepSeek Harness Windows minimal-mode agent preset: two tools (pwsh + str_replace_editor), built-in plugins only.
  • ztlovelsw/dsh-model-profile — Manually or automatically configure model thinking effort, context window, and max output tokens.
  • NIU-001-LIU/dsh-win-minimal — Windows minimal agent preset for DeepSeek Harness: one-line fixed persona, three tools, no runtime context. Installs via dsh plugin add.
  • Freakz2z/dsh-catgirl-plugin — A token-efficient persona runtime for DeepSeek Harness.
  • zhy201810576/dsh-zh-reasoning — Makes DeepSeek Harness's reasoning and final answers default to Simplified Chinese.
  • chaserchan/dsh-plugin-global-prompt — A global-prompt textarea in Settings > General, injected into every conversation system prompt.
  • peterwangze/dsh-reasoning-level — Unified default reasoning level (thinking effort) for all models: per-model defaults with capability probing, live call statistics, one-command install via dsh plugin.
  • zhangdong456/dsh-prompt-presets — Prompt Presets to manage your library.
  • SLAPaper/dsh-self-checking-profile — A drop-in dsh web profile that adds the Self Checking sandbox mode to DeepSeek Harness (dsh).
  • lynsucceed/dsh-openclaw-persona — Reuse OpenClaw persona files (SOUL/IDENTITY/USER/MEMORY/TOOLS.md) as the DSH agent persona, with a Web GUI editor — edit the .md files in the sidebar and the change takes effect on the next request.
  • XMoon/dsh-profile-settings — Per-profile settings overlay for DeepSeek Harness: global settings.yaml plus profiles//settings.patch.yml, transparently layered under ctx.settings.
  • muzyLink/dsh-subagent-profile — Subagent dispatch profile plugin for DeepSeek Harness: save named combos of preset/model/reasoning-effort/tool-scope for one-click dispatch, with built-in cost guardrails.
  • WSL043/dsh-reasoning-slider — Native, model-aware reasoning effort slider for DeepSeek Harness.
  • BaronCyrus/dsh-harness-ally — DeepSeek Harness Ally mode: freely combine DSH, Claude Code, Codex, and every configured model while preserving native agent lifecycle and real-time execution visibility.
  • GTC2080/dsh-APEX_Plugin — APEX experimental preset for DeepSeek Harness: Minimal anchoring, Pro-dominant mode, and a vision-enabled Flash Max bounded-collaboration flow with host-level web acceptance.
  • MengYuil/dsh-ponytail — Lazy senior dev mode for DeepSeek Harness — ponytail port (always-on minimal-code ruleset, /ponytail-review/audit/debt/gain/help).
  • sch246/dsh-warm-minimal — DSH warm-minimal mode: writes a high-quality first-turn trajectory (we/let's style) at session creation, with real input starting from the second turn; AGENTS.md and the skill catalog are injected naturally.
  • ninipa/oh-my-dsh-slim — Specialist subagent delegation preset for DeepSeek Harness — orchestrator + 5 roles (oracle/designer/fixer/explorer/librarian) with per-role models, effort, tool filters, scoped MCP and background-first delegation. Port of oh-my-opencode-slim.
  • Kian-Oraish/dsh-prompt-enchant — Prompt-enhancer magic wand: an adaptive prompt-enhancement plugin for the DSH Web composer input box.
  • blackteaYES/dsh-thinking-levels-settings — Per-model thinking-level settings page for custom DSH llm-pi-ai providers (official dsh client-plugin form).
  • TOBYCAI/dsh-patch-reasoning — Idempotent DSH model-tuning patch after upgrades: widens DeepSeek reasoning to 7 tiers and defaults workflow/ralph models to deepseek-v4-flash.
  • Starlight-bananice/dsh-zhushou — DSH sidebar assistant plugin: manage/select assistant personas from the sidebar and chat in-session under the selected persona; leaving none selected keeps the native session.
  • Anna-la/dsh-submodel-change — Lets you pick which model a subagent invokes for DeepSeek Harness.
  • drscrewdriver/dsh-thinking-levels — DeepSeek Harness (dsh) thinking-levels plugin: adjusts reasoning-effort strength.
  • lixiaoshuang79/dsh-helm — Multi-node control plane and MCP gateway for DSH ChatGPT Helm connectors: hub + node agents, authenticated WS JSON-RPC, compact session summaries, queue/steer routing, fail-closed routing.
  • fsrmqi/dsh-promptkit — Prompt building & enhancement toolkit for DeepSeek Harness: Studio + QuickEnhancer.
  • Motuo24/dsh-thinking-slider — Thinking-effort adjustment plugin for DSH that mimics the snap-to-gear reasoning slider of advanced Codex models (e.g. GPT5.6 Terra), unlocking Low/Medium/etc. gears.
  • 9527ccccccc/dsh-build-plan-mode — Build and read-only Plan modes for DeepSeek Harness sessions — a pure user-layer Cordis plugin, zero DSH core modification.
  • yongshuai0314/dsh-i-have-adhd — ADHD-friendly output shaping for DeepSeek Harness: one system-prompt section with adhd_on/adhd_off/adhd_status tools, persisted across restarts. Inspired by ayghri/i-have-adhd (MIT).
  • sakka6868/dsh-prompt-optimize-plugin — "Prompt optimize" button for the DeepSeek Harness composer: one click rewrites a vague prompt into something clear, specific, and actionable, IDE-smart-suggestion style.
  • svgop/dsh-rich-context — Agent instruction manager for DSH — edit and template the AGENTS.md files the harness actually reads (global + per-workspace).
  • niyongsheng/meww — Pixel-art AI desktop-pet plugin for DSH: a small group of Pokémon-style sprites living in the corner of your Agent UI, with chat and persistent per-pet memory.
  • hackernotfound/dsh-tacit — Learns what you leave unsaid in your prompts and steers the DeepSeek Harness agent for you.
  • chenmzh/dsh-codex-reasoning-router — DeepSeek Harness preset: Luna executes, tool-less Sol advises.
  • NOirBRight/dsh-llm-grok — Grok subscription OAuth provider and Web configuration plugin for DeepSeek Harness.
  • raktim-mondol/dsh-researchcraft — ResearchCraft as a DeepSeek Harness (DSH) profile plugin: research persona, scientific skills catalogue, living lab notebook, and specialist subagents.
  • WoyouWoyou/dsh-office-32k — DSH (DeepSeek Harness) office-document · 32K-mode Agent Preset: 32K context management + offline dependencies + Excel/Word/PPT skills.
  • runfali/dsh-prompt-injector — Per-turn context-injection plugin for DeepSeek Harness: manage an enabled-prompts list from a settings page, and inject each enabled prompt as a "context injection" reminder line into every turn's model context — makes discipline rules (e.g. graph-consumption / wiki-first / memory-recall) reliably take effect.
  • zhongjie10086/dsh-adaptive-native — Windows-native Adaptive preset for DeepSeek Harness.
  • masknull/dsh-session-prompt — DSH plugin: injects a custom prompt at the very top of every session's system prompt, live-editable from the Web settings page.
  • huanghai-lab/dsh-custom-instructions — DSH Web security custom-instructions manager: edit the global AGENTS.md with template support, Markdown preview, history restore, import/export, and concurrency protection.
  • cloga/dsh-github-copilot — First-class GitHub Copilot model integration for DeepSeek Harness, with model discovery, reasoning, vision, and hosted search.
  • ptonlix/dsh-forge — Building an auditable desktop distribution around DeepSeek Harness (DSH).
  • tianyuegithub/dsh-pactflow — DSH PactFlow (zero-pulse mode) external Profile Bundle.
  • zachshi-ai/newmind — Old-wisdom × new-intelligence lab: each classical school of thought solves one real AI problem. #1 zhizhi (知止) — a behavior-moderation layer for DeepSeek Harness inspired by the Tao Te Ching, aimed at agent reliability.
  • chr003/dsh-subagent-model-picker — Separate per-session model and reasoning effort controls for DeepSeek Harness subagents.
  • clearnature/dsh-math-proof — Mathematical-proof agent preset for DeepSeek Harness using the Agda kernel as the proof checker, with compute-then-verify workflows and a long-horizon ledger of construction methods, evidence levels and refuted claims.
  • ABccgh/dsh-smith — DeepSeek Harness agent preset for building harness agents and Cordis plugins: a composition-design thinking protocol, a four-layer memory discipline, and a standing team of four named experts.
  • PerryLink/dsh-autotier — Automatic strong/cheap model-tier routing for DeepSeek Harness: intent-gated tier landing on the agent/request waterfall, plan-mode handoff (strong plans, cheap implements), deterministic high-risk guards on tools/pre-execute, failure escalation with TTL fallback, a /tier command, and tier status tools.
  • Robin1987China/dsh-plugin-preset-default-guard — Repairs a stale agent-presets.default so New Session stops failing silently after a preset rename (DeepSeek Harness plugin).
  • jarvislee90s-dot/dsh-foxbell-pet — Foxbell: a draggable fox desktop pet in the DSH Web bottom-right corner, with multi-project status monitoring, completion voice alerts, and a show/hide toggle.

Harnesses & Runtimes

_DeepSeek-native or DeepSeek-first agent harnesses / coding agents, plus runtime-level infrastructure (diagnostics, ops, session management, approval policies)._

  • xingzhen199186/dsh-insight-tree — Runtime observability and plugin diagnostics panel for DeepSeek Harness, combining profile, package, loader, and session information with installed-plugin controls and a standalone diagnostic page.
  • YJLTF/dsh-thinktune — Ollama adapter for DeepSeek Harness with configurable reasoning-effort levels, four thinking-control strategies, and multimodal image input.
  • 782042369/dsh-model-compat-guard — DSH (DeepSeek Harness) compatibility guard plugin: fixes reasoning-model compaction truncation, doomed sandbox-escalation fail-close, and missing tool description for GPT/Qwen/third-party models.
  • kristol07/dsh-discussions-digest — A small, evidence-first DeepSeek Harness plugin for recent activity in the official GitHub Discussions.
  • MoriTang/dsh-plugins — A collection of my DeepSeek Harness plugins.
  • 502399493zjw-lgtm/dsh-codex-shared-pool — Community DeepSeek Harness bundle for Codex account-pool integration.
  • cloga/dsh-windows-ops — Verified Windows deployment locks, check-first installers, replay, recovery, and plugin governance for DeepSeek Harness.
  • hongbaiqi/dsh-model-account-login — Persistent DSH model-account authorization UI for ChatGPT, Claude, and other llm-pi-ai login flows.
  • lemoncat7/dsh-ssh — SSH sessions, SFTP, terminals, proxies and port forwarding for DeepSeek Harness.
  • tingao/dsh-peaktime-clock — Peak-time clock plugin for DeepSeek Harness (deepseek-harness, dsh-plugin).
  • chai1110/dsh-ssh-remote — Multi-machine remote workspace plugin for DeepSeek Harness: connect to several servers at once, with the agent viewing/editing/executing files directly on the remotes. Adapted from flymysql/dsh-remote (MIT) for 0.1.1-rc.2.
  • IceApriler/dsh-remote-mobile — Remote & mobile security gateway plugin for DeepSeek Harness (DSH): zero-modification safe exposure over LAN and Tailscale, QR-code auth, RSA encryption, and brute-force defense.
  • ma-harness/ma-harness.rs — A Rust reimplementation developed based on deepseek-harness.
  • songoao25/dsh-plugin-guardian — Safe uninstall with snapshot rollback for DeepSeek Harness plugins — clean residue, health check, no command line.
  • 173787247/dsh-wsl-kit — DeepSeek Harness WSL kit (EN/ZH): docs + install.sh + cordis.patch for Windows browser + WSL agent plugins.
  • Mortal520/dsh-provider-pro — Model provider plugin for DeepSeek Harness (dsh-plugin).
  • menotbobbybrown/create-dsh-app — 1-Line AI Agent Scaffolding Generator for DeepSeek Harness (dsh): npx create-dsh-app my-agent scaffolds a production-ready agent pre-wired with MCP tools, long-term memory, and web browsing.
  • furinko/DSHOME — DSHOME — personal desktop client built on DeepSeek Harness (monorepo: dshome / dshome-theme / dshome-palette).
  • kalifun/helmsman — Task-based AI workbench for indie developers built on DeepSeek Harness: tasks-as-sessions, comment-as-control, and a project knowledge base that persists across tasks.
  • Palkaro/dsh-local-ai — Manage Ollama models and route AI requests locally with automatic cloud fallback via DeepSeek Harness.
  • Luck9Star/dsh-gateway-provider — Generic LLM gateway provider plugin for DeepSeek Harness: newapi / LiteLLM / Higress / any OpenAI-compatible gateway, multi-protocol (OpenAI/Anthropic/Gemini) via the pi-ai SDK, with models.dev enrichment.
  • Airmetro/dsh-update-checker — Update management for DeepSeek Harness and its plugins: dual-source npm/GitHub semver checks, locale banner, one-click updates with backup/rollback, and watchdog restart.
  • Liu-Bot24/dsh-tunnel-client — Cross-platform desktop client for launching local DSH and securely accessing remote DSH through system OpenSSH tunnels.
  • magicOF2/dsh-schedule — Scheduled-task bundle plugin for DeepSeek Harness.
  • soarGuo/dsh-auto-vision — Bridges images into text for non-vision DeepSeek Harness models — your message stays untouched, zero manual setup.
  • d4551/cloudflare-dsh — Cloudflare tools, an AI Gateway model provider, and MCP passthrough for DeepSeek Harness.
  • d4551/deepseek-harness — DeepSeek Harness TS7 & Bun native port.
  • dangpangch/dsh-acp — DeepSeek Harness Cordis plugin (dsh, dsh-plugin).
  • grloper/dsh-claude-oauth — Claude Pro/Max OAuth model provider for DeepSeek Harness with Google/Gmail login in Settings, auto-token refresh, live model discovery, and real-time quota tracking.
  • WSK-build/DSHBox — Run DeepSeek Harness locally on Android. One APK with Debian, Node.js, DSH, and WebView — no root or Termux required.
  • Shyboy0499/DeepSeek-Obsidian — DeepSeek-first terminal harness for your Obsidian vault: semantic search, note graph, tag/link management, and permission-gated note editing in a Textual TUI.
  • SuperMate-Ai/SuperMate-Harness-System — Give DeepSeek Eyes: a DeepSeek Harness (DSH) Skill that wires in local vision models or vision APIs so DeepSeek can read images and graphic files.
  • AnkoCD/dsh-server-deployment — DeepSeek Harness multi-user server deployment: login portal, per-user isolated instances with OS-level isolation, independent API keys, and a delivery-file drawer; file access runs through a privilege-dropping sudo helper (fixes issue #1 TOCTOU). Not a local tool.
  • CDeZT/better-basicfun — Native DSH default workspace with complete paged read-only access to plugins, skills, memory, sessions, storage, settings, credentials, and DSH_HOME files.
  • gehennawu/dsh-nas — A DSH (DeepSeek Harness) deployment template for Linux NAS boxes: runs dsh, Authelia, and Caddy in three containers, with password + two-factor authentication.
  • BaiLiang-233/dsh-off-peak-schedule-widget — Off-peak scheduling plugin for DeepSeek Harness: queues input during peak-price windows into a dormant zone and dispatches it to the target conversation once off-peak pricing kicks in.
  • dat-lequoc/dsh-kiro — Kiro provider for DeepSeek Harness with Builder ID login, live model discovery, and reasoning effort controls.
  • wjun19/dsh-trae-connect — Trae subscription model provider for DeepSeek Harness: web OAuth login, custom SSE translation, model allowlist, and a credits dashboard.
  • Cerbur/clutch-dsh — Open-source DSH plugin bundle for DeepSeek Harness, including clutch-dsh-worktree.
  • DobyChao/dsh-workspace-enhancement — DeepSeek Harness plugin: local and remote (SSH) workspaces in one place. Remote execution uses a single SSH connection (multi-hop jumps allowed); bash, files, PTY, and LSP share that link.
  • drscrewdriver/dsh-llm-openai-completions — OpenAI-completions-style LLM provider plugin for DeepSeek Harness.
  • tmy2623231/USB-Harness — Portable DeepSeek Harness variant on a plug-and-play USB drive: install-free LLM Web UI, offline-capable, tuned for China networks, OpenAI-compatible gateway support (Ollama / Alibaba Bailian / OpenRouter), ready to run on Windows / Linux / macOS.
  • wf-ping/dsh-message-injector — DeepSeek Harness plugin: preset message-injection content combos, auto-injected into every message.
  • xiaozuishuai-eng/prompt_optimize_dsh — DeepSeek Harness (DSH) prompt-optimizer plugin: turn a casual, spoken-language request into a structured, high-quality prompt, auto-filled into the composer. Reuses DSH's built-in model routing, zero API-key management.
  • everettjf/dsh-ios — DSH — DeepSeek Harness on iPad & iPhone.
  • limlnx523/dsh-plus-plus — DSH++ — a local-first lifecycle & provider manager for DeepSeek Harness (dsh).
  • Lunatic029/dsh-clash-proxy — Route DeepSeek Harness's outbound network through Clash — LLM, web search/fetch and shell commands all use your local Clash proxy.
  • ErEbusE/dsh-termux — Run DeepSeek Harness (dsh) on Termux (Android).
  • TOBYCAI/dsh-setup-manager — DSH (DeepSeek Harness) runtime/desktop-shell upgrade toolkit — pins runtime as authority, upgrades the shell safely, and fixes the WorkBuddy safe-delete guard blocking pnpm plugin updates. Platforms: macOS (full) / Linux (core).
  • VictorTomaili/agent-cli — Manage AGENTS.md across all your AI coding agents (including DeepSeek Harness's ~/.dsh/AGENTS.md) — one canonical source in ~/.agents, mirrored everywhere, with sub-agent dispatch (agent-cli run) and fallback chains.
  • wwkk214222208/StageCraft — Self-hosted, plugin-based multi-character roleplay runtime with a web creator workbench (a friendlier alternative to SillyTavern). Runs standalone, as a DSH plugin (via a dsh-rp Cordis adapter shell), or as an Android APK; uses DSH to assist script/scene editing.
  • cheney-plus/happy-friday-lite — Personal all-in-one agent desktop app combining notes, schedule, agent, and chat.
  • gehennawu/dsh-service — Self-hosted operations plugin for DSH Web: safe restart/recovery, health diagnostics, model usage/error stats, backups, and Linux permission repair.
  • bright-y/dsh-restart — One-click restart button for DeepSeek Harness (DSH Desktop).
  • kanneiren/dsh-network-settings — DeepSeek Harness network diagnostics, proxy detection and repair for Windows/WSL/macOS.
  • wizzy-yang/dsh-updater — DSH auto-update plugin — detects official deepseek-ai/deepseek-harness releases, one-click npm upgrade + auto restart from the sidebar.
  • WTStarMark/DSH-QAQ — Startup disaster-recovery guard for DeepSeek Harness (DSH), paired with the dsh-qaq backup plugin: headless Chrome reads the real browser DOM, detects host crashes and Web UI red-screens, auto-rolls back to the last-good config and safely restarts, with anti-loop protection. Full-screen TUI covering startup, logs, plugin management, and hot-update monitoring — zero-intrusion, one-command deploy.
  • summer-521/deepseek-harness-desktop — Unofficial desktop wrapper for DeepSeek Harness: local-first, sandbox-isolated, with built-in dsh version management and plugin management, auto-update, and desktop task-completion notifications (macOS).
  • awol2005ex3/dsh-role-manager — Role-management plugin for DeepSeek Harness (dsh): preset a system prompt per "role" and switch the active role from the Web UI so the model starts each chat with a different identity/persona.
  • dphmoblie/dsh-error-tell — A plugin that tries to detect other plugins likely to crash the DSH web startup and disable them.
  • chenkai2/dsh-daemon — Registers the DeepSeek Harness web server (dsh web) as an auto-start, self-healing background service (LaunchAgent / systemd / cron + watchdog).
  • hust-open-atom-club/oh-dsh — A DSH runtime with three development experiences: Desktop, Web, and TUI.
  • huiliyi37/oh-my-tianshu — A full-featured open-source coding agent distribution built on top of the dsh harness, adding vision, cross-session memory, verification gates, agent routing, semantic + graph code search, file rollback, and a full-screen terminal UI — all composed as plugins. A friendly MIT fork of DeepSeek Harness (dsh) that keeps the upstream everything-is-a-plugin architecture, with a UI/UX modeled on oh-my-pi.
  • jhuanxx44/dsh-sseye — The LLM debug console inside DeepSeek Harness: captures every model call, semantic diff, Replay & Mutate.
  • frank6com/obsidian-harness-like — An Obsidian desktop implementation inspired by DeepSeek Harness: run a Cordis plugin system and an AI agent inside the Obsidian desktop app. The agent reads/writes your notes through approvals; you (or the agent) can create Cordis plugins in conversation to extend commands, tools & panels.
  • DeepTrial/dsh-bash-rtk — DeepSeek Harness bash executor plugin that routes eligible commands through rtk (Rust Token Killer) to compress tool output and save tokens.
  • leonardoxr/dsh-harness-updater — Claude Code / Codex CLI update detection, prompting, and one-click channel updates for DeepSeek Harness.
  • EasyTZ/dsh-terminal-panel — Terminal panel plugin for DeepSeek Harness (dsh) — run commands in the current workspace with streaming output.
  • fuzz1og/dsh-model-capabilities — DSH web plugin: per-model thinking-intensity tiers, modalities and gateway compat switches for custom llm-pi-ai providers, edited inside the official Models settings card.
  • GooDAnDReaDY/dsh-clinebot — DeepSeek Harness companion for ClineBot / ClinePass: dedicated settings page, live quota dashboard, in-UI key saving, curated & custom models, /cline command.
  • GooDAnDReaDY/dsh-subscriptions — OAuth subscription LLM providers for DeepSeek Harness (Codex, Claude, Grok, Antigravity).
  • Olympianz/dsh-desktop-packager — Package a built DeepSeek Harness checkout into a distributable macOS desktop app (.app + .dmg) with a standalone Node runtime and an Electron shell, customized through a Web Settings section (logo/VI theme, bundled plugins, bundled models, users & permissions).
  • Saidoua/dsh-rs — In-process grep and glob for the DeepSeek Harness search tools, on ripgrep's library crates — a napi-rs addon, measured in the harness against the packaged ripgrep spawn.
  • SKzrui/DSH-CLI — Lightweight CLI for DeepSeek Harness: streaming output, tool calling, per-dir session recovery, flexible key/model config; start with one command.
  • UllrAI/dsh-mqtt — MQTT protocol driver and agent worker gateway for DSH.
  • YaoaY/dsh-gpt-compat — Fail-closed GPT/Codex sandbox escalation compatibility for DeepSeek Harness.
  • IslandManSwevo/deepseek-harness-tailscale — Run your DeepSeek Harness (dsh) web UI securely from any device over Tailscale - zero-config launcher, WebSocket-safe reverse proxy, built-in file viewer.
  • modred522/dsh-manager — Windows desktop manager for DeepSeek Harness (dsh): tray-resident, one-click start/stop/update, plugin marketplace and smart analytics, token usage stats.
  • Alvinpro/DSH-Launcher — A single-file Windows launcher for the dsh (DeepSeek Harness) web UI. Double-click to start; close the browser and the whole process tree is torn down — no terminal to babysit, no leftover node processes holding the port, no console flash.
  • orrinzeng/dsh-cursor-subscription — Log directly into your Cursor account within DeepSeek Harness and use your Cursor subscription — no API Key required, and no dependency on Cursor IDE or Cursor CLI.
  • zhangxiubo/dsh-llm-chatgpt-oauth — ChatGPT Plus/Pro OAuth model provider for DeepSeek Harness using pi-ai openai-codex.
  • chiyulogg-commits/deepseek-harness-zh-tw — Traditional Chinese (Taiwan) locale edition of DeepSeek Harness: adds a third UI language option with Taiwan terminology across all 25 web UI packages.
  • eya46/dsh-plugins — Personal plugin collection for dsh projects.
  • PlusQi/dsh-plugins — Personal DeepSeek Harness (DSH) plugin collection.
  • bozhang1214/dsh-ai-brief — DeepSeek Harness plugin tagged dsh / dsh-plugin / dsh-plugins (upstream provides no further description).
  • LuckVd/dsh-btw — DeepSeek Harness client plugin tagged deepseek-harness / dsh-client / dsh-plugin (upstream provides no further description).
  • a792883583/dsh-cron-panel — DSH web GUI scheduled-tasks panel: sidebar management of DSH and system (crontab) tasks with natural-language creation and execution logs.
  • birat-chapagain/dsh-codex-oauth — DeepSeek Harness plugin: use your OpenAI Codex (ChatGPT Plus/Pro) subscription through OAuth.
  • Zeishuai-s-Project/ZeishuaiDeepSeekHarness — Personal derivative build of DeepSeek Harness geared toward C#, C/C++, Python, and TypeScript development.
  • shawnyhu/DSH-Launcher — Windows tray launcher, installer, and version manager for DeepSeek Harness.
  • Zeno2019/dsh-flightdeck — Electron desktop launcher for DeepSeek Harness, bundling a pinned DSH runtime and curated plugins for Windows and macOS.
  • dsh-ssh/dsh-ssh — SSH remote workspaces for DeepSeek Harness — run bash, file, and search tools on any remote machine.
  • thinkmoon/dsh-gateway — DSH plugin: authenticated reverse proxy that turns remote access into plain local traffic (Host rewritten, Origin stripped) — password-gated, WebSocket-tunneled, zero runtime deps.
  • a554878526/dsh-debug-mode — Runtime-first Debug Mode plugin for DeepSeek Harness.
  • striveh/dsh-llm-call-inspector — Local request and response inspector for session-associated DeepSeek Harness LLM calls.
  • StefanIsMe/dsh-updater-plugin — Agnostic draft-preserving self-update system for DeepSeek Harness.
  • JohnXu22786/rss-digest — RSS/Atom digest plugin for DeepSeek Harness (dsh bundle): subscribe, fetch on schedule, dedupe, LLM summaries, daily Markdown briefings.
  • myflx/hundun-dsh — Personal DSH plugin/skill toolkit (dsh-plugin, dsh-plugins).
  • nmbzth/dsh_update_check — dsh_update_check is a dsh plugin that automatically checks for diffs against the official upstream dsharness repo and prompts for updates.
  • onewilk/dsh-updater — DeepSeek Harness update-check plugin: NEW badge alerts + About tab + GitHub acceleration switch.
  • piggy00544/dsh-upgrade-kit — DSH upgrade kit bundling cost tracking (dsh-cost), file preview, research-mcp, and vision-bridge; installs all four with one command.
  • polaris-smart/dsh-devices — Turn your devices into a fleet — a dph plugin for decentralized multi-device collaboration: mDNS discovery, key pairing, SSH direct exec. Tools auto-register for dph agents.
  • fancr-code/dsh-tray-launcher — Windows desktop tray launcher for DeepSeek Harness: run dsh web windowless, shortcut + system tray (open UI / logs / quit-all), one-click install.
  • hibays/dshl — Minimal desktop shell for DeepSeek Harness: single EXE, <=4MB, launch-and-go; auto-reuses or self-installs/updates local dsh, fully configurable startup; UI layer is destroyed on tray-minimize to keep memory tiny while dsh keeps running as a background service, ready to be recalled anytime.
  • IoveCelestina/dsh-lifeboat — Out-of-process safe boot, failure isolation, and recovery UI for DeepSeek Harness profiles.
  • KYinCode/dsh-hooks-plugin — Claude Code-style DSH hooks: run shell commands on agent/tool lifecycle events via .dsh/hooks.json.
  • liuwenji007/dsh-muyu — deepseek-harness, dsh, dsh-plugin (upstream description limited to topic tags).
  • NelsonLongxiang/dsh-prompt-templates — dsh-prompt-templates (no further description provided upstream).
  • hxs996-beep/deepAct — Terminal AI coding agent built for DeepSeek that guards every action: ambiguity check, design review, scope control, team mode, parallel sub-agents, and MCP support.
  • LaplaceYoung/oh-my-dsh — Large plugin collection (700+) for DSH that registers only through extension seams, without modifying the agent-loop core. ⭐24
  • omdsh-dev/fabric — Minecraft-Fabric-style hook processor for DSH.
  • omdsh-dev/dsh-session-health — Read-only, zero-dependency session health check: frame-level scanning of multi-frame zstd session files to detect torn/corrupted/empty sessions; registers a session_health tool.
  • omdsh-dev/dsh-security-audit — Local security audit plugin: read-only, redacted risk report covering config, plugin sources, sessions, and network exposure.
  • lanbaolu/dsh-fail-soft — Automatic plugin-failure isolation for DeepSeek Harness: a bad plugin gets quarantined while the rest of the bundle assembles and starts normally, with a management/recovery UI and self-healing kernel patch.
  • LvDAO/dsh-exec-extension — An exec extension for the headless dsh runner allowing more flags, etc.
  • ningmengxr/dsh-task-control — DeepSeek Harness plugin: one-click emergency stop for stuck pip/GitHub downloads, download-progress detection, stall detection, and invisible append conditions.
  • wangxing-git/dsh-tool-workspace — DeepSeek Harness workspace-management toolset: view, register, rename, and delete workspace records (registry-only, never touches on-disk directories); destructive operations (unregister, change registered path) go through user approval, fail-closed.
  • Zhenyu98/dsh-context-doctor — Context-injection audit: measures the token cost of the AGENTS.md instruction chain, skill catalog, and tool schemas, and detects duplication and conflicts; Web UI ring panel plus a context_audit tool.
  • coppynight/dsh-doctor — flutter-doctor-style diagnostics and repair covering install-level and in-harness checks, with safe auto-fixes; repository-plugin format.
  • lhh010/dsh-bash-encoding — Auto-detects bash output encoding (UTF-16LE
... (README truncated for length)
Chat with me