awesome-deepseek-harnessDeepSeek Harness plugin

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

Stars
219
Forks
142
License
NOASSERTION
Last commit
Sep 3, 2026

Overview

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

Original README

Cached from the project repository on Sep 3, 2026. This is source content, separate from the Agents.md review above.

View source

DeepSeek

Awesome DeepSeek Harness Awesome

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

bash
# 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

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.

  • 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).

  • jilian-dsh/dsh-rule-engine — DSH rule-engine v3: treats ~/.dsh/AGENTS.md as the single source of truth, auto-parses rule elements and enforcement levels, and enforces user rules via tool guards + text detection + timing checks + an audit ledger — rules stay dynamic, no plugin rewrite needed when they change.

  • 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).

Harnesses & Runtimes

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

  • 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.

  • 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.

  • 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/UTF-8/GBK, etc.) and decodes it correctly, fixing garbled non-ASCII output on WSL/Windows.

  • vlln/plugin-registry — Ecosystem infrastructure: a thin browser console for managing repository plugins (zero patches) plus a make-dsh-plugin skill guiding plugin development. ⭐13

  • Andy8647/dsh-auto-approval — Automated tool-call approval: an auto tier that classifies every tool call as allow/deny via rules plus an LLM classifier, with a status chip beside the composer.

  • zzh-newlearner/dsh-postmortem — Local-first failure postmortems for DeepSeek Harness sessions.

  • vibeinging/dsh-trace — Telemetry backend that exports turns, model steps, and tool calls to yiTrace over HTTP.

  • omdsh-dev/dsh-hub — Community extension catalog and profile-generation manager, adding transactional installation, recovery, catalog browsing, and a settings UI on top of official contracts.

  • fakechris/dsh-harness-ops — Ops toolbox: A/B dual-slot snapshot upgrades with atomic switch and one-click rollback, a watchdog that auto-restarts web/agent, and a self-rescue doctor command.

  • omdsh-dev/session-teleport — Multi-device session handoff with PostgreSQL as the single online authority; only one device holds write credentials at a time.

  • Tieboyh/dsh-session-search — Index-free cross-agent session search for DeepSeek Harness.

  • 21hbguo/dsh-thinking-counter — Thinking-phrase detection and statistics for DeepSeek Harness: full-session reasoning-phrase hit counts, grouping, and a "smartness" score.

  • KYinCode/dsh-hot-installer — Hot plugin manager for DeepSeek Harness (dsh): install once, restart once, then install/remove/upgrade plugins take effect instantly without further restarts.

  • lzx-Bill/dsh-plugins — Open-source community plugins for DeepSeek Harness, built with TypeScript and Cordis.

  • openrect/dsh-community-installer — Unofficial community installer for @deepseek-ai/dsh on Windows.

  • chenyinrusi/dsh-updater — One-command external updater/repair tool for DeepSeek Harness on Windows: git fetch, merge upstream, pnpm install, build and typecheck; pip-installable, auto-elevates, works around the pnpm symlink EPERM crash.

  • dongsheng123132/u-dsh-deepseek-harness-portable — U-DSH Portable: DeepSeek Harness USB portable edition for Windows with a Xiapan Cloud device wallet.

  • huiruo/robbot — Personal AI platform powered by DeepSeek Harness.

  • Yukari316/dsh-toolcall-compat — Fixes tool-call JSON-schema parsing errors that cause repeated bad tool calls when using custom-provider models in DSH, plus a long-wait toolcall skip feature.

  • Prism-Shadow/penguin-harness — 🐧 Harness for RSI tuned for open models like DeepSeek: a deliberately minimal toolset over clean low-level interfaces, fewer tool calls and tokens; carries the deepseek-harness GitHub topic.

  • snow-The/dsh-ark-plan — Correctly activate DeepSeek V4 Flash on the Volcano Ark plan API for DeepSeek Harness: default config injection (reasoningEfforts + effort=max) plus an ark_plan_doctor self-check.

  • CH4ACKO3/the-binding-of-dsh — Bidirectional DSH Connection and Typert Gateway integration.

  • Howe829/dsh-runtime — Runtime observability and relationship graph for DeepSeek Harness and Cordis.

  • LAN-TINA-WS/dsh-windows-shell-policy — DeepSeek Harness Windows default shell policy: probes git-bash/MSYS2, a settings-panel one-click bash/pwsh switch, dynamic bash-tool registration, and trimmed prompt tool surface — a DSH composite plugin.

  • Frog755/dsh-client-auto-retry — DSH client plugin: auto-sends 「继续」 when a turn is interrupted/errored/overlong. No model/provider switching. Ships with a settings card.

  • sanshanya/better-model-provider — Per-model capability declaration for DeepSeek Harness: reasoning-effort levels (wire spellings) + request modalities (vision) for OpenAI-compatible providers. Settings section, zero runtime harness deps, no YAML.

  • SouleyMoni1/dsh-experience-plugin — DSH plugin: per-model reasoning levels for custom API models, with family presets and an official-settings-page editor.

  • NOirBRight/dsh-llm-codex — ChatGPT Codex login, sortable catalog, and Fast models for DeepSeek Harness.

  • pawaca/dsh-edge — Run DeepSeek Harness on Cloudflare Workers.

  • sunny0826/dsh-plugin-herdr — Herdr control-plane plugin for DeepSeek Harness (DSH): observe and drive Herdr — a terminal workspace manager for AI coding agents — from DSH sessions.

  • shiyi-0x7f/dsh-tool-sysinfo — Read-only system_info tool plugin for DeepSeek Harness agents (OS/CPU/memory/network snapshot).

  • edusrez/dsh-smart-restart — Wakes the main agent after a DeepSeek Harness (DSH) restart so interrupted work resumes without the user prompting.

  • Moonweave-AI/cantilune — A proposed general-purpose language and control substrate for agent orchestration, coordinating agents, tools, people, services, permissions, sessions, and scarce resources in one inspectable model; carries the cordis/dsh GitHub topics.

  • ilharp/dsh-tool-approval — Manual approval for tool calls (a "manual mode" / "ask mode" for DSH).

  • blissito/ghostycode — DeepSeek V4 terminal coding agent and constitutional harness (Rust TUI with MCP and sub-agents).

  • bobleer/deepseek-harness-rust — Rust implementation of DeepSeek Harness: layered crates for session log, turn/step loop, and DeepSeek SSE adapter.

  • didclawapp-ai/zagens — Open-source agent harness for DeepSeek V4. ⭐13

  • liubf21/ds-forge — Lightweight agent harness for DeepSeek V4.

  • Owen718/FlashCoder — Simple harness for DeepSeek models.

  • ArtificialNotImbecile/dsh-context-taxonomy — Logical-call context taxonomy plugin for DeepSeek Harness.

  • BaronCyrus/dsh-kimi-subscription — Use a Kimi Code subscription in DeepSeek Harness with OAuth, quota display, and composer usage.

  • d86e/dsh-doctor — dsh-doctor: self-healing watchdog for the DeepSeek Harness web profile. Recovers from plugin-induced boot failures within 60s, runs an unbounded CLI doctor, captures every tool error, and watches all live sessions for stuck turns.

  • QinpanWan/dsh-harmonyos-pc — Get DeepSeek Harness (dsh) fully running on HarmonyOS: cache-optimized agent presets, launch patches, and tooling.

  • Drifter-yh/dsh-tool-policy — Declarative deny-by-default tool policy plugin.

  • LingLambda/dsh-undo — Context undo/redo: roll the model context back to the last completed step and restore it again.

  • omdsh-dev/omdsh — Community experiment for organizing versioned DSH component sets and defaults in a reviewable, reproducible form.

  • omdsh-dev/omdsh-runtime — Headless execution layer reusing official Profile/Bundle/Cordis operations, adding deterministic plan/apply, candidate generations, and previous-generation recovery.

  • wangshunnn/oh-my-dsh — A collection of DeepSeek Harness plugins.

  • yjh051108/dsh-super-injector — BepInEx-style mod injector: hot-injects local plugin packages into a running DSH web instance without patches or restarts.

  • yoke233/dsh-openai-codex-auth — OpenAI Codex OAuth login and usage card plugin.

  • YYTbit/dsh-plugin-claude-bridge — Bridges Claude Code memory, skills, and config into DeepSeek Harness.

  • Gordonynh/dsh-plugin-codex-import — Imports Codex conversation history into DSH.

  • Hu9956/dsh-codex-provider — Codex provider plugin with OAuth login support.

  • WSL043/dsh-codex-subscription — Caches Codex subscription/usage state for DSH.

  • kinoward/dsh-plugin-subhub — Use third-party subscription accounts in DeepSeek Harness: chat, image understanding, image generation, and image editing with the models your subscription covers, with available models and reasoning levels synced from your account; currently supports OpenAI/ChatGPT subscriptions, more providers planned.

  • PerryLink/dsh-output-styles — Switch between different assistant output styles.

  • Toukaiteio/dsh-effort-tweak — Adjusts model reasoning effort on the fly.

  • csiroqa/dsh-backup-sync — Snapshot backup and WebDAV sync for DSH workspaces.

  • csiroqa/dsh-schedule — Cron-style scheduled tasks with status monitoring.

  • Karuisawa-Mrs/dsh-plugins — Community plugin collection for DSH.

  • BlockRunAI/dsh-clawrouter — A second brain for your DeepSeek Harness agent — strong-model review before risky tool calls, plus 70 models from one wallet.

  • gordonlu/dsh-context-lens — Request Context Profiler for DeepSeek Harness — see what changed between model requests, and how cache reuse changed with it.

  • green-dalii/dsh-shift-router — Two-tier model router for DeepSeek Harness — LLM-Judge routing, multi-model fallback chains, exponential-backoff failover, and task-level orchestration.

  • KeepLost/harniverse — General pluggable coding-agent harness built on DeepSeek Harness, tuned to the author's personal workflow.

  • MonshinYu/dsh-bun-compat-patch — Node-API compatibility layer for running DeepSeek Harness on Bun 1.3.14.

  • rugose-learnedprofession58/pi-dsh — Crash-consistent coding-agent runtime manager: durable session history, causal undo/redo, session replay, and approval-gated self-extension.

  • MayBeTheWorld/dsh-inherit — Imports MCP servers and Skills from Claude Code / Cursor / Codex / cc-switch into DeepSeek Harness (Settings → General → import agent settings).

  • unStone/dsh-xray-plugin — Ask what a DeepSeek Harness plugin can actually do, from inside your agent; companion to dsh-xray.

  • morlay/session-persistence-rdb — Relational-database persistence layer for DSH sessions.

  • rainforest888/dsh-plugins-raincode — Model layer for DeepSeek Harness: model pool/cache/retry plus a /skills browser.

  • weijiafu14/dsh-remote-sandbox — Crash-resilient remote execution world for DeepSeek Harness: ctx.fs/ctx.subprocess over an E2B sandbox with heartbeat keep-alive, transparent recovery, and workspace sync.

  • 030611/dsh-telemetry-redactor — Fail-closed export-copy redaction for DeepSeek Harness session telemetry.

  • cnyac/dsh-polling — Polling/scheduled-task plugin: cron scheduled tasks as real sessions, natural-language creation, model tools (polling_*), and a Web UI.

  • cpj-dev/dsh-plugin-cc — Bridges DeepSeek Harness into Claude Code for review, critique, delegation, and session import.

  • khiqwq/dsh-system-proxy — Host plugin for smart outbound HTTP(S) routing: named proxies (http/https/socks4/4a/5/5h), per-host/provider/plugin rules, direct-first fallback with health memory.

  • lire1131/dsh-undo — Snapshot & rollback for plugin/skin/settings configs: auto-save on change, undo/redo stack, snapshot manager panel, keyboard shortcuts, plus an offline PowerShell CLI & GUI that work even when DSH won't boot.

  • omdsh-dev/dsh-scout — Read-only environment-probe plugin for DeepSeek Harness: reports runtime environment, software versions, system resources, ports, services, hardware, and workspace info.

  • sleepinginsummer/dsh-rtk-optimizer — RTK optimizer plugin for DeepSeek Harness.

  • weijiafu14/pi2dsh — Bridges the Pi and DeepSeek Harness ecosystems: one Pi Host ABI runs unmodified Pi extensions as native DSH plugins.

  • wenliang9527/dsh-workspace — Workspace plugin for DeepSeek Harness.

  • biedongbin/dsh-claude-compat — DSH plugin that bridges Claude Code's .claude/ directory (skills, commands, rules) into DeepSeek Harness natively.

  • revive/dsh-git-credentials — Keeps GitLab and GitHub API tokens out of the model context — encrypted at rest (AES-256-GCM), tools on demand, web settings panel.

  • SnowAmberX/dsh-role-router — Role-based model routing plugin for DeepSeek Harness: planner/subagent roles plus a settings card and composer summary.

  • omdsh-dev/dsh-coding — DeepSeek Harness coding plugin (no description provided upstream).

  • byhongyu/oh-my-dsh — Curated Coding, Research, and Investing agent setups for DeepSeek Harness.

  • Bernardxu123/dsh-plugins — DeepSeek Harness (dsh) plugin bundle: dsh-sensenova-image for image generation plus dsh-vision for image understanding, install by cloning.

  • cnzgray/dsh-plugins — A DeepSeek Harness plugin collection.

  • linqunxun/dsh-plugins — DeepSeek Harness (DSH) client UI plugins collection.

  • MaimoryLab/dib — DSH-in-Box: a DSH runtime and plugin packager.

  • NIyueeE/dsh-container — DeepSeek Harness (dsh) container image: universal dev-container base, dsh auto-update on boot, compose + Quadlet examples.

  • wefio/dsh-plugin-audit — A DSH plugin audit tool.

  • Whning0513/deepseek-protocol-doctor — Offline DeepSeek protocol diagnostics and an installable DSH plugin for tool loops, reasoning_content, strict schemas, and SSE.

  • woshi-Tom/dsh-status-plugin — DSH status plugin for conveniently checking host machine runtime status, easing troubleshooting during failures.

  • wxxb789/dsh-legion — Configurable multi-model subagent profiles for DeepSeek Harness.

  • ZhengQingJing/dsh-session-tree — Git-like immutable session branching for DeepSeek Harness.

  • devmom/dsh-trajectory-debug — A DeepSeek Harness trajectory-debugging plugin.

  • mafeis/dsh-net-proxy — A network proxy plugin for DeepSeek Harness.

  • PandaColour/dsh-cmd-starter — Provides a command-line launcher for deepseek-harness, adding Claude-style flags like --append-prompt and --resume.

  • jiangrz77/DSHLauncher — A launcher for DeepSeek Harness.

  • AndPuQing/dsh-pi — A DeepSeek Harness plugin (dsh-pi).

  • gyyxs88/dsh-subagent-codex — A DeepSeek Harness plugin bridging Codex as a subagent.

  • bujue600-arch/dsh-testgen — Automated unit-test generation for DeepSeek Harness: a /testgen command plus a generate_tools tool that scaffold, run, and fix unit tests until they pass.

  • yoke233/dsh-prime-agent — Prime Agent-inspired persistent RLM control plane for DeepSeek Harness Code Mode.

  • 4060415/Deepseek-harness-routing-layer- — Smart model auto-routing plugin for DeepSeek Harness: automatically selects the best-fit model for each task.

  • 1na-ko/dsh-hdc-bridge — DSH-native HarmonyOS dev assistant: hdc device debug loop, bundled offline official knowledge (Tier-1), and a DevEco CLI build channel.

  • StyxNether/dsh-auto-approval-plugin — Trusted Auto: a middle permission tier between workspace-write and danger-full-access, auto-approving harmless commands and trusted-area targets.

  • phelpsyacht/dshmath-manim — Manim math-animation plugin for DeepSeek Harness.

  • SoMarkAI/dsh-tool-somark — SoMark document parser tool (somark_parse) plugin for DeepSeek Harness.

  • niuniu-869/dsh-plugin-cas-kb — DeepSeek Harness bundle: article-level Chinese accounting standards (CAS/ASSE) and tax-law lookup, plus a skill that keeps citations anchored to source articles.

  • LeslieWylie/dsh-ops-kit — A reusable DeepSeek Harness bundle for evidence-driven memory, orchestration, benchmark operations, and plugin release workflows.

  • Mars-Sea/dsh-commandcode-provider — Unofficial DeepSeek Harness LLM provider plugin for Command Code: live model catalog, reasoning-effort support, Models-page card. Ported from pi-commandcode-provider (MIT).

  • nickhelion/dsh-qwen-token-plan-cn-responses — Qwen Token Plan CN Personal Responses API provider with official model/tool catalog sync, server-side built-in tools, DSH local functions, and image input.

  • 040822/dsh-gzip — Enables gzip for /api responses, fixing history-loading timeouts (30s) on slow links.

  • LyleMi/dsh-codex-app-server — OpenAI Codex App Server agent provider for DeepSeek Harness.

  • SeverusZh/dsh-plugin-subagent-director — Subagent Director: per-subagent LLM provider/model selection with role templates for DeepSeek Harness.

  • TGYD-helige/dsh-pi — Runs trusted Pi extensions inside DeepSeek Harness through a compatibility host.

  • FengHuoLinShan/dsh-plugin-llm-balance — Floating API balance ball plugin for DeepSeek Harness.

  • Niuniu-Sir/dsh-data-ledger — Unified local data ledger for DeepSeek Harness: source/location/content summary for conversations, billing, skills, memory, and logs, with trash cleanup and browser-storage cleanup.

  • omdsh-dev/dsh-llm-fallbacks — Role-based LLM retry and fallback strategy plugin.

  • enoughpower/dsh-desktop-mac — Lightweight macOS build of DeepSeek Harness Desktop.

  • Bryan-cmf/dsh-infra-observability — Structural observability layer: real tool/skill usage recording (tools/result), skill-catalog audit, and a watchdog — no model self-reporting.

  • Gu-ZT/dsh-auxiliary — Auxiliary models for DeepSeek Harness: vision understanding and context compression through dedicated model routes.

  • BiBoyang/dsh-eval-harness — Regression eval harness for DeepSeek Harness plugins: YAML test-case-driven real-agent evaluation, baseline comparison, PASS/WARN/FAIL gating.

  • S2P2/dsh-lab — DeepSeek Harness (DSH) plugin lab: workflow extensions, grilling UI experiments, quota widgets, and other things skills alone can't do. pnpm monorepo, one package per plugin.

  • xiaohj233/dsh-keepalive — Opt-in detached watchdog for the DSH Web process with snapshot-checked repair and explicit patch restoration.

  • Zhuchen00123/dsh-wsl-modes — WSL modes for DSH on Windows: WSL Linux bash + bubblewrap sandbox with two ready-to-use agent presets.

  • sjh9714/dsh-win32 — Real Minimal mode on Windows: the missing win32 process inspector (persistent Git Bash shell), Ctrl-C interrupt injection, and an install-trap doctor.

  • strukto-ai/mirage#dsh — Swaps the filesystem and bash providers for a mirage virtual workspace: file tools and shell commands run over mounted resources (RAM, S3, Redis, Slack, Gmail, Notion, Postgres) instead of the host disk, with per-mount read/write/exec modes, per-command sandbox routing (monty, pyodide, quickjs in process; docker, e2b, daytona remote), and installed CLIs (git, gh, slack, linear, ntn, gws, or one you register) as head words in the virtual terminal.

  • ArmyWas/dsh-plugin-reducer — Finds a 1-minimal DeepSeek Harness plugin set that reproduces a profile failure.

  • BYYY-eng/deepseek-harness-file-upload-ocr-plugin — File upload and local OCR plugin for PDF, Word, Excel, PowerPoint, images, and text files.

  • Js2Hou/dsh-mcp-manager — Visual MCP management plugin for DeepSeek Harness: view installed/enabled MCP servers under Settings → MCP, add/remove, enable/disable, and see live connection status.

  • LouisHaoL/dsh-timer-agent — Host-resident scheduled-jobs × AI-agent engine (hermes-agent cron inspired): a 60s ticker fires real agent sessions via cron, with pinned-session / project-workdir / default-workspace targeting, a timer_agent model tool, and a web board.

  • lujianjun19/dsh-llm-github-copilot — GitHub Copilot LLM provider plugin for DeepSeek Harness.

  • memorax-ai/dsh-harmony — A library for patching, replacing, and decorating DSH plugins at runtime.

  • nefevcore/dsh-adt — ABAP Development Tools (ADT) plugin for DeepSeek Harness.

  • shizhonggang/dsh-harmonyos — DeepSeek Harness OpenHarmony adaptation suite: install/upgrade scripts, idempotent patches, launchers, and platform docs for HarmonyOS PCs.

  • ZeroMadLife/boss-watch-agent — Approval-gated local job-search agent and DeepSeek Harness plugin with SQLite tracking, bounded browser observation, and Feishu projection.

  • Blank-not-black/dsh-remote-plugin — Standalone DSH Remote plugin package: native DSH sidebar entry + right-side drawer management page, with a bundled gateway that starts/stops alongside DSH.

  • codeh007/mtmdsh — Portable DeepSeek Harness plugins for mtm.

  • CREAIT-nl/dsh-plugins — Plugins for DeepSeek Harness: deep research as an agent preset, per-model generation limits, Claude Code hook compatibility, and web fetch/search tools.

  • DaoCaoRenH/dsh-openai-responses-bridge — DeepSeek Harness plugin for third-party OpenAI Responses and native Gemini APIs, with custom providers, model discovery, and hosted web search.

  • Gaines-cz/dsh-a-share-screener — A-share stock screening plugin for DeepSeek Harness (dsh): pluggable strategies, Tushare token via credentials ref, free Eastmoney/Tencent fallback.

  • kk3ya03-star/dsh-lcx-codex — DSH web search and native Responses V2 compaction for Sub2API or NewAPI GPT routes.

  • MichengAI/dsh-automation — DSH Automation: scheduled-task and automation plugin for DeepSeek Harness.

  • robbot-labs/robbot — Personal AI Platform powered by DeepSeek Harness.

  • runzhliu/deepseek-harness-docker — Community Docker and Kubernetes packaging for DeepSeek Harness (@deepseek-ai/dsh), with a hardened image, Compose stack, Helm chart, Web UI, and headless CLI.

  • spirits001/dsh-tokensforce — DeepSeek Harness (dsh) plugin — tokensforce gateway integration: one-login onboarding, provider groups, and a usage dashboard tab.

  • TurnX-alt/actdsh — DeepSeek Harness (dsh) desktop edition: Windows/macOS ready-to-run installers, no Node environment needed, daily auto-sync with upstream dsh-v* releases.

  • yuanc1204/dsh-ollama-tool-call-id-fix — Client-side fix for DeepSeek Harness conversation history when Ollama reuses tool-call IDs.

  • zhuzhujunandy/dsh-model-router — Tiered model routing plugin for DeepSeek Harness (DSH): route delegated work to fast/medium/heavy model tiers with DoD verification, cross-provider fallback, background delegation, and per-conversation budget modes.

  • zoahdev/dsh-readme-forge — Generates README.md for DeepSeek Harness (dsh) plugin repositories from package.json + cordis.patch.yml + source layout — deterministic, zero runtime deps, read-only by default; CLI + agent-callable readme_forge tool.

  • cinob/dsh-plugin-custom-provider-enhancer — Custom-provider enhancer: when configuring third-party providers, auto-fills context size, token limits, vision/multimodal input and thinking-strength tiers from an authoritative model library.

  • dsh-plugins/dsh-auxiliary — Auxiliary models for DeepSeek Harness: vision understanding and context compression through dedicated model routes.

  • wqy8593521/dsh-model-pro — Model Pro — settings-page UI for managing llm-pi-ai providers: create/delete/edit baseURL·api·apiKeyEnv·custom headers, enable/disable, and batch pull remote models with select-all/invert.

  • edynasty/dsh-opencode-go-provider — OpenCode Go provider plugin for DSH.

  • RoyougiShiki/dsh-restart-systemd — One-click dsh-web restart button (systemd) in the sidebar: WSL/Linux systemd channel + Windows branch, /restart command, sessions auto-resume.

  • Sureo0/deepseek-harness-easy-deployment — Zero-dependency Windows launcher for DeepSeek Harness — no Node.js / Git / pnpm needed; virtual-environment isolation, uninstall by deletion.

  • zeronesun/dsh-web-manager — Lightweight shell script managing the full DSH Web service lifecycle (start, stop, restart, status check).

  • ZhenHuangLab/dsh-sync — Policy-driven DeepSeek Harness config sync: sidecar Git under $DSH_HOME, namespace-projected settings, secret scan, journaled apply, /sync command, plus a Web settings panel.

  • alex04130/dsh-forge — Runtime extension suite for DeepSeek Harness: forge, install, route and orchestrate plugins the Forge way (Minecraft-style), no monkey-patching.

  • daifuyang/dsh-plugin — Community plugin bundles for dsh (DeepSeek Harness) — login, metrics, and other Cordis bundles.

  • loongsuite/pilot-dsh — DeepSeek Harness (dsh) plugin for LoongSuite Pilot: records session, LLM, and tool events to local JSONL for OpenTelemetry GenAI traces.

  • QvShui/dsh-llm-qwen — Qwen (DashScope) LLM provider adapter plugin for DeepSeek Harness.

  • starefinger/dsh-llm-qwen-local — LLM adapter plugin for DeepSeek Harness (dsh) driving a locally-deployed Qwen3.8-27B model via an OpenAI-compatible service: per-model multimodal toggle, fully configurable reasoning-effort tiers, request image projection, and a bilingual (EN/CN) web settings page.

  • lasdrder0705/dsh-pro-vision-std — dsh-std Community v0.15 ModelProvider: V4-Pro with Flash-Vision captions. Requires adapter-dsh to be installed first.

  • tianxia--/dsh-llm-local-token — LLM provider plugin that reuses local Codex CLI and Claude Code OAuth tokens instead of separate API keys.

  • wss534857356/dsh-plugin-codex — Codex App Server model provider for DeepSeek Harness, using your local Codex login.

  • beijingwahw/dsh-companion-dev — DeepSeek Companion developer edition — full feature set of the official companion plugin: nine modules A–J (conversation export / handoff summaries / cost optimization / global search + execution-trajectory analysis, prompt-engineering workbench, multi-model arena, task orchestration, security audit), Cordis plugin architecture.

  • beijingwahw/dsh-companion-enterprise — DeepSeek Companion Enterprise — enterprise-grade companion plugin: security audit & DLP, team collaboration & knowledge management, task orchestration with resume, multi-model arena, execution-trajectory analysis, prompt-engineering workbench.

  • peiyuwang54/deepseek-harness-cli — DeepSeek Harness CLI (unofficial): an open-source coding agent powered by DeepSeek that runs locally in your terminal.

  • alib8b8/aflare — Local-first automation agent: keep data on-device, connect your own LLM / databases / knowledge bases, ReAct reasoning, 300+ skill templates, deterministic workflow execution (DAG/WAL/Saga/idempotent), MCP protocol, offline/LAN-ready.

  • fire-disposal/dsh-mojibake-interceptor — Mojibake interceptor bundle: feature-based garbled-text detection, review-then-release, and pwsh encoding audit.

  • fuilyha56-wq/dsh-for-mofox-ada — DeepSeek Harness integration plugin for Neo-MoFox.

  • yhlooo/dsh-bridges — Bridges DSH into projects already configured for other Harness agents (CodeBuddy / Codex / OpenCode / Claude Code / ...).

  • kamanager2012/dsh-community — DSH Community Edition: terminal/desktop distribution layer on the official @deepseek-ai/dsh. Independent repo, not the official client.

  • SparkElf/deepseek-harness-plus — DeepSeek Harness Plus: timely fixes for upstream bugs, early features, practical extensions, and curated presets.

  • WSL043/DSH-Portable — Carry DeepSeek Harness, sessions, settings, plugins, and workspace between Windows and macOS.

  • cradler-ai/harness — DeepSeek Harness (dsh), preconfigured for Cradler Router — one command, one key, runs on your own machine.

  • Miyazawai/dsh-whale — DSH all-in-one pack: a DeepSeek Harness distribution shell built on Oh-DSH — 17 core components out of the box, webui/gui/tui in one package, model↔preset linkage, everything is a plugin.

  • Ritard563/dsh-opencode — Local reverse proxy so Opencode's free models work inside DeepSeek Harness.

  • loongsuite/dsh-plugin — OpenTelemetry tracing for DeepSeek Harness (dsh): turns each agent turn into a GenAI span tree — steps, LLM calls with TTFT, tool executions, token usage — exported over standard OTLP to Jaeger, Grafana Tempo, SigNoz, Langfuse, or any compatible backend.

  • QiE2035/dsh-llm-headers — Custom LLM request-headers plugin for DeepSeek Harness (no description provided upstream).

  • lhf6623/dsh-proxy-config — Proxy config plugin: injects HTTP/SOCKS proxy into process.env so plugin installs (pnpm/git) use it.

  • moonquake2004/dsh-doctor — DSH diagnostics/repair plugin (no description provided upstream).

  • xu-kai-quan/dsh-tool-diagnose — DSH tool-diagnostics plugin (no description provided upstream).

  • heidi-dang/flowdeck-dsh — Native DeepSeek Harness integration, Cordis bundle, runtime broker, and execution host for FlowDeck.

  • KeKe0904/deepseek-harness-rainyun — DeepSeek Harness (dsh) Web UI one-click deployment image: Docker + RainYun cloud-app (RCA) template with listing docs.

  • kevin090820/dsh-wsl-bash — WSL bash integration for DeepSeek Harness (no description provided upstream).

  • royenheart/dsh-plugin-opencode-omo — DeepSeek Harness opencode + omo (oh-my-openagent) preset.

  • sqs404/dsh-portable — Installer-free portable DeepSeek Harness (Windows): official npm package + bundled Node.js, double-click .exe, runs standalone on any 64-bit Windows machine after copying.

  • tsrigo/dsh-from-scratch — A runnable TypeScript tutorial that builds a minimal DeepSeek-style agent harness from scratch.

  • wormggmm/dsh-booster — A launcher for DeepSeek Harness.

  • ai-thinkshare/dsh-workbench — DSH workbench plugin (no description provided upstream).

  • beijingwahw/dsh-proactive — DSH Proactive — proactive scheduling plugin: autonomous heartbeat + dual scientist/theorist minds (Bayesian experiment design and law induction) + energy symbiosis economy + curiosity exploration + safety governance, Raft consensus and hot updates.

  • Dingpenghui-good/dsh-conversation-language — DSH plugin for switching conversation language between Chinese and English.

  • ipromise2021/dsh-omc-tui — Keyboard-first terminal TUI profile for DeepSeek Harness.

  • cyjyyd/dsh-ssh-tui — DeepSeek Harness enhanced plugin dsh-tui: use DeepSeek Harness within a terminal, with optimized performance in SSH environments.

  • javen-yan/deepseek-harness-fnos — Native full FPK package for DeepSeek Harness on fnOS.

  • karoc/dsh-model-reasoning — DSH model-reasoning plugin (no description provided upstream).

  • mario03690/dsh-allrouter — DSH all-router plugin (no description provided upstream).

  • MichengAI/dsh-agency-agents — DSH agency agents — cross-industry agents built on DeepSeek Harness.

  • mytianyi0712/dsh-tui-plugin-OhMyPi — A terminal-styling plugin for dsh, inspired by Oh My Pi.

  • noname-iii/dsh-code-checker — A plugin for DeepSeek Harness that checks for errors after the AI finishes writing code.

  • Onenightcarnival/deepseek-harness-desktop — Desktop installer packages for DeepSeek Harness (dsh): Windows exe and macOS dmg — an Electron shell and CI config that installs the published npm @deepseek-ai/dsh package at build time.

  • sdkwork-ai/sdkwork-birdcoder2 — SDKWork BirdCoder2: a fork of deepseek-harness-desktop, kept in sync with upstream via the upstream git remote.

  • Sovea/deepseek-harness-docker — A minimal Docker deployment for DeepSeek Harness.

  • supengpeng/dsh-plugin-quarantine — Crash isolation and safe-boot supervisor for DeepSeek Harness plugins.

  • Taler97/dsh-rollback — File-mutation rollback plugin for DeepSeek Harness.

  • TT-Wang/dsh-assembler — DSH assembler plugin (no description provided upstream).

  • V1ki/dsh-plugin-subscriptions — Use ChatGPT (Codex), Claude, and Grok (X Premium) subscriptions as DeepSeek Harness LLM providers — OAuth login in the web UI, no API keys.

  • white-sand-grand/dsh-plugin-doctor — DSH plugin-doctor diagnostics plugin (no description provided upstream).

  • xjwwjx/dsh-sonic — Sound notification plugin for DeepSeek Harness Web: plays a chime when user confirmation is needed and a success sound when tasks complete.

  • YiGeSama/dsh-preset-runpreset_run tool that runs one-shot tasks under any agent preset (router-spec/router-standard/minimal) headlessly; install with dsh plugin add.

  • ZZKeepCurious/mini-deepseek-harness-python — Educational re-implementation of DeepSeek Harness in pure Python stdlib — event sourcing, plugin bus, agent loop. For learning only.

  • 42ch-dev/dsh-rust-sdk — Rust SDK for DeepSeek Harness (DSH).

  • dickpy/dsh-cloud-sync — Portable DeepSeek Harness profile and local-plugin source synchronization via WebDAV.

  • loudMore/dsh-launcher — DeepSeek Harness (dsh) beginner-friendly launcher & manager: one-click install/update/maintain plugins & environment, environment detection.

  • chen7712369/dsh-web-launcher — Browser-based quick launcher for DeepSeek Harness, sparing you from opening a terminal and typing commands by hand every time.

  • rouyiemei/dsh-smart-router — Automatic model routing for DeepSeek Harness: three difficulty tiers (hard/normal/easy) plus vision routing, picking models you already configured under Settings → Models.

  • Yuki-takuya-kun/dsh-claude-code — Run Claude Code harness as the DeepSeek Harness main loop, streaming live trajectory into the DSH web UI.

  • zynieie/dsh-lan-plugin — Independent dsh plugins for things upstream can't (yet) accept as PRs. Starts with @zynieie/dsh-lan-fix: let dsh web load on http://<lan-ip>:3080 (insecure context) without the WebSocket abort storm.

  • 2672243194/dsh-fetch-data — DeepSeek Harness plugin for fetching remote data (no description provided upstream).

  • atesahmet0/dh-workspace — DeepSeek Harness Workspace.

  • Fantasia-Infinity/dsh-agent-society-combo — DeepSeek Harness plugin combo for agent-society style multi-agent setups (no description provided upstream).

  • HeWhenJay/dsh-provider-hub — Native DSH provider hub with official account OAuth, API channels, model discovery, failover, and logs.

  • ipromise2021/dsh-tui-demo — Keyboard-first terminal TUI profile for DeepSeek Harness.

  • KeLearns/dsh-build-diff — Agent-loop change review for the DeepSeek Harness web GUI.

  • kirkchinese/claude2dsh — Claude Code to DeepSeek Harness migration/bridge plugin (no description provided upstream).

  • lance-kanglu/dsh-ssh-bridge — Local SSH bridge plugin for DeepSeek Harness (DSH) — password via browser page, agent exec via localhost API, OpenWrt router management.

  • loeanxi/dsh-cursor-acp — Delegate standalone tasks to the local Cursor CLI over ACP.

  • morphlinglan/dsh-llm-fallback — DeepSeek Harness plugin: provider/model fallback chain for the agent loop.

  • OpenTritium/dsh-codex-shim — Codex shim plugin for DeepSeek Harness (no description provided upstream).

  • orangeofcarl0-sys/dsh-large-proj-perf — DSH large-session performance plugin: zero-copy fork + projection warmup + chunked materialize.

  • sgsjsgzy-commits/dsh-subagent-rules — Subagent model/thinking-effort policy plugin: locks subagent_flash model routing, defaults thinking effort to max (per-session customizable), auto-injects dispatch rules into every conversation; zero-dependency host-plane plugin.

  • zhan-tz/dsh-plugin-runbook — DSH plugin: a Jupyter-style living runbook — replayable-turn dataflow DAG with git-commit provenance nodes, sub-agent handoff edges, a persistent ledger, hover re-run, and LLM explanations.

  • zhangjunjesse/dsh-claude-code — Claude Code integration plugin for DeepSeek Harness (no description provided upstream).

  • zjcdkj/dsh-plugins — DeepSeek Harness (DSH) plugins: qwen-image gives a text-only coding model eyes via a Qwen-VL route through ctx.llm, returning text so DeepSeek keeps coding while Qwen looks. Pure ESM, no build permission at install.

  • ChangedenCZD/dsh-minimal-turbo — DeepSeek Harness minimal-mode Windows adaptation for enjoying the full DeepSeek-V4 series models.

  • gfds2005/dsh-timed-goal — DSH (DeepSeek Harness) Web plugin: configure a one-time (or daily-repeating) task in any conversation — an absolute time plus a prompt to execute. At the scheduled time, the plugin pins the conversation to full access (danger-full-access) and creates an armed goal so the preset prompt runs automatically via /goal semantics.

  • GMH13552/dsh-timer-scheduler — A simple dsh timed-task plugin: supports scheduled task lists with UI display, useful for long-running tasks.

  • jiefing/HDSL — HDSL — manage DeepSeek Harness instances like a Minecraft launcher.

  • Letter2025/dsh-model-failover — Two-level model circuit breaker with failover for DeepSeek Harness: trip a model or a whole provider after repeated request failures and route the next request to a configured fallback.

  • peterliucius/dsh-prompt-optimize — Prompt-optimization plugin for DeepSeek Harness (no description provided upstream).

  • RossBool/dsh-plugins — DeepSeek Harness (DSH) plugin collection: collaboration orchestration, cross-session, team mode, plan engine, topic timeline, voice, MCP management, prompt enhancement.

  • 1710782766/dsh-llm-vision — Reliable vision + OCR for text-only models on DeepSeek Harness: describe_image (normal/critical) + extract_text tools, auto-preprocessing, retries, and a persistent answer cache.

  • AbdullahElTiby/dsh-vision-bridge — Vision bridge for text-only models (DeepSeek, pi-ai routes): Gemini Flash describes attached images at the llm stream seam and provides a describe_image tool.

  • welsione/dsh-mmx-bridge — MiniMax multimodal capability hub for DeepSeek Harness (DSH): image understanding (VLM), text/image-to-video, speech, music, audio cover, web search, quota — one mmx_multimodal model tool wrapping the mmx-cli.

  • xinyuehtx/dsh-plugin-hooks-ordering — Deterministic hooks-listener ordering for DeepSeek Harness's waterfall and serial execution.

  • abhishekgahlot2/pi-dsh — Pi coding-agent harness with durable sessions, causal history, reversible components, and approval-gated host self-extension, bridged into DeepSeek Harness.

  • Acidmoon/DIzzy-DSH — Personal DSH plugin collection.

  • A-G-guy/dsh-plus — DSH+ — a DeepSeek Harness custom-plugin monorepo: mobile narrow-screen adaptation, task-completion email notifications, per-subagent independent models, custom LLM routing, and more.

  • arcships/dsh-llm-aimux — DeepSeek Harness (dsh) LLM adapter backed by aimux — one Rust engine, 325+ providers as dsh model routes.

  • hytime/dsh-thinking-effort — Adjusts model thinking/reasoning effort for DeepSeek Harness.

  • rand0wn/dsh-minimal-anchor — DeepSeek Harness (dsh) plugin: prune the tool schema and inject a structural preamble on a session's first turn only.

  • SwainGao/dsh-plugin-ai-bridge — AI-bridge plugin for DeepSeek Harness with a code-review focus.

  • xiajiajun516/dsh-config-manager — Backup / export / import / migrate your DeepSeek Harness (DSH) configuration - a dual-face Cordis plugin (host engine + Web UI). One-click restore on any machine.

  • esengine/DeepSeek-Reasonix — DeepSeek-native AI coding agent for your terminal. Engineered around prefix-cache stability — leave it running.

  • firedrakeovo/dsh-fix-dsv4p0813-overfit — DSH agent preset: standard tool set plus a minimal first-turn system prompt to fix dsv4p0813 overfitting.

  • haveanote06/dsh-llm-kimi — Kimi (Moonshot AI) LLM adapter plugin for DeepSeek Harness — three routes: kimi-code (Kimi Code subscription), kimi-cn, kimi-global. Streaming, thinking mode, tool calling, image input, plus a built-in Kimi settings page.

  • hgy043/dsh-serial — DSH plugin: embedded serial debugging tools (scan/send/monitor/log) for COM/UART work, driven by pyserial scripts.

  • jasen215/dsh-continual-harness — DeepSeek Harness plugin for continual self-evolution: persistent memory, periodic review-and-refine, cross-session shared knowledge, and automatic rollback — a plan→validate→apply→rollback loop driven by a model-callable harness_refine tool.

  • Jiyr0119/dsh-service-console — Local development service console for DeepSeek Harness: discovers listening ports, shows service ownership, and safely inspects/stops/restarts services.

  • pythonshiyi/dsh-compact-standard — DeepSeek Harness agent preset: full Standard tools plus an extreme compact-output expert prompt.

  • dshbox/cordis-rs — Runtime-agnostic Rust port of Cordis, the plugin framework at the core of DeepSeek Harness — scoped dependency injection, lifecycle-owned effects, events, structured logging. Zero dependencies.

  • kazecreator/dsh-settings-pro — DeepSeek Harness (dsh) settings-enhancement plugin.

  • agents-universe/agents-universe — Agent framework so agents can learn and work like humans do; tagged as DeepSeek Harness ecosystem.

  • alibaba/loongsuite-pilot — Local-first telemetry collector for AI coding agents — unified OpenTelemetry events for Claude Code, Codex, Cursor, DeepSeek Harness and more. Token usage, cost, traces and security audit, exported anywhere.

  • alxshelepenok/grove — A formal workflow protocol that keeps AI coding agents (incl. DeepSeek Harness) on track through machine-enforced invariants, verified evidence, and structured context.

  • 534119219/dsh-custom-provider-reasoning — dsh plugin giving every custom-provider model (hand-rolled pi-ai routing) selectable reasoning effort, wired through the stock pi-ai adapter so requests still reach the original vendor route.

  • Antony-Jia/deepseek-harness-desktop — Thin Windows/Tauri shell around the @deepseek-ai/dsh npm runtime: manages the runtime process and desktop experience without vendoring or rebuilding upstream DSH code.

  • beijingwahw/dsh-nuke-plugin — Industrial-grade Nuke cleanup engine for DeepSeek Harness — transactional rollback, crash self-recovery, audit chain, hardlink dedup, trend prediction.

  • c-ling/dsh-plugin-newsboard — AI/tech newsboard for DSH Web: RSS/JSON-driven draggable floating panel with bilingual translation, keyword filtering, and a settings page.

  • CrombastiC/dsh-macos-notify — macOS native notification plugin for DeepSeek Harness.

  • GraySilver/dsh-evolve-modes — DeepSeek Harness Web plugin with composable task controls and isolated, human-reviewed self-evolution.

  • GuoMonth/dsh-isolated-runtime — Kubernetes-native isolated runtime for DeepSeek Harness (DSH): one tenant, one Pod, with strong isolation, resumable sessions, and pluggable runtime images.

  • lkdx0220/Genshin-odette-skin-dsh — Genshin Impact Odette skin/theme plugin for DeepSeek Harness.

  • llyyhh0487/desk-harness — DESK HARNESS — a Windows desktop shell for DeepSeek Harness: auto-deploys and launches the local dsh service, tray residency, a docked terminal panel, and a dsh-plugin plugin store, ready out of the box.

  • magian1127/deepseek-harness-zh_pro — Chinese enhancement plugin for DeepSeek Harness (DSH).

  • nightBrise/Oh-My-DSH — A comprehensive plugin bundle designed for DeepSeek Harness.

  • TinyPanda168/SpecsRelay-DSH — DeepSeek conversation capture and requirement relay for DSH Desktop.

  • Townrain/dsh-fetch-models-unselect-all — Deselect-all button for the DSH Settings > Models 'fetch available models' dialog (client-only plugin).

  • ZTCNO0NE/dsh-loom — Loom (织机) — external coach / second verifier for DeepSeek Harness: silently evolves your agent's tools, skills, config and model, with deterministic verification and cold-apply.

  • chunsi-w/dsh-trajectory-governor — Closed-loop trajectory policy plane for DeepSeek Harness.

  • kanchengw/dsh-mindseye — Plug-in vision for text-only models on DSH, with native multimodal interaction, layered memory cache, and intent router.

  • litefuse/dsh-litefuse-plugin — DeepSeek Harness Litefuse Plugin for Agent Observability and Evals.

  • monotykamary/dsh-fabric — Fabric-style deterministic compaction, checked code execution, durable coordination, and live topology for DeepSeek Harness.

  • PerryLink/dsh-click — Cross-platform native desktop control for DeepSeek Harness (Windows first): screen_shot, screen_read, click/type/scroll/key, app_list/app_launch - approval-gated, never stealing foreground focus.

  • PerryLink/dsh-fast — Read-only performance diagnostics for DeepSeek Harness: session load (open/restore) timing, spill-hit counts, compaction count and trigger, context-injection volume (AGENTS.md/skills/tool-schema token share), and LLM cache hit rate surfaced via the /fast command and the fast_report tool, persisted as reconstructable.

  • PerryLink/dsh-local-ai — Local-model (Ollama) integration for DeepSeek Harness: discover, pull, remove, and inspect local models, route requests to them by task type or keyword with automatic fallback to the cloud, and get a one-shot status overview via /ollama.

  • PerryLink/dsh-observe — OpenTelemetry and Langfuse observability exporter for DeepSeek Harness: turn/step/tool/LLM spans, token and cost metrics, sanitized prompt/completion capture, async batching, bounded offline buffering, retry with backoff.

  • PerryLink/dsh-score — Multi-dimensional quality scoring for DeepSeek Harness plugins: scores one repo or npm package across install success (consuming dsh-test-drive results), maintenance activity, documentation completeness, security scan, and protocol compliance — every conclusion backed by real CLI evidence with audit timestamps.

  • PerryLink/dsh-test-drive — Isolated install-and-smoke test drives for DeepSeek Harness plugins: installs a repo or npm package into a throwaway DSH_HOME profile, verifies the bundle patch layer and boot logs, records a structured pass/fail result matrix (JSON/Markdown) for scoring pipelines, and quarantines every temp directory it owns.

  • PerryLink/dsh-translate — Vendor parameter translation and deterministic JSON repair for DeepSeek Harness: /translate maps temperature/top_p/max_tokens/stop/system across 11 vendors, and the post-execute repair layer (plus fix_json) fixes broken JSON tool output without ever fabricating data.

  • Poepon/dsh-image-generation-responses — DeepSeek Harness image-generation provider plugin (responses API).

  • TuringCorp-net/dsh-boot-restore — DSH plugin: auto-resume the last active (duty) session after service restart, so scheduled tasks run unattended.

  • Zhuchen00123/dsh-compaction-cacheaware — Reasonix-style cache-aware compaction backend for DeepSeek Harness (DSH). Modular compact plugin with auto-sync from esengine/DeepSeek-Reasonix.

  • clarknu/dsh-gateway — Self-contained HTTPS remote-access gateway for the DeepSeek Harness web surface — the Caddy layer as a dsh plugin.

  • iceleaf916/dsh-launcher — dsh (DeepSeek Harness) system-tray manager: launchd-managed dsh web daemon, menu-bar restart/stop/start controls, --patch zero-intrusion control-panel plugin mount.

  • secretxuan/dsh-computer-use-win — Windows computer-use plugin for DeepSeek Harness.

  • thirsty5034/dsh-ssh-tunnel — DSH community plugin: multi-host SSH tunnel + SSHManager (better-sidebar).

  • dsh-io/dsh-arm64 — Official DeepSeek Harness (dsh) deployment package for Linux aarch64 — prebuilt node-pty, GitHub Releases artifacts.

  • NOirBRight/dsh-llm-ollama — Native Ollama Cloud provider and Web configuration plugin for DeepSeek Harness.

  • SpookySandwich/deepseek-harness-windows — DeepSeek Harness for Windows.

  • civaapple-alt/mini-dsh — Educational & minimalist DeepSeek Harness (DSH) architecture implementation powered by the Cordis microkernel.

  • sealfly/dsh-reasonix-desktop — Reasonix desktop app for DeepSeek Harness (dsh): an Electron-based AI-agent desktop client.

  • liulin0x3c/dsh-minimal-anchored-rc6 — Unofficial DeepSeek Harness agent preset: Minimal-mode first-round anchor, auto-unlocking the full coding catalog. rc.6/Linux, verified with deepseek-v4-pro. Derived from xiaobright/dsh-anchored-standard & KDB-Wind/dsh-minimal-anchored (MIT).

  • Starfie1d1272/dsh-v4-anchor — Minimal first-turn RL anchor for DeepSeek V4 on DeepSeek Harness Standard.

  • Tiee7/EzDSH — Easy way to DeepSeek Harness.

  • flg1217/dsh-llm-agy — AGY (Antigravity CLI) integration for DeepSeek Harness: LLM adapter subagents, deep web search, connectivity diagnostics panel.

  • Gumiho12345/dsh-plugin-net-access — Adds a Net Access mode to DeepSeek Harness (dsh): curl.exe can access HTTPS inside the Windows sandbox again, with file-write protection unchanged.

  • HenryZ838978/deepseek-harness — Python-side witness stack for the official DeepSeek Harness (Node): five dsh doctor --node probes each report something the Node runtime will not.

  • KhalilYamber/dsh-envoy — Hana plugin: outsource coding tasks to a local DeepSeek Harness, sync approvals back into Hana's decision flow, and return results as native cards.

  • kolawong/dsh-plugin-j-space — J-Space Cognition Suite V3.6 — inference-time cognitive control and deep-reasoning plugin for DeepSeek Harness (DSH).

  • MrLukezy/dsh-cloud-gateway — Login wall and public gateway plugin for DeepSeek Harness cloud deploys.

  • qmy777/cordis-host-runner-inspect-upsert — DeepSeek Harness compatibility patch: idempotent Host Cordis inspect registration (fixes custom-mode switch failures / inability to operate sessions).

  • seanwhy/dsh-restart-confirm — DSH plugin: sidebar one-click restart of the dsh web process (WebUI + backend) with mandatory double confirmation, auto-relaunch, cross-platform.

  • techysy/deepseek-harness-fnos — DeepSeek Harness (DeepSeek's official agent browser UI) fnOS app — a locally resident service.

  • TencentCloud/tencentcloud-agentobs-sdk-dsh — Observability plugin for DeepSeek Harness (DSH) that reports GenAI trace data straight to Tencent Cloud Log Service (CLS): observes native session/agent-loop/LLM-stream/tool lifecycles, maps them to Tencent Cloud's 5-layer AI Agent observability span model (entry → agent → step → chat → tool), and ships via tencentcloud-cls-sdk-js with no extra OTLP collector or sidecar.

  • wloops/dsh-git-worktree — Domi-grade git worktree isolation and delivery for DeepSeek Harness: permanent worktrees, ready-for-review / apply / finish / discard lifecycle, conflict handling, safe cleanup.

  • xiajingchun/dsh-nebulagraph-v5 — NebulaGraph v5 plugin for DeepSeek Harness.

  • Zding89/dsh-model-presets — Save and switch model and reasoning-effort presets in DeepSeek Harness.

  • NeevCloudAI/dsh-neev-sandbox — Relocates the Harness execution world — file, Bash, PTY, and LSP operations — into an isolated gVisor NeevSandbox via ctx.fs and ctx.subprocess; installable bundle with one cordis.patch.yml, no Harness fork.

  • bufeibufei/dsh-openai-codex — ChatGPT OAuth model provider plugin for DeepSeek Harness.

  • civaapple-alt/pi-dsh — AI Coding Agent matching 80%+ Pi capabilities on the Cordis microkernel & 100% official DeepSeek Harness (DSH) ecosystem, with a Web GUI.

  • LarryE135/WSL-for-DSH — Launch DSH inside WSL via port forwarding and browse the Web UI from outside Windows; ships the install flow and invocation standard as two skills.

  • tafcear/kimi-tide — Kimi Tide: a complete Kimi Code (Moonshot) integration for DeepSeek Harness — a standard DSH plugin, a maintained Kimi CLI bridge fork, and an agent-collaboration methodology.

  • staff-os/dsh-dify — Dify agent and knowledge-base capability plugin for DeepSeek Harness.

  • baihejiangnan/dsh-settings-organizer — Customizable hierarchical DSH settings navigation organizer.

  • ovo669/dsh-settings-sections — Sectioned settings-page management to keep a large plugin list organized.

  • tong-io/tongflow — TongFlow — a multimodal AIGC workflow engine (canvas + Python plugin engine) with a dsh-tongflow DeepSeek Harness studio plugin.

  • cnlangzi/nightme — Sleep tight, NightMe codes all night: a remote-pair developer-agent daemon that drives local AI coding agents (Claude Code, Codex, OpenCode, Pi, DSH) from chat, running multiple projects and agents in parallel from one instance.

  • cocode-agency/cocode — Cocode: a ready-to-run DeepSeek Harness distribution with a desktop GUI, terminal TUI, and shared Host supervisor for the harness runtime.

  • hezhongtang/dsh-update-copilot — Update copilot for DeepSeek Harness: tracks the dsh core, bundles, and every profile plugin (npm + git dual channel); changelog briefs for agent-assisted decisions; confirmed updates only.

  • jsdvjx/dshn — DeepSeek Harness Network — public forwarding for a local dsh web UI over *.ds.hn: a dsh plugin + self-hosted WSS relay behind Cloudflare, with optional end-to-end encryption.

  • lilming123/dsh-api — HTTP control-plane plugin for DeepSeek Harness (dsh) — exposes settings/language, workspace registry and host-companion bridge as /dsh-api/* JSON routes.

  • linziyanleo/dsh-custom-provider — Configure custom LLM providers in DeepSeek Harness.

  • okxlin/release-factory — 1Panel / Codex / DeepSeek Harness / Docker Compose / OpenCode release automation and packaging factory (upstream description limited to topic tags).

  • OpenSaozi/dsh-antigravity — Google Anti Gravity OAuth and Cloud Code Assist provider for DeepSeek Harness — Gemini 3.7, Claude 4.6, GPT-OSS.

  • OpenSaozi/dsh-bigmodel-catalog — Live Zhipu BigModel and GLM Coding Plan catalog plugin for DeepSeek Harness and pi-ai, including verified GLM-5.3.

  • OpenSaozi/dsh-xai-catalog — Live xAI and Grok model catalog plugin for DeepSeek Harness and pi-ai, including a verified Grok 4.6 descriptor.

  • anht3889/dsh-mcp-management — MCP server management plugin for DeepSeek Harness (dsh-plugin-bundle).

  • EIGHTfs/dsh-git-rescue — DSH git version-management plugin with automatic crash rescue (GitHub-token-only flow).

  • imdeniil/dsh-locale-ru — Russian (ru) locale plugin for DeepSeek Harness and DSH Desktop — Web UI, plugin store, 849 translated lines.

  • OneZero-Y/dsh-plugin-kit — Agent skills and a working template for building standalone DeepSeek Harness (DSH) plugins.

  • PlutoKeating/TaiChiOS — TaiChiOS — AI-Native OS of the future: a bootable Debian derivative powered by Cordis, DeepSeek Harness, and a reversible plugin system.

  • polaris-smart/dph-fleet — 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.

  • Wanbinyu/dsh-provider-probe — Manual provider connectivity and latency checks for DeepSeek Harness.

  • WODE25500/dsh-lan-share — DSH LAN file share: share the workspace over the local network — phones/tablets/other computers browse, download and upload files via browser, no DSH login. Token gate, path boundary, read-only mode, rate limit. Zero-dependency (node:http).

  • yugasun/dsh-plugins — Personal plugin collection for DeepSeek Harness (dsh-plugin).

  • LiZhenNet/dsh-antigravity — Google Antigravity LLM provider plugin for DeepSeek Harness (DSH), with native Web OAuth, real-time quota tracking, and dynamic reasoning-effort routing.

  • userofthecomputer/dsh-openrouter-provider-badge — OpenRouter provider badge plugin for DeepSeek Harness (dsh-plugin).

  • Aa728848/dsh-chatgpt-subscription — DeepSeek Harness plugin for using a ChatGPT subscription as a model provider.

  • amlyczz/dsh-agy-link — Google Antigravity (agy CLI) models for DeepSeek Harness — streaming chat, thinking, tool activity, usage, and in-GUI Google OAuth login.

  • bloodtmai-cmyk/dsh-harness-enterprise — Unified enterprise-governance workbench entry point for DeepSeek Harness, aimed at internal-control deployments.

  • EternityFOR/DeDge_DS_HS — Self-contained DeepSeek Harness coding agent for VS Code with a Windows-safe runtime and isolated Codex/Claude handoffs.

  • Mason-1011/dsh-task-center — Task lifecycle plugin suite for DeepSeek Harness: agents claim work across sessions, wake up on schedule, quota-aware; idle/imported chats auto-mined into board candidates; full web kanban.

  • shetengteng/deepseek-harness-launcher — Zero-setup DeepSeek Harness launcher — no Node install, no environment config, just run it.

  • thisissevenpoints/DeepSeek-Harness-Local-svpts — Resident tray desktop shell for DeepSeek Harness Local: watchdog + injected UI + LAN confirmation/authorization.

  • ygcdsj/dsh-home-migrate — Packages your local DSH config (skins, presets, injected bundles) for transfer, then restores it directly on another Windows machine.

  • YUEEEEY/dsh-desktop-tools — DSH environment-management plugin (TypeScript): ships with a desktop window (auto-fetched via the Rust/Tauri host), one-click runtime updates, automatic platform-compatibility adaptation, official DeepSeek billing, and a workspace code editor.

  • sandbaseai/sandbase-harness — Local-first agent runtime integrated with DSH through an installable managed-agents plugin and six-tool MCP bridge; persistent sessions, resumable SSE, audit/replay, permissions, credentials, and local/Docker/Kubernetes/self-hosted-worker sandboxes.

  • 33moren33/dsh-box — Run DeepSeek Harness in isolated sandboxes: pick an official version, pick plugins, keep every run out of your real ~/.dsh.

  • AdonisSheldon/dsh-openai-oauth — Use ChatGPT OAuth and OpenAI Codex models in DeepSeek Harness — no API key or Codex CLI required.

  • PaleSkiff/DeepSeek_Harness_Launcher-DSHL — Windows desktop launcher for DeepSeek Harness local service: one-click start/stop/restart/monitor.

  • shaun5297/dsh-launcher — One-click launcher for DeepSeek Harness: detect → start backend (dsh web) → wait ready → open Chrome new window. Zero-dependency CLI, cross-platform.

  • xmuwenxiang/dsh-web-chat — DeepSeek Harness plugin that lets you chat with the web version of DeepSeek directly inside DSH, then migrate the conversation into DSH for further development — mainly to save tokens during early-stage discussion.

  • zc0982/dsh-gpt-provider — GPT 211API provider preset with full reasoning-effort selection for DeepSeek Harness.

  • ArtificialNotImbecile/dsh-remote-runtime — Managed, isolated DeepSeek Harness runtimes over OpenSSH with a native Web control surface.

  • ChadCSong/dsh-cliproxyapi-provider — Auto-discovery CLIProxyAPI provider for DeepSeek Harness, featuring dynamic model sync, native model switching, and vision-model selection.

  • jiesou/dsh-cline-free-provider — Cline free-model provider adapter for DeepSeek Harness.

  • jiesou/dsh-nous-portal-free-provider — Nous Portal free-tier provider for DeepSeek Harness.

  • MaRi23333/dsh-grok-kit — Grok plugin for DeepSeek Harness: OAuth login, main-loop fusion of web/X search and Imagine. Third-party, unofficial.

  • Couioly/plugin-audio-alert — Approval voice-alert plugin for DeepSeek Harness (DSH): when DSH needs human review/approval, it speaks the pending item aloud via computer TTS while still showing the normal approve button in the web UI.

  • NattoCB/dsh-plugin-notifications — DSH (DeepSeek Harness) bundle plugin: a Settings → General card that pops a system notification (and optional Web Audio chime) when a conversation turn completes.

  • nienieai/dsh-chime-alerts — Sound-alert notification plugin for DeepSeek Harness: chimes on turn completion, built on Web Audio.

  • R2h1/deepseek-harness-app — DeepSeek Harness desktop client — a self-contained ElectroBun shell bundling an auto-updating dsh engine, with a Windows graphical installer.

  • AI-Scarlett/DSH_CLIAPI — Local CLI/OAuth authorization center and Auto model failover plugin for DeepSeek Harness.

  • Guyao146/dsh-better-model-thinking-control — DSH plugin: per-model thinking-effort management for OpenAI-compatible relay providers, with auto-detection of publicly advertised capabilities.

  • sorsama/deepseek-harness-relay — Authenticated remote access for a DeepSeek Harness web profile: TLS, QR/passcode device pairing, password sign-in, and per-device revocation in front of an untouched loopback harness.

  • 0lidaxiang/dsh-plugin-greet — Plugin-based system for building AI agents on top of DeepSeek Harness: tools, models, and the web UI can all be added or replaced as plugins.

  • Dawn388887/dsh-fileview — In-GUI file viewer/editor for remote browsers (same-origin fenced, path allowlisted).

  • Dawn388887/dsh-notify — Desktop toast + remote browser notifications when an agent finishes or errors.

  • easysir10/easy-git — Beginner-friendly Git helper plugin for DeepSeek Harness.

  • m1khal3v/dsh-llm-key-rotation — Seamless API-key rotation for DeepSeek Harness.

  • Scorp1o117/dsh-enhancement-suite — Enhancement suite for DeepSeek Harness — Vision, Soul/Persona, Long-term Memory & Plugin Marketplace.

  • xingyingyuzhui/dsh-updater-ui — Updater UI plugin for DeepSeek Harness (dsh-plugin).

  • zzjxmy/dsh-llm-codex — ChatGPT Plus/Pro (Codex) adapter for the DeepSeek Harness LLM seam: PKCE/device OAuth, token refresh, and forwarding to chatgpt.com/backend-api/codex/responses.

  • ddll8023/dsh-codex — OpenAI Codex (ChatGPT Plus/Pro OAuth) provider plugin for DeepSeek Harness (DSH).

  • thedeveloper256/dsh-model-router — Role-based model routing plugin: planner (root agent) on deepseek-v4-pro, delegated executor subagents on deepseek-v4-flash; ships a prompt section and a pro-flash-routing skill.

  • enterhalf/dsh-web-network-optimizer — Network optimization for the DSH web UI: caching and compression to cut transfer size and speed up page loads, plus a disconnect indicator and auto-reconnect. Great for peak performance or unstable networks.

  • ismoss/dsh-harness-zh-l10n — Chinese-localization patch for DeepSeek Harness (dsh): translates the five mode descriptions, permission labels, command descriptions, and the Liang-Shen mode; one-click install via apply.bat.

  • minyang2020/dsh-migrate-on-429 — DeepSeek Harness (dsh) plugin: automatic session handoff when a session keeps hitting 429 TPM rate limits — cancel old, summarize handover, continue in a fresh session. True handoff, never parallel.

  • dsh-blue/blue — Blue: a TUI is not a package, it is a Cordis plugin tree — a modern terminal UI for DeepSeek Harness with hot-swappable render, interaction, and command plugins.

  • euanguo/dsh-studio — DSH Studio — a local development workbench for DeepSeek Harness: project tree, Git review, terminal, and plugin marketplace (Desktop + Web).

  • EternalNight996/dsh-desktop — DeepSeek Harness desktop workbench: double-click to use, with bundled plugins installable in one click.

  • taskschd1145/deepseek-harness-clean — A minimal DSH desktop shell: opening it is just like using DSH in a browser, except it's a fully native Windows window with a tray icon.

  • leonardoxr/dsh-native — A focused Electron desktop shell for HTTPS web apps, with saved servers, fast reconnects, and first-class DeepSeek Harness support.

  • Chu-m/dsh-chat-continue — Auto-retry failed API requests to keep DSH conversations going. Supports configurable status codes and error codes.

  • aqiu817/dsh-llm-agentrouter — DeepSeek Harness bundle: the AgentRouter relay as one pi-ai route with a domestic/international endpoint switch, plus the outbound request compatibility the relay requires.

  • ChenSiyun1234/dsh-tray-windows — Turns DeepSeek Harness (dsh web) into a real Windows desktop app: tray control, standalone app window, and a clean full stop of the backend on exit (no leftover processes). Unofficial.

  • Mikoribbit/odsh-bridge — A bridge that connects OpenClaw and DeepSeek Harness.

  • shaomingbo/dsh-subscription-search — ChatGPT/Grok subscription OAuth, model routes, and a ChatGPT → Grok → Exa → DeepSeek web-search fallback chain for DeepSeek Harness.

  • YunlongL-byte/dsh-launcher — One-click macOS Dock launcher for DeepSeek Harness (DSH).

  • elmaxid/dsh-manage — Install and manage DeepSeek Harness (dsh): install/start/stop/update/status for dev workstations.

  • Mpaperlee/dsh-hub — JupyterHub-style multi-user front end for DeepSeek Harness (dsh): PAM login, per-user isolated instances, cookie-routed HTTP/WS proxy — zero modifications to dsh.

  • wyq09/dsh-rewind — A checkpoint / rollback plugin for DeepSeek Harness (DSH).

  • zsagi1368/deepseek-harness-DSH — DSH · an enhanced branch of deepseek-ai/deepseek-harness: plugin-governance framework (PluginSpec / three-layer sandbox / three-layer guard) + branch-independent operation (WIP).

  • artec/clat — Cmd-Line Agent, a Rust basement compatible with the DeepSeek Harness framework.

  • JohnXu22786/dsh-web-submit — DeepSeek Harness plugin: run headless-style tasks through the live dsh web process — CLI-invoked sessions appear in the Web UI in real time (POST /x/headless, GET status, SSE live events).

  • liulingfei-1/deepseek-harness-ios — Native iOS DeepSeek Harness port: BYOK inference, on-device Agent tools, iSH sandbox, Cordis plugins, and trajectory.

  • modelbus/deepseek-harness-pro — A Web+Electron client based on deepseek-harness, compatible with existing deepseek-harness environments and supporting one-click deployment of the latest deepseek-harness. Enhancements over the original web: a real-time task board, a PC housekeeper (cleanup/tuning/process management), and an independent plugin center.

  • SpookySandwich/dsh-plugin-rollout-scout — DeepSeek Harness plugin: fish for a limited-rollout conversation model by scoring live chain-of-thought.

  • StvLi/dsh-ros2 — The Deepseek Harness ROS 2 plugin can be used to efficiently diagnose issues and perform joint debugging.

  • BuLongY/dsh-proxy — A network proxy plugin for DeepSeek Harness (clash/cordis integration).

  • citrusli2026/dsh-desktop — Unofficial Electron desktop shell for DeepSeek Harness: bundled Node runtime, installers, auto-update.

  • new-256/dsh-desktop — DSH (DeepSeek Harness) desktop edition: Windows desktop app wrapper — standalone window, bundled Node/npm/dsh environment, isolated data directory, startup self-check/self-heal, silent updates.

  • C3H3-AI/dsh-mobile-fix — DSH mobile UI polish plugin: single-column settings dialog, double-click maximize, hidden-by-default mobile sidebar.

  • dsh-plugins/dsh-network-settings — A DeepSeek Harness plugin that bundles three network capabilities — User-Agent rewriting, an HTTP/HTTPS-CONNECT/SOCKS5 proxy, and configurable request auto-retry — all driven from a single Network tab in the Web settings.

  • lokic7123-star/dsh-route-resilience — Multi-route high-availability, fault isolation and observability for DeepSeek Harness: model groups fail over between authorized provider routes on rate limits, retry-after, transport and auth failures.

  • yoshino-xiao7/dsh-codex — Community-maintained DeepSeek Harness Codex plugin: OAuth, models, images, and stream recovery; unofficial.

  • Evan1u/deepseek-harness-desktop — Light-weight Desktop App for DeepSeek Harness.

  • LVSUGARS/dsh-web-launcher — Windows desktop launcher for DeepSeek Harness (DSH) Web: install the official CLI, manage local workspaces, and safely start, stop, and update DSH.

  • NevermindZZT/dsh-launcher — Minimal one-click DSH launcher supporting remote SSH connections.

  • NevermindZZT/dsh-manager — Remote server management tool for DSH.

  • severin-ye/uagent-sync — Cross-device agent workspace sync for OpenCode, Codex, and DeepSeek Harness — backup, restore, update, and configuration inspection.

  • SUJIElearning/zhaoyu-restart — One-click silent DSH restart button for DeepSeek Harness (dsh-plugin).

  • syncended/deepseek-harness-automations — Automation plugin for DeepSeek Harness (dsh-plugin).

  • usersx/dsh-automation-center — Root-level automation center for DeepSeek Harness: scheduled tasks, fresh Result Sessions, and cross-workspace run history.

  • vibeinging/dsh-desktop — DeepSeek Harness Desktop App: a local AI desktop workspace for DSH Sessions, projects, files, web research, plugins, and Office artifacts.

  • yoshino-xiao7/deepseek-harness-desktop-yukiryou — DeepSeek Harness Desktop for macOS & Windows.

  • yth1120/deepseek-harness — DeepSeek Harness source with the dsh-web-workbench plugin suite (right workbench, terminal, timeline, review, files and browser preview).

  • ZhuoSir/dsh-cron — DeepSeek Harness scheduled-task plugin: create tasks via natural language in chat, auto-executes on schedule and replies in-session; supports cron expressions and a Web management panel.

  • alingge/dsh-manager — Windows desktop manager for DeepSeek Harness: visual management of the official source repo (version switching, updates, build, launch); no build needed, just download the release/ exe.

  • GM-HZ/agent-dag-workflow — Workflow plugin for DeepSeek Harness (dsh).

  • dHR-P/dsh-safe-launch — Desktop safe-start launcher for DSH: last-good boot config, consent-gated canary updates for dsh & plugins, and compatibility-checked plugin installation.

  • KannaKuron/dsh-gitbash-shell — Git Bash shell for all agent modes on Windows, replacing the pwsh executor.

  • nbsp1221/dotdsh — 🐋 Personal DeepSeek Harness environment, deployed and managed as code.

  • zimodzh/dsh-plugin-effort-declare — DSH plugin to declare reasoning efforts on hand-added OpenAI-compatible models.

  • mill413/dsh-server-manager — Multi-user server management and Docker deployment for DeepSeek Harness.

  • AgentsDanceAI/deepseek-harness-cloud — Accounts, credits and cloud agent workspaces for DeepSeek Harness — run it as a hosted product, or self-host in 5 minutes.

  • jony5933/codex-dsh-bridge — A visible, workspace-aware Codex to DeepSeek Harness Web Host bridge.

  • Tianbuyu-wwx/dsh-hermes-link — Bidirectional bridge between Hermes Agent and DeepSeek Harness (DSH). v0.2.4 — single-bundle Cordis plugin replacing the archived hermes-foundation/-oneshot-arbitrate/-dispatch-bridge triad.

  • ConsoleSun/Gemini-Eyes — Gemini/MCP vision-tooling plugin for DeepSeek Harness (agent, deepseek-harness, dsh-plugin, gemini, mcp).

  • lengquan88/dsh-dual-auto — Dual-model auto-routing plugin for DeepSeek Harness: low-cost direct / high-cost upgrade + escape-learning closed loop.

  • steven95/dsh-office-suite — Office-suite plugin for DeepSeek Harness (dsh-plugin).

  • Yiklek/dsh-web-profile — DeepSeek Harness Web profile plugin (deepseek-harness, dsh-plugin).

  • xswt442-cmd/dsh-instance-manager — Sidebar panel to list and gracefully stop local dsh web instances on ports 3080-3129.

  • aorucshiea/dsh-omnipotent-preset — Omnipotent agent preset for DeepSeek Harness: Standard/PTC/Minimal + routing modes.

  • aorucshiea/dsh-preset-switch — Optional mid-session agent-preset switching for DeepSeek Harness.

  • aorucshiea/dsh-safe-tui — DeepSeek Harness safe-mode recovery console: minimal TUI, history, repair, model/provider management.

  • blaxel-ai/deepseek-harness-blaxel-sandbox — Blaxel sandbox execution plugin for DeepSeek Harness.

  • oitsukiii/deepseek-harness-lan — Run DeepSeek Harness Web UI on your home LAN — 4 minimal patches + one-click apply/revert scripts.

  • ZalmoraDev/deepseek-harness-containerized — 🐋 Simple script to install & run DeepSeek Harness with isolated workspaces through Docker.

  • HYBB-rash/dsh-plugins — Personal DeepSeek Harness plugins for Telegram, scheduling, assistant responsibilities, X feeds, and UI experiments.

  • steve-magne/dsh-plugins — dsh-plugins (personal DeepSeek Harness plugin collection, no further upstream description).

  • HIT-HTML/dsh-ENHANCED — Everyday upgrades for DeepSeek Harness in one plugin: multi-engine free web search, skills & MCP management, auto-compact tuning, instance controls (RESTART/SHUTDOWN), themes.

  • KakaruHayate/dsh-degen-heal — Detects and self-heals LLM output degeneration loops inside a DeepSeek Harness agent session.

  • OpenCnid/recursus — A durable, full-access runtime agent built on DeepSeek Harness.

  • MochiNek0/dsh-vendor-login — Sign in to AI coding plans that have no API key — Claude Pro/Max/Team, ChatGPT Plus/Pro, Copilot, SuperGrok — from the dsh settings UI.

  • snow930/dsh-self-upgrade — Self-upgrade plugin for DeepSeek Harness.

  • 0231071/llm-as-a-verifier — LLM-as-a-Verifier plugin for DeepSeek Harness (DSH): best-of-N parallel candidate generation + Probabilistic Pivot Tournament (PPT) verifier selection, official-style settings card, lav_status/lav_set session tools.

  • AngelosZou/dsh-python-env — Workspace-scoped Python virtual environment management for a DeepSeek Harness project — discover, create, install into, and remove virtual environments without sandbox, network, or subprocess pitfalls.

  • 1024483906-pixel/dsh-novel-reader — Leisure novel-reading text plugin for DeepSeek Harness.

  • AdamPlatin123/dsh-zcf — DeepSeek Zero-Config Flow: one-command setup wizard for DeepSeek Harness.

  • AleCyriaco/deepseek-harness-desktop — Native cross-platform desktop shell (Rust + Tauri v2) for the DeepSeek Harness web GUI.

  • ang-XWBWZ/Pwiki — Local-first knowledge retrieval engine for AI agents — BM25, semantic search, reranking, MCP, Pi Agent and DeepSeek Harness integration.

  • DevViking-Persike/dsh-git-graph — DeepSeek Harness plugin: a Git commit-graph view with lanes, refs, and worktree management.

  • lileikeji/dsh-super-injector — Hot-reload plugin injection tool for DeepSeek Harness (deepseek-harness, dsh, hot-reload, injection, plugin).

  • Olympianz/dsh-github-sidebar — GitHub sidebar plugin for DeepSeek Harness (dsh, dsh-plugin).

  • shizhanyu13/dsh-waom — @deepseek-ai/dsh-waom — Ironbound WAOM autonomous-ops service plugin for the DeepSeek Harness (monitor / decide / subagent fix / GAN evaluate).

  • wpc725562-dotcom/deepfusion — DeepFusion: a DSH x Reasonix fusion agent engine (DeepSeek-native orchestration + prefix-cache optimization).

  • yangbobo2021/relay-dsh-plugin-terminal — Provider-neutral interactive terminal bottom-view plugin for DeepSeek Harness Workbench.

  • yangbobo2021/Relay — Event-driven agent runtime for long-running, resumable work: replaces polling with notification-based callbacks, wakes the right session from external events, compresses context with task-aware memory, and dispatches subtasks into project-scoped agent sessions.

  • dwkejiPeng/dsh-model-vision-capability — Declares native image-input capability per-model for llm-pi-ai providers, with configurable available thinking effort and default thinking level.

  • GehrmannMerlin/DeepSeek-harness-Desktop — Electron host that wraps DeepSeek Harness (npx @deepseek-ai/dsh web) into a Windows desktop app: one-click launch, system-tray residency, process lifecycle management, and an NSIS one-click installer.

  • huiliyi37/Tianshu-harness — Tianshu (天枢): a harness-based terminal coding-agent runtime (TUI x GUI) with prefix-cache engineering tuned for DeepSeek V4 (97–99% steady-state hit rate in long sessions); builds on a Cognitive Virtual Machine (CVM), self-awareness layer, and Stigmergy-style decaying memory so the agent acts as an independent-judgment "dev partner" rather than a pure tool.

  • my-dsh/oh-my-dsh — DeepSeek Harness distribution/plugin collection with token-tracking and token-usage tooling.

  • ryanportfolio/dsh-branchline — Fresh, isolated worktrees for DeepSeek Harness: Windows launcher, task board, review-only handoff.

  • Shizuku-keop/dsh-health — Session loop-health diagnostics for DeepSeek Harness: oscillation/stall/near-repeat/per-tool/token/compaction profiles plus an auditable 0-100 score. CLI + live watch bundle.

  • wenhao4126/dsh-herdr — Exposes Herdr workspaces, panes, and coding agents as DeepSeek Harness tools.

  • dancingteeth/agent-looper — Fix-until-green agent loop with shell-verify-as-truth, pluggable multi-runtime workers (Cursor/Cline/OpenCode/Codex/DSH/Pi), and fresh context per iteration.

  • ddtcorex/dsh-maestro-config — Maestro Config: shared settings service for the dsh-maestro-* suite over a single namespaced store (~/.dsh/maestro/settings.json).

  • ddtcorex/dsh-maestro-govard — Thin bridge exposing the Govard CLI to DeepSeek Harness agents as tools.

  • ddtcorex/dsh-maestro-meta — Maestro Harness meta-bundle: one plugin to install the whole Govard + DSH harness.

  • ddtcorex/dsh-maestro-remote — Remote access for DeepSeek Harness via cloudflared tunnel + proxy, with PIN auth and Telegram notifications.

  • ddtcorex/dsh-maestro-review — Pluggable merge-request review pipeline for DeepSeek Harness (webhook → orchestrator → findings) with GitLab + GitHub providers.

  • gavinlee9051/deepseek-harness-pack — LAN one-click deployment pack for DeepSeek Harness (HTTPS reverse proxy + admin console + patches).

  • patrick1099/dsh-claude-plugin-loader — DeepSeek Harness plugin tagged deepseek-harness / dsh-plugin (upstream provides no further description).

  • shendeguize/Remote_DSH_Center — One-page local manager and CLI for local and remote dsh web instances, with SSH tunnels for remote hosts.

  • agi-fans/oh-my-dsh — A focused, keyboard-first DeepSeek coding agent built on the plugin architecture of DeepSeek Harness and inspired by the interaction quality of oh-my-pi.

  • buchylx/create-dsh-content-plugin — Zero-dependency CLI that scaffolds a content-automation DSH plugin (Dev.to/GitHub/Bluesky/Mastodon). Like create-vite, for DSH.

  • dushaobindoudou/dsh-freeroute — Free token route plugin for DeepSeek Harness.

  • lmh-2026/dsh-periscope — DSH plugin: keep text-only DeepSeek models (V4-Flash / V4-Pro) and auto-route image-bearing requests to the official vision model (deepseek-v4-flash-vision-exp) — no manual model switching.

  • niushuanan/xiaozhuang-dsh — Plugin-enhanced DeepSeek Harness distribution with Computer Use, Teamwork, model usage, and multi-worktree development.

  • qiniu/dsh-attachment-s3 — S3 storage backend for the DeepSeek Harness attachment seam: content-addressed, idempotent uploads with verified reads, installable with one dsh plugin command.

  • bailinghub/bailinghub-dsh-plugin — Submit and track governed business tasks from DeepSeek Harness through one operator-configured BailingHub route.

  • Jackywxsz/DSH-Creator — Jacky Creator: a local content-creation and operations workbench for DeepSeek Harness, built for content creators.

  • jerryqx/dsh-ximalaya — Ximalaya (喜马拉雅) podcast plugin for DeepSeek Harness: search/play/favorite plus a ximalaya_play model tool.

  • jerryqx/dsh-xiaoyuzhou — Xiaoyuzhou (小宇宙) podcast plugin for DeepSeek Harness (DSH): login-free playback / QR-code login / subscription sync / search, with a Web player bar and panel plus a podcast_play tool.

  • PerryLink/dsh-fund-research — DeepSeek Harness plugin: deterministic research reports for Chinese public mutual funds.

  • qiannianhuanxiang/DSHA — Run DeepSeek Harness on Android with no ROOT and no Termux: full Ubuntu environment via proot with zero ptrace overhead, live AI output, direct ADB, no data loss.

  • XucroYuri/dsh-model-manager — Manage enabled model allowlists in DeepSeek Harness to keep model pickers clean.

  • XucroYuri/dsh-opencode-bridge — Experimental bridge to use OpenCode as a model provider from DeepSeek Harness.

  • XucroYuri/dsh-opencode-sync — Sync OpenCode provider configurations, credentials, and model metadata into DeepSeek Harness.

  • XucroYuri/dsh-provider-catalog — Maintain a local model catalog from OpenCode metadata for DeepSeek Harness.

  • Gildra-Foundation/dsh — Gildra DSH — desktop and server DeepSeek Harness kit with agents, MCP, automation, CodeGraph and SSH workflows.

  • openllmsh/dsh — DeepSeek Harness (dsh) bundle: route the harness through OpenLLM (OpenAI-compatible) + register the OpenLLM MCP, with CLI/daemon onboarding.

  • sd1g1/dsh-opencode-go-models — Fills out DSH's OpenCode Go model catalog.

  • See-Sol-Lab/DeepCode — Use it like Codex. Inspect it like a lab. Extend it like Harness.

  • cyjyyd/dsh-llm-xai-oauth — Native SuperGrok / X Premium OAuth provider for DeepSeek Harness. Reuses local grok-bridge tokens; no xAI API key.

  • elizax/dsh-http-proxy — Configurable LLM proxy address settings for DeepSeek Harness.

  • LaplaceYoung/dsh-of-your-own — /fuck — migrates your Claude Code & Codex habits into DeepSeek Harness. One command, parallel scan, boot-time recall.

  • qiufengcrl/dsh-ip-https — DeepSeek Harness plugin: remote settings + Let's Encrypt IP certificates.

  • TGYD-helige/dsh-plugins — Generic DeepSeek Harness (dsh) plugins: A2A protocol server, session storage mirror, and Langfuse observability.

  • wyf-777/deepseek-launcher — DeepSeek Harness background launcher with system tray support.

  • Diluka/dsh-desktop-app — Cross-platform DSH desktop client with OpenSSH remote mode and CEF/WebView2 backends.

  • bearice/dsh-keep-awake — DSH plugin that keeps the session/process alive to prevent idle timeouts.

  • fore-vip/dsh-live — Multi-platform livestreaming plugin for DeepSeek Harness: camera/screen/picture-in-picture, synced multi-select streaming to Video, Douyin, Kuaishou, Douyu, Bilibili, YY, Huya, and CC, with a real ffmpeg-powered RTMP push engine (dsh-plugin).

  • hedging8563/tokenlab-deepseek-harness-provider — TokenLab native-protocol model provider, multimodal tools, and async tasks for DeepSeek Harness.

  • keman-ai/dsh-opencode-zen — Wires OpenCode Zen's free models into DeepSeek Harness: install with zero configuration, free-model list dynamically discovered from upstream.

  • yangbobo2021/relay-dsh-plugin-claude — Claude Code integration plugin for DeepSeek Harness, providing native Claude conversations powered by the Claude Agent SDK, with approvals, session continuity, and DSH tool support.

  • cslht11/dsh-ssh-remote — SSH remote-workspace plugin for DeepSeek Harness (multi-machine parallel): connect to multiple servers at once, with the agent directly viewing/editing/executing remote files. Adapted from flymysql/dsh-remote (MIT) for 0.1.1-rc.2.

  • DavidRm1911/dsh-llm-subscription — Native DeepSeek Harness LLM adapter for Claude Code / Antigravity CLI subscriptions — no API key required.

  • DavidRm1911/dsh-subscription-gateway — OpenAI-compatible gateway that lets DeepSeek Harness use your existing Claude Code / Antigravity / Ollama logins instead of a paid API key.

  • BlueChonk/dsh-cli-anything — Integrates CLI-Anything into DeepSeek Harness: browse, install, launch, update, and manage 100+ CLI tools through natural-language chat.

  • BruceLanLan/dsh-tier-router — Tiered model router for DeepSeek Harness: a strong tier handles planning/architecture/review while a cheap tier (deepseek-v4-flash by default) handles day-to-day implementation, with per-tier fallback chains and an escalation gate.

  • DDDFXYqiming/pi-pseudo-vision — Local OCR + color-statistics + pixel-scan + metadata bridge for text-only Pi Coding Agent models; Pi port of dsh-pseudo-vision, no external vision API.

  • huyang2024/dsh-openai-api — OpenAI-compatible HTTP surface for DeepSeek Harness (dsh): POST /v1/chat/completions, POST /v1/responses, GET /v1/models over the harness webServer + llm runtime.

  • iTrimut/dsh-Webroad — Free remote access to DSH Web via Tailscale Funnel: no domain purchase, no app install on mobile — just a URL and a password.

  • Moonshile/moonshile-dsh-plugins — DeepSeek Harness (DSH) plugins — dsh-workspace-sort: re-sorts sidebar workspaces by last activity once per day. One-command npm bundle install.

  • refyon/dsh-systray — DeepSeek Harness desktop tray: Windows/macOS double-click to start the local Web service in the background, tray-resident, launch-at-login, auto-deploys the environment on first run.

  • softspark/dsh-codex — DeepSeek Harness provider for locally authenticated Codex app-server access through a ChatGPT subscription.

  • maojindao55/deepseek-harness-acp — Standalone Agent Client Protocol (ACP) server for DeepSeek Harness with real-time streaming, reasoning trace, MCP tools, and session recovery.

  • jiang12345-code/dsh-openrouter-free — OpenRouter free-model panel for DeepSeek Harness — tiered star ratings, one-click switching, task-resume friendly.

  • DoNotEatMe/dsh-local-link — DeepSeek Harness plugin for lightweight LAN access to the current Web UI from phones, tablets, and other computers.

  • duke5am/deepseek-harness-on-android — Step-by-step tutorial: install & run DeepSeek Harness (dsh) on Android without root — Termux + proot-distro + Ubuntu + Node.js/npm + dsh CLI/web UI + environment skills.

  • sxzyabab/deepseek-harness-python-chinese — dsh的python中文迁移版 (Python Chinese port of dsh).

  • Ramenne/DeepSeek-Harness-Gov — DeepSeek Harness Gov Edition: a government-affairs WebUI and official-document (红头文) plugin built on deepseek-ai/deepseek-harness.

  • fan56/dsh-llm-net-retry — dsh plugin: bounded retry for gateway network_error failures the stock retry policy cannot classify.

  • Cooberped/dsh-evidence — Turn local files into versioned evidence in DeepSeek Harness: composer upload, private local retrieval, and coordinate-exact PDF/DOCX/XLSX/PPTX reads.

  • yoshino-xiao7/dsh-grok-provider — Community Grok Build provider for DeepSeek Harness, with official CLI OAuth, dynamic models, streaming tools, and a quota dashboard.

  • Ansonfishing/dsh-model-manager — Manage local LLM inference servers in DSH: GPU registry, parameter profiles, VRAM validation, and tok/s benchmarks for llama.cpp, SGLang, and vLLM.

  • hgl011091/dsh-rss-monitor — Native DeepSeek Harness RSS subscription-monitor plugin: multi-source feeds, keyword filters, scheduled dedup checks, new-entry email notifications (thumbnail HTML template); SMTP password lives in the credentials store and is never persisted in plaintext; native four-tab settings UI.

  • Qidianyan/dshctl — Command DeepSeek Harness (dsh) from the terminal — sessions, tasks, models, modes, workspaces, approvals over its HTTP API. No web UI needed. Claude Code skill included.

  • firestige/wsr-dsh — WSR integrations for DeepSeek Harness: Execution, Studio, and suite bundles.

  • Likenttt/garmin-connect-plugin-for-dsh — DeepSeek Harness plugin for Garmin Connect — AI-powered fitness data access.

  • NevermindZZT/dsh-manager-plugin — DSH plugin paired with the dsh-manager remote tool, enabling remote access/control of dsh directly from the manager.

  • Ruixinhua/dsh-universe-api — Offline, deterministic public API discovery for DeepSeek Harness and DSH Desktop.

  • shengbinxu/dsh-llm-latency — LLM latency benchmark and telemetry plugin for DeepSeek Harness.

  • Tamarisk-Du/remote-dsh-macos — Native macOS launcher for using DeepSeek Harness with remote models over SSH.

  • x102201/deepseek-harness-helper — Run unlimited concurrent DeepSeek Harness instances on one machine, each instance an independent dsh setup, with draggable custom split-screen layout and .dshpack environment packs that can be packaged and sold (Win/macOS/Linux, x64 & ARM).

  • 173787247/dsh-wsl-github — DeepSeek Harness: GitHub App status (open PRs + latest Actions) for WSL agents.

  • 6Mikao9/dsh-wsl-workspace — WSL workspace support for DeepSeek Harness — seamless WSL workspace usage without installing dsh inside WSL; once installed, add a WSL workspace directly from the GUI.

  • asdf17128/dsh-doctor — Find what your DeepSeek Harness (dsh) patches silently broke — dead patches, config fields dropped by whole-config replacement, unmaintained plugins. Read-only, zero deps.

  • bruc3van/dsh-doctor — Diagnoses common DeepSeek Harness problems: startup failures, corrupted config, and third-party plugin incompatibilities. Runs fully read-only by default; only applies reversible fixes with --fix after showing an exact file/command plan and confirmation.

  • JimyuAn-98/dsh-console-aio — All-in-one Windows console for DeepSeek Harness (dsh): SSH tunnel manager, one-click install/update, environment check, session/plugin/profile/usage management. Zero-dependency tkinter GUI.

  • mengnanxyyyy/dsh-markdown-xyy — Markdown theme plugin for DeepSeek Harness (dsh).

  • Mvyvn/dsh-desktop-notify — Desktop notification plugin for DeepSeek Harness (dsh).

  • squirrel20/dsh-cron — Unattended scheduled jobs for the DeepSeek Harness (dsh): agent/command tasks on cron schedules.

  • Rycbartbad/dsh-key-manager — Multiple API keys per provider for DeepSeek Harness: pools with notes, one-click switching that really takes effect.

  • fly3366/dsh-o11y-plugin — Unified plugin-dimension observability (trace/log/metric) for deepseek-harness: registers global OTel providers + OTLP export, bridges dsh session telemetry, GenAI semconv ready.

  • hyperion2144/dsh-hashline-edittool — Hash-anchored read/edit/undo_last_edit tools for DeepSeek Harness (dsh).

  • m1khal3v/dsh-tool-codegraph — CodeGraph navigation tools for DeepSeek Harness.

  • N9-Developer-Empowerment/DSH-Vibeify — Turn AI work into a living local magazine for DeepSeek Harness. DeepSeek, ChatGPT, or both.

  • 173787247/dsh-wsl-cred — DeepSeek Harness tool: safe Git credential hints for Windows GCM from WSL.

  • 173787247/dsh-wsl-distro — DeepSeek Harness plugin: current WSL distro facts and multi-distro warnings.

  • 173787247/dsh-wsl-gpu — DeepSeek Harness tool: probe nvidia-smi / GPU visibility inside WSL.

  • 173787247/dsh-wsl-launch — DeepSeek Harness tool: launch allowlisted Windows apps from WSL.

  • 173787247/dsh-wsl-notify — DeepSeek Harness tool: Windows MessageBox notification from WSL.

  • 173787247/dsh-wsl-path — DeepSeek Harness tool: convert WSL Linux and Windows paths with /mnt/c caveats.

  • 173787247/dsh-wsl-port — DeepSeek Harness tool: diagnose WSL port listening and Windows localhost forwarding.

  • gao-gao-zai/http-request-dsh-plugin — Native DSH HTTP request plugin with a configurable credential whitelist and a usage skill.

  • Yvesgao/dsh-desktop-launcher — DSH launcher: one-click Windows desktop shortcut from the DSH settings page, auto-opens the browser, can be pinned to the taskbar.

  • yx222yx/DSH-Feedback-Bridge — A DeepSeek Harness plugin that helps users turn feature ideas and bug reports into clear, privacy-aware GitHub Discussions.

  • HanyangZZZ/local-agent-stack — Open-source desktop control plane for Ollama, DeepSeek Harness, and local AI agent environments.

  • CARVIN94/dsh-router-codebuddy — DeepSeek Harness model-router plugin for CodeBuddy backend routing.

  • CARVIN94/dsh-router-traework — DeepSeek Harness model-router plugin for Traework backend routing.

  • Lion-Li-git/dsh-external-links — DSH desktop (Deepseek Harness EAC) plugin: open http/https/mailto/tel/file links in the default browser/app, bypassing the broken shell.open-external bridge.

  • EasyTZ/dsh-desktop — Windows desktop AI coding assistant built on the DeepSeek Harness (dsh) kernel: double-click to run, no Node.js or command line required, with independent kernel hot-updates, tray/notifications, a Git panel, and a terminal.

  • ningbonb/dsh-web-desktop — Electron launcher for DeepSeek Harness Web profiles.

  • SISCHOI/daruma — Automatic model/channel failover for DeepSeek Harness long-running tasks: circuit breaker with persistent channel health, a backup-channel UI, and a deterministic recovery decision engine.

  • Axiaohungry/dsh-llm-codebuddy — Custom model-provider plugin that lets DeepSeek Harness call the WorkBuddy API, for teams whose company only issues WorkBuddy credits.

  • gxpppp/dsh-obsidian — Obsidian bridge plugin for DSH.

  • harryopo/dsh-cloud-workspaces — Cloud workspaces for DeepSeek Harness — pick Cloud (SSH) in the workspace picker and the agent's bash/read/write/edit/glob/grep tools transparently run on your Linux server over SSH. Zero remote install.

  • hpyer/dsh-for-mac — DshForMac: a native macOS launcher and runtime manager for DeepSeek Harness, with local environment detection, version management, and an embedded Web UI.

  • kevinchennewbee/PenglaiAgent — Penglai 蓬莱 — a local-first desktop distribution and composable plugin ecosystem for DeepSeek Harness.

  • lovezi0/dsh-model-extension — Extension plugin that fixes DSH's inability to configure reasoning mode and multimodal input when setting up a custom model provider.

  • qfzlm/dsh-switchyard — Deterministic model routing and approval infrastructure for DeepSeek Harness.

  • raomaiping-hash/dsh-model-caps — DSH plugin: per-model reasoning-effort levels and input modalities for custom llm-pi-ai providers — fields the official Models page does not expose. Cordis plugin, install via dsh plugin --profile web add github:raomaiping-hash/dsh-model-caps.

  • raomaiping-hash/dsh-self-upgrade — DSH plugin: in-place self-upgrade for DeepSeek Harness — official release detection, auto backup, upgrade/rollback, idle-aware auto-restart. Install: dsh plugin --profile web add github:raomaiping-hash/dsh-self-upgrade.

  • STARDUSTLC666/dsh-docker — Container-management plugin for DeepSeek Harness: seven tools (docker_ps/images/logs/inspect/exec/manage/health) via the official subprocess service, no-shell argv execution, an exec approval gate, and zero runtime dependencies. Containers for DeepSeek Harness agents.

  • STARDUSTLC666/dsh-rss — RSS/Atom subscription plugin for DeepSeek Harness: nine tools (subscription management/validation/fetch-and-parse/cross-feed search/incremental fetch/OPML import-export/health check), normalized RSS/Atom parsing, subscriptions persisted to settings; pure Node, cross-platform.

  • GoldVelen/DuraSH — A reliability-focused downstream distribution of DeepSeek Harness that tracks the latest verified-compatible upstream.

  • supersealwqas/dsh-custom-provider-settings — Third-party API and custom-model settings plugin for DeepSeek Harness: supports custom request headers, User-Agent, model lists, image input, and reasoning-effort levels.

  • fan56/dsh-llm-proxy — dsh plugin: per-host LLM outbound HTTP proxy routing (undici ProxyAgent) with a bundled dsh skill.

  • NinjaSln-labs/dsh-imgdraw — Text-to-image plugin for DeepSeek Harness: a draw_image model tool plus a composer generate button (async generation/4-grid/download & delete) and an /imgdraw route with persisted history.

  • opdsh/unity-plugin — DeepSeek Harness plugin: control the Unity Editor through the unity CLI.

  • wenbuer/opc-web-dsh — OPC (one-person company) multi-agent collaboration workbench, with DeepSeek Harness powering the agent core.

  • yyxcnasd/amadeus-for-dsh — Amadeus (AI assistant from Steins;Gate 0) persona plugin for DeepSeek Harness.

Security & Permissions

Permission rules, approval review, security audits, and policy-check plugins.

  • robbin810130/dsh-vault-plugin — DSH vault plugin: a front-end privacy lock for projects and conversations.

  • KeS1Ke/dsh-start-and-exit — A focused DeepSeek Harness web plugin that adds a safe, confirmed host-exit control.

  • Oscar-Williams/dsh-deepcanary — Local attention supervision for DeepSeek Harness: evidence-first signals, quiet notifications, and an actionable inbox.

  • developerdh/dsh-sandbox-allowlist — Adds a configurable "sandbox-authorized directory" allowlist to DSH's default sandbox, letting trusted edits happen outside the workspace.

  • HakureiMonika/dsh-sandbox-escalation-fix — Session-aware sandbox escalation compatibility plugin for third-party models in DeepSeek Harness/DSH.

  • a903067276-rgb/dsh-perm-guard — Auto-approval permission guard for DeepSeek Harness: a middle tier between workspace-write and danger-full-access — auto-allows safe ops in trust dirs, always prompts for destructive ones.

  • cuddly-guacamole/dsh-auto-approval-llm — LLM-assisted auto approval + timeout fallback for the DeepSeek Harness Auto preset.

  • MkaliezZ/dsh-agentfuse-plugin — Deterministic fail-closed tool-call authorization for DSH with evidence: allow/block/ask policy gate plus approval-chain deferral.

  • inen1121/dsh-verifier-trio — A daily-use, safety-first Best-of-3 verification preset for DeepSeek Harness.

  • log-li/dsh-auto-mode — CC-style auto approval layer for DeepSeek Harness: deterministic rules + two-stage classifier, circuit breaker, fail-to-human. Shadow mode day one.

  • DevRico003/dsh-verifier-gate — LLM-as-a-verifier plugin for DeepSeek Harness: end-of-turn quality gate, best-of-N selection and assessment tools (port of llm-as-a-verifier).

  • uson1x/dsh-plugin-llm-verifier — LLM-as-a-Verifier for DeepSeek Harness: continuous reward signals via select / compare / track.

  • aispin-dev/llm-as-a-Verifier-dsh — LLM-as-a-Verifier (arXiv:2607.05391) as a dsh plugin: Best-of-N conversation mode giving DeepSeek V4 Flash test-time scaling. Bo5 self-verification hits 88% on Terminal-Bench 2.1, beating some frontier models at a fraction of the cost. Fine-grained logprob-expectation scoring, PPT tournament, zero-config.

  • xbzbing/dsh-auth-gateway — Adds secure remote access to DeepSeek Harness with password auth and TOTP two-factor authentication (2FA).

  • aa2246740/dsh-auto-review — Codex-style Auto-review and Approve-for-me mode for DeepSeek Harness.

  • xingyingyuzhui/dsh-agent-gate — Claw/session permission gate and audit for DeepSeek Harness: intercepts, approves, and audits.

  • PerryLink/dsh-permission-rules — Claude Code-style declarative permission rules (allow/deny/ask).

  • gengwg/dsh-kubectl-guard — A dsh policy plugin that gates kubectl by kubeconfig context: deny irreversible verbs outside local clusters, ask for the rest.

  • whoisDDD/dsh-approval-notify — DSH approval/question/completion notifier with native browser notifications and toast fallback.

  • AgentValet/dsh-agentvalet — Brokered SaaS access: four tools reach approved platforms through a credential broker, minting a short-lived assertion per call, so no API key sits on the machine and every call is owner-approvable, revocable, and audited.

  • PerryLink/dsh-auto-review — Secondary-model automatic review of approval requests.

  • PerryLink/dsh-skill-pack-security — Security-audit skill pack (secret scanning, dependency audit).

  • agentic-control-plane/dsh-acp-plugin — Policy checks before tool calls execute.

  • securstack/securstack-dsh-plugin — Repository security-scanning adapter.

  • Xinlong-Wu/dsh-auto-review — Adds an auto-review permission preset to DeepSeek Harness, mirroring Codex auto review.

  • rrrrrredy/beforedone — Evidence gate and incident replay toolkit that requires fresh, file-bound verification evidence before coding agents declare completion; the DeepSeek Harness community Bundle evaluates the native turn-stopping boundary and can start one bounded corrective continuation.

  • CharlotteN7/dsh-dlp — Stops a DeepSeek Harness agent from reading your credential files and pasting secrets into tool calls.

  • CharlotteN7/dsh-ocsf-forwarder — Ships DeepSeek Harness session activity to your SIEM as OCSF 1.9.0 records.

  • pavangupta352/stalegreen — Keeps a coding agent's green claims honest: verification runs are recorded unmasked, and done is blocked when the evidence is stale, failed or masked.

  • xychendave/dsh-hardware-guard — Safety and audit guard for physical hardware tools in DeepSeek Harness.

  • Areium/dsh-fail-logger — Automatically logs tool-call failures and distills follow-up improvements.

  • lonelymoon87/dsh-guardian — Runtime tool policy, dangerous-command guard, and output redaction for DeepSeek Harness.

  • cyzlmh/dsh-cyber-sec — Authorized security-assessment profile for DeepSeek Harness: scoped network tools, container-backed shell, authorization guard, durable evidence, 21 security skills, and 7 specialist subagents.

  • Elaina-real/dsh-tiered-approval — Tiered auto-review for DeepSeek Harness: static-rule safety net + LLM reviewer + human fallback — auto-allow safe actions, deny irreversible ones, ask a human for the rest.

  • moon09300731/dsh-approval-gate — Risk-gated approval automation: flash pre-classifies irreversible writes/commands, auto-approves safe ones, escalates dangerous ones to human (fail-safe).

  • Ox0400/dsh-vault — Encrypted credential vault for DeepSeek Harness — AES-256-GCM + TOTP, model tools, and a Settings UI.

  • sugarxl/dsh-safety — Safety harness plugin for DeepSeek Harness (DSH): execution-time guard, trash-based safe_delete, composition snapshots and rollback, pre-restart validation. Standalone CLI, zero dependencies.

  • zoahdev/dsh-dep-audit — Dependency supply-chain hygiene audit for DeepSeek Harness: peer-range resolvability, broken dist-tag detection, stale/missing-license/non-registry deps, and installed-vs-declared drift. Complements dsh-poison-guard and dsh-plugin-doctor.

  • dingge001/dsh-redact — DSH / DeepSeek Harness plugin for runtime secret & PII redaction with masking, a reversible vault, and execution-time substitution.

  • lukethecat/dsh-plugin-warroom-garak — DeepSeek Harness plugin bundle for Garak-style security red-teaming workflows (no description provided upstream).

  • sjh9714/dsh-movein-permissions — Fine-grained per-tool deny/ask rules for DSH at the tools/pre-execute gate, Claude Code rule syntax, zero dependencies, works standalone or auto-generated from an existing Claude Code settings.json by dsh-movein.

  • accpowered/dsh-credential-manager — Named user credentials the model uses by reference: secret values never enter the conversation and are injected per shell execution as DSH_CM_* environment variables, with a Settings → Credentials page.

  • Castor6/BrowserRig — Open-source local driver for trusted agents to control your existing signed-in Chromium browser without browser-wide remote-debugging approval.

  • accpowered/dsh-auto-review — LLM approval answerer for sandbox escalations beyond workspace-write: a deterministic regex filter first, then a clean-context reviewer model, humans asked only when unsure; ships the two small core patches it requires.

  • slywalker2006/dsh-passwords — Turns DeepSeek Harness into a server-grade multi-tenant platform: remote access + auto HTTPS, subuser permissions & token/daily quotas, sandbox enforcement, encrypted auth & audit log.

  • 940842546/dsh-permissions — Permissions plugin for DeepSeek Harness (DSH).

  • my-dsh-plugin/readonly-security-audit — Read-only security audit mode for DeepSeek Harness.

  • Casually/dsh-web-remote-frp — Remote-access plugin for DeepSeek Harness: frp-based tunnel for reaching the DSH Web UI from outside the LAN.

  • JohnXu22786/review-gate — DeepSeek Harness (dsh) bundle that turns code review into a hard gate: deterministic severity rules, LLM-assisted findings, team approval quorum and a compliance audit trail.

  • JohnXu22786/session-export — Session export, redaction and compliance archiving bundle for DeepSeek Harness (dsh).

  • GuoMonth/dsh-multi-tenant — Multi-tenant SaaS extension for DeepSeek Harness: tenant identity, session isolation, authorization, tenant-aware MCP, and audit.

  • TecFancy/dsh-auth-gate — Login gate for the DeepSeek Harness web surface: password or shared-token authentication, session cookies, rate limiting, and a user-management CLI.

  • cdxiaodong/dsh-guardian — Agent security guardrail: intercepts and audits every tool call, requiring human confirmation on sensitive operations.

  • abstudio-cn/Harness-totp-authenticator — TOTP authenticator safety plugin for DeepSeek Harness.

  • CWNU-Open-Source-Community/dsh-webgate — Remote access plugin for DSH: LAN QR code / cloudflared tunnel / frp + own server (with a login portal).

  • wangyong1972/dsh-auto-approval — Auto-approval plugin for DeepSeek Harness (no description provided upstream).

  • ADWMC/helm-d — Helm-D armor-piercing all-in-one security analysis plugin for DeepSeek Harness: Android · Web · Native · Protocol · Malware · AI-Security, all domains aggregated (9 bundles + 1 preset).

  • rice-awa/dsh-lan-gateway — Securely exposes the DeepSeek Harness Web GUI to the LAN or public internet, with TLS support. LAN sources password-free, others need login + HMAC cookie. TLS-ready.

  • xgone/dsh-remote — Remote access & authentication for DeepSeek Harness web UI: account/password login gate, MFA (TOTP), signed session cookies, role-based access, in-browser directory picker, and a Settings page for account management.

  • 1052326311/dsh-plan-lattice — Execution-time drift firewall for long AI tasks: distinguishes stale-basis mutations from legitimate work and Plan Lattice-governed changes.

  • re-ITRT/dsh-file-fix — DeepSeek Harness plugin: unified file import — byte-level upload store, file-list context injection, read_attachment/place_attachment tools, historical file bubbles.

  • 534119219/chicheng-gate — DSH Web plugin: LAN/remote access control, frpc NAT traversal, panel password gate, and mobile UI adaptation.

  • Hakunm/dsh-approve-for-me — Adds an "approve for me" feature to DeepSeek Harness, letting an AI reviewer vet DSH's sensitive operations instead of handing over full permissions outright — fail-closed automatic approval with selectable reviewer models and visible WebUI decisions.

  • MRZHUH/dsh-remote-server — Mention a server with @ in a DeepSeek Harness session and run commands on it over SSH, behind a two-tier approval gate that fails closed.

  • raomaiping-hash/dsh-rgate — Remote access login gate for the DeepSeek Harness Web UI — password wall, full /api gating, scrypt credentials, audit logs.

  • hxy91819/dsh-auth — Drop-in Nginx authentication for DeepSeek Harness: Argon2id, revocable sessions, bilingual UI, and zero upstream forks.

  • Leeaoyin/dsh-agent-harness-audit — Audits an agent harness's stability using DeepSeek Harness.

  • AndersOnLin4/dsh-remote-gateway — Remote control suite for DeepSeek Harness: web, Windows desktop, and Android app, with a secure gateway, real-time push, and multi-device session management for monitoring and replying on the go.

  • PerryLink/dsh-defend — Prompt-injection, jailbreak, and secret-leak defense for DeepSeek Harness: Aho-Corasick detection with allow/ask/block interception and sanitized audit events.

  • PerryLink/dsh-mask — PII masking middleware for DeepSeek Harness: anonymize names, phones, emails, ID cards, bank cards, keys, and addresses to placeholders before they reach the model, restore them at the display layer, keep the restore table only in memory and a controlled storage domain, never log plaintext, and expose /mask and the mask_test tool.

  • CanGeng/yolo-mode — Unattended full-access (yolo) window for DeepSeek Harness: human-only /yolo switch, lazy expiry with auto-revert, catastrophic-command tripwire guard, desktop/webhook/email notifications.

  • yauntyour/DSH-Encrypt — Credential-encryption plugin for DeepSeek Harness: password-gated AES-256-GCM + SHA3-256 full-pipeline encryption and verification, transient runtime decryption, memory-safe.

  • hackerFish/dsh-lab — DSH lab: curated DeepSeek Harness plugins and a Chinese guide; every entry passes a real-machine four-gate test (install → smoke → security quick-check → compatibility pinning).

  • ChaoYuZhang001/dsh-gate — Compatibility, provenance, and permission gates for DeepSeek Harness plugins and Desktop community catalogs.

  • myfire2014/dsh-admin-gateway — Admin authentication gateway plugin for DeepSeek Harness (dsh) — just a domain bound to Cloudflare.

  • JohnXu22786/safety-net — Destructive-command interception gate for coding agents: parses command semantics and judges risk before rm -rf, git reset --hard, git push --force land, then requires human confirmation.

  • JohnXu22786/secret-guard — Security plugin for dsh: intercepts reads/writes of sensitive files (.env, credentials, key material) before file tools execute, with content-masking fallback on tool results.

  • wxyzh/dsh-auth-proxy — Auth proxy plugin for DeepSeek Harness (dsh).

  • shaoshi20/dshscan — DShScan — a DSH plugin security scanner inspired by NVIDIA SkillSpector.

  • unStone/dsh-xray — X-ray for DeepSeek Harness plugins: declared capabilities vs. actual behavior, with a registry, static scanner, and badges.

  • Kolos-alter/dsh-security-manager — Security plugin manager for DeepSeek Harness: auto-discovery, npm/GitHub source location, snapshot-backed update & rollback.

  • bamboostrip/dsh-access-gate — Access-gate plugin for DeepSeek Harness (dsh-plugin topic; no description provided upstream).

  • ChenChen913/dsh-security-doctor — One-click local security checkup for the DSH Web UI: read-only checks (!!js config, third-party plugins, credential file perms, instruction files), a severity-graded report, plus AI-usable security-review and secure-development guides.

  • dsh-plugin-evaluation/dsh-agent-observe — DSH plugin for agent observability and security evaluation.

  • flymysql/dsh-remote — Remote-work assistant for DeepSeek Harness: connect via SSH (key or password), pick a remote workspace, operate with rw_* tools, and SFTP-mirror it into a real local DSH workspace.

  • xingyingyuzhui/dsh-session-permissions — Layered session permissions for DeepSeek Harness: official ∩ agent ∩ current-session intersection.

  • dshoneys/dsh-docker — Isolated DeepSeek Harness plugin-install sandbox, with defensive probing of local MCP ports.

  • omdsh-dev/dsh-sandbox-micro — DeepSeek Harness plugin bundle wrapping the model-visible ctx.shell with a bash -c executor running inside a Linux microVM (microsandbox), plus a provider directly on the ctx.sandbox seam; fail-closed, no shell-wrapped untrusted argv.

  • ai-eks/dsh-auth-tunnel — Password-gated Cloudflare Tunnel access for the DeepSeek Harness Web GUI, with quick and named tunnel modes.

  • fatmo666/Caushell — Compiler-style pre-execution safety analysis for Harness shell actions.

  • dshoneys/mcp_guard — Local MCP/agent port scanning, monitoring, and auditing (unauthenticated loopback tools/list, CORS). By DeepSeek Honeys.

  • SiriLee/dsh-approval-hotkeys — DeepSeek Harness plugin: approval-panel hotkeys — Enter approves once, Esc rejects, Esc pauses a running agent.

  • Eligahyu/dsh-sentinel-scanner — X-ray for DeepSeek Harness plugins: security checkup and health check. Zero-dependency, read-only static scan — code execution, credentials, exfiltration, obfuscation, install scripts, bundle manifest — 0-100 risk score. DSH tool plugin + standalone CLI.

  • Wang-Lin-Chang/dsh-cross-platform — Linux backend for the dsh-witness and dsh-anchor plugins: chattr + bubblewrap sandbox recipes and process-identity utilities.

  • Wang-Lin-Chang/dsh-macos — macOS backend for the dsh-witness and dsh-anchor plugins: uchg immutable flags plus a sandbox-exec deny view.

  • Aa728848/dsh-llm-verifier — Configurable DSH-native LLM verifier with a Web settings page.

  • darkchaox/dsh-restart-control — Cross-platform, controlled "restart DSH" settings page for DSH Web: no arbitrary shell execution, no root/sudo required.

  • Khorsheed/dsh-ankh-guard — Guards against agent self-modification breaking the running service: green-build credentials bound to the git HEAD block restarts on a broken build; a watchdog does silent restarts plus canary-based auto-rollback.

  • Scotlight/dsh-guardian-approval — Independent model-backed automatic approval plugin for DSH (Codex Guardian-style auto-review).

  • clawk2026/dsh-precheck — Security & trust checks for DeepSeek Harness plugins.

  • alloevil/dsh-xray — X-ray for your DeepSeek Harness — see what's actually loaded, why, and what it costs you.

  • aa2246740/dsh-creator-mode-plus — Fail-closed Creator Mode+ bridge for DeepSeek Harness, supervised externally by DSHX.

  • hashgraph-online/hol-guard — Open-source antivirus for AI agents: block risky tools, secret access, prompt injection, malicious packages, MCP servers, plugins, and skills at runtime.

  • islibaodong/dsh-login — Single-password authentication gateway plugin for the DeepSeek Harness Web GUI.

  • sperictao/dsh-auth-tailscale — Tailscale identity and capability authorization adapter for DeepSeek Harness.

  • sperictao/dsh-client-connection-authz — Auth-capable replacement for DeepSeek Harness client connection.

  • TiantianFlow/dsh-one-gateway — Private DSH One Gateway — loopback, identity-first ingress for DeepSeek Harness.

  • lifeopsgo/dsh-capability-toggle-plugin — Toggle individual agent capabilities (skills, MCP, tools, prompt, approval, guards) from the DSH WebUI composer — session / project / global.

  • Jstn-1g/dsh-guarded-hcl — Pre-activation gate for DeepSeek Harness: rejects agent updates that regress retained capabilities, validity, or cost.

  • MoonlitDropOfBlood/dsh-agent-approval — Auto-approval permission plugin for DSH.

  • PensiveFei/dsh-secure-audit — Read-only security & compliance plugin for DeepSeek Harness: prompt-injection detection, Chinese-PII redaction, and local configuration audit with redacted, reproducible reports.

  • chenjie1129/deepseek-harness-reliability-governor — Evidence-gated completion and trusted code verification for DeepSeek Harness agents.

  • nisconder/npm-safe-forDSH — Local-first npm supply-chain security scanning engine, DeepSeek Harness plugin edition.

  • pointer-a/dsh-server-login — Public-facing multi-tenant DSH hosting platform: deploy to a public server, register and admin-approve multiple users, and give each an isolated deepseek-harness (DSH) environment reachable via domain.

  • 9Rebels/relay-mask — Diagnose & unlock AI relay APIs that enforce official-client fingerprint checks (Codex / Claude Code). Zero service.

  • taxueseek/dsh-plugin-guard — DSH plugin gate + clinic: static audit before and after install, hash lock, peer search, mechanical detox. Never executes the target plugin.

  • SoberReport-AI/DeepGuard — A DSH plugin security-audit agents team can trigger via a submitted issue, producing a security audit report.

  • oybeestert-engsher/dsh-llm-audit — LLM endpoint/relay security audit plugin for DeepSeek Harness: per-model red-team probes — hijack, stream tampering, context rewrite, injection/jailbreak, scan-exfil, SSRF, key echo, model swap, cost abuse. Isolated subprocess + SHA-256 evidence.

  • taltara/capmark — Capability manifests for AI agent plugins, including DeepSeek Harness: declare what a plugin may do in Markdown, and a checker holds it to that — a capability vocabulary, CAP.md parser, and linter.

  • Ayle5678/dsh-auto-guard — DSH auto-approval safety net plugin: a Claude Code Auto Mode-style command pass-through mechanism, adding an LLM safety layer over full-access mode.

  • chunfenxiazhi-collab/dsh-stability-audit — Stability audit for installed dsh plugins: static risk grading (hook surface, startup work, inject, entry, dep ranges) plus optional isolated install verification.

  • firestige/wsr-execution — Host-neutral execution boundary for workflow-self-recursive: resolves one exact Workflow Package, binds an immutable Delivery Manifest, coordinates the Delivery, emits bounded OTLP observations. Install via dsh plugin add wsr-dsh-intake.

  • firestige/workflow-self-recursive — Execution + Evidence + Evolution closed loop for auditable, version-bound agent workflows on DeepSeek Harness. DSH entry: dsh plugin add wsr-dsh-intake.

  • zouyuanqing/dsh-verify-reflux — Three-plane probabilistic verifier for DeepSeek Harness: tiered logprob/sample/template judges, seeded tournament best-of-N, layered context reflux.

  • wheam/dsh-session-groups — Provider-owned virtual session groups for the DeepSeek Harness Web sidebar.

  • GooDAnDReaDY/dsh-key-rotation — Per-provider API key rotation for DeepSeek Harness: key pool, auto failover, cooldown & recovery, Settings UI.

  • guo6x/dsh-housekeeper — Environment housekeeper for DeepSeek Harness: toolchain inventory, safe cache cleanup, and machine rules editor in the Web GUI settings.

  • J0ss077/dsh-always-require-tools-approval — Stop. Confirm. Run. A DeepSeek Harness plugin that pauses selected tools and waits for your explicit approval before every execution.

  • shizhanyu13/dsh-ironbound-policy — @deepseek-ai/dsh-ironbound-policy — Ironbound hard-gate guard for the DeepSeek Harness (dangerous-command deny + degrade counter over tools/execute).

  • lijx122/dsh-plugin-auth-guard — Enterprise-grade Zero-Trust Authentication, LAN/Public Access Control & Security Gate Plugin for DeepSeek Harness (DSH).

  • Minglink/dsh-infinite-gen-2 — DeepSeek 专用破甲插件「无限二代」dsh-infinite-gen-2 — armor-breaking plugin for DeepSeek 稳定化破甲提示词。

  • log-li/dsh-automode — CC-style auto approval layer for DeepSeek Harness: deterministic rules + two-stage classifier, circuit breaker, fail-to-human. Shadow mode day one.

  • wulun811/dsh-plugin-vet — Trust pipeline for deepseek-harness plugins: deterministic static scan (11 rules) + LLM-driven audit protocol + two-part scorecard, with optional runtime guard (T1 sentinel / T2 fs & child_process hooks) and honeypot decoys. Monitor-and-alert only — vet never blocks or kills on its own.

  • Jensen-Yao/dsh-model-palette — Global provider-aware model command palette and optional OpenRouter media tools for DeepSeek Harness.

  • LucienLL/dsh-plugin-proxy — Global proxy for DeepSeek Harness: route agent tools, model requests and web fetches through the Windows system proxy or a custom proxy with one persistent toggle and agent-visible status.

  • LXFLGH/dsh-deepseek-relay — DeepSeek relay station adapter for deepseek-harness with reasoning-effort control.

  • dongsheng123132/dsh-credential-retirement-proof — Evidence-only DSH plugin for credential retirement settlement.

  • SeverusZh/dsh-yolo-mode — dsh-yolo-mode - an LLM-powered auto-approval plugin for DeepSeek Harness sandbox escalations (built-in presets + custom permission levels, fail-closed).

  • Luawig/dsh-cloudflare-access — Cloudflare Access JWT verification and remote privileged authorization for DeepSeek Harness.

  • kolawong/dsh-plugin-auth-webserver — DeepSeek Harness plugin providing HTTP Basic Authentication, remote IP access, and Web Cryptography UUID polyfill for self-hosted server deployments.

  • Shaky77/KISS_Law-DSH — Weiwen's Law (KISS-Law) — a domain-agnostic causal-constraint middleware for DeepSeek Harness. A faithful, white-box presentation of how causal law actually runs. White-box audit, never prediction. Hard-gate the boundary; inner H decides freely.

  • Shaky77/weiwen-law-dsh — 唯稳律 (Weiwen's Law) white-box risk-control DSH plugin — a causal-constraint middleware for DeepSeek Harness.

  • timeance/dsh-approve-for-me — DeepSeek Harness plugin for rule-gated automatic sandbox approval with optional LLM review, one-time grants, fixed high-risk checks, and native human fallback.

  • IkariKr/dsh-orbit — Secure self-hosting and fleet layer for DeepSeek Harness.

  • yexi-by/dsh-unrestricted — Toggleable jailbreak/unrestricted-prompt plugin for DeepSeek Harness Web, with multi-mode support, subagent propagation, and anchor-compatibility checks.

  • unknowbug/dsh-thinking-loop-guard — Detect & break thinking-chain loops in DSH agents at the turn boundary (no proxy). Ported from ollama-loop-guard.

  • GreenLv/dsh-completion-guard — Task-contract and completion-certification layer for DeepSeek Harness: eight lifecycle hooks keep an immutable requirement ledger, restore the bounded contract after /compact or resume, and block Goal and task-completion claims until a checkpoint binds matching evidence; fail-closed, privacy-preserving bounded evidence.

  • dengyier/openworkproof-dsh-plugin — Community DeepSeek Harness plugin for verifiable AI agent authorization, execution evidence, and offline delivery verification.

  • rogerdigital/dsh-vet — Security vetting for DeepSeek Harness (DSH) plugins: permission & supply-chain audits before install, graded via the open dsh-vet/v1 report standard.

  • 0QwQ0/dsh-ui-auth — Authentication gate for the DeepSeek Harness Web UI: login gate, user management, admin-only model/API-key config, data isolation.

  • goldgish/dsh-gamepad-approval — Xbox gamepad hardware-approval plugin for DeepSeek Harness (dsh) — high-risk agent tool calls require a physical button press to confirm (A approve / B deny).

  • PKUfudawei/dsh-capability-menu — Unified capability menu for DeepSeek Harness: manage exposure level (context footprint) and execution mode of MCP tools & skills via Exposed/Progressive/Blocked tiers.

  • nicecx/dsh-auto-approver — Configurable auto-approval for DeepSeek Harness: intercepts approval/request and answers allowed-once/rejected by policy (allow-all/allowlist/off + denyAlways), with a full audit log.

  • alone-tree/dsh-skill-mcp-manager — One-stop visual management of DSH Skills & MCP: on-demand MCP loading, in-session hot reload, and SKILL/MCP descriptions viewable in the plugin.

  • STARDUSTLC666/dsh-code-security — DSH AI code-security review plugin: ten deterministic scanning tools (40+ rules, secret-entropy detection, staged-diff review, SARIF export), baseline acceptance, SBOM-lite dependency manifest, and a health self-check, with zero runtime dependencies.

  • GDWhisper/dsh-web-startup-auth — DeepSeek Harness Remote-Web-Launch plugin with username/password authentication.

  • fan56/dsh-vault — dsh plugin: encrypted backup / restore / migration of the dsh home config through a private GitHub repo.

  • Jiao-XXX/dsh-auto-approve — An auto-approval permission preset between workspace-write and full access for DeepSeek Harness; dangerous or uncertain operations still route to manual approval.

  • jmche/dsh-llm-verifier-pro — LLM-as-a-Verifier plugin for DeepSeek Harness — fine-grained reward tools (verify_compare / verify_select / verify_track) with Probabilistic Pivot Tournament, plus a Best-of-N conversation mode with a web settings panel.

  • ankye/dsh-client-vision — Screen-capture + external image-recognition plugin for DeepSeek Harness: takes a screenshot (or points at any image), hands it to a vision-capable model through a pluggable channel, and returns plain text — no multimodal model required.

  • ankye/dsh-image-generation — Image-generation plugin for DeepSeek Harness: the agent describes an image in text, a settings-selected generation channel produces it through a pluggable backend, and file paths are written to disk — no image-capable model required.

  • astra3294/dsh-doctor — Deterministic diagnostics and recovery for DeepSeek Harness.

  • caomengxuan666/dsh-winuxsh — Winuxsh runtime, sandbox, profile bundle, and Web UI plugin for DeepSeek Harness.

  • huhaodong/dsh-auto-driving — Auto-driving mode for DeepSeek Harness agent sessions: automatic model-failure fallback, silent-stall keep-alive retry, and auto-approval of permission/question/plan prompts, with full AUTO-MODE.md audit — unattended, self-healing coding sessions.

  • jiesou/dsh-commandcode-go-provider — Command Code Go API provider for DSH: Command Code subscription compatibility layer for DeepSeek Harness.

  • jiesou/dsh-opencode-zen-free-provider — OpenCode Zen free-model access for DeepSeek Harness: 1M context, syncs all metadata.

  • mkiea/dsh-forge — DeepSeek Harness plugin (dsh-plugin).

  • taoshi1999/dsh-workspace-hygiene — DeepSeek Harness plugin for agent workspace hygiene: artifact value assessment, metadata indexing, and auditable cleanup.

  • xxww0098/dsh-plugin-oauth-subs — ChatGPT Codex and xAI Grok subscription OAuth for DeepSeek Harness — PKCE / device-code, local Responses proxy, llm-pi-ai sync.

Session & Memory Management

  • ddtcorex/dsh-maestro-sync — Maestro harness sync — merge memories and sessions across machines (publishable).
  • yindf/taskfold — Keeps long coding-agent sessions lean: wrap work in named tasks and, when one is done, fold its whole span into a short titled summary. The conversation stays readable, context costs stay low, and every fold's original content can be read back on demand. For DeepSeek Harness (DSH).
  • lnabc03/bright-drift — Workspace drift awareness for AI coding agents — watches the workspace and injects a budgeted, attributed diff of external/user changes into the agent's context at each step boundary.
  • NoxTyrannus/dsh-cipher — Brings cipher's continuous-thought / tri-center / four-memory-type model into DSH via UNNI/LOOP session modes (dsh-plugin bundle).
  • ItBayMax/dsh-replay-theater — Replay a DeepSeek Harness session at its original token cadence — an in-app playback theater with play/pause/step/speed/seek.
  • Luisarg03/dsh-memory-vault — Memoria OKF persistente para DeepSeek Harness: MCP server (SQLite FTS5 + markdown) + plugins memory-mcp / memory-auto.
  • my-dsh/dsh-session-attention — Session attention overlay plugin for DeepSeek Harness: character dance animation while any session awaits user action.
  • zilliztech/memsearch — Shared Markdown memory for DSH and other coding agents, with automatic capture, pre-step context injection, searchable recall, and a review panel.
  • AndrasSama/dsh-omp-advisor — oh-my-pi advisor subsystem ported to DeepSeek Harness — independent reviewer models watch your agent and advise it (nit injects, concern/blocker steer).
  • ddtcorex/dsh-maestro-memory — DSH plugin for durable, cross-session memory & todos — five tracks (global/user/project/key/daily), confirmation-gated writes, Git-backed sync, in-place adoption of ~/.dsh/memories.
  • hanshanyike/dsh-yolo — Turns things said in conversation into durable, trackable plans — a personal assistant for DeepSeek Harness that organizes items from chat, tracks changes, and reminds you when needed.
  • etony668/dsh-task-board — DSH project task-board plugin: a session "task board" view, parent/child task-tree tool and skill, and local JSON storage (ported from CodexFF).
  • fjzzwxp/dsh-mnemosyne-memory — Mnemosyne persistent-memory plugin — long-term memory, vector search, and LLM reflection for DSH, modeled on Hindsight Coding Agents.
  • liangxiaobing520/dsh-local-vector-memory — Fully local vector memory plugin for DeepSeek Harness: local embeddings, SQLite storage, automatic recall injection, dedup with conflict detection, soft-delete recycle bin, online backup.
  • Witchwarren2344/dsh-mnemosyne-memory — Provide long-term memory, vector semantic search, and LLM reflection for DeepSeek Harness (DSH) with this free, MIT-licensed plugin.
  • kanchengw/dsh-assembly.resume — Import local Codex and Claude sessions into DeepSeek Harness.
  • leonardoxr/dsh-companion — Read-only workspace and session JSON API plugin for DeepSeek Harness native clients.
  • DDDonzy/dsh-history-rewind — Session/workspace branch-history manager for DSH: conversation and workspace snapshots, free multi-branch jumping, rewind (session-only / code-only / dual-track full rewind), same-window in-place hot reload, shadow Git repo with zero pollution and second-level snapshots, KV-cache friendly.
  • Starry0214/dsh-memory — Global auto-memory plugin for DeepSeek Harness (DSH): injects memory at session start, a memory_search retrieval tool, and compaction-checkpoint archive reminders (zero-write-reminder policy).
  • EarzuChan/DshVibeLearning — A Vibe Learning plugin made for DeepSeek Harness.
  • chenhw7/dsh-memory — Cairn — long-term memory for the DeepSeek Harness (@chenhw7/dsh-memory). Persistent cross-session memory: facts, preferences, corrections, lessons. BM25 retrieval, three-layer scoping, human-confirmed writes.
  • pacoyi/dsh-memory-lite — Lightweight cross-session memory plugin for DeepSeek Harness.
  • MerlinShieh/AgentMemHub — Unified extraction of multi-agent-harness sessions into full event streams (tool chains/reasoning/shell/patches) → SQLite retrieval → bridged to MemOS for memory generation.
  • bobjia/dsh-context-milvus — claude-context-milvus-like plugin for DeepSeek Harness (DSH): Milvus-backed vector context/memory search.
  • KKL08/dsh-plastic-memory — Memory plugin with built-in governance for DeepSeek Harness: 为你的 DSH Agent 赋予可塑性记忆
  • D2Moqi/dsh-openwiki — DSH plugin that brings openwiki's repo-knowledge-base capabilities into DeepSeek Harness — one-click generate/read/update a repo Wiki and Grounded Claims (source-traceable knowledge cards), reusing DSH's already-configured model with no extra API key.
  • Liyuan1992/rawmem — A tiny local-first raw evidence ledger for AI and human workflows.
  • NinjaSln-labs/dsh-knowledge-sqlite — Cross-session knowledge for DeepSeek Harness: ctx.knowledge service + knowledge_* tools, SQLite FTS5 trigram retrieval with CJK support.
  • youridol/dsh-sess — Session manager for DeepSeek Harness (dsh-v0.1.2-alpha.5): permanently delete cold sessions and manage archived sessions via the official Profile Bundle / Cordis APIs. MIT.
  • zaizaizhao/dsh-branchmark — Gives developers key-knowledge excerpts, a traceable Session tree, and attention forks, so the main Session stays focused on the current goal, every branch can be traced back to its source, and Vibe Coding stops losing attention.

Cross-session memory, checkpoints, pinning, and session navigation plugins.

  • TsFreddie/dsh-compaction-instant — LLM-free lossless* compaction engine for DeepSeek Harness.

  • hardes11/dsh-squeeze-command — Manual budget-targeted context compression for DeepSeek Harness: the conversation model picks the ranges to summarize and a cheap flash-tier model route writes the checkpoint summaries. Install: dsh plugin add dsh-squeeze-command (npm).

  • warrenop/open-preset-harness — DSH memory plugin (dsh-tool-project-memory): shared project organizational memory across presets — recall, remember, memory_status.

  • a903067276-rgb/dsh-backup — Automated backups of DSH sessions, config and custom directories — scheduled or manual, packed as tgz with rotation.

  • anweat/dsh-context-console — Complete context workbench for DeepSeek Harness: trajectory brick wall, Prompt/Skill/MCP/Tools management, cache history, message forge, and session-log recovery.

  • Co-Engram/Co-Engram — Self-evolving memory for AI agents and teams: engrams strengthen with use, decay when wrong, and self-verify. Native DSH Cordis plugin (dsh plugin --profile <name> add @co-engram/dsh), also works with Claude Code and OpenClaw via a host-agnostic core.

  • menotbobbybrown/dsh-plugin-memory — Persistent Knowledge Graph & Long-Term Memory Plugin for DeepSeek Harness (dsh).

  • symmetryseeker/dsh-akn-plugin — Agent Experience Network (AEN/AEXP) reference implementation for DeepSeek Harness: installable Cordis bundle that turns durable session traces into reviewed, promotable task-level experience cards — local-first, no auto-publish, no raw trace upload by default.

  • xarleyn/dsh-draft-sessions — Persistent draft sessions for DeepSeek Harness — prepare multiple independent tasks and send them later.

  • SpookySandwich/dsh-plugin-no-workspace — Create standalone conversations or detach them from workspaces without losing history, with direct top-level sidebar rendering and no visible Ungrouped folder.

  • hyyhf/mindgarden — A DeepSeek Harness plugin for tending a personal knowledge/notes "mind garden".

  • Nth-5620/dsh-readwrite-hub — DeepSeek Harness novel writing and reading workspace plugin (modified fork of dsh-workspace-explorer, MIT): character-accurate pagination, auto-saved progress, pinned progress bookmark, return-to-progress chip, chapter TOC, ruled-line writing mode.

  • fujunchao/dsh-session-vault — DSH session vault: archive & restore, a recoverable recycle bin, batch management, and secure permanent purge.

  • ltxlong/dsh-session-kit — Adds a management menu for conversations, archive conversation management, delete by round, regenerate, and a quick topic navigation on the right.

  • CH4ACKO3/bites-the-dsh — Read-only, scriptable session playback for the DeepSeek Harness WebUI.

  • lilyblessing/dsh-mcp-skill-panel — MCP and skill management panel: a settings page listing MCP servers and the Skill catalog, with start/stop toggles to free up context usage anytime.

  • secretLjp/dsh-weave — Harness-native conversation branches and explicit semantic harvests for DeepSeek Harness.

  • MemTensor/MemOS — Self-evolving memory OS for LLM & AI Agents: ultra-persistent memory, hybrid-retrieval, and cross-task skill reuse, with DeepSeek Harness support.

  • skepsun/dsh-engram — Minimalist token-saving memory plugin for DeepSeek Harness: zero-LLM auto-capture, symbolic index, ESR-lite evidence closure.

  • FloatingLifeTL/dsh-plugin_session-manager-custom — DeepSeek Harness Web plugin for local session data management.

  • qiushi-dev/dsh-session-nexus — Unofficial DeepSeek Harness plugin — sessions as addressable, first-class citizens: lifecycle controls + cross-session messaging.

  • cuhaitiang0405-collab/dsh-indexbookmark — DSH plugin: bookmark every question you asked — index, search, and jump back to any conversation point in one click.

  • TOBYCAI/dsh-sessions-manager — Manage archived sessions in DSH — view / restore / permanently delete, with workspace tags, session dates & batch multi-select.

  • x2it/dsh-memory-panel — Long-term memory for DeepSeek Harness: memory_save/recall/list tools + a sidebar panel visualizing what the agent remembers about you.

  • EternalNight996/dsh-memory-eternal — Memory Core: brings the boujoy-harness memory module to any DeepSeek Harness as a standalone plugin — conversations auto-distill into local Markdown Vault knowledge cards (dedup / retrieval / knowledge graph), zero manual intervention.

  • Jason-skd/dsh-session-fork — Makes the branch the building block of AI conversation management — parallel workflows, continuous and mergeable conversation memory.

  • OpenSaozi/dsh-session-archive — Session archive management and restoration UI plugin for DeepSeek Harness; moves idle conversations into a collapsed section at the bottom of the sidebar.

  • OpenSaozi/dsh-session-pin — Codex-style global pinned-conversations UI plugin for DeepSeek Harness; pins important conversations to the top of the sidebar.

  • xiangrui979/foresight — ForeSight: a temporal-aspect long-term memory plugin for DeepSeek Harness (dsh).

  • birdmanhj/dsh-mv-session — DeepSeek Harness plugin that makes it easy to move/rename a session from an old workspace to a new workspace.

  • viplocco/dsh-delete-message — Message-level delete plugin for DeepSeek Harness, used to prevent misdirected or erroneous assistant messages from polluting session context.

  • Yiipu/dsh-agentmemory — A DSH (DeepSeek Harness) Cordis plugin that bridges a session's activity into agentmemory, a local, self-hosted memory daemon.

  • Lukeknow0/dsh-side-chat — Codex-style temporary side conversations for DeepSeek Harness.

  • pang123hui/dsh-workspace-sidebar — DSH Web plugin: right-hand workspace sidebar (file tree / git diff / commit history / @file references).

  • gengmao/dsh-session-s3 — Community DSH plugin: S3-backed SessionPersistence (wal3-Lite). Immutable JSONL fragments + CAS manifest.

  • kiligzzz/dsh-session-nav — Piano-key style in-conversation navigation bar for the DeepSeek Harness web GUI: one key per user message, hover preview tooltip, click-to-jump across full history. Official dual-face dsh plugin, no dsh source changes.

  • morlay/better-session — Branch-style session editing monorepo for DeepSeek Harness: in-place edit / retry / fork (rewind / retry / fork) of conversations without modifying upstream @deepseek-ai/* code — edit user messages or retry any turn in place (same session id), fork only when deriving a new session.

  • rainow/dsh-simple-wiki-memory — A simplified llm-wiki-style long-term memory plugin for DeepSeek Harness: pure Markdown files, no RAG, no vector DB, no LLM calls at runtime — just Markdown + git.

  • Suxeca/dsh-plugin — DSH session-switch panel plugin (Ctrl+K / Ctrl+[ ], installable via npm) plus a plugin-development template.

  • li3-feng2-jie2/dsh-motion-memory — Highly customizable memory-management plugin built for DeepSeek Harness (DSH).

  • nanpaidashi/dsh-honcho-sync — DSH plugin: auto-sync conversation turns to the Honcho memory service.

  • xiaheng1/dsh-turn-nav — Conversation-turn navigation rail for the DeepSeek Harness Web UI.

  • yuanzehui313/dsh-workspace-enhance — DeepSeek Harness workspace & session enhancement plugin: recycle bin, cross-workspace drag, ungrouped sessions, multi-folder roots, session merge.

  • reshuibuduo/tmcra-memory — Technical-preview owner-local graph memory for DSH and Codex: recalls owner-global and current-project evidence before each turn, keeps USER and ASSISTANT records separate, and preserves project, session, actor, and source provenance.

  • directwire/culmen — Cross-runtime personality memory for dsh (dsh-plugin-persona): identity, memories, relationship stage, and diary stored in the portable persona/v1 format — the same persona directory works with Claude Code, OpenClaw, and Hermes.

  • bowenliang123/dsh-context — Context insight panel: see what the model's context window is made of and how it evolves — composition vs. window size, per-request history, compression/injection events, and per-message token stats.

  • PerryLink/dsh-memento — Bounded cross-session memory backed by SQLite.

  • Phant0Meow/dsh-meow-memory — Cross-session project memory: seven-layer SQLite store (soul/user/project/fact/lesson/topic/rules) on node:sqlite, cache-friendly first-message injection, memory_remember/search/find_similar/read/update/project tools, per-message keyword hits, and per-window nightly "dream" consolidation.

  • Spirtxiaoqi7/mindspace-dsh-session-memory — Session-isolated personalized memory.

  • PerryLink/dsh-checkpoint-rewind — Git-snapshot checkpoints with a /rewind command.

  • alooshxl/dsh-session-pins — Pin sessions to a quick-access menu.

  • PerryLink/dsh-session-pin — Pin sessions for quick access.

  • malevrigns/dsh-session-stars — Star/favorite sessions.

  • qwert702/dsh-context-compressor — Context compression for small models: compresses tool output and conversation history to a few sentences, freeing context for the actual task; continues in a fresh session automatically.

  • skepsun/dsh-loom — Minimalist, token-saving long-term memory plugin for DeepSeek Harness: zero-LLM auto-capture, symbolic-index progressive disclosure, and ESR-lite evidence closure.

  • StabCut/dsh-edit-regenerate — Edit a user message in conversation history and regenerate from the revised prompt in a forked session.

  • xiaoshenming/dsh-session-surgeon — Repair unloadable DSH sessions (seq gap, torn zstd). Sidebar Session surgeon; dry-run by default.

  • XiLuovo/dsh-session-timeline — Visual timeline UI for session history.

  • unnnnoooo/dsh-cue-plugin — Cross-session references/cues.

  • Amengclass/dsh-memory — Persistent, model-editable memory/notes store for DeepSeek Harness; adds memory_set/get/delete/search tools backed by ctx.storageDomain so facts survive across sessions.

  • Bleed00/dsh-claude-mem — DeepSeek Harness plugin integrating claude-mem (memory for dsh).

  • PerryLink/dsh-claude-move — Migrate Claude Code sessions, memory, skills, and CLAUDE.md into DSH with seamless resume.

  • elementor-i/dsh-agentmemory — agentmemory for DeepSeek Harness: full memory_* tools, capture hooks, and context injection over the local REST server.

  • IAMLieutenant/dsh-tool-user-memory — User-memory plugin for DeepSeek Harness.

  • Aloneswork/deepseek-harness-evolving-memory — Local semantic evolving long-term memory plugin for DeepSeek Harness.

  • gangwolf2312-creator/dsh-memory-bridge — Long-term memory bridge for DeepSeek Harness: zero-LLM rule recorder plus LLM extraction into a plain-Markdown memory tree, BM25+RRF relevance retrieval, tiered injection, decay/audit governance, profile distillation with human approval, and event/knowledge graphs, timeline, and audit tabs.

  • fengshenx/dsh-remind — DSH plugin: a recall tool letting the model search and read the full event log of its own session, including content hidden by compaction; install with one dsh plugin add command.

  • cwbcheng/dsh-knowledge-graph — DSH Cordis plugin: turn any source text into an AI knowledge graph (facts/inferences/concepts/definitions/examples/counter-examples/rules) with two-way linking between the graph and the original text.

  • LeslieWylie/dsh-session-search-pro — Advanced cross-session full-text search for DeepSeek Harness, using the built-in sessionQuery service.

  • tsonglew/dsh-workspace-search — VS Code-style workspace keyword search for DeepSeek Harness: a Search tab in dsh-better-sidebar.

  • 030611/dsh-verification-receipt — Privacy-minimal, heuristic per-turn verification summaries ("receipts") for DeepSeek Harness sessions.

  • GIT121995/dsh-memory-gate — CBDC-gated memory for DeepSeek Harness: decides how retrieved memory is used (use/verify/ignore, feedback learning, audit) rather than just storing it.

  • EveGoodEvening/dsh-llmwiki — Local-first, evidence-backed Markdown wiki plugin (Karpathy llm-wiki concept): immutable source records by content hash, synthesized pages citing source IDs, and a deterministic section index for lexical search.

  • jiayuxuan123/dsh-session-history-fix — Session history fix plugin for DeepSeek Harness.

  • volcengine/OpenViking (dsh-memory-plugin) — Self-evolving context/memory plugin for DeepSeek Harness backed by OpenViking's context database; unifies session memory, knowledge RAG, and skills behind one storage/retrieval layer exposed as DSH memory tools.

  • buhuikongpan/dsh-project-context — Turns each DSH workspace folder into a project: auto-injects a compact project-workspace convention into every new session, with a per-session Project toggle in the composer.

  • keepermttl/dsh-archive-viewer — DeepSeek Harness archived-session management plugin: view/restore archived sessions (back to the original workspace group) plus a one-click close-dsh button in the top-right.

  • NattoCB/dsh-plugin-memory — A persistent 5-layer memory system plugin for DeepSeek Harness (DSH): index+topics split, truncation budget, relevance injection, idle LLM auto-extraction, and 6 agent tools.

  • 23swccp/dsh-undo — Conversation rollback via Shadow Git snapshots plus archive task management (restore / permanent delete / delete-all).

  • helibeiqi/dsh-time-travel — Cordis plugin for reversible time travel and auditing: tool side-effect snapshots, rewindTo compensation, and an audit rule engine.

  • a792883583/dsh-chat-toc — DSH web GUI chat table-of-contents: outline bar on the right edge of the conversation, hover to expand, click to jump.

  • GreenLv/dsh-session-insights — Local-first, evidence-backed workflow retrospectives for DeepSeek Harness.

  • Han-Yao94/dsh-session-toolkit — Session-identity, auto-online sessions, session log buttons, cross-session messaging, plus workbench tools for global prompts and service restarts.

  • monotykamary/dsh-fovea — Foveated repository intelligence for DeepSeek Harness: token-budgeted code graphs, focus, impact, and continuous sync.

  • QWQcool/dsh-trivium — In-process graph memory kernel for DeepSeek Harness, backed by TriviumDB.

  • Tyan66666/billion-context-dsh — Model-driven context management (Active Context Pruning / ACP) for DeepSeek Harness — the model decides when and what to compress. Ported from billion-context-pi (ranxianglei); acp-kernel reused verbatim. CompactionEngine backend with compress/decompress/search_context/acp_status tools.

  • huahai0202/dsh-better-archive — DSH web-GUI plugin: archived-session panel with unarchive and delete.

  • lmst2/dsh-asc — Agentic Surface Compaction (ASC) — context-management / compaction plugin for DeepSeek Harness.

  • reinocheong/dsh-session-move — Manage DSH sessions from the Web UI: drag & drop / menu move to another folder, permanent delete, and AI-rename by summarizing the conversation; includes agent tools.

  • xzyonline/dsh-chat-files — Session-bound file attachments with safe detection and bounded readers for office/text/archive formats.

  • liznee/dsh-file-resource — Local file-input plugin for DeepSeek Harness Web: adds an "attach" entry to the top of the composer's existing + menu, separated from native Harness commands by a divider rather than a new standalone button. Private local file attachments with native image support and bounded document reading.

  • crwsr124/dsh-memflow — Memory-flow framework plugin for DeepSeek Harness: perception-first, record-as-you-go memory that survives sessions; distributed per-project memory for Hermes-like continuity.

  • haoyuan-sjtu/Deepseek-Harness-Lifelong-Agent — A governed long-term memory core for AI agents, with technical-preview adapter contracts for DeepSeek Harness integration.

  • seekerwxy/dsh-session-tabs — Browser-style session tab bar for DeepSeek Harness (DSH): one tab per opened session at the very top of the web app — click to switch, close, or start new sessions.

  • huguangyu666/dsh-plugin-session-import — Import claude-code / codex / reasonix / zcode sessions into DeepSeek Harness.

  • JuneLearn/dsh-session-import — Session import and verification plugin: import and verify DSH session exports with validation, state sync, rollback protection, and an in-app UI.

  • polarskicpl/dsh-codex-migrate — Codex migration plugin for DeepSeek Harness (no description provided upstream).

  • With-With/dsh-hindsight-plugins — Hindsight external-memory manager for DSH: settings GUI, official-adapter auto-detection and install, proactive sync — no CLI needed.

  • DimitriLIAN/dsh-archive-viewer — List and restore archived sessions from the DeepSeek Harness Web settings.

  • lileikeji/dsh-auto-compact — Automatic context compaction: token-pressure-driven summarization checkpoints with a LATE-by-default trigger and a settings card.

  • Saikel-Orado-Liu/dsh-archive-manager — Archived-session management (show / unarchive / permanently delete) for the DSH Web GUI, with zero changes to official packages.

  • MS666666/dsh-archive-manager — Archive manager for DeepSeek Harness.

  • scd13150/dsh-cognition — A project memory for your DSH agent — constrain / observe / remember / verify, built on DSH native primitives.

  • adoresever/graph-memory — Knowledge Graph Context Engine for OpenClaw / DeepSeek Harness: extracts structured triples from conversations, compresses context 75%, and enables cross-session experience reuse.

  • ccch713/deepddw — Memory & Knowledge Base for DeepSeek Harness — reachable from any device on your LAN.

  • genusamblyrhynchusbrunooftoul602/dsh-attachment-formats — Extend DeepSeek Harness composer to accept PDFs and more attachment formats Codex-style, with zero core changes and native pipeline reuse.

  • orangeofcarl0-sys/dsh-fresh-start — DSH /fresh command: summarize conversation, start new session, archive old one.

  • Relistencode/dsh-recall — Conversation history recall for DeepSeek Harness (DSH) — literal/fuzzy/semantic retrieval of every past conversation, fully local & offline. AI never forgets what you told it.

  • whycantiusemyname/dsh-epoch-reanchor — DSH plugin to A/B test post-compaction We/Let's reasoning with Minimal-first epochs and full tools after the first tool call.

  • z953218350/dsh-archive-manager — Codex-style archived session manager for DSH Web UI — view, search, restore, and delete archived sessions from the settings page.

  • z953218350/dsh-history-tree — Codex-style conversation turn timeline and hover history overview for DSH Web UI.

  • bobostudio/dsh-session-lens — One-click session analytics + privacy-safe single-file HTML export · DSH session insights with redacted sharing.

  • Rosmarinus-Young/dsh-thinking-summary — Auto-summarizes the thinking content after every reasoning step in DeepSeek Harness (uses a flash model).

  • Tudo9710/obsidian-dsh — Obsidian integration for DeepSeek Harness (no description provided upstream).

  • xiaohj233/dsh-magic-context — Magic Context community port for DSH: shared SQLite memory across harnesses with harness='dsh' row isolation.

  • xuy01/dsh-change-trace — Change-narrative & instruction-trace plugin for DeepSeek Harness: each human instruction gets a card showing file changes, tool-call results, thinking excerpts, and a subagent workflow tree (click to drill into the subagent's own session).

  • 0mn1si2i5/dsh-handoff — Save/load development handoff docs between DeepSeek Harness sessions (/handoff save | load, with deterministic redaction and Git state capture).

  • 21hbguo/dsh-session-batch-manager — Web GUI plugin for batch-selecting sessions to archive, restore, and delete.

  • kagura-agent/dsh-migrate-openclaw — OpenClaw → DeepSeek Harness migration plugin: import memories as workspace Markdown + index, import sessions as native DSH session logs.

  • kusesad-1122/dsh-context-compactor — Context compaction/summary plugin: ~80% auto global detailed-summary compression (keeps core tasks/decisions/open problems/important file locations, drops debug details and resolved errors), post-compaction verification that totalTokens actually drops, context-overflow auto-recovery, /compact + /context-status, and a one-click button above the composer.

  • MimicHunterZ/dsh-agent-compact — DSH plugin for agent-driven span compaction: compress chosen conversation spans into self-written checkpoints instead of the official head-anchored full-context sweep.

  • songoao25/dsh-auto-compact — Enhanced auto-compaction defaults for DeepSeek Harness agent presets.

  • stnt04/dsh-msg-index — Conversation message-index plugin: a floating ball that expands the current session's user-message index, with click-to-jump.

  • KLRSL/dsh-biomemory — Biomimetic memory system plugin: transparent Markdown memory for DeepSeek Harness — approval-gated writes, frozen snapshot injection.

  • wjabanjj/aifp-mcp — AiFP memory-aware MCP server: a shared memory layer across all AI agents. Chinese-oriented perceptual memory for agents, supporting narrative chains, semantic correction, and perception-graph diffusion. Compatible with DeepSeek Harness, Claude Code, Cursor, Codex and all MCP clients; data stored entirely locally.

  • Britneycode/dsh-archive-vault — View, restore, and permanently delete archived sessions from the settings panel.

  • Scorp1o117/dsh-tdai-memory — Agent memory plugin for DeepSeek Harness.

  • wonderfulcode1/dsh-checkpoint-diff — File-diff visualization between checkpoint time nodes for DeepSeek Harness: read-only timeline + per-file line diff over dsh-checkpoint-rewind checkpoints, as a /diff command, JSON HTTP API, and GUI panel.

  • Zh-U-hB/dsh-auto-compact — Automatic threshold-triggered compaction (default 256K) for every session and agent preset.

  • Shiye-10Pages/dsh-memory-porter — Cross-vendor memory migration into DSH: zero-token import of the memories.json in a Claude export, local Claude Code transcripts without an export, and conversations distilled through the model already configured in DSH, with verbatim evidence checked against the source by code.

  • chenkezhen480/dsh-semantic-memory — Adds vectorized cross-session memory to DeepSeek Harness.

  • tianhao8687/dsh-memoryos — Evidence-first long-term project memory for DeepSeek Harness (DSH), powered by MemoryOS.

  • tianhao8687/MemoryOS — Local-first, evidence-first memory infrastructure for AI coding workflows.

  • Lisk809/dsh-dream-incubator — Gives DeepSeek Harness a subconscious: background async "dreaming" that turns daily conversations and tool logs into dream reports, shown in an immersive Web UI.

  • 7A7K/DSH-Timeline-Navigator — A turn-based conversation timeline for DeepSeek Harness with bookmarks, history loading, keyboard controls, and mobile support.

  • edfrey0044/dsh-unarchive — Restore archived sessions in the DeepSeek Harness: /unarchive command + unarchive_session tool (profile bundle).

  • JunNanLYS/dsh-layered-memory — L0~L3 layered distilled memory plugin for DeepSeek Harness: conversation capture → atomic memory → scene integration → profile distillation, with automatic recall injection and session-level memory tiers.

  • MichengAI/dsh-archive-manager — Archived-session management plugin for DeepSeek Harness.

  • warmwine/dsh-memoryleak — Knowledge-base management tool built on dsh.

  • Ycet/dsh-archive-manager — Adds an Archive page to DSH Settings: view archived sessions grouped by workspace, filter/sort, unarchive, and permanently delete one or all with confirmation.

  • baisama-cloud/dsh-session-mover — Drag sessions to another workspace in the DeepSeek Harness (DSH) web GUI — full history clone plus original-session archiving.

  • ChenRuoT/dsh-sidebar-qa — Sidebar Q&A tab built on dsh-better-sidebar, implementing Codex-style side questions or Claude Code's /btw-style flow.

  • kirkchinese/DSH-Session-Move — Session move plugin for DeepSeek Harness (no description provided upstream).

  • XSJUSTC/dsh-rewind — DSH (DeepSeek Harness) conversation rewind plugin: rewind to any user message, interrupt a running turn, hide the tail from chat view and model context, cancel freely before sending.

  • SipengXie2024/dsh-memory-hermes — Hermes-style bounded memory + self-curating skill library for DeepSeek Harness (dsh): two-file curated memory, background review loop, LLM library curator. Out-of-tree Cordis plugin.

  • szx-a/ds — dsh Memory Body plugin: cross-session memory with multiple named bodies, per-session mounting, auto-summarization, and FTS5 full-text search (trigram tokenizer for Chinese).

  • quicksandznzn/dsh-session-share — Share and import complete DeepSeek Harness Session trees as validated, offline Capsules with local ZIP transfer and attachment remapping.

  • SiriLee/dsh-rewind — DeepSeek Harness plugin: in-place conversation rewind in the same session window (Claude Code /rewind semantics) + optional file restore.

  • Bryan-cmf/dsh-vector-memory — DSH plugin: durable agent memory core — mem_save/mem_search/mem_health backed by storageDomain (survives restarts), with a 記憶 view tab.

  • kingcharleslzy-ai/dsh-honcho-memory — Honcho memory integration plugin for DeepSeek Harness (DSH).

  • chenproton/dsh-history — Browse every message you sent in the current session: full-history listing with newest-first sort, text filter, one-click copy, and click-to-jump that auto-loads earlier history when the target is not yet loaded.

  • creativedswork/dsh-expmem — Experience Memory for DeepSeek Harness.

  • detongz/dsh-client-ui-obsidian-memory — DeepSeek Harness plugin: Obsidian memory.

  • leilei3167/dsh-bookmark — Codex-style conversation navigator for the DeepSeek Harness web UI.

  • LianbinZhou/dsh-archive-manager — DSH Web GUI archive manager: list archived sessions & one-click restore (with bug fixes).

  • TangRj-Git/trajectory-graph — Interactive per-Turn trajectory graph and execution visualization plugin for DeepSeek Harness.

  • Totoro-qaq/dsh-plugin-bridge — DeepSeek Harness plugin: cross-preset session migration (fixed-schema handoff summary), with 26 real benchmark runs plus test/validation sets.

  • Cocowwy/dsh-plugin-agents-memory — Edit global AGENTS.md memory directly in DeepSeek Harness Web settings.

  • DDDFXYqiming/dsh-layered-memory — Cross-session long-term memory plugin for DeepSeek Harness.

  • russeell/cross-agent-fork — Cross-agent session fork: fork a whole session from any agent into another (Claude Code ↔ Codex ↔ DeepSeek Harness) — original untouched, resume-ready.

  • Breeze136/dsh-kb-rag — Knowledge-base RAG plugin for DeepSeek Harness: literature retrieval over a Zotero-backed library.

  • PerryLink/dsh-library — Local document knowledge base for DeepSeek Harness: library_add/remove/list, hybrid semantic+keyword library_search with diversity re-ranking, relevance filtering and lost-in-the-middle avoidance, citation-aware injection, library_cite_check and library_diagnose — SQLite-backed index via the storage domain, local embedding, zero model downloads.

  • PerryLink/dsh-session-sync — Cross-device DeepSeek Harness session sync: a dedicated git mirror with append-only keep-both conflict resolution (fork files, never silently overwritten), /sync command and sync_* tools.

  • boyun-zhang/better-session-management — DeepSeek Harness session-management plugin: chained context view, sub-sessions that can fork at any turn boundary, a one-off read-only /btw Q&A, all built on session primitives — splits long conversations into parallel side-threads without polluting the main context, with the option to manually inject temporary side-conversation content back into the main session.

  • i1j/context-assembler-DSH — Context Assembler DSH V0.99 — a DeepSeek Harness (dsh) context-assembly plugin: topic-block assembly, watermark-pressure cutting, tool-turn compaction/rewrite, reality-recall injection, and handoff planning. MIT.

  • Qinling-Melon-Farmers/dsh-memoir — DSH persistent project-memory plugin (TypeScript): session summarization + lessons-learned distillation written to PROJECT_MEMORY.md and a global index; end-of-turn distillation reminders, auto-injection into future AGENTS; includes a Web GUI memory panel (project/global tabs, search, manual record/delete).

  • dream12347/dsh-session-manager — DSH session-manager plugin: delete (trash restore/purge), stats, continue/pause, log-folder access, a conversation header drawer, workspace grouping and sorting, and a context-compaction threshold setting.

  • SuperPaiGu/dsh-session-manager — DSH sidebar batch session manager: multi-select delete workspaces, delete sessions directly (into the system recycle bin), no archiving required.

  • Guyao146/dsh-activity-tracker — DSH activity tracker: a colorful timeline showing when you were working/editing code, with daily token consumption viewable by project/date/hour.

  • boomzikazita/dsh-memory — DSH memory plugin: RRF multi-lane recall, confirm-based writes, a Fernet-encrypted vault, and session harvest.

  • Coprexist/dsh-session-recovery — Recovers deleted or corrupted DSH session logs (session.jsonl.zstd) and memory (memory.db) from raw disk — battle-tested recovery toolkit for DeepSeek Harness.

  • NB4747/dsh-session-sync — Session-sync plugin for DeepSeek Harness.

  • reatcat/l123-harness — L1-L2-L3 three-tier memory agent base for DeepSeek Harness: access gate, event log, weekly review distillation, and a TDD execution flow.

  • qwert702/dsh-continue-on-limit — Auto-sends continue when a local model hits its output-token cap: dual-source detection (turn-max-tokens node + provider response), maxConsecutive guard (default 3) prevents infinite loops, throttled by minimum interval and deduplication.

  • RyensX/dsh-message-navigation — Codex-style user-message navigation bar for DeepSeek Harness.

  • VinsonWild/Wangdefa.Memory — A five-layer memory component for personal-assistant agents, fully local (no cloud dependency), lightweight, white-box controllable, and explainable; aims toward enterprise-native memory in the future.

  • JohnXu22786/context-pruner — Session context triage plugin for dsh: handles stale, duplicate, failed, oversized, and low-value messages automatically to save token budget and curb context bloat.

  • JohnXu22786/session-titler — Two-stage session auto-titling for dsh: instant keyword titles while the session runs, refined later by the cheapest capable model in the background.

  • activeing123/dsh-forge — Skill self-forging plugin for DeepSeek Harness: watches session traces, detects repeated successful tasks, and forges them into reusable skills.

  • mapan0424/deepseek-harness-insights — Unofficial usage-insights plugin for DeepSeek Harness.

  • yoza10635/dsh-argp — Zero-LLM-call compaction for DeepSeek Harness: deterministic atomic reference-graph pruning of agent history — exact compression ratio, selective forgetting, recall instead of rewrite.

  • Hanice404/dsh-Session-State — Collapses the model's thinking process during a reply and shows only the final answer.

  • jsdvjx/dsh-strata — Session strata for the DeepSeek Harness Web GUI: the transcript's scrollbar becomes a to-scale, colour-coded map of the whole run, with your own messages emphasised and clickable anchors.

  • lemoncat7/dsh-knowledge — Installable DeepSeek Harness knowledge-base plugin.

  • Lion-1209/dsh-plugin-wiki-skills — The claude-obsidian-derived knowledge-suite skills (wiki, wiki-ingest, wiki-query, wiki-lint, save) as a DeepSeek Harness plugin, with attribution.

  • Lion-1209/dsh-plugin-wiki-tools — Native DeepSeek Harness tools for an Obsidian wiki vault: wiki_query, wiki_write, wiki_lint implement the mechanical core of the wiki skill suite.

  • nan1010082085/dsh-chat-sync — DSH plugin: browse & live-sync local Claude Code / Codex CLI / Cursor Agent conversations inside the dsh web GUI.

  • xingyingyuzhui/dsh-agent-memory — Claw persistent memory for DeepSeek Harness: vault, journal, review, and pre-compaction flush.

  • a903067276-rgb/dsh-simple-memory — Layered markdown memory for DeepSeek Harness: per-session index injection, one-click memory-flow button, enforced 分类-主题.md format, and cross-project search.

  • snow-The/dsh-session-handoff — Session handoff & context management for DeepSeek Harness: structured handoff docs (export/resume/status) plus active context pruning (acp_* via the official compaction API), with optional OpenViking/archify enhancers.

  • zhouzhencheng07/dsh-memory — Cross-session memory for DeepSeek Harness: Auto-Memory per-turn capture, memory_search, and Dream consolidation.

  • Diluka/dsh-side-session — Side temporary-session plugin for DSH (Claude Code /btw style): forks the main session with recent-context completion, reuses the main session's UI, and is destroyed on close.

  • sluminositys/dsh-nested-followups — Ask a follow-up on any past answer in an isolated branch instead of appending it to your main conversation. A conversation-tree plugin for DeepSeek Harness.

  • zhujunpeng12/dsh-memory-system — Local-first persistent memory infrastructure for DeepSeek Harness: hot bootstrap, Chinese-BM25 cold recall, lease-lock transactional writes, read-only governance.

  • UnKnownFish125/dsh-deepmemory — Long-term memory plugin for DeepSeek Harness: semantic recall, entity graph, task board, presets, and configurable embeddings.

  • wangxing-git/dsh-tool-session — DeepSeek Harness session-management tool plugin: gives the model session create/rename/archive/switch/list/query tools, with sandbox-escalation approval and UI session switching.

  • xohmai/dsh-session-delete — DeepSeek Harness session-deletion plugin: manage archived sessions from the settings page with true disk-log deletion (recoverable via a recycle bin) plus batch cleanup — official archiving only hides sessions, this fills that gap.

  • aqsk-BLG/dsh-memory — Agent-memory plugin for DeepSeek Harness (dsh-plugin).

  • Asher-2000/dsh-memory-connect — Cross-session memory plugin for DSH — auto-extraction, semantic recall, scheduled maintenance, LLM-powered consolidation.

  • Li-canghai/dsh-archived-conversation — Conversation-archiving plugin for DeepSeek Harness (dsh-plugin).

  • Wang-Lin-Chang/dsh-anchor — Long-running session supervision: pre-committed intent and immediate environment reconciliation for every high-entropy tool action.

  • azure5100/huahua-dsh-record-replay — DSH record & replay plugin: session timeline replay, replay-pack export/import, re-run recorded conversations, screen recording → skill generation.

  • TIZ36/evo — Agent memory plugin for DeepSeek Harness based on CLP.

  • Vim0x3c/dsh-session-manager — Session-management settings panel for dsh web: lists every local session (running/idle/archived), with resume, outline preview, and delete.

  • yy549159265/dsh-desktop-Session-Toolbox — Adds question-jump navigation and session deletion to DSH.

  • 253071608/dsh-localnote — Jot down an idea for "later" and have the AI think it through and finish it by the scheduled time, right when you're ready to look at it again.

  • EugeneVl/dsh_session_folders — Session folders for the DSH web sidebar: one-level named folders per workspace, drag-and-drop or context menu to group sessions, server-side persistence. No harness changes.

  • Reedphoto3/dsh-outline-plugin — Session-scoped outline, todo, note, and image panel for DeepSeek Harness Web UI.

  • HanLoney/CodexShift — Provider switching plus a fix for Codex's historical-task index: syncs rollout / state_5.sqlite to keep past sessions visible and usable; supports bidirectional import/export of Codex ↔ DeepSeek Harness projects, sessions, and chat history.

  • Chael-Chael/dsh-reference-anything — Extends the native @ menu with searchable references to workspace files, DSH sessions, 14 local coding-agent transcript formats, and ChatGPT/Claude/Gemini/DeepSeek/Grok/Kimi histories via OpenCLI; bounded on-demand reads with an optional local mirror.

  • a903067276-rgb/dsh-todo-guard — Reliable todo panel for DeepSeek Harness (dsh) web: survives restarts, completion verified against evidence paths.

  • baaai123/dsh-memory-protocol — Memory enforcement plugin for DeepSeek Harness — bridges opencode-memory MCP server with a hard protocol gate.

  • zixin947/dsh-compact — DeepSeek Harness context auto-compaction, manual compaction, and overflow-recovery plugin.

  • 00080000/dsh-project-memory — Read-time project memory plugin for DeepSeek Harness (dsh).

  • gyyxs88/dsh-session-control — Authorized, durable cross-session control for DeepSeek Harness.

  • mianyoubiaoqing/dsh-Mmem — A DSH memory plugin supporting multiple memory spaces within the same dsh process.

  • tmpdot/dsh-checkpoint-diff — File-diff visualization between checkpoint time nodes for DeepSeek Harness: read-only timeline + per-file line diff over dsh-checkpoint-rewind checkpoints, as a /diff command, JSON HTTP API, and GUI panel.

  • baosfeng/my-dsh-plugins — DSH web plugin: file activity tracker for dsh-better-sidebar.

  • chou109/dsh-msgrail — MsgRail: a narrow message rail for DeepSeek Harness — one thin bar on the left of the chat for each message you sent. Hover to preview, click to jump — older messages load automatically. Full history, live, bilingual.

  • robbywang25/dsh-codex-pins — Codex-style pinned sessions for DeepSeek Harness — always visible above the sidebar list.

  • Ruiming-cn/dsh-more-session-operations — DeepSeek Harness Web sidebar session-row menu enhancements: mark unread via the official completed-reminder dot, copy session ID, delete session with confirmation, archive confirmation, and recursive subagent-session deletion.

  • shengyvself/dsh-autoresume — Automation plugin that automatically resumes DeepSeek Harness sessions.

  • DecarbonizedGlucose/dsh-memory-note — Lightweight local cross-session memory for DeepSeek Harness.

  • Macorreag/dsh-todo-hardened — Hardened todo plugin for DeepSeek Harness (ownership layers active/locked/archive + proposals + append-only log).

  • MoonlitDropOfBlood/dsh-archive-manager — Archive-management plugin for DSH.

  • MoonlitDropOfBlood/dsh-memory-manager — Basic memory functionality for DSH.

  • qwert702/dsh-memory — Long-term memory plugin for the DeepSeek Harness Web GUI: project + global stores, auto extraction/injection, small-model consolidation, Obsidian-style link graph.

  • vshulcz/deja-vu — Memory for coding agents. Indexes the sessions 20 agents already wrote to disk, including months from before you installed it, and recalls them in any of them. No LLM, no embeddings — one local Go binary.

  • chenzheshushi-commits/dsh-evolve — Self-evolving memory + skill lifecycle for DeepSeek Harness — durable cross-session memory with zero-token deterministic recall, tiered approval, reinforcement learning from repetition, and anti-bloat convergence for both skills and memory.

  • chensl139-ok/dsh-archived-panel — DeepSeek Harness plugin: a sidebar "Archived" panel that lists, opens, and unarchives archived sessions.

  • notload/dsh-session-toc — Adds a persistent, collapsible table-of-contents sidebar (like DeepSeek's web app) to each session page in the DeepSeek Harness Web UI: one entry per user question, click to scroll to and highlight the corresponding message.

  • 1014029855/dsh-context-lens — Inspect, measure, search, and compare the exact provider-neutral context assembled by DeepSeek Harness.

  • kittimzhe/dsh-session-export — Human-readable session transcript export for DeepSeek Harness — /transcript writes Markdown/JSON to a host path via ctx.sessionQuery (dsh-plugin).

  • ly028716/dsh-memory-plugin — Intelligent memory system for DSH — track user preferences, tool usage, and project context to provide personalized recommendations.

  • honyKing/dsh-session-archive-plugin — DSH context archiving and history-retrieval plugin: fully archives the session before compaction (zstd decoded into readable jsonl + summary), then full-text search over history after compaction as needed. Ships archive_session / search_archive tools and a packaging skill, dsh plugin add one-click install.

  • Shrbuz/dsh-session-buddy — DeepSeek Harness plugin: reply/ask/approval session notifications (native OS toasts) plus an in-conversation ladder outline navigation.

  • SUJIElearning/dsh-trashbin — DSH recycle bin (delete cool-down zone): archived conversations move to a trash bin with restore, immediate removal, and 7-day auto-cleanup.

  • TheHeartFickle/dsh-session-manager — DSH session management plugin — conversation rollback + archived sessions, so long sessions can be rolled back and tidied up.

  • Unintendedz/dsh-session-tools — Archive, cross-session read, and copy-ID tools for DeepSeek Harness conversations.

  • KarlOfLaw/dsh-side-chat — DeepSeek Harness native parallel side chat with hidden child sessions and on-demand parent context.

  • XieZongChen/dsh-md-notes — A note-taking plugin for DeepSeek Harness (DSH): a full Markdown notes manager and editor, letting you quickly capture conversation content into notes, with Git-repo sync.

  • libiwolve/dsh-experience-library — Experience library for a more experienced DeepSeek: a validated experience-solidification layer (real-time capture/processing/three-tier verification/skill books/benchmark validation).

  • stas130286-blip/dsh-brainagent — BrainAgent — brain-inspired cognitive plugin for DeepSeek Harness (dsh): memory, emotions, learning, autonomy, self-regulation. 571 tests. Free noncommercial use.

  • BISTU-guheihei/DSH-SessionManager — Session management tool for DeepSeek Harness: trash-based delete (recoverable), archive/unarchive, session stats, cache cleanup. Dark whale-girl themed GUI + full CLI. Prebuilt Windows exe & Linux ELF.

  • WSL043/dsh-chat-manager — DSH Native Session Manager for DeepSeek Harness: search archived conversations, restore sessions, and safely delete chat history.

  • gjj-star/dsh-conversation-navigator — DSH conversation navigator plugin.

  • Whale-Zhang/dsh-cron-tasks — Scheduled tasks for DeepSeek Harness: sidebar jobs, isolated run history, cron/at schedules.

  • NattoCB/dsh-plugin-pin-session — Pin sessions in the DeepSeek Harness web GUI: Pinned Sessions group above the sidebar list + Pin/Unpin in the session row menu.

  • Mombrane/dsh-subagent-monitor — Subagent monitoring plugin for DeepSeek Harness (dsh-plugin).

  • Kytolly/dsh-evolve-in-git — A DeepSeek Harness plugin that makes your agent evolve in a customized git repository.

  • pharaohnie/dsh-context-mode — DSH native Cordis plugin: knowledge base (FTS5), routing enforcement, session memory, and sandboxed execution (Think-in-Code) to cut context-window pressure.

  • AlexKaiqi/dsh-session-assistant — Session-scoped full-duplex voice assistant for DeepSeek Harness with safe drafting, explicit Agent submission, and optional knowledge curation.

  • diqierjia/StrataGate-AgentMemory — Local-first cross-session memory for DeepSeek Harness (DSH): automatic capture, Event/Element cards, evidence-gated recall, source tracing.

  • runfali/dsh-mem0-plugins — Persistent memory plugin for DeepSeek Harness backed by a self-hosted mem0-graph server: automatic recall and write-back.

  • yuyolin/dsh-decision-log — Decision-log plugin for DeepSeek Harness (dsh-plugin).

  • GearVoid/dsh-taskify — Intent anchors for DeepSeek Harness — keep coding agents inside the boundaries you actually specified.

  • kongdexu/dsh-nav-pointer — Navigation pointer plugin for DeepSeek Harness (dsh-plugin).

  • little3tar/dsh-backup — AI-assisted DSH config backup/restore: analyzes which custom config should be backed up, exports it as a Skill bundle so any agent can help restore your DSH setup in a new environment.

  • NONAME-2121237/dsh-timeline — DSH web plugin: interaction timeline rail for long conversations (fork-independent successor of dsh-history).

  • shuaihaoV/dsh-mcp-skill-control — MCP server manager & skill toggle panel for DeepSeek Harness (DSH) Web GUI — status, start/stop/restart, add/remove, JSON import.

  • GuoFengyu110429/dsh-high-fee-alert — A DSH-built plugin that alerts during peak billing hours so you can save on cost.

  • Lottle7/dsh-quota — Multi-provider quota, balance, and token-cost dashboard for DeepSeek Harness Web.

  • stultuss/dsh-clear-tool-results — DeepSeek Harness (DSH) host-plane plugin: clears the previous turn's tool/result from the model context at the end of every turn, with a chat command toggle.

  • xujiping/dsh-plugins — DeepSeek Harness self-built plugin monorepo: dsh-memory (global memory) and more.

  • FuRongJun-1999/dsh-memory — Long-term memory infrastructure for AGI: gives AI agents an unforgettable self — cross-session memory, continuous learning, auditable trust (Theory of Intelligence v3.2).

  • Mutx163/dsh-model-memory — Reasoning-effort tier manager for custom API models: inline low/medium/high/max configuration in Settings -> Models, atomic settings.yaml persistence, and cross-session per-channel memory that auto-restores your preferred model and thinking level.

  • lijian-ui/dsh-session-cleaner — Session management for DeepSeek Harness (dsh): list (with titles) / click-to-preview / true delete (double-confirmed) / archive grouping and restore.

  • Seetraum/harness-session-delete — Deletes DeepSeek Harness sessions.

  • SocFeng/dsh-query-jump — DSH WebUI plugin: right-edge tick marks plus a hover question list, jump back to any historical query in one click; supports synced history questions, permanent session delete (toggleable), and auto-loading earlier long-context history.

  • xiaoyuyu6420/dsh-backup — Backs up DeepSeek Harness user data with one command: /backup, scheduled auto-backup, sha256 checksums and rotation.

  • Ultronen/dsh-archived-chats — DeepSeek Harness local archived-chat center: full-text search, read-only preview, ZIP backup, and snapshot-protected recoverable delete.

  • wwskills/dsh-long-memory — Long-term cross-session memory plugin for DeepSeek Harness.

  • imrascal/dsh-archive — Archived session management plugin for DeepSeek Harness.

  • KarlOfLaw/dsh-goal-mode-enhance — Visualized Goal mode for DeepSeek Harness: Goal bar / header entry / settings page (history + multi-session overview) / goal_overview model tool.

  • Zn-Dk/dsh-session-explorer — DSH Web out-of-tree plugin: message-level full-text search + timeline visualization for sessions.

  • faye0526/dsh-backup-btn — One-click backup button for DeepSeek Harness (DSH): a floating button that backs up DSH data to a GitHub Gist.

  • windrover/dsh-long-term-memory — Layered deterministic long-term memory for DeepSeek Harness: CJK-aware BM25 recall, JSONL storage, per-assembly context injection, write guards and threat scanning.

  • falling-ts/dsh-force-compact — Aggressive context compaction for local-first agents. Runs Qwen3.8-27B on self-hosted llama.cpp at low context, shrinking history so the live prompt stays small, fast, and private — a big-window experience without API cost or data egress.

  • LucienLL/dsh-session-memo — DSH conversation sidebar memo plugin: GitHub sync status / npm publish status / project version / memo tags, loosely coupled with dsh-session-status.

  • navid-kianfar/dsh-tasks-manager — DeepSeek Harness plugin: a project task board kept with the project as a queryable SQLite file, with a kanban/list view in the Web Client, model-facing task tools, and cards you can dispatch to the agent as background jobs.

  • Ranz-Feng/dsh-web-import — Import DeepSeek Web (chat.deepseek.com) chat history into DeepSeek Harness as resumable, workspace-grouped sessions with original titles preserved.

  • TuringCorp-net/mosaic-memory-compress — Stateless dialogue compression that mimics human memory. LLM conversations stay bounded forever — no session management, no context overflow.

  • Ryu6Zero/dsh-hindsight — 🧠 Cross-session memory for DeepSeek Harness backed by Hindsight. Self-contained dsh-plugin: /hindsight commands + hindsight_recall/remember/status/list/forget agent tools. Lightweight, no dsh-mnemon, no orchestrator.

  • wicm84266964/dsh-minimal-mode-compaction — Adds automatic context compaction, /compact, /context, and proactive model-driven compaction to DeepSeek Harness Minimal Mode, fixing its inability to sustain long tasks.

  • jermaine123123/agent-context-editor — Cross-agent plugin for manually excluding and editing AI conversation context, with search, filtering, hide/restore, undo, and original Session preservation.

  • niushuanan/dsh-pure-chat — Start a chat immediately without a workspace, work mode, or execution permissions, while keeping image and text-file uploads.

  • YEYEYEYESHIFU/dsh-session-hotkeys — Keyboard hotkeys for navigating and managing DeepSeek Harness sessions (dsh-plugin).

  • LLYlab/DSHEssentialTools — Permanent DSH plugin bundle: project run/code viewer with program snapshots, an in-session conversation tree (edit/retry/branches) with message micro-versions, and a feature manager.

  • extracurricular-ai/dsh-filesnap — Rewind for DeepSeek Harness: put the conversation and the files it changed back to an earlier turn — no repository required.

  • PianoPrince/dsh-workspace-mover — Session-manager plugin for DeepSeek Harness: move/manage workspaces across sessions.

  • asuramaya/osiris — The persistent memory and coordination graph for AI agents (MCP, DeepSeek Harness, Claude Code, Cursor).

  • klarkxy/dsh-spaces — Spaces for DeepSeek Harness — switch DSH workspaces like Discord servers.

  • lumose0/dsh-file-reference-everything — Whole-disk @ file references for DeepSeek Harness — Everything-backed instant search with fuzzy/regex and a cross-platform fallback index.

  • NickUserVorname/dsh-durable-context — Host-managed durable investigative state and coverage-gated context reclamation for DeepSeek Harness, preserved with live runtime evidence.

  • CJYLZS/dsh-commandcode-plan-autosync — Auto-syncs CommandCode coding-plan models in DSH.

  • Yur0918/dsh-user-addons — Community DSH web plugin for file uploads, archived-session management, image capability detection, and model/token usage insights.

  • ailiasdesu/dsh-session-manager — DSH session migration plugin: drag-and-drop sessions between workspaces in the Web UI settings panel, with auto backup/rollback and official workspaceRegistry sync.

  • memorax-ai/dsh-patchouli — Agent knowledge hub and deepseek-harness plugin.

  • 02TJS/ProgressTarget — Persistent, quality-gated, resource-aware execution plans for DeepSeek Harness agents.

  • cloader/dsh-taskboard — DeepSeek Harness task board plugin.

  • hkkz9522/dsh-session-manager — DeepSeek Harness session manager: archive, delete, move conversations across workspaces, and migrate one conversation's Agent preset.

  • qwertyuiop314/dsh-recycle-bin — DSH recycle bin plugin: archive trash, batch restore/purge, sidebar batch archive.

  • TelosmaYLX/dsh-session-notify — Sends a Windows notification automatically when a DeepSeek Harness task finishes.

  • Ansonfishing/dsh-cap-profile — Per-model capability profiling for DSH: turns local session history into tool-usage and error-rate dashboards with time-range filters.

  • DDDFXYqiming/dsh-ocr1-memory — Optical compression memory using DeepSeek-OCR (OCR1).

  • helibeiqi/dsh-compaction-pro — High-fidelity, faithful, bilingual, recursive compaction backend for DeepSeek Harness.

  • statem-li/dsh-triad — DSH 3-in-1 extension plugin: usage workbench · skill management · long-term memory engine. Zero DSH source changes, one-line install.

  • qwertyuiop314/dsh-workspace-picker-enhance — Enhanced DSH workspace directory picker plugin.

  • drscrewdriver/dsh-session-guard — Session-guard plugin for DeepSeek Harness (dsh).

  • Rottenwooood/dsh-mnemos — Agent-memory plugin for DeepSeek Harness (dsh).

  • Movingtoleveltwo/dsh-revert — Modern conversation revert/retry plugin for DeepSeek Harness: pure GUI interaction, in-place prompt tweaking, dual-engine safe recovery across workspace and external files.

  • Yidien/dsh-capture-window — Bypass-capture plugin for DeepSeek Harness: drop stray ideas into an isolated quiet new session without breaking the main-line context.

  • nickkkkkk123123/dsh-resume-on-restart — Auto-wakes the main agent after a DSH service restart — compares last-run timestamps, posts a recovery notice with humanized downtime, and delivers it so interrupted work picks itself back up. Runs on plain cordis ctx, packaged-DSH-Desktop ready.

  • 166767/dsh-error-audit — Real-time AI self-audit for DeepSeek Harness — captures every error/warning with timestamp, error code, session, user prompt, AI action and workspace into a dedicated log folder; instantly notifies the agent and ships a read_error_logs tool.

  • lovezi0/dsh-memory-palace — Ports WorkBuddy's file-based memory system into DeepSeek Harness — persistent, human-editable Markdown memory across sessions.

  • benz-ai-x/dsh-session-graph — Visual session graph for DeepSeek Harness — browse, arrange, branch, merge, and summarize AI agent sessions on an interactive canvas.

  • ErrorLst/dsh-notes — DeepSeek Harness (dsh) notes plugin.

  • Lsc-91-69/dsh-brain-compaction — Human-brain-inspired context-compaction logic for DeepSeek Harness — significantly reduces long-task context footprint and token consumption.

  • PolinniZhong/dsh-session-workbench — Session Workbench for DeepSeek Harness: session-library full-text search + recall + conversation-view management (show/hide + reorder).

  • Yvesgao/dsh-env-profile — Global environment-experience plugin for DeepSeek Harness: auto-detects the environment, keeps a cross-session profile, and injects it at low overhead — cuts repeated probing, speeds up sessions, and reduces token spend.

  • d3vmeh/dsh-logbook — Logbook plugin for DeepSeek Harness (dsh-plugin).

  • hmlyx/dsh-memory — Simple plugin that lets every AI log its own experience and memories.

  • JJXjustin/dsh-session-rewind — DSH session and file rewind plugin (shadow git repo).

  • StvLi/dsh-phoenix — Never-interrupt, resumable lifecycle for DeepSeek Harness (dsh): graceful restart + client auto-reconnect + cross-restart goal continuation.

  • weibaohui/dsh-sync — DeepSeek Harness plugin: session sync and conflict resolution (apiproxy, inline tokens).

  • Choco-Zz/dsh-image-amnesia — Drops historical images before DeepSeek Harness relay requests; keeps native vision on the newest image only.

  • rrrrrredy/intent-loop — Local-first, traceable current-intent state for Codex and DeepSeek Harness: keeps requirements, guesses, evidence, unknowns, and disagreements separate, updating the current view without erasing earlier corrections.

  • wangxiang0605qvq/dsh-auto-compact — Auto-compaction plugin for DeepSeek Harness: a compact_now tool that compacts context automatically after the turn ends.

  • zhangguiping-xydt/dsh-session-lab — DeepSeek Harness session teaching, evidence capsules, and controlled trajectory comparison.

  • GooDAnDReaDY/dsh-time-machine — DSH plugin for smart checkpoints, workspace safety guards, and instant rollback.

  • JxaMe/dsh-echo-memory — Memory plugin for DeepSeek Harness (agent, cordis, memory-plugin, TypeScript).

  • chocobo77/dsh-infinite-context — DeepSeek Harness plugin: multi-tier memory management, semantic retrieval, structured memory, and model-context awareness for infinite context.

  • seriousz158/dsh-memory — Memory plugin for DeepSeek Harness (dsh-plugin, dsh-bundle).

  • xiaoshi7915/dsh-kb-manager — DSH local knowledge base plugin: multi-format import, smart chunking, vector index, hybrid search (BM25 + sqlite-vec + RRF) for agent long-term memory.

  • abc12524/dsh-openviking — OpenViking long-term memory integration plugin for DeepSeek Harness (dsh): host-side auto-retrieval injects relevant memories as context, browser-side settings card, plus a REST openviking_* tool set for search/read/write/session commit — silent-by-design, never blocks the conversation.

  • leogottadothebest/DSH-Archived-Delete — DSH plugin: manage archived conversations from the settings UI — unarchive and permanently delete.

  • rrrrrredy/agent-memory-system — Local-first, evidence-backed continuous memory for coding agents: append-only SHA-256 evidence ledger, validation/promotion attestations, immutable memory loadouts, and a DeepSeek Harness memory integration adapter.

  • yxv1203-collab/dsh-conversation-archive — DeepSeek Harness workspace-management plugin: native archived-session management, safe cache recycling, AI important-file protection, local backups, and traceable workspace organization.

  • DDDFXYqiming/dsh-session-recap — Session recap plugin for DeepSeek Harness (Claude Code-style away summaries).

  • kalifun/dsh-cwl — Structured context eviction for DeepSeek Harness — deterministic, zero-LLM, no summarization lossiness.

  • myYangyunfan/dsh_cardian — cardian — DeepSeek Harness knowledge-center plugin: RepoWiki notes / flashcards / memory in a local Obsidian vault.

  • fan56/dsh-llmwiki-memory — dsh plugin: OKF v0.2 topic memory for dsh — local-first git-tracked bundle, hot-path LLM-free injection, two-stage observer with background distill.

  • Yu-Zhuang1/dsh-workspace-snapshot-fork — Fork DeepSeek Harness sessions together with their historical workspace state.

  • PerryLink/dsh-personal-directive — Personal directives: system-prompt injection, tools, and a top-bar runtime toggle.

  • bbqisbbq/dsh-tiddlywiki — TiddlyWiki-based knowledge-base and note-taking plugin for DeepSeek Harness, with git-sync support.

  • fan56/dsh-topics-memory — OKF v0.2 topic memory for DSH: local-first git-tracked bundle, hot-path LLM-free injection, two-stage observer with background distill.

Cost & Usage Tracking

Token usage, cost dashboards, and budget-alert plugins.

  • Dabouben/dsh-daily-tasks — Daily/weekly task manager (startup popup reminder, marquee strip above the composer, one-click circle completion, editable task cards, Sunday AI weekly summary) plus a sidebar DeepSeek API usage/balance widget (balance card, today/cumulative tokens & cost, per-model breakdown, 7-day chart). JSON persistence under $DSH_HOME, Windows/macOS. Install: dsh plugin --profile web add @dabouben/dsh-daily-tasks.

  • jwilson411/dsh-tool-quota — DeepSeek Harness plugin: per-tool call and result-byte caps.

  • lelens0/dsh-token-ledger — DeepSeek Harness plugin: monitor balance & usage across multiple LLM gateways (token ledger).

  • zhang-jiazhi/dsh-stats-panel — DeepSeek Harness Token 用量统计面板:模型/渠道聚合、余额配额、精确归档与费用估算。

  • jwilson411/dsh-spend-receipt — A cache-aware JSONL cost receipt plugin for DeepSeek Harness.

  • 1841220388zzzcccxxx-star/dsh-token-stats — Token usage & cost statistics plugin for DeepSeek Harness — per model / date / session, cost estimation (USD/CNY), CSV/JSON export.

  • lninghaha/dsh-hub-oauth-gateway — DSH Web plugin: Usage Center with Hub snapshots and cost analytics, coding-plan OAuth, and optional loopback OpenAI-compatible gateway.

  • z-col/dsh-deepseek-peak-valley — DeepSeek time-of-day billing widget — DSH client plugin (platform=web): auto-detects peak/off-peak windows by Beijing time, with 10 sidebar-widget styles plus a settings page.

  • Glazyonyt/dsh-lowtide — Queue AI tasks during off-peak hours to cut costs and automate runs with dsh-lowtide for DeepSeek Harness.

  • qwert702/dsh-token-viewer — CC Switch-style token consumption statistics: per-request usage log, real-consumption hero with cache-hit rate, request-time-bucketed trend chart, per-model peak/off-peak list pricing fetched live from the official pricing page, per-project and per-model stats, and account balance.

  • PolinniZhong/dsh-personal-center — DeepSeek Harness personal-center plugin: profile statistics (tokens / tool calls / per-model breakdown / token activity) plus personalized custom instructions. Runs fully locally, no network calls.

  • gbeta/dsh-token-speed — DSH web plugin: draggable ring gauge showing live model output speed (tok/s) with a per-step detail panel.

  • jkStars/dsh-token-usage-stats — DSH plugin: cross-session token usage analytics with a web dashboard (ctx.tokenUsageStats).

  • oxgbl/dsh-deepseek-price — Sidebar peak/off-peak pricing badge with half-price countdown, a click-through detail panel, and a /price command.

  • Ethanz11-creat/dsh-billing-tui — Peak/off-peak billing plugin for DeepSeek Harness (dsh): real-time token costing, ASCII whale receipts, TUI status line, and a /billing command.

  • fancr-code/dsh-plugin-usage-meter — DeepSeek Harness Web plugin: API usage/cost/balance dashboard — today/last-7-days stacked bar chart by model, budget alerts, cross-session ledger.

  • shiyazhou666/dsh-token-plan-compare — DeepSeek Harness (DSH) plugin: compares token-plan cost-effectiveness across LLM providers.

  • Wanbinyu/dsh-concurrency-meter — Read-only model request concurrency monitoring for DeepSeek Harness.

  • CyBerKitTen0009/dsh-quota-dashboard — Billing, cost, and token-usage quota dashboard plugin for DeepSeek Harness.

  • zhouchengke2046/dsh-sidebar-balance — Minimalist native-style DSH balance plugin: sidebar-resident DeepSeek balance plus an OpenCode Go plan-usage ring, a frosted-glass floating card, and one-click restart.

  • boNeXY226/dsh-cost-chip/cost command plus a floating cost chip showing session spend.

  • better-er/dsh-live-token-stats — DSH Web plugin: real-time token status bar below the composer using the official DeepSeek BPE tokenizer, showing streaming TPS, output tokens and time-to-first-token, and comparing the last step's estimate vs. actual — self-contained, no dsh source changes.

  • my-dsh/dsh-token-usage-dashboard — Cross-session token usage dashboard plugin for DeepSeek Harness: SQLite-backed capture + browser dashboard panel.

  • WFMinerva/dsh-turn-cost — Per-turn real cost under every assistant reply: CNY at official peak/off-peak rates with cache-hit ratio; fully local, zero telemetry.

  • misakimiku2/dsh-cost-display — Displays session cost.

  • suimi8/dsh-cost-ledger — Cost ledger tracking spend over time.

  • xie-tj/dsh-token-usage-ledger — Persistent usage ledger and Web usage dashboard plugin for DeepSeek Harness.

  • c-ling/dsh-plugin-peak-pricing — DeepSeek peak/off-peak pricing-window badge (DSH dual-side plugin, pure UI, stateless, no network requests).

  • Linux-System-0/peaklow — DeepSeek Harness (Cordis) peak/off-peak auto-scheduling plugin: host + browser-side client status card.

  • csiroqa/dsh-plugin-usage-report — Daily/monthly usage reports: tokens, cost, budget alerts, and a contribution-graph view.

  • H1a3x/dsh-token-stats — Floating token-usage stats panel.

  • xinmo114514/dsh-usage-widget — Floating usage widget.

  • Han-1413141/dsh-cost-meter — Session cost meter: current-session spend, daily spend, history, synced with official pricing.

  • TnzGit/dsh-live-perf-gauges — Real-time Decode tok/s, TTFT and Prefill throughput dashboard for DeepSeek Harness.

  • jelly-000/dsh-balance-monitor — DeepSeek account balance, remaining-ratio bar, and today's spend shown in the sidebar footer.

  • hccccc01333/dsh-analytics — Usage analytics plugin for DeepSeek Harness.

  • future007s/dsh-peak-indicator — Session-header badge showing the current billing tier: ⚡ peak (red, full price) or 🌙 off-peak · half price (green); hover shows Beijing time, tier explanation, and countdown to the next switch, auto-refreshing every 30 seconds.

  • mouse33333/dsh-quota-monitor — Monitors DSH's OpenCode Go plan quota and DeepSeek official API usage quota.

  • zhou-yihang/dsh-usage-blance — Monitors DeepSeek API usage and balance below the chat composer (this-month/daily-average/yesterday/today spend plus account balance); click the billing row to configure your userToken.

  • kissthisrain/token-usage-widget — Glassmorphism dark-style floating desktop widget showing local AI-tool token consumption, remaining quota, usage trends, and active days.

  • niushuanan/dsh-token-overview — See tokens, cache usage, calls, active periods, and estimated cost across AI clients on the whole computer.

  • winter-street/dsh-plugin-agent-budget — Agent token-budget tracking plugin for DeepSeek Harness (TypeScript).

  • yingjunnan/dsh-deepseek-quota — DeepSeek API quota (balance) widget for the DSH web GUI: a floating bottom-right card showing remaining DeepSeek API balance.

  • Hades03/dsh-model-quota-usage — DeepSeek balance and per-provider/model token usage in a draggable overlay.

  • haoliangwu/dsh-ui-peak-rate — Displays a 🔥 2× peak-rate badge during DeepSeek peak hours.

  • HaoyueQin/dsh-deepseek-monitor — DeepSeek balance & platform usage monitoring inside the official Settings → Models → DeepSeek card, plus a live balance item in the conversation stats band. Ported from DeepSeekMonitorWindows.

  • linfengyu94/dsh-balance-panel — DeepSeek recharge-balance floating panel plugin: shows recharge balance in a floating panel with a visual progress bar and animated dynamic button.

  • HOWILLMAKEIT/dsh-model-context-catalog — DeepSeek Harness plugin that maintains accurate context-window sizes for llm-pi-ai models, avoiding long sessions being misjudged as context overflow.

  • deluo/dsh-usage-display — DSH token/usage display plugin.

  • uckkk/dsh-valley-meter — Minimal peak/valley electricity-price-style countdown widget for DeepSeek Harness: live off-peak countdown & period, official account balance, today's spend, configurable colors, minimal/detailed styles.

  • Wanbinyu/dsh-billing — Billing and usage inspection plugin for DeepSeek Harness.

  • KhalilYamber/dsh-tidewatch — DSH usage/billing tide-tracking widget.

  • oxlyn/dsh-model-health — DSH model health status check.

  • Wanbinyu/dsh-error-lens — Read-only, redacted provider error diagnostics for DeepSeek Harness.

  • c-ling/dsh-plugin-goldboard — Gold-price live dashboard plugin for DeepSeek Harness: real-time Au99.99/XAU quotes, a draggable floating window, and bank gold-savings estimation with intraday buy/sell reference.

  • 940842546/dsh-usage-billing — Usage billing plugin for DeepSeek Harness (no description provided upstream).

  • bobcat848/dsh-calculator — Calculates the real-time cost of DeepSeek API calls made by DeepSeek Harness.

  • dclichang2022/dsh-green-meter — Energy & carbon metering for DeepSeek Harness: per-turn/per-request energy, cache carbon savings, electricity cost.

  • juhe291/dsh-token-panel — Real-time token consumption HUD: live usage monitor, context pressure, cost estimation, history curves, per-day/per-month stats.

  • 1HelloMan1/dsh-usage-dashboard-plus — A usage dashboard plugin for DeepSeek Harness.

  • Ayaka157/dsh-conversation-cost — Shows real-time DeepSeek usage cost in the DSH conversation footer stats bar (RMB/USD dual currency, including cache-hit and peak/off-peak pricing).

  • FantasyStarry/dsh-token-stats — A token-usage stats plugin for DeepSeek Harness.

  • GooodWei/context-vista — Adds a right-side floating panel and a /context command to DeepSeek Harness, showing current context token usage and allocation with a ring chart, compact-command effects, and estimated cost — modeled on Claude Code's /context.

  • ZeroingIn/dsh-provider-billing — DeepSeek Harness plugin: shows provider account balance inside each Models settings row, queried through a loopback-pinned RPC channel with the stored API key kept on the host.

  • LeemanCheung/dsh-token-usage — Persistent token-usage records and dashboard for DeepSeek Harness.

  • null5069/dsh-better-stats — Stats strip under the composer with a real-time hover panel: official CNY pricing with auto-synced peak/off-peak tiers, per-model accounting that ticks live (session row and shares share one denominator — never over 100%), subagent-tree merge, balance with granted/top-up split and days-left estimate, budget alerts, streaming cost estimation, live turn/cache/duration counters (中文 / English).

  • zerro-223/dsh-token-usage — Token-usage tracking plugin for DeepSeek Harness (no description provided upstream).

  • Cassius0924/dsh-usage-dashboard — DeepSeek quota/usage dashboard, a dynamic Cordis plugin for DeepSeek Harness.

  • Make0209/dsh-usage-stats — GitHub-style usage heatmap plus token/cache-hit/account-balance dashboard and workspace-alias management.

  • dfkai/dsh-board — DeepSeek Harness usage panel: token billing, 1M context, rank badges, and daily heatmap.

  • YZz-S/dsh-token-cost-meter — Session token cost meter with official dynamic pricing, DeepSeek & Volcengine billing balance, and an update checker; plain JavaScript, no build required.

  • 2327644800/dsh-usage-analytics — Personal usage analytics & activity dashboard for the DeepSeek Harness (dsh) web GUI: token totals, contribution heatmap, model share, insights. Local-only, metadata only.

  • JingbiaoMei/Tokdash — Agent Dashboard: visualization and analytics for sessions and quota usage. Track, analyze, and optimize token usage across providers with heatmaps, cost tracking, token counting, and quota resets.

  • AFAP/dsh-token-usage — Token usage display plugin for the DeepSeek Harness Web GUI.

  • AKS1st/model-usage-plugin — Per-model token usage stats and cost estimation with account balance display for DSH.

  • spirits001/dsh-tokensforce-login — TokensForce integration (login) for DeepSeek Harness.

  • Xenia0922/dsh-opencode-go-usage — OpenCode Go usage and spend floating dashboard for DSH: quota, per-request cost, model/source breakdown.

  • golitter/dsh-deepseek-billing — View DeepSeek API account balance and billing info inside DSH.

  • nabin-qq273274877/dsh-model-balance — Multi-provider real account balance display for the DeepSeek Harness Web GUI.

  • HaoyueQin/dsh-usage-statistics-panel — DSH web plugin: per-day token usage statistics with a GitHub-style activity heatmap, cache hit-rate curve and per-model breakdown.

  • linyp/dsh-plugin-langfuse — Langfuse observability for DeepSeek Harness (dsh): exports agent sessions as OpenTelemetry trace trees (GenAI semconv) to Langfuse's OTLP endpoint.

  • AlfredChaos/dsh-usage-panel — Usage-stats plugin: token KPI on the settings page, half-year activity heatmap, per-model stacked bar chart and model donut chart (dsh-plugin).

  • beijingwahw/dsh-usage-ledger — Token/cost ledger — automatically records tokens and cost per conversation (by conversation, day, cumulative); prices auto-follow official rates with multi-vendor support, off-peak discounts, budget alerts that can block calls, and a visual dashboard.

  • cuttlefish520/dsh-token-meter — Real-time provider-agnostic token usage dashboard for DeepSeek Harness.

  • fzlong/dsh-balance-eta — Minimal balance plugin: balance + today's spend + available-time prediction + low-balance alert (CNY only, price-independent, zero maintenance).

  • GLFzr/dsh-opencode-go-quota — OpenCode Go quota ring — a progress ring beside the model picker in the composer; click to switch between 5-hour / weekly / monthly usage (for DeepSeek Harness Web).

  • kirigayakazima/dsh-usage-vendor-stats — Per-vendor usage statistics plugin for DeepSeek Harness (no description provided upstream).

  • moyuer233/dsh-deepseek-monitor — DeepSeek usage monitor as a DSH plugin: balance / day-month-all-time token & cost panel in the chat UI with drag-reorder config, plus an optional local usage proxy.

  • TwotwoPiggy/dsh-balance — Balance plugin: real-time token tracking and highly accurate session cost estimation, with dynamic peak/off-peak pricing support.

  • dshworks/dsh-meter — The DeepSeek time-of-use meter for dsh: session cost, running tariff, and countdown to the next change — one line under the composer.

  • Floating-Dreaming/dsh-minimax-usage — MiniMax Token Plan usage display in DSH Settings.

  • HABIDSKOFT/dsh-turn-usage — Records tokens and costs for every request and displays them.

  • qianTouchFish/deepseek-api-status — DeepSeek API balance bar above Settings plus a full panel (balance, cumulative/today spend, tokens, request count) with per-minute auto-refresh.

  • newbieYi/dsh-cost-stats — DSH web plugin: per-conversation cost statistics tab (token usage + estimated cost per model).

  • uruana33/dsh-cost-meter — Provider-aware LLM cost meter and local ledger for DeepSeek Harness.

  • wjingshan/dsh-cost-gauge — DeepSeek Harness cost gauge: floating widget showing DeepSeek API spend & balance, peak/off-peak rate pointer, flashing red alarm when balance below threshold.

  • solstice621/dsh-token-usage-dashboard — Codex-profile-style token usage stats for the DSH Web UI: stat cards plus a GitHub-style heatmap.

  • xiufengsun/TokenTracker — Local-first token usage & cost tracker for 31 coding tools (incl. Claude Code, Codex, Cursor, Gemini & DeepSeek Harness) with native apps; never reads prompts.

  • Yuuu0109/dsh-cache-hit-decimal — Two-decimal cache-hit rate for the DeepSeek Harness Web GUI.

  • Inlispwrad/DSH-BalanceHUD — Balance HUD: a tiny DeepSeek Harness plugin showing remaining effective context (HP), API wallet balance, and today's token & cost spend above the composer.

  • kunainuo/deepseek_harness_dsh-usage-dashboard — Real-time DeepSeek API balance + local token-usage dashboard for the DeepSeek Harness web app, with charts and auto-refresh.

  • lco117/dsh-peak-hours — A DeepSeek Harness plugin that displays a peak-hours status badge in the session header.

  • mtty-ai/mmx-quota-tool — MiniMax token-plan quota dock for the DSH web UI — shows 5h usage %, click for a detail panel, auto-hides for non-MiniMax models.

  • songoao25/bottom-info-bar — Bottom Info Bar — an information bar plugin for DeepSeek Harness: provider/model, live balance, peak/off-peak pricing with countdown, and real persisted per-session spend in a single line.

  • fatemarcus-hub/dsh-balance — DeepSeek balance button next to the DSH Settings button: click to view total/topped-up/granted balance and status, one-click jump to the official top-up page, red low-balance warning; the API key stays on the host.

  • KIDLi1412/dsh-session-cost — Web plugin: conversation status bar with per-session token cost estimate (per-model CNY pricing) and live DeepSeek API balance; display mode configurable (standalone bar or merged into the stats line).

  • lightli369/dsh-llm-usage-stats — Web plugin: per-model LLM token usage dashboard in Settings (input/output/cache tokens, cache hit rate; day/week/month/custom ranges).

  • Polar-Lighter/dsh-cost-meter — DSH cost-meter plugin (no description provided upstream).

  • songoao25/dsh-bottom-info-bar — Bottom Info Bar: provider/model, live balance, peak/off-peak pricing with countdown, and real persisted per-session spend in a single line.

  • xv-chang/dsh-opencode-go-usage-dock — OpenCode Go plan usage readout docked under the composer, aligned with the input bar width.

  • Alphazer01214/dsh-usage-dashboard — DeepSeek Harness token usage dashboard.

  • kenz1117/dsh-ui-usage-billing — Usage billing dashboard plugin for DeepSeek Harness: sidebar cost metrics, real usage aggregation from session logs, current multi-provider pricing catalog.

  • Lateautumns/ds-balance — DeepSeek balance-checking plugin for DeepSeek Harness (no description provided upstream).

  • qianTouchFish/dsh-deepseek-balance — DeepSeek balance-checking plugin for DeepSeek Harness (no description provided upstream).

  • Sev7een/ds-api-usage — DeepSeek API usage-tracking plugin (no description provided upstream).

  • y2zyyr/dsh-token-usage-sidebar — Persistent Today / Yesterday / Total token usage sidebar for DeepSeek Harness.

  • Ycet/dsh-account-usage — Adds a "Settings: Account" page to dsh, allowing quick viewing of DeepSeek balance, usage information, and OpenCode Go quota details, while also providing quick links to the respective official websites.

  • 534119219/chicheng-stats — Global usage-stats plugin: sidebar panel showing today's/total request counts and today's/total token counts across all sessions.

  • Shiye-10Pages/dsh-whale-meter — Usage tiers (🐟→🐳) by monthly token burn with a locally-estimated percentile and shareable stats card; 46 models across 6 vendors including size-tiered Chinese pricing; backfills pre-install sessions; separate old/new rates across the 2026-08-17 price change.

  • eurt-nano/dsh-cache-cost-monitor — DeepSeek API prefix-cache hit-rate monitoring, token-usage statistics, and API cost estimation for DSH.

  • ErrorLst/dsh-deepseek-quota — DeepSeek quota/usage tracking plugin for DeepSeek Harness.

  • Yvesgao/dsh-cost-estimate — DSH plugin: estimates token usage and DeepSeek API cost before answering, and shows the actual bill after (inline in Web chat).

  • ChrisZhangWG/dsh-codex-meter — Codex-style compact meter for the DSH web GUI: a tiny monospace pill showing live token usage, session cost and remaining DeepSeek API balance.

  • MoyunLee/deepseek-ai-dsh-api-cost — DeepSeek API cost-monitoring plugin for the DSH ecosystem.

  • SoDaZilla-zzz/dsh-liquid-glass-balance-card — Draggable liquid-glass DeepSeek API balance card plugin for the DeepSeek Harness (DSH) web GUI.

  • Ychris12138/dsh-usage-stats — Token usage heatmap, per-model breakdowns, and DeepSeek account balance for the DeepSeek Harness Web GUI (dsh web).

  • ZnonEn/dsh-volcark-quota — Volcano Engine (Volcark) Coding Plan / Agent Plan quota viewer for DeepSeek Harness (DSH): connects directly to the official API via AK/SK, showing used/remaining/reset countdown for each window as a floating ball plus a donut chart (two-decimal precision).

  • xiaoyi-xx/dsh-peak-status — Peak-hour indicator for the DeepSeek Harness Web GUI: a small pill in the session header (native conversation.session.header.utilities slot) shows whether current Beijing time is within DeepSeek API peak hours, with a live clock, countdown to the next transition, and pricing hints.

  • jyhn-hunao/dsh-session-cost — Session cost and token-cost tracking plugin for DeepSeek Harness (DSH).

  • davidgereb/dsh-plugin-cost-lens — Cost overview, peak/off-peak hours indicator, balance on dashboard, off-peak scheduling for DeepSeek Harness.

  • Enc-hanted/dsh-pulse — Cross-session usage & cost observatory for the DeepSeek Harness web profile — trend/heatmap dashboards, per-model peak-hour pricing (CNY/USD), official DeepSeek balance with spend reconciliation.

  • bpc-oss/dsh-web-billing — RMB/USD token-billing plugin for DeepSeek Harness (dsh web): official-policy auto pricing with peak/off-peak hours, per-message ledger, account balance, and locale-driven currency display.

  • enchangcui340-cloud/dsh-whale-balance — DeepSeek Harness balance-tracking plugin (dsh-plugin).

  • nzz0991999-ai/dsh-usage-dashboard — DeepSeek platform usage dashboard plugin for DeepSeek Harness.

  • Hann428/dsh-usage-dashboard — DeepSeek Harness Usage tab for balance, official peak/off-peak pricing, live countdown, and a platform-usage link.

  • SnowNightt/dsh-token-activity — 365-day daily token-usage heatmap; hover any day to see every model used and its token consumption.

  • PerryLink/dsh-budget — Cost governance for DeepSeek Harness: aggregated token/cost metering per model, session and day, budget caps with threshold alerts and over-limit policies, carbon footprint estimation, per-model latency benchmarks, a Settings budget tab, and the /budget command.

  • mmzm0808/dsh-deepseek-usage — DeepSeek API usage monitor: a floating ball + expandable panel showing real open-platform balance, cumulative/today spend, request count, tokens, and per-model usage, with manual login to fetch a userToken.

  • pangzi499/dsh-balance-stats — Balance, session cost, token usage, and invoice summaries for DeepSeek Harness Web.

  • Thedeergod666/dsh-musage — AI-plan balance monitor for DSH that follows the active model; supports 5 providers (minimax, deepseek, kimi, openrouter, zhipu).

  • Javis603/token-monitor — Local-first desktop widget for tracking token usage, costs, and limits across 30+ AI coding tools (incl. DeepSeek Harness, Claude Code, Codex, Cursor, OpenCode) with multi-device sync.

  • philmingdao/dsh-meter — DSH plugin: DeepSeek usage & balance meter for the DSH settings panel — account balance, today's spend (official stats or balance-based estimate), and API Key & platform Token management.

  • qsjzqssh/mc-hud — Minecraft-style token consumption HUD for DeepSeek Harness.

  • tsja2001/dsh-token-dashboard — Token usage dashboard for DeepSeek Harness: view cache, context, request efficiency, per-step and cross-session stats.

  • Liyuk/dsh-quota-router — Policy-only multi-source quota router for DeepSeek Harness: deterministic task profiles, ordered candidate chains, health-aware fallback, subtask model leases, and observable decisions.

  • Stellight/dsh-deepseek-balance — DeepSeek Harness dynamic Cordis plugin: real-time DeepSeek account balance + official top-up entry.

  • uaapple/dsh-ui-cost — DeepSeek Harness Web UI plugin for live token usage and estimated cost.

  • tyche66/DSH-money-view — DeepSeek Harness community plugin: real-time sidebar display of API balance, daily baseline, and remaining progress, intelligently queried in step with official caching cadence; keys never reach the frontend.

  • zoahdev/dsh-timesheet — Timesheet for DeepSeek Harness (dsh): turn-based time tracking from session logs — per-day/project/provider/source rollups, tool-call counts, failure rates, time-to-first-token. CLI + agent-callable timesheet tool, zero runtime deps.

  • chenyinrusi/dsh-llm-cost — Per-turn and session-wide LLM cost metering: a dollar cost line under each message, a session cumulative total with hover breakdown, and an LLM+web price auto-refresh tool.

  • Jolly-J/dsh-deepseek-billing — DSH Web UI plugin: DeepSeek account-balance display and per-session cost estimation.

  • feibi-mochi/deepseek-harness-control-center — DeepSeek Harness account monitoring, usage accounting, completion alerts, official recharge, flexible layout, and agent-assisted session controls.

  • CZ1900/suanzhang-dsh — 算账 (suanzhang) — billing plugin for DeepSeek Harness: balance / today's spend / per-step cost, trading-terminal style UI, auto-synced with official pricing.

  • kkbsgg/dsh-balance — Balance-display plugin for DeepSeek Harness (dsh-plugin).

  • xiaojiecode/opencode-helper — DeepSeek Harness (DSH) dynamic plugin: real-time opencode.ai Zen quota usage (5h/1w/1m) & plan models on settings rows and the context ring.

  • ibrhr/dsh-peak — DeepSeek API Peak & Off-Peak (50% discount) status indicator plugin for DeepSeek Harness (DSH).

  • Mungbean-Cake/dsh-plugin-whale-fenggu — DeepSeek peak/off-peak reminder plugin: real-time Beijing-time peak/off-peak broadcast, advance switch-over alerts, token-saving tips, freely draggable.

  • Zenjibad/llmtrim-stats-plugin — Live llmtrim savings dashboard inside the DeepSeek Harness (DSH) Web UI: a settings dashboard plus a rotating carousel stats strip under the composer.

  • yanzoro926/dsh-usage-dash — Usage dashboard plugin for DeepSeek Harness (dsh-plugin).

  • yflmq001/dsh-cost-tracker — Token cost tracking for DeepSeek Harness.

  • YLifeOnlyOnce/dsh-calendar — See at a glance what DeepSeek did, and when: a usage calendar for DeepSeek Harness with day/7-day/month/year views of every project's and task's execution time, recurring reminders, animations, and full theme awareness.

  • Andrew111888/dsh-plugin-balance — DSH plugin: floating balance widget for DeepSeek / OpenCode Go quota, plus session token-usage stats with official peak/off-peak pricing cost estimation.

  • lizhouai/dsh-provider-usage — Live balance & quota panel for all your LLM providers, right in the DeepSeek Harness sidebar.

  • Timmononon/dsh-model-usage — Local model usage statistics and cost dashboard for DeepSeek Harness.

  • Funnyvalentine00/deepseek-token-dashboard — A simple token counter for DeepSeek Harness.

  • MeteorNOX/DeepSeek-Balance-Whale-Widget — A little whale that lives in the bottom-right corner of the DeepSeek Harness (DSH) UI and watches your DeepSeek account balance for you, with drag-to-dock, number-rolling animations, and auto-enable.

  • yanhuifair/dsh-money — A DeepSeek Harness plugin that shows reply and conversation cost.

  • ice-kele/dsh-llm-guardian — Provider health, quota, account usage, and local model usage statistics for DeepSeek Harness.

  • yk1288/dsh-opencode-go-usage — Shows an OpenCode Go usage badge at the bottom of the DeepSeek Harness (DSH) sidebar: live 5-hour rolling / weekly / monthly usage percentages, an expandable detail panel, auto-refresh, and color warnings.

  • yuntaojinghong/dsh-balance-monitor — DeepSeek Harness (DSH) API balance monitor: watches your DeepSeek API balance in real time, auto-pauses tasks and asks the user when it drops below a threshold, with one-click top-up jump to the open platform.

  • jiangli07/dsh-deepseek-quota-bar — DeepSeek API quota blood-bar widget for the DSH web GUI: remaining balance vs month-opening, today/month spend, session cost. Draggable & collapsible.

  • Tsunamistr/dsh-opencode-go-usage — DSH web-GUI plugin: floating card showing real-time OpenCode Go usage (5h/weekly/monthly), auto-refreshing every 30 seconds.

  • whitelonng/dsh-opencode-go-pool — DeepSeek Harness plugin: multi-key pool with automatic quota failover and a usage dashboard for the OpenCode Go plan.

  • xie-tj/dsh-plugin-usage-ledger — Persistent usage ledger and web usage dashboard plugin for DeepSeek Harness.

  • heekei/dsh-usage — Provider usage/balance query plugin: real-time balance and plan lookups for Kimi/Zhipu/DeepSeek/Volcano Ark and more, shown as a usage readout under the composer. Install: dsh plugin --profile web add github:heekei/dsh-usage.

  • whisperflo/dsh-deepseek-console — DeepSeek account console: real-time balance monitoring, usage stats, and a global floating HUD (direct official-API connection, key stored locally only).

  • V-dev-388/dsh-usage-meter — DSH (DeepSeek Harness) model usage dashboard plugin: settings panel with per-provider/model token summary and today/7d/30d trends.

  • AzureHalcyon/dsh-deepseek-usage — Minimalist DeepSeek balance/usage panel plugin: no extraneous windows, extremely simple configuration.

  • cn-zhangpeng/dsh-shanhai-stats — Shanhai-series usage-stats plugin for DeepSeek Harness: total-usage badge, daily trend, GitHub-style heatmap, and breakdowns by model/provider.

  • MoonlitDropOfBlood/dsh-token-stats — Token-consumption statistics plugin for DSH.

  • Zenjibad/deepseek-cost-usage-status-plugin — Live DeepSeek API cost, usage & balance status line for the DeepSeek Harness (DSH) web UI. Packaged DSH plugin — on/off-peak (Beijing-time), session cost, burn rate, account balance.

  • liangbai250/DSH-Whale-Balance-Widget — A little whale girl living in the bottom-right corner of the DeepSeek Harness EAC (DSH) UI, watching your DeepSeek and Sub2API account balances for you. Draggable with edge-snapping (flips when snapped left), number-rolling animations, and instant balance-source switching; auto-enables itself, tuned for the DSH EAC Web plugin mechanism and settings panel.

  • lyq3/dsh-plugin-model-quota — Display CLIProxyAPI subscription quotas in DeepSeek Harness.

  • overact/dsh-peak-indicator — DeepSeek Peak / Off-Peak Time Indicator for DSH Web GUI (live status, timezone auto-detection, countdown, SVG icons, discount schedule).

  • zisekongling/deepseek-peak-blocker — Friendly interception and confirmation prompt for new requests sent to the official DeepSeek API during peak hours.

  • licyer/dsh-token-monitor — DSH Web model balance and usage monitoring plugin.

  • whoisDDD/dsh-quota-dashboard — DSH plugin for AI API balance/quota monitoring: DeepSeek peak/valley countdown, OpenCode Go quota, host-side key isolation, terminal-style panel, persistent config.

  • ADDD1118/dsh-balance — DeepSeek Harness (dsh) balance card — floating glass card (estimated days, balance, conversation usage/cost) + adjustable-size settings card.

  • Triple3h/dsh-usage-stats — DSH Web plugin: usage statistics — daily/model tokens, sessions, messages, activity heatmap in a zcode-style panel.

  • AnakinCao/dsh-cost-meter — DSH Web GUI plugin: DeepSeek session cost estimate + account balance in the bottom status bar (live official pricing, per-session/per-model billing).

  • WSL043/dsh-deepseek-dashboard — Compact, private DeepSeek API cash balance widget for DeepSeek Harness.

  • Phant0Meow/dsh-meow-cachebilling — Money-saving cache billing plugin for DeepSeek Harness: shows exactly how much the current turn's pure context-cache portion has cost you, so you know when it's worth switching windows.

  • xuanfengtechx/dsh-openrouter-provider-advisor — DSH plugin that ranks OpenRouter providers by cost, speed, context, and reliability, then switches the active route.

  • anonRTtty/dsh-api-balance-displayer-plugin — DeepSeek API balance display plugin for DeepSeek Harness.

  • DDA-DIGITAL/dsh-deepseek-peak-indicator — DeepSeek peak/off-peak billing indicator plugin for DeepSeek Harness.

  • Mrxiewei/dsh-token-balance — Starship-fuel-bay-styled sidebar badge for token consumption, with a one-click jump to the top-up page on desktop.

  • bluechips-zhao/dsh-receipt — DeepSeek Harness conversation usage receipt plugin: per-model token usage, calls, time and cost, shown as a supermarket-style receipt.

  • 988hj7tczd-oss/dsh-receipts — Mines local DSH session logs (JSONL) into personal usage & impact receipts: Markdown day/week/month reports plus a self-contained HTML receipt.

  • pan17/dsh-minimax-usage — DSH plugin: floating MiniMax Token Plan usage bubble in the Web UI.

  • tianji-qingtian/dsh-model-router — Model routing and cost optimizer for DeepSeek Harness: flash quick-answers for simple questions, failure fallback, live token/cache/cost panel.

  • 2006spy/dsh-token-billing — Real-time token billing plugin for DeepSeek Harness: official CNY pricing, auto peak/off-peak switching, live price sync with the official site, and customizable visual model pricing.

  • hhy66/dsh-balance-stats — Balance and consumption statistics panel for DeepSeek Harness (dsh-balance-stats).

  • omdsh-dev/dsh-tool-tariff — DSH peak/off-peak tariff, DeepSeek API balance, reminder, and Web status badge plugin.

  • outprintHelloLi/dsh-piggy-bank — Official DeepSeek balance status-bar plugin for DSH web.

  • tma1-ai/dsh-otel — OpenTelemetry traces, metrics, and logs for DeepSeek Harness, written straight into GreptimeDB.

  • lizhiyao/oh-my-knowledge — OMK — Evidence-backed evaluation and observability for prompts, RAG, skills, agents, and workflows. Native Codex, Claude Code, and DeepSeek Harness support.

  • welsione/dsh-model-router — Unified model-routing plugin for DeepSeek Harness (DSH): one logical ModelID routed across multiple provider candidate chains, failover before first token plus cooldown, three-tier grading (tier1/2/3), reasoningEffort control, and an admin panel.

  • X-avier-W/dsh-elegent-balance-tracker — DeepSeek Harness billing plugin: current-session cost plus official balance (peak/off-peak official pricing, per-minute balance alignment, real-time deduction during the period).

  • xuan666-lab/dsh-openrouter-provider-advisor — DSH plugin that ranks OpenRouter providers by cost, speed, context, and reliability, then switches the active route.

  • wjxn13/dsh-headroom — Headroom context-compression proxy integration for DeepSeek Harness: detect/install/start Headroom, auto-configure the DeepSeek compressed route, one-click route-switch UI. Built on headroomlabs-ai/headroom (Apache-2.0).

  • navid-kianfar/dsh-usage-info — Context occupancy and account balance for the DeepSeek Harness Web Client — a session-header readout with a swappable balance provider.

  • f20880479-lab/dsh-peak-gate — DeepSeek Harness plugin that delays peak-hour work to off-peak windows.

  • ChenYiming-aaa/dsh-account-stats — 用于 dsh web 的 DeepSeek 账户统计插件:实时余额 + 每次会话费用,支持官方分时段计价

  • Max-Samson/dsh-usage-chart — A DeepSeek Harness Web plugin for real-time Token usage, cost estimates, per-round charts, and DeepSeek API balance.

  • syncended/deepseek-harness-usage — Token usage, model cost analytics, trends, and activity heatmaps for DeepSeek Harness.

  • Oliver0804/dsh-openrouter-monitor — DSH plugin: OpenRouter account balance, per-key spend, alert thresholds and trend charts under the composer.

  • vibe-any/dsh-plugin-save-token — A DeepSeek Harness (dsh) dynamic plugin that cuts token cost without cutting model intelligence.

  • feiyang-dev/dsh-usage-plugin — DeepSeek Harness usage/cost plugin: per-call token usage and cache-hit stats, peak/off-peak billing, balance lookup, and CSV/JSON/PNG export; installable from the desktop app or via dsh plugin add.

  • Francesco502/dsh-quota — AI quota and token-usage monitor for DeepSeek Harness (Codex, Cursor, Antigravity, OpenCode-Go).

  • jsoncode/dsh-get-balance — Balance and cost-lookup plugin with multi-account support, real-time token stats, bilingual UI, and an out-of-the-box interface.

  • EasyTZ/dsh-ui-balance — Balance display plugin for DeepSeek Harness (dsh) — shows your DeepSeek API balance under each reply.

  • arthur20150522/dsh-token-usage-cost — Shows per-turn and session token costs in DSH web conversations.

  • kober-basket/dsh-cachescope — Prompt-cache observability and logical-input diagnostics for DeepSeek Harness.

  • Young4ever33/dsh-token-attention — Token Check: a token-attention management panel for DeepSeek Harness (DSH) — tracks token spend and cost by task/day/week/month (hit/miss/output/reasoning), supports DeepSeek peak/off-peak pricing, and suggests when to switch conversations or write a hand-off.

  • rayadesune/DeepSeek-Harness-chat-billing — Native-look chat billing plugin for DeepSeek Harness.

  • zhm20001/dsh-usage-board — Usage and cost visualization dashboard plugin for DSH (DeepSeek Harness): real-time capture of session token consumption, step duration, and anomaly metrics, with cold-start incremental backfill of historical sessions and tree-structured aggregation/drill-down by sub-agent DAG call relationships.

  • AiLi1337/dsh-context-length — Settings-page plugin that adds a "Context Length" page right under Model settings: pick a configured provider and model, set a context-window value (131072, 256K, 1M, etc.), and it writes to settings.yaml and takes effect immediately. Custom models are grouped at the bottom with one-click "restore default".

  • Zhanxueyou/deepseek-balance — Zero-dependency Python CLI to check your DeepSeek API balance, with low-balance alerts and macOS notifications; ships with a DSH sidebar plugin showing live balance, today's/this-month's usage, and cache-hit rate.

  • ParticleLight/dsh-all-usage — DeepSeek Harness usage dashboard: tokens, cache, model/provider/workspace analytics, DeepSeek balance, heatmap, and CSV export.

  • wkscc310/dsh-client-ui-cpa-quota — Easily view your CLiProxyAPI quota in DeepSeek Harness.

  • AnLifeX/dsh-credits — DeepSeek Harness (dsh web) credits/usage plugin: shows official balance or OpenCode Go subscription usage for the active model, with per-session estimation, cross-session cumulative consumption, and visualization settings.

  • 162568316/dsh-tokenrhythm-bill — Model/balance/API-key panel for DeepSeek Harness (dsh): sidebar entry with model catalog, balance + spend charts, and key management for the TokenRhythm provider.

  • doublemolu/dsh-balance-dock — DeepSeek Harness balance dock: balance card, per-conversation spend/tokens, a 50-yuan segmented progress bar, recharge button, and position guard.

  • jwilson411/dsh-result-cap — DeepSeek Harness plugin: deterministic tool-result byte cap with a SHA-256 of the omitted tail. Not a compressor model.

  • kongshan-zhuyu/dsh-balance-quota — A plugin for configuring balance, monitoring model status, and configuring multimodal model settings.

Channel / IM Bridges

Bridges DSH into chat platforms and messaging channels.

  • citedy/dsh-telegram-bot — Self-hosted Telegram bot bridge for DeepSeek Harness AI agents.

  • cheesehaqi/dsh-qq-onebot-bridge — Build your own QQ assistant on top of DeepSeek Harness via the OneBot protocol.

  • Lichen455/band-notify — DSH plugin that pushes a notification to your Xiaomi Mi Band 10 Pro (via ntfy) when the agent finishes a task.

  • fryghost/deepseek-harness-wecom-plus — WeCom (Enterprise WeChat) bridge plugin for DeepSeek Harness.

  • nickhelion/dsh-serverchan-notify — DeepSeek Harness plugin: ServerChan3 (Server酱) push notifications whenever an agent turn finishes an answer — codex Stop-hook parity.

  • huaqian695-sudo/dsh-wechat-bot — WeChat AI automation bot built on DeepSeek Harness: chat/memory/schedule reminders/weather/web search, multi-persona-mask switching, dual-channel LLM, Web console.

  • wsz987/dsh-channels — Connects WeChat / QQ / DingTalk / Feishu / Telegram to DeepSeek Harness: unified configuration, QR-code authorization, chat with the agent directly from each IM; supports image and file transfer both ways, and the agent can read PDF, DOCX, XLSX, and text content.

  • JunguangJiang/dsh-lark-channel — Lark/Feishu IM bot channel for DeepSeek Harness: session mirroring, interactive cards, topic-level sync.

  • viethoang35/dsh-chat-bridge — Chat bridge that connects Telegram (WhatsApp, Zalo, Viber, ...) to DeepSeek Harness via its headless CLI.

  • AlexKaiqi/dsh-realtime-voice — Full-duplex realtime voice-agent plugin for DeepSeek Harness, with OpenAI Realtime (WebRTC) and Doubao Duplex (WebSocket) adapters.

  • lgquan/dsh-voco — Persistent voice conversations for DSH with cloud speech recognition, Edge TTS, and background Agent delegation.

  • bitterSmilezzz/dsh-asr-voice — Speak-to-prompt for DeepSeek Harness: cloud ASR speech recognition + prompt optimization + fill-into-draft/auto-send, cross-platform macOS / Windows.

  • nicecx/dsh-relay — DSH plugin: relay approval & question requests to any chat channel — iMessage, Email, WeChat built-in; Telegram/DingTalk/Feishu/Slack via a common adapter contract (src/channels/types.js).

  • bescriptkiddie/dsh-wechat-collector — DSH-native WeChat Official Account collector and ContentStudio handoff.

  • fan56/dsh-feishu — dsh plugin: drive an existing dsh session from Feishu/Lark — outbound-only bot, /resume picker, run status card.

  • alextangson/dsh-dispatch — Dispatch tasks to DeepSeek Harness (dsh) from your phone — approvals on your lock screen, isolated git worktrees, E2E encrypted, self-hostable.

  • huaxiren6/DSH-EmailReader — IMAP email reader for DeepSeek Harness: list, read, and search mail via imapflow (email_list / email_read / email_search).

  • 452926826/dsh-feishu-bot — Connect a Feishu bot to DeepSeek Harness projects and conversations.

  • STARDUSTLC666/dsh-voice — DeepSeek Harness five-tool voice suite: voice_tts (free edge-tts neural synthesis) / voice_stt (OpenAI-compatible ASR) / voice_list / voice_preview batch voice sampling / voice_health self-check.

  • huaxiren6/DSH-SmsWebhook — SMS forwarding webhook for DeepSeek Harness: receive pushes from phone SMS Forwarder apps, store them, expose sms_recent / sms_search tools.

  • blooming-fang/dsh-feishu-notifier — Feishu (Lark) bot notifier plugin for DeepSeek Harness: sends a message when the agent needs user input or a conversation ends, with persistent configuration.

  • suuuuuu-1/dsh-discord — Bidirectional Discord bridge and remote controller for DeepSeek Harness.

  • joejojoking-cloud/dsh-approval-popup-bridge — Pops up a home-screen alert whenever your dsh session sends an approval request, a question, or a final result.

  • PlutoKeating/dsh-lark-bot — Feishu/Lark bridge.

  • TtTRz/dsh-wecom — WeCom (Enterprise WeChat) bot.

  • congchuanling-dot/DSH-Telegram-Relay — Telegram relay.

  • STARDUSTLC666/dsh-email — Email tooling.

  • BeAChanger/dsh-openclaw-acp — DeepSeek Harness bundle for OpenClaw and WeChat over ACP.

  • gnulife/dsh-plugin-wechat — WeChat bridge plugin for DeepSeek Harness (via ClawBot).

  • sindo-s/dsh-qq-bot — Bridges the QQ official Bot API to dsh agents, no third-party bot framework required.

  • wssfk12138/dsh-wechat-notify — Adds a wechat_notify tool so the agent can proactively notify you over a local ClawBot WeChat channel on task completion or when a decision is needed.

  • xiaoshihou514/dsh-weixin — Weixin (WeChat) bridge for DeepSeek Harness.

  • NattoCB/dsh-plugin-wechat-bridge — WeChat (ilink bot) bridge plugin for DeepSeek Harness: one DSH agent session per peer per day.

  • TomoyoNatsume/dsh-qq-bridge — DeepSeek Harness plugin for connecting QQ.

  • One1turn/dsh-omnibridge — AstrBot-style multi-platform bridge for DeepSeek Harness: QQ(OneBot)/Telegram/Discord/KOOK/Slack/Feishu/WeCom/DingTalk/LINE/webchat, 19 platforms in one plugin.

  • STARDUSTLC666/dsh-slack — Slack bridge plugin for DeepSeek Harness (no description provided upstream).

  • jackControls/dsh-telegram-control — Telegram remote control for DeepSeek Harness (dsh): conversations with titles + workspace, on-demand resume of paused sessions, turn-tracked replies, inline-button approvals, reasoning summaries, bot command menu.

  • hZsFN/dsh-qq-bot — QQ official bot private message (C2C) bridge for DeepSeek Harness (dsh): per-user persistent agent sessions, image attachments, auto-reconnect.

  • wz-heng/dsh-feishu-bridge — Feishu (Lark) channel bridge for DeepSeek Harness (dsh) — message a Feishu bot, it runs a dsh agent turn, the reply comes back. Community plugin.

  • ghbhiee/dsh-plugin-discord — Discord bridge for DeepSeek Harness: chat with your dsh web sessions from Discord.

  • YLifeOnlyOnce/dsh-smarthome — Home Assistant control for DeepSeek Harness agents — approval-gated lights, switches, climate.

  • banana770/dsh-qq-bridge — QQ bridge for DeepSeek Harness: chat with the Harness agent through a QQ bot (Node.js ≥ 22).

  • hi-wenw/dsh-telegram-channel — DeepSeek Harness Telegram mobile remote: bind live Web sessions (Codex-style).

  • sosojust/dsh-messge-channels — Connect Feishu, DingTalk, and WeCom to DeepSeek Harness, enabling chat-driven Agent, Session, and Workspace workflows.

  • TingRuDeng/dsh-feishu-bot — Feishu (Lark) private-chat frontend for DeepSeek Harness: drive, monitor, and approve local agents from Feishu, sharing sessions with the Web GUI.

  • frederico-kluser/deepseek-harness-mobile — Telegram-bot mobile bridge for DeepSeek Harness agents (ai-agents / cordis / dsh-plugin).

  • shoxiy-danny/dsh-feishu — Runs the harness inside Feishu on a Linux server: goal cards, live progress, and multi-bot support — not just a remote for the webpage.

  • shaobeichen/dsh-im-bridge — Drive DeepSeek Harness remotely from Feishu / WeCom / Telegram: remote task dispatch, result notifications, and dangerous-operation approval.

  • Fantasality/astrbot_plugin_dsh_bridge — AstrBot plugin bridging DeepSeek Harness (DSH) agents into AstrBot.

  • ASAKAFENG/dsh-qq-remote — Remote-control DeepSeek Harness from QQ via the OneBot 11 protocol (NapCat / Lagrange.OneBot / go-cqhttp / LLOneBot).

  • caoxiaohu7745-bot/kongmu-im-bridge — IM bridge plugin family: core kongmu-im + Feishu adapter (derived from dsh-im-bridge, MIT) — long-connection, approval cards, group @-mention filter, streaming card updates, /stop command.

  • pan17/dsh-wechat — WeChat bridge for DSH: two-way text / image / file / audio-video transfer between WeChat chats and DSH.

  • ljnljn2005/dsh-wecom-notify — DSH plugin: auto-sends notifications via WeCom (Enterprise WeChat) group robot webhook on task completion / errors / when user input is needed (text by default, markdown switchable).

  • wendayuan/dsh-weixin — DeepSeek Harness WeChat channel plugin: chat with the DSH agent directly from your phone via WeChat.

  • minyang2020/dsh-feishu-bridge — Feishu (Lark) bridge plugin for DeepSeek Harness (no description provided upstream).

  • moyu-good/dsh-lark-bridge — Run a full DeepSeek Harness coding agent inside Feishu/Lark — native thinking process (CoT), interactive approval cards, live reactions, slash commands, WS long-connection, no public callback URL.

  • Es1lama/whalemaid — Let your phone fully take over DeepSeek Harness on your computer: native sessions, one-time verification, safe thereafter (AGPL-3.0).

  • coolbreezecoin/dsh-wechat-mp — Turn markdown into a typeset WeChat Official Account draft.

  • tarraencompassing61/dsh-lark-bot — Bridge DeepSeek Harness into Feishu/Lark: drive your local coding agent from mobile, group chats, and topics with conversations, tasks, cards, and project workspaces in one collaborative flow.

  • xqicxx/dsh-telegram — Native Telegram bridge: chat with dsh agents, control sessions, and manage the harness from a phone.

  • zetaluolang-cyber/deepseek-harness-phone-remote — Phone remote control for DeepSeek Harness via Tailscale — persistent file/workspace plugin — tested on OPPO Find X8 Ultra.

  • sq8161/dsh-qq-notify — DSH (DeepSeek Harness) QQ notification plugin: turn-end QQ alerts via the official QQ Bot API, QR-code binding, 5 presets and placeholder variables, zero external dependencies.

  • 534119219/dsh-messaging — DSH messaging-platform plugin (messaging-core): unified access to 27 message channels, ported from hermes-agent.

  • DLive/dsh-qqbot-community — Adds official QQ Bot connectivity for DeepSeek Harness.

  • bftz22/dsh-openai-bridge — OpenAI-compatible bridge that lets Chatbox (or any OpenAI-compatible client) drive a DeepSeek Harness (dsh) agent on your machine — streaming, tool-call traces, persistent sessions, one-click installers.

  • 534119219/chicheng-push — DSH (DeepSeek Harness) Web message-push plugin: multi-channel push (Server酱/PushPlus/Bark/DingTalk/WeCom/Telegram/Feishu/Webhook, etc.), with a settings-page "Push Plugin" entry callable by other plugins (pushNotifier service / /push/api).

  • LPX-E5BD8/dsh-plugin-lark — Feishu/Lark bridge for DeepSeek Harness with streaming Card 2.0, tool approvals, and session routing.

  • zhuiyueya/dsh-im-gateway — Aggregate IM gateway for DeepSeek Harness (dsh): connect your agents to WeChat, Feishu, Telegram, Discord & 20+ chat platforms.

  • Kairos0922/dsh-wechat-bridge — DeepSeek Harness (DSH) WeChat channel: iLink gateway + conversation bridge — multi-mode routing, approvals, rate-limit-aware outbox, Markdown policies, Web settings panel.

  • JxaMe/dsh-telegram-bridge — Telegram bridge plugin for DeepSeek Harness (no description provided upstream).

  • codelogickeep/deepseek-harness-plugin — DingTalk ↔ DeepSeek Harness (DSH) bidirectional bridge, bringing agents into DingTalk. Uses an enterprise internal app + Stream mode, no public domain required; includes a session-management console and MiniMax web-search integration.

  • keepview/dsh-lark — Minimal Lark/Feishu gateway plugin for DeepSeek Harness (dsh) — chat with your agent from Feishu, one topic = one session.

  • omdsh-dev/dsh-lark — Lark/Feishu IM bot channel for DeepSeek Harness.

  • lubaiUwU/DSH-WeChatClawBot — DSH plugin: WeChat floating-ball bridge (QR login, message relay to agent).

  • xmanrui/dsh-im — Connect IM bots to DeepSeek Harness via QR code or credentials, supporting 8 channels: Feishu, WeChat, DingTalk, WeCom, QQ, Telegram, Discord, and WhatsApp.

  • s17179XTY/dsh-mobile — dsh-mobile — a mobile-device connector for DeepSeek Harness.

  • tangwenhao616-netizen/dsh-weixin — dsh-weixin enhanced fork: multi-session, slash commands, per-session models, concurrency fixes.

  • MichengAI/dsh-im-connect — IM-connector plugin for DeepSeek Harness: seamlessly bridges WeChat, WeCom, DingTalk, QQ, Feishu, and more.

  • Carl-5535/dsh-wechat-gateway — WeChat × DeepSeek Harness (DSH) in-process plugin: scan-to-use, bidirectional messages/files, and proactive wechat_notify pushes.

  • void2anything/dsh-qingagent — Use Qingjian inside DeepSeek Harness — a one-line-install DSH plugin: draft and revise in chat while a rice-paper panel matching the Qingjian desktop app grows on the side, review line-by-line, then commit to the final draft.

  • Gum97/dsh-telegram — Telegram channel for DeepSeek Harness — rich tables, images both ways, inline-keyboard questions, in-chat model switching.

  • ringclaw/dsh-ringcentral — Plugin for integrating RingCentral with DeepSeek Harness (dsh).

  • xiaomengxinbb/dsh-qq-bridge — Two-way bridge connecting QQ (private + group chats) to DeepSeek Harness: each QQ conversation gets an isolated, persistent Agent session, with support for commands/approvals/multimedia/outbound files.

  • lanbaolu/dsh-wechat-bridge — Personal WeChat bridge for DeepSeek Harness: scan QR to bind, then chat with your local DSH agent directly inside WeChat (text/image/voice/file, streamed replies, persisted sessions, Win/macOS/Linux).

  • godchen520/dsh-web-remote — DSH mobile/remote-access plugin: Cloudflare Quick Tunnel public tunnel + token auth + gzip compression + direct HTTPS on LAN + mobile icon panel + QQ bot link retrieval.

  • lnabc03/dsh-remote-gate — Minimal remote-access gateway for DeepSeek Harness (DSH): control the local DSH Web UI securely from mobile over a public server (frp or SSH reverse tunnel), a Cloudflare quick tunnel (zero-server), or the same LAN; installable as a PWA.

  • winada82/dsh-telegram-bridge — Telegram bridge plugin for DeepSeek Harness (Cordis-based dsh-plugin; no description provided upstream).

  • scubiry-glitch/dsh-plugin-feishu-chat — DSH Web Feishu chat-viewer client plugin: a 💬 button in the session header shows the private chat history with a Feishu bot (sourced from OpenClaw's independent gateway agent session files, same-origin routing).

  • IvanWu2015/dsh-connect — Bridges DeepSeek Harness (DSH) agents to Feishu/Lark & DingTalk — chat, stream replies, and arrange work from your messaging app.

  • PGZXB/dsh-feishu — The Feishu UI for DeepSeek Harness — a panel-driven control console: every slash command a button on the ⚙️ control-panel card, in-card approvals & questions, live streaming cards, one-QR setup.

  • a792883583/dsh-message-gateway — Universal message-platform gateway for the DSH web GUI: WeCom AI bot / Telegram / Discord / QQ / Email bridges with per-chat sessions, streaming replies, and auto context compression.

  • jerryjiao/dsh-wewrite — WeChat official-account AI writing plugin running inside DeepSeek Harness: one command installs the full pipeline (topic selection → writing → quality gate → layout → images → drafts); scheduled runs land in drafts only, broadcasting always stays human-gated. MIT.

  • zhoushuoshi-code/dsh-live — DSH Live — your coding agent calls you when it needs you: approve actions, track live progress, send photos, and review results from iPhone or Android. A mobile companion plugin for DeepSeek Harness.

  • AtomerCore/dsh-qq-agent-mail — A DeepSeek Harness plugin that integrates QQ Agent Mail.

  • sliverp/DeepSeek-harness-dingtalk — DingTalk Stream text and image channel plugin for DeepSeek Harness.

  • sliverp/DeepSeek-harness-qqbot — QQ Bot text and image channel plugin for DeepSeek Harness.

  • SeverusZh/dsh-notify-windows — Windows notification plugin for DeepSeek Harness (dsh-plugin).

  • wenbin-wb/dsh-bridge — Multi-channel remote access for DeepSeek Harness: LAN QR code, Cloudflare tunnel, custom tunnel, and a WeChat Bot with workspaces, persistent sessions, media, and approvals — no public server needed.

  • emiliagarfield6-bot/dsh-telegram-notify — Telegram notifications for DeepSeek Harness — get pinged when your agent finishes a task or needs you.

  • geniusdapeng-collab/workloom-im — WorkLoom · Enterprise Agent IM powered by DeepSeek Harness: human-agent coexistence, WorkData data brain (event sourcing + org memory), skill marketplace, local-first data sovereignty.

  • nishit130/dsh-notification — Know when your agent finishes a turn, hits an error, or is waiting for your approval — without watching the tab.

  • Coffeiz/dsh-qqchat — Bridges QQ into DeepSeek Harness: private/group chat, session management, per-chat/group-member memory, media handling, and permission management.

  • Mr-SYGao/dsh-feishu-reader — DSH plugin: read Feishu documents (docx/wiki/sheets/bitable) and download embedded images.

  • amlyczz/dsh-lark-link — High-reliability Feishu/Lark bridge for DeepSeek Harness — QR one-click auth, multi-mode agents, card-based commands, zero-loss outbox, media in/out, session-log doctor, reusable DSH Web GUI.

  • whoisjiahao/dsh-feishu-channel — Feishu × DeepSeek Harness remote control: drive a DSH agent from Feishu chat — streaming rich cards, one-tap approvals, image sending by model capability, and peak/off-peak cost metering.

  • THEWOLFWALKER/dsh-notifier — Unified notification-push plugin for DeepSeek Harness (DSH): one minimal notify() API, 8 channel adapters (Telegram/DingTalk/Feishu/WxPusher/PushPlus/ServerChan/Bark/Webhook), dual trigger (auto session events + agent tool).

  • twinsant/qqbot-clawbot — QQ bot bridge plugin for DeepSeek Harness (QQ Open Platform WebSocket gateway).

  • aiworkskills/dsh-wechat-article — DeepSeek Harness community plugin for AI-assisted WeChat Official Account article writing, review, image workflows, knowledge bases, and publishing.

  • tencent-connect/dsh-qqbot — Official plugin bringing QQ Bot connectivity to DeepSeek Harness (dsh).

  • YiMlT/dsh-notify-yimit — Notification plugin for DeepSeek Harness: alerts on task completion / error / running / awaiting approval / awaiting reply. Notification titles show the conversation title; both system and custom notifications support click-to-jump to the corresponding session.

  • zmh2000829/DSH-agent-bridge — Use Grok Build inside DeepSeek Harness Web through ACP.

  • kriskwok/dsh-feishu-gateway — DeepSeek Harness Feishu gateway plugin: chat with your DSH agent from Feishu (persistent sessions, /new, Markdown replies, proactive push).

  • radres/dsh-plugin-call-me — Your DeepSeek Harness agent rings your actual phone: it asks out loud, you answer out loud, and what you said steers the run.

  • yangwuan55/dsh-feishu-integration — Bidirectional Feishu/Lark integration for DeepSeek Harness: summaries, reply routing, binding UI, and QR provisioning.

  • ZhuoSir/dsh-chatops — IM bridge plugin for DeepSeek Harness: bind via WeChat QR to the official ClawBot bot (Tencent iLink protocol), or connect a self-built Feishu app, then list/switch/drive all DSH sessions from your phone's IM — sending text sends a prompt, finished tasks push results automatically, and risky operations push for approval (Feishu supports one-tap card-button approval). Multi-channel in parallel, official APIs only, zero public deployment.

  • itsnone-liu/dsh-feishu — Feishu/Lark bridge for DeepSeek Harness (dsh) — long-connection, card streaming, slash commands.

  • TARS-snail/dsh-notify — Desktop notifications for DeepSeek Harness sessions, only while you are away.

  • lijian-ui/dsh-im-gateway — Multi-IM channel gateway plugin for DeepSeek Harness: DingTalk / QQ / personal WeChat, with QR-code binding and streaming replies.

  • mario841859784/dsh-onebot — OneBot protocol bridge plugin for DeepSeek Harness.

  • GooDAnDReaDY/dsh-messenger-gateway — Telegram messenger bridge for DeepSeek Harness (sessions, steer, homes, TTS voice notes).

  • flashyiyi/dsh-voice-announcer — Voice/TTS task-completion announcer plugin for DeepSeek Harness.

  • NekroAI/nekro-nxt — NekroNXT: a DSH-powered multi-platform group-chat agent system.

  • NimuStudio/NimuQDock-dsh — QQ dock bridge for DeepSeek Harness with a persona engine: a simulated group friend with mood, energy, and memory that lurks and participates like a real person.

  • MaRi23333/dsh-serverchan-watchdog — ServerChan push plugin for DeepSeek Harness: sends a WeChat/ServerChan³-app alert when an approval, plan review, or question sits unhandled past a timeout. Third-party, unofficial.

  • evlon/dsh-matrix-agent — Matrix bridge plugin for DeepSeek Harness (dsh): bridges Matrix rooms to harness agent sessions (one room per session), supporting remote monitoring, approvals, and follow-up instructions from chat; multi-persona architecture with full media/rich-text/reply/edit handling.

  • addozhang/dsh-discord — Discord-first adapter for DeepSeek Harness — sessions, streaming, approvals and controls from a Discord guild.

  • zyfgood/dsh-feishu-bot — Feishu (Lark) bot for commanding a DeepSeek Harness agent to work.

  • HiQ-AI/dingtalk-dsh-assistant — DingTalk group-chat resident personal assistant plugin built on DeepSeek Harness.

  • kittcat-lab/dsh-kitt-voice — Voice for the DeepSeek Harness: speak to the agent, hear it back, and see what it is doing from a floating window that stays on top of whatever you are running.

Plugin Marketplaces & Ecosystem

  • bululuburuarua666/dsh-plugin-manager — Community plugin manager for DeepSeek Harness: origin classification, safe hot disable/enable, and transactional uninstall.
  • aorucshiea/dsh-plugin-toggle — Hot-plug enable/disable switches for installed DSH plugins.
  • dhicoc/dsh-reverse-skill — Complete reverse-skill pack (85 SKILL.md) as a DeepSeek Harness Cordis plugin: reverse engineering, authorized pentesting and security-research skill router.
  • dshhub-co/dshhub-market — DeepSeek Harness code-redemption plugin marketplace client: unlock plugins with a code, connecting creators and buyers (powered by DSHHub.co).

Plugin marketplaces, install managers, indexes, and ecosystem tooling.

  • LLYlab/DSHEssentialTools — A permanent DeepSeek Harness plugin that ships a project run & code viewer, program snapshots, a VTD conversation tree (edit / retry / branches) with message micro-versions, plus a DET feature manager and global plugin control.

  • DSHPlugin.app — Independent DeepSeek Harness plugin directory with source-backed capability summaries, install information, repository activity, and security signals.

  • YELEBAI/dsh-plugin-marketplace — Verified plugin marketplace and autonomous registry for DeepSeek Harness

  • bradeGithub/DSH-Plugins-Marketplace — GUI plugin marketplace.

  • LX2000WASD/dsh-web-plugin-manager — Web-based plugin manager.

  • Toukaiteio/dsh-plugin-installer — Plugin installer.

  • Sunrisepeak/dsh-index — Plugin index.

  • akira399/dsh-plugin-publisher — Plugin-publishing workflow.

  • nightwhale-dev/nightwhale — Ecosystem aggregator.

  • ZK-Andy/dsh-continual-evolve — Self-evolving ecosystem plugin.

  • green-dalii/dsh-plugin-dev-skill — DeepSeek Harness plugin-development skill: lets any agent build DSH plugins correctly and to spec, with condensed reference docs and paper notes.

  • DDDFXYqiming/Agent_Extensions — Agent Skills & DeepSeek Harness (DSH) extension library: general agent skills plus standard DSH plugins, an out-of-the-box collection of agent capability upgrades.

  • MicroMilo/upstream-radar — Always-on vulnerability and breaking-change impact monitoring for DeepSeek Harness plugins.

  • miniLV/Plexus — One-click local setup for MCP servers, skills, and rules across AI coding agents — supports Claude Code, Codex, DeepSeek Harness, OpenCode, Cursor, Gemini CLI, Qwen Code and more.

  • PerryLink/dsh-plugin-kit — Shared zero-runtime-dependency toolkit for PerryLink DSH plugins: a pluggable Provider registry seam, fail-closed approval and adaptive session-event gates, mechanical verify scripts, shared sanitize/pricing/judge modules, and a new-plugin skeleton.

  • QinpanWan/AgentHub — AgentHub — a HarmonyOS PC cross-agent management platform (Codex / Claude / dsh).

  • plwslpld-arch/deepseek-harness-atlas — Chinese-language knowledge base covering DeepSeek Harness source code, architecture, and plugin ecosystem, with continuous updates.

  • DumplingHuman/dsh-plugin-tutorial — DeepSeek Harness plugin-development tutorial: quick-start guide covering the Cordis framework, Tool development, and LLM integration.

  • lvyuchuiyi/dsh-funpack — A grab-bag of fun plugins for DeepSeek Harness.

  • qincaizheng/betterdshlauncher — A launcher plugin for DeepSeek Harness (no description provided upstream).

  • zhang66633/dsh-plugin-installer — A plugin-installer tool for DeepSeek Harness (no description provided upstream).

  • dshworks/dshworks.github.io — Landing page for dsh.works, the community workshop for DeepSeek Harness (dsh); single static page, zero JS.

  • zebbkira/dsh-skills-mcp-manager — Official-style plugin bundle adding a "Skills & MCP" card to the Web UI plugins settings group for managing skills and MCP servers in the browser.

  • meifeisite/plugin-manager — Centralized plugin manager in DSH Web Settings → Plugins: enable/disable, uninstall with dependency checks, details, operation logs, and protection for core components.

  • SunQingyuan0/Kabutack — Role-based manager for DSH plugins/Skills/MCP: bundle capabilities into “roles” and hot-switch them from the Web UI.

  • swaylq/dsh-genie — Makes an agent's runtime plugins permanent: turns a cordis_define dynamic package into a real installed bundle that survives restart, with no pnpm, no network, and no build authorization.

  • kingOfSoySauce/dsh-skin-market — DeepSeek Harness skin market: 100+ curated DSH skins with a rating system, human review, and a community submission portal; includes both an online browsing page and a plugin for managing local skins.

  • Pasumao/dsh-plugin-dev-kb — DeepSeek Harness (dsh) plugin-development knowledge base: a full mirror of the official docs with topic navigation and search.

  • SiriusWJ/dsh-updater-npm — DSH updater + official docs sync plugin: one-click npm update with live progress, incremental docs sync with progress, dsh_docs_search/read tools.

  • webkong/dsh-plugin-manager — DSH plugin manager: install/uninstall/start/stop first-party and third-party plugins, plus a direct GitHub jump.

  • ShanHaiFish/Shimmering-dsh-plugins — Index homepage for DSH third-party plugins: manager / update-checker / security-review / turn-locator / file-browser, plus one-click install commands.

  • JMweitao/dsh-local-plugin-installer — Install and build local DeepSeek Harness plugins from the Web settings page.

  • lishLRF/dsh-plugin-onekey — One-click install/uninstall adapter for the DSH plugin center.

  • oxlyn/dsh-plugin-mgr — DeepSeek Harness plugin manager.

  • Ycet/dsh-my-plugins — Adds a "My Plugins" tab to the DSH settings plugins page, listing user-installed plugins in two-column cards with configuration status, Cordis status, and description.

  • cynch18/plugin-switch — DSH web plugin: toggle plugins on/off from the GUI without restarting the server.

  • nonmean/dsh-plugin-explorer — DSH client plugin: browse GitHub repos tagged dsh-plugin (name, README, stats) with sync and search.

  • Noob-stupid/dsh-plugin-hub — Plugin manager & marketplace for DeepSeek Harness: one-click enable/disable plus a GitHub dsh-plugin market with details and one-click install.

  • Dylan37670/dsh-plugin-panel — DSH plugin marketplace panel with full catalog search, Chinese translation, semantic search, favorites, and lifecycle management.

  • moyang11111/DSH- — Personal DSH Web GUI plugin collection: skins (8 color schemes + custom picker + wallpapers) and a plugin-marketplace plugin.

  • ghbhiee/dsh-plugins — Terminal, file browser, and mobile/CLI plugins for DeepSeek Harness.

  • stuarthu/dsh-hot-reload — Live-reload upgraded DeepSeek Harness (dsh) plugins without restarting dsh — safe reloads in place, failed ones roll back and flag a restart.

  • winliyou/dsh-plugins — DeepSeek Harness plugin set.

  • 1e0zj/dsh-plugin-mall — DSH plugin mall: search GitHub dsh-plugin-topic plugins and install them into local dsh with one click (agent tool + plugin-market tab in settings).

  • 2160039878-cyber/dsh-plugin-market — A loud GitHub plugin radar for DeepSeek Harness.

  • 777-Zen/dsh-capability-index — Pre-flight plugin-library check: injects Top-K hints of suitable plugins with use_when/not_for capability declarations on task-type requests.

  • Casually/deepseek-harness-plugs-manage — Plugin management tool for DeepSeek Harness: search and install from the official plugin library.

  • jianxx/dsh-cc — DSH plugin collection (no description provided upstream).

  • Jiaoyifu1203/jiaoyifu-dsh-plugins — Personal DSH plugin collection (no description provided upstream).

  • leenkcool/Blue-Whale-Harness — DeepSeek Harness plugin collection.

  • moneka123/deepseek-harness-plugin-dev-guide — DSH plugin-development spec for AI coding assistants: extension points (tools/systemPrompt/agent/llm), ctx.effect resource cleanup, dynamic Cordis (define/run/stop) host/client sandboxing, bundle-patch override, and profile-install internals.

  • RoyDevCh/roycode-dsh-pack — One-click plugin pack: RoyCode Studio features ported to DSH — LSP/secret-scan/browser MCP servers, programmable event hooks (roycode-hooks v2), teams, 4 skills, idempotent install/uninstall scripts.

  • AwesomeHou/dsh-plugin-marketplace — Plugin marketplace for DeepSeek Harness — live-syncs the GitHub dsh-plugin topic (1800+ repos) into a searchable, paginated settings tab with one-click install and agent tools (market_search / market_install).

  • edison7009/EchoBird — One-click install + model switch across many coding agents (Claude Code, Codex CLI, Grok Build, DeepSeek Harness, Kimi Code, Qwen Code, Aider, OpenCode, and more).

  • GreenLv/skillferry — Local-first CLI that keeps agent skills, global instructions, and non-secret MCP templates in one Git-versioned workspace, then safely renders them into Codex, Claude Code, and DeepSeek Harness with portability grades, conflict checks, backups, and rollback.

  • siweina/dsh-novel-writer — Novel writing assistant plugin for DeepSeek Harness: chapter library, sentence-pattern analysis (9 categories / emotion curve / style fingerprint), style check, plot tracking, batch import, and AI-assisted continuation writing, with per-tool Web UI toggles; published on npm as dsh-novel-writer.

  • aust24lzy/dsh-plugin-hub — DeepSeek Harness (DSH) open-source plugin navigation site — live-syncs the dsh-plugin ecosystem with a dynamic Stars-based ranking.

  • ywsldxk/dsh-plugin-stars — DeepSeek Harness (DSH) plugin leaderboard & directory, ranked by GitHub Stars and auto-updated.

  • ChengxiuCDP/dsh-plugin-advisor — Plugin-advisor tool for DeepSeek Harness (no description provided upstream).

  • imtanhui/dsh-plugin-butler — Plugin-butler management tool for DeepSeek Harness (no description provided upstream).

  • lazyaer/dsh-plugin-manager — DSH web plugin: enable/disable installed plugins from the browser, plus audit every plugin download (source & time).

  • linhut/dsh-manager — ⚡ DeepSeek Harness install & management tool — one-click install, plugin marketplace, version management.

  • skillre/dsh-wiki — Wiki plugin for DeepSeek Harness (no description provided upstream).

  • FeatherHunter/dsh-mattpocock-skills-deck — MattSkills: Matt Pocock's 25 engineering skills ready to install — wayfinder decision maps, triage, grilling, and handoff — all installed with one prompt.

  • honghudavy-star/DSH_plugins_4U — Self-built DSH plugin collection: a WeChat bridge plus a GUI WeChat-entry patch, one-click install.

  • ARFCON/dsh-hub-DSH — dsh-hub — an all-in-one DSH plugin hub: plugin-update engine, global memory, graph-memory mounting, plugin-marketplace linkage, and self-update checks in one settings page.

  • DshMarketPlace/dsh-plugins-store — Browse and install DSH plugins from inside DeepSeek Harness. /store, a settings tab, and agent tools — bilingual.

  • sandbaseai/dsh-plugin-store — Preview DSH Settings marketplace with Community and Installed views, catalog search, tag filtering, sorting, and agent-facing store tools.

  • nonentity303/dsh-plugin-manager — Plugin-management tool for DeepSeek Harness (no description provided upstream).

  • wingsky-1/dsh-plugin-hub — DSH (DeepSeek Harness) plugin set: npm-distributed, install the full bundle in one click or pick plugins individually.

  • xDylanLong/dsh-snapmarketing — A thin DeepSeek Harness surface for discovering, installing, and managing allowlisted plugins.

  • alexchenzl/dsh-plugin-directory — Community DeepSeek Harness plugin directory.

  • kouyichi/dsh-plugins — dsh (DeepSeek Harness) plugin family: 31 plugins / 80+ tools — learn/profile/dream/tower/kanban + scaffold/guard/xray/cron/bench/pack/a2a/meter + 18 TUI bricks.

  • LA7-F/dsh-MyCordis — Makes the "Cordis plugins" in your dsh manageable and lets you generate installation packages with one click.

  • MicroSpotlight/openharness-find-plugin — Plugin-discovery tool for DeepSeek Harness / OpenHarness: find plugins tagged dsh-plugin.

  • 0326/dsh-plugin-market — A secure, trusted, curated plugin marketplace for DeepSeek Harness.

  • amplifthq/oh-my-dsh — A curated distribution of DeepSeek Harness. Overlay, not a fork.

  • space-spacee-clamation/dsh-package-manager — DSH package-manager middleware wrapping the original add flow, with presets and plugin support (still under active iteration).

  • Iraryi/deepseek-harness-hub — DeepSeek Harness HUB — Everything is a Setup: discovery, verified installation, component management, and Windows releases.

  • saitamahang/dsh-skill-importer — Import, validate, manage, and migrate Agent Skills for DeepSeek Harness (DSH), Claude Code, Codex, and other AI coding agents.

  • yunyunyunyunsuan/dsh-plugin-radar — DeepSeek Harness plugin radar: periodically scans GitHub topic:dsh-plugin for new plugins, pushes cards to a bottom-left Web UI panel, with README keyword search and one-click install.

  • XINGchi0130/dsh-base-plugin — Base plugin for DeepSeek Harness (DSH): plugin market, MCP, skills, usage, sessions, mobile access — zero harness source changes.

  • AJUbest/dsh-plugin-optimization — A DSH plugin that distinguishes official built-in DSH plugins from user custom plugins on the external interface, and can collect and manage all your previously created custom plugins.

  • DshMarketPlace/dshmarketplace — Bilingual directory of DeepSeek Harness (DSH) plugins — 1,004 listings, written detail pages, public API. Next.js on Cloudflare Workers.

  • hackerFish/awesome-dsh-plugin — A curated list of plugins for DeepSeek Harness (dsh).

  • qinyre/dsh-plugin-capabilities — Manage skills and MCP servers from the dsh settings page, with import support from Claude Code and Codex.

  • qinyre/dsh-plugin-install — Adds an "Install" tab to the dsh settings page to install any third-party plugin by package name.

  • dff652/deepseek-harness-community-plugins — Configuration-only DeepSeek Harness bundle for AI Asset Hub's reviewed, read-only MCP tools.

  • redfox-data/redfox-community-dsh — Official bundle plugin package of DSH (DeepSeek Harness) from RedFoxHub: 100+ social-media data skills (Douyin/Xiaohongshu/Kuaishou/Bilibili/WeChat Official Accounts/Video Accounts/Weibo/YouTube/TikTok, etc.), installed in the native DSH skill format with one click.

  • StarPivotNet/dsh-plugins-public — Installable DeepSeek Harness plugin marketplace (Settings → Plugins).

  • bruc3van/dsh-desktop-safe-market — A DSH marketplace focused on safety-first installs — review before install, with a 5-minute deep scan for peace of mind.

  • bobby-sheng/dshget-plugin — Search, inspect, update, and install DeepSeek Harness plugins from DSH Get.

  • sky-unicorn/dsh-enhanced-plugins — All-in-one DeepSeek Harness enhancement pack: MCP management, plugin marketplace, file references, model-capability config, and a sub-agent toggle.

  • yanglaofish/dsh-skill-manager — dsh-plugin used to manage and enable skills.

  • jianbin-01/dsh-plugin-manager — Enable/disable DeepSeek Harness plugins from the Web settings page — one-click row & bundle toggles, with native vs. user-installed origin badges.

  • omdsh-dev/ex-setting — Settings-page extension for DSH.

  • skyf0xx/hedgehog-core-deepseek-harness — Build DeepSeek Harness (DSH) plugins with Hedgehog: a plugin workspace, generator, and agent skills to quickly build powerful plugins.

  • Casually/dsh-plug-mcp — DeepSeek Harness plugin market entry: MCP-focused DSH plugin with verified plugin listing support.

  • Casually/dsh-plug-skills — DeepSeek Harness plugin market entry: Skills-focused DSH plugin.

  • zr-promise/dsh-plugin-market — Cordis-based DeepSeek Harness (DSH) plugin market plugin.

  • LCYLYM/dsh-plugin-compat-guardian — Repository-installed CI repair bot that keeps DeepSeek Harness plugins compatible with new DSH releases.

  • B1lli/dsh-plugin-bench — Evidence-backed, type-aware quality scorecards for DeepSeek Harness plugins.

  • hrhgit/deepseek-harness-plugin-manager — Web plugin manager for DeepSeek Harness (DSH): inspect, search, group, enable, and disable Cordis plugins.

  • iia-arg/dsh-plugins — Community plugins for DeepSeek Harness — starting with a Telegram channel the harness does not ship.

  • oneinitAI/dsh-thunderforge — ThunderForge: an all-in-one DSH plugin development kit (single bundle) covering create → develop → debug → environment-verify → publish.

  • wangzhanchao883/dsh-plugin — DeepSeek Harness plugin collection: self-developed DSH plugins (screenshot capture, OCR, Obsidian).

  • mmzm0808/dsh-ventus-plugins — All-in-one bundle merging 11 self-authored DSH plugins into a single plugin (theme/usage/search/desktop pet/subagent progress/session enhancements), with all functionality and settings preserved.

  • genesis-agents/dsh-plugins — Plugins for DeepSeek Harness: a source library that reads 72 feeds and publishes podcasts, digests and reports, plus web search over Serper, Tavily and Brave, and agent presets/branding bundles.

  • leonardoxr/dsh-plugin-manager — Safe loopback-only Web UI for managing DeepSeek Harness profile plugins: enable/disable, hot-mount safe single-entry bundles without restarting, and a bounded write-ahead journal.

  • KuramiWan/dshp-skill-panel — Session-scoped skill control for DeepSeek Harness — model tools, slash commands, and a browser Skill Panel over one shared skill store.

  • plwslpld-arch/agent-harness-internals — Chinese-language source-code knowledge base centered on Agent Harness: analyzes six implementations and their evaluation/benchmark integrations.

  • moon16u/dsh-pouch — A pouch of practical plugins for DeepSeek Harness.

  • beartackler/dsh-bridge — Your harness muscle memory, verified and installed into DeepSeek Harness — familiar commands, connectors flow, and a trust-verified plugin catalog.

  • LivXue/dsh-plugin-shop — The plugin market for DeepSeek Harness: harvests dsh plugins from npm and publishes an auditable catalog.

  • Muredsa/dsh-benchup — Install with npm i dsh-benchup. Reproducible, profile-aware benchmarks for DeepSeek Harness — compare models, plugins, prompts, and agent strategies.

  • keman-ai/dsh-skin-market — Skin market inside DSH: search and one-click install community skins from dsh.a2hmarket.ai, right from Settings.

  • liyown/dshx — Build, test, and ship typed DeepSeek Harness plugins — framework, scaffolding, and a verified community Hub.

  • Morriaty-The-Murderer/dsh-plugin-abtest — Reproducible paired A/B experiments for DeepSeek Harness plugins, with isolated runners, auditable evidence, and deterministic promotion gates.

  • mengxingGG/dsh-plugin-marketplace — GitHub plugin discovery and one-click profile installation for DeepSeek Harness.

  • striveh/dsh-plugin-extension-center — Community Extension Center for DeepSeek Harness: discover and manage Plugins, MCP connections, and Skills with signed catalogs, approvals, receipts, and recovery. Development preview.

  • suyukun/dsh-plugin-publish — Ship your skills, grow your influence — a model-agnostic publishing protocol for AI agent skills: preflight checks, GitHub repo, index PRs, marketplace submissions, promo copy.

  • yangbobo2021/relay-dsh-plugin-manager — A standalone plugin manager for DeepSeek Harness.

  • dennisrongo/dsh-plugins — Dennis Rongo's plugin collection for DeepSeek Harness (dsh).

  • neil-ji/dsh-spark-plugins — Third-party DeepSeek Harness (DSH) plugin monorepo: GitHub/npm connectors, cost-tracking stats, cross-session memory, and a UI component library.

  • 123twtd/dsh-plugin-manager — Independent DSH plugin inventory and transactional Profile manager: 7-class conflict engine, snapshot-validate-rollback transactions, layered verification (syntax/config/loader), and a discovery market.

  • Evhye38496/dsh-perfscope — One-click health check & score for your DeepSeek Harness plugins. Scan -> Score -> Fix -> Share.

  • nowanti/dsh-keeper — Safe lifecycle and compatibility manager for DeepSeek Harness.

  • xiaoxiao44443/dfy-dsh-plugins — Personal plugin collection for DeepSeek Harness.

  • cocofhu/dsh-testsuite — Test suite for DSH plugins.

  • FATE213/dsh-plugin-compat-check — Pre-flight compatibility check for DeepSeek Harness plugin updates: run it before updating to avoid installing a version incompatible with your current Harness.

  • QWE13-ART/dsh-tool-folder — Folds the DSH tool surface per request plus a ChainGuard firewall (high-risk block + exfil-chain detection + anti-obfuscation) and BM25/bge-m3 hybrid tools_search; shrinks schema tokens 80-90% while keeping selection accuracy.

Visualization

Plugins that turn data / results into charts, diagrams, dashboards.

  • GooDAnDReaDY/dsh-image-gen — Image generation & visual processing suite for DeepSeek Harness: pluggable providers (FAL, Replicate, OpenAI, ChatGPT Plus, Grok, ComfyUI, SeaDream, Gemini), tools (remove_background, upscale_image, vectorize_image, blend_images), style presets and chat card.

  • exoticknight/dsh-labnana — Labnana image generation for DeepSeek Harness: text-to-image / image-to-image / precise editing — chat image cards, credentials-domain API key, settingsScope UI. Supports NanoBanana Pro, Gemini 3.1 Flash Image, GPT-Image-2, Wan2.7 Image/Pro, Seedream 5.0 Pro.

  • hherosoul/dsh-smart-charts — Smart charts plugin for DeepSeek Harness.

  • janosseaworthy466/dsh-diagram — Turn any DeepSeek Harness article into an editable Excalidraw canvas — structure from the agent, refinement in your hands.

  • linxuhao/Deepseek-Continuity — A multimodal DeepSeek Harness plugin with its own model, providing consistency across generated images/audio.

  • mhmdalsaisi/ds-pet — Watch a cartoon whale on your desktop react to DeepSeek Harness sessions in real time.

  • hanzhangzzz/dsh-diagram — Turn articles in DeepSeek Harness into editable Excalidraw canvases.

  • lamost423/dsh-maze — The execution maze for DSH agents (formerly dsh-trace-compare): main path, failed detours and backtracks on one wall-clock timeline, per-step data tracks (tool density / token pulse / context pressure), deterministic execution analysis with click-to-evidence, and same-axis comparison of up to 5 runs; live-growing per-session maze tab included.

  • KevinZhangNothing/dsh-task-graph — Task flow / execution graph plugin for DeepSeek Harness (DSH) — visualize a single task's full run: agents, tools, skills, subtasks, retries, live status.

  • KL3jd/handwritten-ocr — DSH plugin for local OCR: handwritten Chinese + math → Markdown with LaTeX, with GPU / CPU backends.

  • a1303845406/dsh-comfy-video-studio — ComfyUI MiniMax H3 video workbench for DeepSeek Harness.

  • Reseezhang/vizcb-codeblock-visualizer — DeepSeek Harness visualization plugin: renders svg/html/mermaid code blocks as chart cards (host-side Mermaid rendering, dark theme, adaptive node text, lightbox, export).

  • xuxun-oss/dsh-gemini-bridge — DeepSeek Harness plugin: bridge Google Gemini vision & image generation (gemini_vision / gemini_generate_image / gemini_optimize_image) with auto model selection and self-check refinement.

  • DDDFXYqiming/dsh-pseudo-vision — Local OCR, color-statistics, pixel-scan, and metadata bridge for text-only DeepSeek Harness models; no external vision API.

  • kaixinbaba/dsh-vision-recognizer — DeepSeek Harness vision plugin: keeps DeepSeek text-only while 15+ vision-model providers transcribe images into text, configurable via Settings → Plugins.

  • LittleBeaverStudio/agnes-media — Registers generate_image and generate_video tools for Agnes AI media models in DeepSeek Harness.

  • meimiaoji-creator/meow-vision — Vision plugin for DeepSeek Harness that gives text-only models sight, and closes the visual-verification loop for Vue front-end development.

  • ZSeven-W/dsh-openpencil — OpenPencil design preview and editing plugin for DSH. ⭐33

  • Anionex/dsh-vision-toolkit — Vision tasks for text-only models: intent-driven image Q&A, long-screenshot OCR, UI restoration, pixel diff. ⭐150

  • xing666173/dsh-vision-hub — Vision toolkit for DeepSeek Harness bundling a Vision Router, 14+ vision-related tools, and a datasets/tooling collection (upstream description partially garbled).

  • xingyingyuzhui/dsh-vision-bench — DSH plugin: Vision bench — Keil debug and Modbus HMI in the session view.

  • william-jin-cmu/dsh-visionview_image tool bridging any OpenAI-compatible VLM to text-only models. ⭐10

  • wang-bool/visual-review — Renders pasted/uploaded images inline in the DSH Web chat and gives text-only models vision: cloud multimodal API first, local Qwen3-VL fallback.

  • omdsh-dev/dsh-genui — Interactive UI components rendered inline in assistant replies via a dsh-ui fence — layout, charts, plots, forms, quizzes, mermaid, 3D scenes — with an action event loop back to the model. ⭐14

  • qwert702/dsh-auto-translate — Auto-translates English replies inline below the original text, with Chinese annotations for tool calls (uses a built-in vocabulary covering common harness tools; unknown tools are labeled rather than guessed). Translation goes through an independent provider request and never enters the session context.

  • omdsh-dev/dsh-ernie-image — Baidu ERNIE-Image-Turbo text-to-image: a host-side generation tool plus a browser gallery panel and config card.

  • omdsh-dev/dsh-paddle-ocr — PaddleOCR-VL document layout parsing: converts PDFs/images to Markdown page by page, with host tools, a config card, and a task panel.

  • PangYiMing/dsh-screenshot-diff — Pixel-diffs two screenshots into a diff image and triptych (pixelmatch).

  • Kevoyuan/dsh-mac-vision — Native macOS OCR/Vision framework integration.

  • MC5lan/dsh-multimodal — Combined vision transcription and text-to-image generation.

  • blackdm666/dsh-plugin-88api-image — 88API Image Studio for DSH — Image2 + Nano Banana, text-to-image, multi-reference editing, 2K/4K output, sequential batches, and persistent defaults.

  • Mrzhailiming/deepseek-pet — Raise a little whale pet inside the DeepSeek Harness web UI.

  • loudMore/dsh-drop-to-path — Converts dropped images/files into file paths for text-only models.

  • Yuuz12/dsh-vision-helper — Vision-assist helper plugin.

  • Harvey-Will/dsh-vision-analysis — Image understanding for the DeepSeek Harness: an analyze_image tool with 8 modes, working with any OpenAI/Anthropic-compatible vision endpoint.

  • ysr666/dsh-vision-router — Free vision for text-only agents: built-in keyless vision chain plus pixel tools (Q&A, grounding, crop, pixel diff, colors, OCR, SVG trace, cutout, screenshots); paste an image and it just works — no Python, one-command install.

  • pinch-eng/dsh-audio-dub — Video/audio dubbing tool.

  • LuZhouheng/dsh-gen3d — 3D character-generation plugin for DeepSeek Harness: direct API links to Meshy / Hunyuan3D / Tripo3D / Rodin with your own keys and a mock fallback.

  • wangyang10/image-vision — Image/vision skill plugin for DeepSeek Harness.

  • xiaoshihou514/dsh-vision — Vision bridge for DeepSeek Harness.

  • Hyperionjust/dsh-tool-underseal — "Underseal" sealed-assignment tool plugin for DeepSeek Harness (multi-model support).

  • yumimanji/dsh-ui-spec — Turns UI screenshots into structured, implementation-grade web-frontend specs: deterministic geometry (sharp) plus optional vision-model semantics, merged into one JSON + Markdown spec.

  • reimu-create/dsh-vision — DSH plugin letting text-only models (e.g. DeepSeek-V4) automatically see images via a vision model; official surface-replace, cache-friendly, human transcript untouched.

  • moon09300731/dsh-vision-tools — Full vision-capability bundle for DeepSeek Harness: a vision_understand tool plus paste/drag-and-drop/button entry points for image recognition.

  • tdf1995/dsh-plugin-vision — Vision for text-only LLMs in DeepSeek Harness: describe images / OCR / VQA via free Gemini & GLM vision APIs.

  • liustack/modlens — The first vision plugin for DeepSeek Harness, and a vision bridge for every text-only coding agent: paste an image, get structured JSON evidence (OCR, layout, semantics).

  • poiuyjie/dsh-vision-opencode — DSH plugin: auto-convert images to text for pure-text LLMs (DeepSeek etc.) via any vision model, without switching your main model.

  • GXX182/dsh-vision-bridge — DeepSeek Harness plugin that bridges session images to pluggable vision APIs while keeping DeepSeek as the primary model.

  • hZsFN/dsh-image-bridge — Image message bridge for text-only models in DeepSeek Harness (dsh): image blocks turn into text placeholder + local path, with vision via a qwen script.

  • wulusai2333/mimo-vision — DeepSeek Harness (DSH) native plugin — a describe_image tool: a vision bridge (image → mimo-v2.5 → text description) over the ctx.fs / ctx.credentials seams.

  • yuqingsh/dsh-image-subagent — An image-handling subagent plugin for DeepSeek Harness.

  • PixLunaLab/dsh-pixluna — dsh-plugin-pixluna: an image-generation plugin letting DSH view images itself.

  • Gcsimple/Emoji_Desktop_Pet — Emoji Desktop Pet — a draggable emoji desktop pet for the DeepSeek Harness (DSH) web UI, built as a dynamic Cordis plugin, with idle animation, click interaction, and 40 built-in characters.

  • Flyvhidbwo/dsh-vision-proxy — DeepSeek Harness plugin: attached images are automatically transcribed by a VLM into text before being handed to DeepSeek for answering.

  • mochgolf/dsh-deepseek-vision-router — Transparent image-preprocessing route for DeepSeek Harness.

  • cyanfish-x/dsh-live2d-pets — Live2D desktop-pet plugin for DeepSeek Harness: agent-state mirroring plus interactive companionship, with curated permissive-license preset models.

  • anneheartrecord/dsh-desk-pet — Always-on-top DeepSeek Harness desktop pet: default whale, four skins, four silent states.

  • xiaoxianyu-office/dsh-image-tools — DSH bundle plugin: chat-image bridge, read_image deny, and conversational image_recognize for text-only main models.

  • CeasarSmj/dsh-vision-mcp — Vision MCP plugin for DeepSeek Harness (no description provided upstream).

  • ZRui-C/dsh-computer-use — Computer-use plugin for DeepSeek Harness (no description provided upstream).

  • clr112409-dot/TK-GMVMAX-DSH — DSH host plugin and auto-install script for the TK-GMVMAX dashboard (TikTok ad creatives + FBT inventory).

  • lehhair/dsh-html-artifact — HTML artifact plugin for DeepSeek Harness.

  • AKS1st/dsh-mermaid — Render Mermaid code fences as SVG diagrams in DSH Web messages.

  • MrmoLabs/dsh-mermaid — Render Mermaid code blocks as SVG diagrams in DeepSeek Harness Web, with diagram/code switching, streaming support, dark mode, strict security, and npm/GitHub installation.

  • alsj213/local-ocr-cli — Fully-local OCR CLI for text-only LLMs: PaddleOCR-VL first-tier engine + tesseract fallback, dsh plugin included — images never leave your machine.

  • hige6/imgpost — Send local/URL images into DSH conversations and generate images via OpenAI-compatible APIs, rendered inline via a local /dsh-img2 route.

  • MoneShadow/dsh-plugin-vision — Gives vision-less models vision capability via an external vision model.

  • FuzzySoul/dsh-free-vision — Vision bridge plugin for DeepSeek Harness (dsh): image understanding for text-only models via luma-mcp, free Qwen3-VL-Flash by default.

  • Koreyer/easy-vision — Tool plugin that lets text-only agents “see” local images: auto-detects the real format and returns a detailed text description via any OpenAI-compatible vision model.

  • maxwell-feng/dsh-tesseract-ocr — Local Tesseract OCR plugin: attached images are recognized locally and only the text reaches the model — image bytes never leave your machine.

  • maxwell-feng/dsh-windows-ocr — Local Windows OCR engine plugin (Windows.Media.Ocr): attached images are recognized locally, only the recognized text is sent to the model.

  • YOGEMOW/DeepSeek_Prism — On-demand image understanding for text-only models: zero-patch Cordis plugin (prism_see tool + image VEP degradation + skill runtime registration) + Codex Skill; multi-provider vision APIs, low-token VEP evidence packs.

  • 314857493/dsh-vision — Free GLM vision for text-only DeepSeek Harness: paste images in the GUI (auto-transcribe route) + vision tool + skill.

  • chang416/deepsee — Vision + smart model routing for DeepSeek Harness. Gemini sees. DeepSeek codes.

  • LaplaceYoung/dsh-directorx — DirectorX as a DeepSeek Harness plugin: AI video/image/audio skills, knowledge corpus, and configurable vision/image/video/audio model tools.

  • siegfly/dsh-deepseek-vision — Vision-language gateway plugin for DeepSeek Harness — paste an image, DeepSeek sees text.

  • whitelonng/dsh-plugin-describe-image — describe_image plugin — give a text-only model vision through an OpenAI-compatible VLM endpoint.

  • xzyonline/dsh-vision — Vision for text-only DeepSeek: view_image tool via any OpenAI-compatible VLM endpoint. macOS/Windows/Linux, one-click install.

  • cdxiaodong/dsh-island — Bridge DSH agent sessions, tool calls, and approvals to the CodeIsland macOS notch panel over a Unix socket, with in-panel allow/deny.

  • CaseyTso/dsh-analyze-image-tool — Vision bridge for text-only DSH models: an analyze_image tool that forwards images to any OpenAI-compatible vision endpoint.

  • GHJIVHIDD/dsh-plugin-canvas — Canvas preview plugin: HTML design-prototyping tab + canvas_preview model tool, with privacy masking and sandboxed iframe rendering (MIT).

  • linenxi-ctrl/dsh-vision — Adds an external vision model to DSH: whale button, image Q&A with auto-reply, model-driven screenshot + vision tools, multi-protocol auto-adaptation, one-click install.

  • WUBING2023/deepsee — One-command vision and model-routing plugin for DeepSeek Harness.

  • Icestab/dsh-image-vision-bridge — DSH plugin: chat images are auto-analyzed by a vision model (mimo-v2.5), the text description is quietly fed to the text-only main model, while the chat log keeps showing the original image.

  • Mappedinfo/dsh-tool-vision-read — DSH plugin: vision_read — route image reading to a dedicated vision model (e.g. Kimi K3) so text-only agents can see images.

  • Signalight/codex-to-dsh-pet — Codex-style desktop pet ported to DeepSeek Harness (no description provided upstream).

  • spacexun2/dsh-worktime-board — Work-time stats board for DeepSeek Harness: daily/weekly/monthly hours plus a twelve-realm cultivation panel (Qi-Refining → Cosmic Desolation).

  • leozou320-ai/dsh-macos-vision-ocr — Offline macOS Vision OCR for DeepSeek Harness — accurate, local, API-key free.

  • brokge/gold-monitor — Gold Live Monitor: real-time XAU/USD price, CNY-per-gram conversion, session trends, price alerts, and history; ships a DSH Web plugin (dsh-gold-monitor).

  • statem-li/Kr-DSH — Image-generation plugin: generate_image tool routed to a custom image model (images/generations API), with model selection on the settings page.

  • uAcharGG/dsh-vision — DSH vision plugin (no description provided upstream).

  • binsarjr/dsh-codex-media — Image & document analysis tools for DeepSeek Harness, powered by a local OpenAI Codex CLI (zero deps, 3 transports, pairs with dsh-drop-to-path).

  • GOU-GEE/deepseek-vision — Vision extension for DeepSeek Harness (no description provided upstream).

  • qq247505/DeepSeek-VisionPlus — DeepSeek VisionPlus — official-grade vision extension for DeepSeek Harness. Routes image understanding to a free vision-model pool (Zhipu GLM, SiliconFlow Qwen) with automatic fallback, rate limiting, one-click platform tests and live status lines; text stays on DeepSeek. One-command install. MIT.

  • Dogwind221/dsh-vision-skill — Image-recognition Agent Skill: adds vision capability to text-only models (multi-model auto-fallback, DeepSeek Harness web drag-and-drop image recognition), adapted from claude-vision-skill.

  • lcb522/DSH-BongoCat-Plugin — Bongo Paw: a typing companion pet plugin for DeepSeek Harness web - paw thump + keycap bubbles.

  • qing9835/dsh-eyes — DSH vision-model plugin: gives text-only models image recognition. Pasted/dropped/imported images are automatically sent to an OpenAI-compatible vision model and returned as text in the conversation, with multi-turn re-verification (vision_ask) and multi-provider config.

  • rison114514/dsh-image-understanding — Native DeepSeek Harness plugin: gives text-only models (like DeepSeek) automatic uploaded-image recognition (qwen-vl) via agent/pre-step hijack + resolveModelInfo wrapping.

  • xiaoyaoPanPan/dsh-photo-pick — DeepSeek Harness (dsh) plugin: rank similar photos with vision scoring. Install dsh-photo-pick-app.

  • xlight/deepseek-visionary — Uses DeepSeek's official multimodal vision model to give your agent sight (supports DSH, Zed, OpenCode, Codex, Claude Code, Cursor, Claude Desktop).

  • dhb861832993-star/img-preview — Inline local image preview for DeepSeek Harness - img_serve tool + img fence, renders PNG/JPG/WebP/GIF/AVIF/BMP/SVG/ICO directly in chat.

  • shanliuling/dsh-image-gen — Installable multi-provider image generation bundle for DeepSeek Harness (Google Gemini, OpenAI, Volcengine Seedream).

  • dream-num/dsh-univer-office — Give DeepSeek Harness a real office environment. Univer Office Plugin brings spreadsheets, docs, slides, canvases, relational tables, and more into one runtime — with connected data, validation, versioned changes, and isolated worktrees for multi-agent collaboration.

  • nlqh7/dsh-vision-router — Adds vision to text-only DeepSeek Harness models: dropping an image in the chat box auto-routes it to a user-configured vision model for transcription, so v4 can "see" without switching models.

  • PerryLink/dsh-draw — Unified static-image generation router for DeepSeek Harness: one image_generate tool with standard parameters, config-driven engine routing (OpenAI Images, Zhipu CogView, any compatible endpoint) with health-aware fallback, durable workspace attachments, per-session quota accounting, and a Plugins settings panel.

  • QCYTSN/dsh-dafeiyu — Desktop-native BigFish companion for DeepSeek Harness — real Agent status, always on top on Windows.

  • zeroa234/dsh-comfyui — ComfyUI driver (AI-first contract mode): models see only contract slots, never workflow JSON. Text-to-image / image-to-image / text-to-video / image-to-video templates, dual preflight checks against hallucination, official/custom node liveness detection.

  • Bob-Bo1/dsh-stock-watch — DeepSeek Harness (DSH) plugin for local A-share portfolio tracking: reads a local holdings.json and shows quotes and P&L in the sidebar.

  • hackerFish/dsh-video-studio — Whale Video Studio: a DeepSeek Harness native video/motion-comic generation plugin — six-stage director pipeline, multi-vendor free-quota scheduling, four-layer prompt self-optimization.

  • AFAP/dsh-message-minimap — Message Minimap — DeepSeek Harness Web GUI plugin: a minimap scale on the left of the chat window locates every user message, with hover preview, click-to-jump, and drag-to-scan.

  • jean3690/dsh-drawio — DSH drawio plugin: AI-driven diagramming (validate/render/edit/template tools) plus a sidebar live SVG canvas embedding the official diagrams.net editor.

  • FTShare-Lab/dsh_kline — Interactive K-line analysis plugin for DeepSeek Harness: multi-market quotes, technical indicators, support/resistance levels, and news/fundamentals shown directly in the native sidebar.

  • MurrayJoe/dsh-urge-risk-light — Urge Risk Light — a DeepSeek Harness tool plugin that batch-classifies red/yellow/green follow-up risk by comparing process-node dwell time against SLA, with a result card and a bottom-right floating widget.

  • valuz-ai/dsh-valuz-genui — DeepSeek Harness plugin: generate_ui — the model authors A2UI documents rendered as interactive surfaces in the chat (valuz genui).

  • nyantused-cpun/gewu-tools — Model-agnostic visual-inspection pipeline for DSH: lets vision-less models complete visual checks via a vision subagent — HTML screenshots + vision-subagent briefing + source-code truth verification.

  • qianshe/dsh-assistant-optimization — DSH plugin: fold mis-rendered thinking/reasoning content into collapsible blocks and render mermaid diagrams inline.

  • sumarilkkxx/dsh-artifact — Inline ECharts rendering plugin for DeepSeek Harness.

  • Gelomen/glm-vision-plugin — DSH plugin that bridges Zhipu GLM vision models into DSH, providing an analyze_image tool.

  • sprainJinyu/dsh-vision-link — Route-preserving image understanding for text-only models in DeepSeek Harness (DSH).

  • dami9527/dsh-image-pathify — DeepSeek Harness plugin that lets vision-less models like deepseek-v4-flash handle chat images too, with a built-in image-recognition tool. Install: dsh plugin --profile web add dsh-image-pathify

  • timedomain1/dsh-mermaid-renderer — Render Mermaid diagrams in the DeepSeek Harness web chat — repeatable zoom, fullscreen viewer, beautify defaults.

  • GooDAnDReaDY/dsh-fal-image-gen — Image generation for DeepSeek Harness: a generate_image tool backed by the FAL queue API, with the picture shown inline in the conversation.

  • iqingyoung/search2chart-mcp — Agent-native charting — turn search/research/tabular data into inline charts in agent conversations. Native DSH plugin (true inline) + cross-agent MCP server (file-link + interactive HTML).

  • lhwu1/dsh-seelog — Struggling with tangled logs? Get a clear topology view instead — even multi-agent runs stay easy to follow.

  • Iwctwbh/dsh-flowglass — Flowglass — DeepSeek Harness session flowgraph, visualizing messages, tool groups, subagent branches, and step details in real time.

  • guhanfei-ai/dsh-mindmap — Lets DSH quickly generate mind maps for you.

  • ImCabbage/dsh-plugin-mindmap — MindMap: a DeepSeek Harness plugin that distills conversations into persistent storylines with an interactive map tab.

  • Max-Null/dsh-node-appearance — Session-node appearance plugin: colors DeepSeek Harness Web GUI session nodes by node type/tool name (configurable palette) plus a thinking-process display toggle.

  • SnowCrescenter-tech/dsh-milestone — Git-style milestone timeline for DeepSeek Harness — hover for metadata, click to jump to any message.

  • SSShooter/dsh-mindmap-live — DSH live mind-map plugin: agent and you co-edit the same tree, changes sync instantly both ways, with docked split-view and full-screen focus modes.

  • 12398k/dsh-opencode-go-dashboard — Go-based dashboard for DeepSeek Harness (opencode-go lineage).

  • HellowVirgil/dsh-antv-ava — AntV AVA plugin for DeepSeek Harness with streaming narrative text and charts.

  • baihui-ai/a2ui-render-in-dsh — Interactive A2UI cards for the dsh web UI — quizzes, forms, charts and diagrams rendered inline in the conversation, with a full action loop back to the agent.

  • luweiyabo/dsh-whale-pet — Open-source desktop whale pet plugin for DeepSeek Harness Web UI, with Agent-state awareness, multiple transparent animations, click-and-drag, screen roaming, custom actions and trigger rules.

  • mjw-git/dsh-pet — Desktop pet plugin for DeepSeek Harness (dsh) — grows with your agent token usage; XP economy, custom spritesheets, SSE status push, one-command install.

  • chongyangdu2008-cyrus/dsh-subagent-inspector — Read-only live subagent process inspector for DeepSeek Harness Web.

  • LeemanCheung/dsh-task-dag — Persistent live DAG visualization for DeepSeek Harness subagents and workflows.

  • SMOKTEA/dsh-chartlab — Lets the agent turn your data into an interactive chart.

  • BiKing567/dsh-subagent-panel — DSH plugin that renders every subagent as a clickable inline card in the main conversation, opening the child session directly — same navigation as the header's subagent catalog.

  • SleepEggTart/dsh-dev-wrapped — DeepSeek Harness (DSH) developer usage report — Spotify-Wrapped-style stats on your AI pair-programming habits, generating a shareable report card.

  • zuodazuoqiang001/dsh-pet — Windows desktop pet plugin for DeepSeek Harness: Codex-compatible pets as a layered overlay, with a Plugins settings card.

  • Mason-1011/dsh-schematic — Live plugin-topology viewer for DeepSeek Harness — the wiring diagram of mounted plugins, their runtime activity, and a composer-side star map. Pure observer.

  • xusuyang030218/dsh-session-viz — DSH session-log visualization plugin: a three-tier progressive viewer (summary cards / execution storyline / technical event tree), launched alongside the harness.

  • GooDAnDReaDY/dsh-live-canvas — Interactive in-browser canvas for real-time preview of HTML, React components, SVGs, and diagrams, with SSE hot-reload, for DeepSeek Harness.

  • Stellum-Waq/dsh-pet-ronaldo — Ronaldo desktop pet plugin for DeepSeek Harness: a chibi Portugal No. 7 mascot that switches animations with agent state, plays a SIU celebration + chime on reply completion, and supports importing custom spritesheets under unified management.

Slides / PPT

Generate presentations, decks, slide exports.

  • Blaczz/dsh-deck-builder — Convert Markdown into a self-contained HTML presentation (slides) with themes and keyboard navigation; a zero-dependency deck_build tool.

  • THU-MAIC/dsh-openmaic — OpenMAIC for DeepSeek Harness: classrooms, slides, interactive widgets, and Socratic teaching.

  • unStone/dsh-plugin-web-ppt — DeepSeek Harness plugin: let your agent read and export .pptx / .ppt — pure JS, no PowerPoint, no conversion, no network.

  • Devin-AXIS/deepseek-design — Editable design system for DeepSeek Harness: AI generation, visual editing, a template marketplace, and native PPT/design studio.

  • liustack/pptwise — Stable, editable PPTX generation for AI agents — semantic IR in, native DrawingML out. DSH plugin + Claude Code plugin + CLI.

  • zbc0315/dsh-synomega — Organic reaction prediction for DeepSeek Harness: retrosynthesis, forward prediction, route planning, SynScore, and multi-component evolution — with in-chat molecule, reaction, and route-tree visualisation. Runs entirely locally.

  • yejiming/dsh-ppt — PPT design preset and editable PPTX production tools for DeepSeek Harness.

  • STARDUSTLC666/dsh-ppt — DSH skill plugin: generate a full presentation from one prompt (HTML slideshow + PPTX export + manifest), 5 visual themes, bilingual (EN/CN), zero runtime dependencies.

  • chiang21fcb/dsh-ppt-guider — A DSH preset that makes the AI a PPT co-pilot rather than an autopilot: a six-step expert workflow supporting dual-path triggers, an SVG intermediate state, and PPT-safe constraints.

Coding

Code generation, refactoring, review, repo-level engineering plugins.

  • GooDAnDReaDY/dsh-gitea — Gitea/Forgejo toolkit for DeepSeek Harness: issues, PRs, CI, releases, operations.

  • baiyuscc13724-max/dsh-godot-preview — Independent Godot 4 Web and native preview plugin for DeepSeek Harness.

  • guoxiucai/dsh-code — pi/tui-style code agent based on DeepSeek Harness.

  • homefortwayne245/novel-writer — Write, manage, and refine full-length novels with a coordinated 6-agent AI writing studio inside DeepSeek Harness.

  • protoctistmoses143/dsh-docs — Convert PDFs, Office docs, scanned images, and more to clean Markdown, JSON, or text locally with offline OCR—no servers, no API keys, fully private.

  • better-er/dsh-classic-coding — Classic-style coding-discipline plugin for DeepSeek Harness (dsh·古法编程插件).

  • shine-233/dsh-codex — Monorepo porting openai/codex capabilities into DeepSeek Harness (dsh): wire-protocol contract, sandbox, policy engine, session suite, edit fusion, prompt assets, and porting ledger.

  • zilliztech/dsh-milvus — Read-only DSH Web plugin for inspecting and searching Milvus or Zilliz Cloud collections from chat, including scalar, BM25, dense, and hybrid queries.

  • ByxHuster/DSH-Paper-Highlighting-Agent — An interactive and customized paper highlighting tool built upon DeepSeek Harness (DSH), still under development.

  • lemonxiny55/dsh-code-index — Semantic repo index plugin: tree-sitter symbol index, ranked symbol search, and a bounded auto-updating repo map injected into the system prompt — fills the gap left by dsh's lack of an aider-style repo-map / Cursor @Codebase capability.

  • lvxinrong/dsh-archscope — Evidence-driven system architecture reconnaissance for DeepSeek Harness.

  • PenguinAndy/dsh-ezcommit-plugin — One-click Git commit plugin for DSH: the session model splits workspace changes into reviewed Conventional Commits batches, with built-in sensitive-file filtering.

  • cherrchen/dsh-plugin-git — Git plugin for DeepSeek Harness (dsh-plugin).

  • GeekRicardo/claude-in-dsh — Drive a session with local Claude Code inside the DSH web UI: native rendering, permission profiles, model/effort switches, a command palette, and a broker-managed process.

  • hanjixin/dsh-finance-plugins — DSH Finance Plugin Suite — a bundle of finance-domain plugins for DeepSeek Harness.

  • haohaiHuang/Design-Agent — Fully reproducible DSH design-agent bundle: a design-references routing skill (DSH-adapted) + design-router deterministic tool plugin + a my-agent preset.

  • JasonFreeLab/dsh-command-code-review/code-review slash command for DeepSeek Harness — five parallel review lenses, per-finding confidence scoring, then a gh reply posted back on the pull request.

  • LJH-snow/dsh-tool-github — GitHub tool plugin for DeepSeek Harness (Cordis-based dsh-plugin).

  • LJH-snow/dsh-tool-sql — SQL/database tool plugin for DeepSeek Harness (Cordis-based dsh-plugin).

  • bigsongeth/dsh-events — Structured NDJSON event output for dsh (DeepSeek Harness) headless runs — the --json that dsh doesn't have yet.

  • chenjie1129/remotion-video-plugin — Remotion video creation skill plugin for DeepSeek Harness.

  • FoyonaCZY/dsh-kit — DeepSeek Harness plugins for the failures nobody catches: auto-format, generated-file guard, .env drift detection, and a typecheck gate that runs before the agent says it's done. Four gaps the 13k-plugin ecosystem hasn't filled.

  • ZK-Andy/dsh-frecency — Resident-index + frecency file search for DeepSeek Harness — shadows the built-in grep/glob tools · DSH 常驻索引 + frecency 文件搜索,同名覆盖内置 grep/glob

  • JoFe2/kaleidosphere-dsh-plugin — Native KaleidoSphere database-analysis plugin for DeepSeek Harness.

  • Whatsmore-nf/dsh-pdf-edit — PDF editor with AI text-only edits (styles unchanged). Supports single-page, batch, and layout changes; HTML intermediate preserves styles, optimized for large files.

  • CH4ACKO3/dsh-turn-fold — Codex-style completed-turn folding for DeepSeek Harness, powered by dsh-harmony.

  • liustack/pptfast — Stable, editable PPTX generation for AI agents — semantic IR in, native DrawingML out. DSH plugin + Claude Code plugin + CLI.

  • MeghanBao/dsh-backstory — Ask any line of code its backstory: what it does, and why it's here — grounded in git history (dsh plugin).

  • muyuanjin/dsh-ptc-plus — A session-bound agent-native REPL for DeepSeek Harness PTC mode.

  • Jacobinwwey/dsh-NotEMD — Portable NoteMD workflow bundle for DeepSeek Harness: approval-gated markdown automation, knowledge indexing, diagrams, SVG previews, and Slidev exports.

  • liuqingman/dsh-hawkeye-scan — Hawkeye Scan Workbench: AI-driven source-code security scanning for DeepSeek Harness (DSH) with 5 model tools + /hawkeye web UI + JSON/Markdown/HTML vuln reports, zero-dependency Cordis plugin.

  • hatter123/dsh-ai-teacher — AI teacher plugin that helps you thoroughly digest a PDF.

  • akira399/dsh-novel-writer — Novel-writing workshop plugin for DSH: a nine-stage gated creative-writing pipeline plus worldbook-setting injection, local book import, one-click AI polishing, de-AI-flavoring, golden-three-chapters diagnosis, million-word consistency tracking, and market research with template replication.

  • CanglongCl/dsh-tool-retry — Tool-call retry plugin for DeepSeek Harness: auto-stashes every tool call so a failure lets the AI revise only part of the arguments and replay, instead of regenerating the whole long argument set.

  • dmz2922990/dsh-ssh — SSH plugin for DeepSeek Harness.

  • ZhangFengshun/dsh-remote-ssh — DSH web plugin: VS Code Remote-SSH-like remote development (SSH, remote workspace, file explorer, integrated terminal).

  • nemosr/dsh-personal-plugins — Personal DeepSeek Harness plugin collection: a web_app_testing browser-testing tool plus a host-web-debugger debug-log collector.

  • Nigel211/dsh-text2img-compress — Renders long text into an image to exploit the per-image 384-token cap, cutting LLM input tokens — a DeepSeek Harness plugin.

  • Code2Skill — Generates Function, MCP, Agent Skill, and offline-test packages from authorized existing code, and ships a DeepSeek Harness bundle for its generation and review skills.

  • gongyijie85/dsh-repo-setup — Read-only repo bootstrap scanner (repo_setup_scan tool): detects stack/tests/docs/git/db hints and recommends skill plugins, MCP servers and hygiene files (claude-code-setup counterpart).

  • Tlyer233/dsh-vscode-review — DeepSeek Harness review plugin for VS Code: view dsh's adds/deletes/edits directly in VS Code, with per-line accept/reject.

  • omdsh-dev/dsh-open-in-vscode — Open DSH workspace directories in VS Code directly from the web GUI. ⭐33

  • omdsh-dev/dsh-custom-tool — Create and manage sandboxed JavaScript tools with a Monaco editor and a model-driven tool lifecycle. ⭐18

  • CanglongCl/dsh-web-review — Web preview and element annotation for the DSH Web GUI, letting the AI edit front-end source code from visual feedback.

  • DaXiGua732/start-dsh — A PowerShell script that quickly launches DSH with peak-hour detection: during peak hours it won't jump straight into DSH, otherwise it launches directly — saves solo developers time and money.

  • omdsh-dev/dsh-plugin-check — Plugin health check: scans plugin repos for manifest protocol, patch format, build pitfalls, and hub listing status; zero-dependency, read-only, registers a plugin_check tool. ⭐11

  • omdsh-dev/plugin-template — Plugin template repository based on the official turtle-ui plugin repo.

  • a179-sanae/dsh-code-check — Auto type-check diagnostics: runs tsc --noEmit in the background after code edits and exposes a code_check tool.

  • FlashingChen/dsh-worktree — Codex-style permanent git worktrees: create/list/remove agent tools, a /worktree chat command, and durable per-repo manifests.

  • lincong1987/dsh-model-switch — Flexible model switching for sub-agent and plan execution, picking the more suitable model for each.

  • PangYiMing/dsh-batch-regression — Runs a command N rounds and judges by median/distribution for statistical regression conclusions.

  • PangYiMing/dsh-bisect-debug — Bisects bugs by code, boundary, or commit to locate root causes.

  • PangYiMing/dsh-port-guard — Triage for port conflicts: reuse, switch, or precisely kill the occupying process.

  • PerryLink/dsh-lsp-actions — LSP diagnostics and formatting actions.

  • lonelymoon87/dsh-code-intel — Symbol-aware code indexing and hybrid search for DeepSeek Harness.

  • lonelymoon87/dsh-gitflow — Git status, diff, commit, pull-request, and worktree workflows for DeepSeek Harness.

  • lonelymoon87/dsh-specflow — Specification-driven development toolkit for DeepSeek Harness.

  • lonelymoon87/dsh-vscode — VS Code client for the DeepSeek Harness SDK runtime.

  • liuup/dsh-latex-tools — Copy and export the LaTeX in DeepSeek Harness: hover any formula to copy its TeX source or export it as a standalone SVG.

  • MOLAaaaaaaa/dsh-seismicx — DeepSeek Harness plugin for the SeismicX earthquake-catalog skill.

  • shyboy/dsh-k12-lesson-builder — DeepSeek Harness plugin for generating synchronized K12 English PPTX and DOCX lesson materials.

  • Shyboy0499/dsh-git-tools — Local git tools for DeepSeek Harness (dsh): git_status, git_diff, git_log, git_commit.

  • BrambleXu/dsh-annotate — Visual browser element annotation for DeepSeek Harness, capturing DOM, styles, accessibility data, comments, and viewport screenshots.

  • BrambleXu/dsh-revdiff — Native interactive Git diff review for DeepSeek Harness with structured annotations sent back to the current Agent session.

  • sleepinginsummer/dsh-hashline-edit-pro — Hashline edit pro plugin for DeepSeek Harness.

  • sakthiveltofficial/dsh-git-plugins — dsh-git: Git & source-control plugin suite for DeepSeek Harness — local git + GitHub/GitLab/Bitbucket/Azure DevOps/Gitea + self-evolving memory.

  • Blackspace2/dsh-math-copy — Copy mathematical formulas in the dsh web UI.

  • lj970926/dsh-plugin-mermaid — DeepSeek Harness web client plugin: renders mermaid code blocks with a chart/source toggle.

  • KevinWen7415/dsh-virtual-workspace — Virtual Workspaces for DeepSeek Harness: a dynamic Cordis plugin that groups multiple project directories under one name for cross-project read/search/write, with native sidebar integration and sandbox-consistent escalation.

  • joejojoking-cloud/dsh-file-explorer — A global file explorer plugin for DeepSeek Harness: a folder-switch button next to any session's title bar opens a resizable file-tree panel on the right.

  • Ethanout/computer-use-plus — Low-token, low-latency Windows computer-use MCP with learned shortcuts, UIA/CDP/OCR routing, and DeepSeek Harness support.

  • jkcltc/dsh-chat-flow-re-layout — DeepSeek Harness web UI plugin that folds settled tool calls, context and reasoning into compact horizontal chips. Pure CSS, zero build.

  • Monokuna-Hugo/dsh-kaoyan-english — Postgraduate Entrance Exam English reading-proposition assistant: a dynamic Cordis plugin that crawls foreign publications (The Guardian, Psychology Today, The Economist, etc.) and drafts a full mock exam paper.

  • LeslieWylie/dsh-md-preview — Render Markdown to standalone, self-contained HTML in DeepSeek Harness — an md_html_render tool that works headless, plus a preview/export drawer in the web GUI. One renderer behind both, zero dependencies.

  • yangbobo2021/relay-dsh-plugin-codex — Codex integration plugin for DeepSeek Harness, providing native Codex conversations powered by the Codex App Server, with workspace, terminal, approval, and DSH tool support.

  • chenw2759-wq/dsh-IDE — SSH front-end plugin giving DSH lab-like remote operation: quick SSH response plus in-UI browsing/editing of remote server files and code.

  • LJninse/dsh-open-in-ide — DeepSeek Harness Web UI plugin: adds an IDE button that auto-detects local IDEs and opens the current workspace folder.

  • Pasumao/dsh-plugin-workbench — VS Code-style workspace file explorer with editable preview for the DSH web GUI.

  • Zalpha263/dsh-file-explorer — Lets DSH browse the current workspace folder and preview files like other agent UIs.

  • anoslide/dsh-vscode-layout — Turns the DeepSeek Harness Web UI into a VS Code-style IDE: three-pane layout, file tree, multi-tab viewer/editor, and a desktop launcher; fully replayable patches (MIT).

  • weinibuliu/deepseek-harness-vsc-extension — DeepSeek Harness for VS Code as an extension.

  • chenw2759-wq/dsh-mindmap — Mind-map mode plugin: turns courseware (PPT/PDF/Word) and e-books into print-ready review mind-map HTML (A3 landscape, brace-style branches, cover overview, and interactive quizzes).

  • SamFirefly096/dsh-docflow-workflow — Document workflow plugin: upload/parse/generate/edit docx·pptx·pdf plus real literature search verification (PubMed/Crossref) and GB/T 7714 citation formatting.

  • TT432/dsh-mcmcp — Port of the omp mcmcp extension to the DSH plugin system: MC client debug driver reading .mcmcp launch configs and driving the AIDebugServer inside the clientsmoke mod, with mcmcp_* tools and a runtime skill.

  • zoahdev/dsh-plugin-template — Minimal, verified template for DeepSeek Harness plugins: bundle manifest, one tool, tests, and CI smoke load (dsh 0.1.0-rc.6).

  • AKS1st/dock-editor — Text-editor plugin for DSH: undo/redo, Ctrl+S save, unsaved-change confirmation, binary detection, and floating-window geometry memory; the default dock-files viewer. Requires dock and dock-files.

  • fuzhengwei/walioffice-dsh-plugin — Walioffice office-software plugin for DeepSeek Harness.

  • moonbowterfly/dsh-bio-genie — 🧬 A wish-style bioinformatics & biology analysis plugin for DeepSeek Harness: Biopython-powered sequence analysis, genomics, zero-install Python env (uv+venv).

  • peterwangze/dsh-novel-writing — Automated novel-writing publishing pipeline plugin for DeepSeek Harness: a migrated claude-writing-workflow agent preset + novel workbench (visual/live-render/chapter editor) + multi-platform publishing config with a data-driven optimization loop.

  • x2802490130-prog/dsh-tool-writing — Writing engine for DeepSeek Harness: long-form web-novel orchestration with a separate DeepSeek key, lore management, semantic retrieval, and a corpus library.

  • x2802490130-prog/dsh-writing-remote — Typert remote for dsh-tool-writing: exposes project, library and search data to the client writing panel.

  • zuoyunlai/lunheng-article-pipeline-dsh — Lunheng (论衡) article-pipeline plugin bundle for DeepSeek Harness (DSH adaptation).

  • temotee2103/dsh-ci-co-pilot — GitHub CI co-pilot for DeepSeek Harness: PR review, CI failure fixing, issue triage and release notes. Everything is a plugin.

  • temotee2103/dsh-overdrive — OpenClaw-style multi-platform gateway for DeepSeek Harness: WhatsApp / Telegram / Discord / Slack / Feishu / DingTalk / WeCom channels, in-chat trajectory replay, subagent & cron commands, native approval buttons, one-command docker deploy.

  • cdxiaodong/dsh-llm-inspector — Unified LLM request/response inspector: reasoning-effort tuning, external-think export, traffic & bundle analysis.

  • hawk2048/dsh-openwolf — A compact code-map “second brain” for DSH: pre-indexed project maps, per-file digests, and AGENTS.md injection (wolf_map / wolf_file / wolf_refresh).

  • LSAI2023/dsh-ide-context — Carries live IDE context (currently open files and text selection) into every model turn via the Claude Code IDE integration bridge.

  • zsxh1990/pr-genius — PR Genius — pre-submit improvement advisor plus a PR knowledge base for large open-source projects.

  • Starfie1d1272/dsh-github-skills — Skill-first GitHub workflows for DeepSeek Harness: PR triage, review feedback, CI diagnosis, and safe publishing.

  • Younthing/dsh-notebook — Open-source Jupyter notebook plugin for DeepSeek Harness with agent tools, Python kernels, and Web UI.

  • HarcoChen/dsh-vsc-integration — VS Code integration for DeepSeek Harness.

  • taontech/dsh-git — Git plugin for DeepSeek Harness (no description provided upstream).

  • TYEclipse/dsh-color — Color conversion toolbox for DeepSeek Harness (dsh): parse/convert any CSS color (hex, rgb, hsl, hwb, named), WCAG contrast ratios with AA/AAA verdicts, named-color lookup — zero runtime dependencies, pure math.

  • chiro2001/dsh-dcp — Dynamic Context Pruning plugin for DeepSeek Harness, modeled on opencode-dcp.

  • uckkk/dsh-api-contract — API contract assistant: parses OpenAPI 3.x, generates typed TypeScript/Python clients, and detects breaking changes.

  • uckkk/dsh-license-guard — Dependency license compliance: scans node_modules licenses, normalizes SPDX, categorizes, and runs pre-release compliance checks.

  • uckkk/dsh-test-coverage — Test-coverage analysis: parses LCOV/Cobertura/Istanbul/Go coverage reports into structured coverage data and uncovered-line ranges.

  • luoyuejun9/dsh-cinematic-workflow — Cinematic-workflow plugin for DeepSeek Harness (no description provided upstream).

  • Noob-stupid/dsh-github-login — Visual, terminal-free GitHub login for the DSH ecosystem: device-code flow with token sync to the gh CLI.

  • chenkezhen480/dsh-multimodal — Adds multimodal capability to DeepSeek Harness.

  • huangrx6/dsh-plugin — DeepSeek Harness (DSH) plugin bundle: skill management (import/detail/multi-format preview), MCP server management (patch-layer read/write, connection test, tool detail), and layout settings.

  • ilps2/dsh-video-understand — Low-cost video understanding plugin for DSH: Bilibili/local video → AVIS info layer → summary + Q&A (99.95%+ token compression).

  • JohnXu22786/codegraph — Code knowledge-graph plugin for agent harnesses (dsh): indexes symbols, call sites, and imports into SQLite, answers call/dependency questions via CLI or stdio MCP tool server.

  • JohnXu22786/docgen — dsh plugin: documentation-workshop skill pack. Pure-prompt (Agent Skills) documentation generation: README generation, PR descriptions, changelogs, and code review; zero third-party dependencies.

  • JohnXu22786/snippet-expander — Steno — dsh plugin: inline #tag shorthand expansion before send (multi-library, aliases, {{variables}}, recursion guards).

  • JohnXu22786/spec-driven — Keel: a spec-driven-development discipline skill pack — spec first, verify assumptions, guard against over-engineering and scope creep, for dsh and other plugin-based harnesses.

  • omicverse/dsh-omicos — Run OmicVerse/OmicOS bioinformatics analyses in a persistent Python kernel from inside DeepSeek Harness (dsh), with capability-catalog search and an account tab.

  • SCSpotato/dsh-remote — Native Android client to remotely control DeepSeek Harness (DSH) from your phone.

  • XHR666/dsh-mpkg-wallpaper — Load Wallpaper Engine .mpkg files as the DeepSeek Harness web background: embedded mp4, time-of-day switching, unified frosted blur, lens zoom.

  • yoli-mi/dsh-client-ui-custom — Configurable DSH web-surface plugin: wallpaper & frosted-glass themes, accent colors, custom keyboard shortcuts, app-usage panel, history strip, message Markdown — zero shell edits.

  • clackken-vni/dsh-file-manager — File manager plugin for DeepSeek Harness.

  • CyanoOrg/dsh-norm-spec — Plugin for norm-spec: session-scoped .norm convention injection, post-edit validation, and native norm tools.

  • hccccc01333/dsh-excel-chat — Talk to Excel in DeepSeek Harness: create, edit, repair, and verify spreadsheets by conversation (cells, formulas, styles, filters, tables, charts); every edit is auto-validated.

  • nexpeakcore/deepseek-harness-pr-review — Headless PR review automation on DeepSeek Harness: claim-level description verification, docs reality-check, requirement impact analysis, human-in-the-loop, auto review poller, web dashboard.

  • uckkk/dsh-markdown-table — Markdown table generator: converts JSON arrays / 2D arrays into Markdown tables.

  • truelove-dreamer/dsh-plugin-git-workflow — DeepSeek Harness plugin: first-class Git workflow tools for the model — repo status, diffs, commit creation with validated messages, recent history, and branches. No bare-shell git calls; every invocation is a shell-free execFile with path and message validation.

  • SakalioLabs/dsh-code-ide — IDE plugin for DeepSeek Harness that adds code-review capability in a minimally invasive way.

  • balcoz/dsh-ocr-local — Local OCR plugin for DeepSeek Harness (no description provided upstream).

  • syncable-dev/dsh-plugin-memtrace — Local-first code intelligence graph for DeepSeek Harness. Structural search, blast radius, temporal memory, and 27 agent skills.

  • Viger1/dsh-preview — Eyes for your DeepSeek Harness agent — it opens, sees, and fixes what it builds. Headless-browser verification tools + a bundled self-check skill.

  • CC19990113/dsh-plugin-codegraph — Structural code intelligence for DeepSeek Harness (dsh) — gives the agent codegraph and codegraph_index tools to find where a symbol is declared, what calls it, and what a change reaches, from a tree-sitter index it builds itself. Compatible with the codegraph CLI's on-disk format.

  • web-casa/dsh-plugin-pkgseek — PkgSeek Linux package, command and CVE intelligence as native DeepSeek Harness (dsh) tools.

  • duyanta123/arch-doc — Analyze a codebase and generate architecture documentation (module responsibilities, dependencies, entry points, run methods).

  • duyanta123/dsh-data-insight — Turn CSV data into insight reports — profile datasets, run DuckDB queries, and generate charts and structured report templates.

  • chengganping-ship-it/dsh-tool-codereview — Professional Code Review & Security Scan plugin for DeepSeek Harness - SARIF output, OWASP Top 10, AI-enhanced analysis, auto-fixes.

  • PerryLink/dsh-doublecheck — Double-check before you ship: grill the requirements, test the implementation, prove the delivery. An engineering-discipline bundle for DeepSeek Harness.

  • kelai141/local-git-4-llm — Git-like multi-LLM shared-workspace collaboration plugin for DeepSeek Harness.

  • Lab-sku/dsh-mingmu — VisionBridge: a self-built vision bridge that auto-calls a vision model to recognize images received by a text-only model.

  • leaveimagination/dsh-qwen-voice — Voice control and multi-session task dispatch for DeepSeek Harness, powered by Qwen Audio Agent.

  • JohnXu22786/command-scout — Discovers a project's declared build commands — Makefile targets, package.json scripts, just recipes, deno tasks — and exposes them as ready-to-run agent tools.

  • JohnXu22786/file-planning — Disk-persisted execution-planning plugin: plan, execution state, field notes, and debrief live in the workspace .trail/ directory, surviving interrupted sessions and context compression.

  • JohnXu22786/adversarial-review — Adversarial multi-perspective code review: parallel attack-style review lenses merged and deduplicated by an arbitration layer, graded by severity, with evidence and fix suggestions; read-only.

  • JohnXu22786/docs-retriever — Versioned documentation retrieval for coding agents: maintains a library-doc index so agents fetch accurate, versioned, traceable API docs on demand while writing code.

  • JohnXu22786/worktree-mgr — Task-isolated git worktree workspaces for dsh: create, manage, and clean up separate working trees so parallel tasks don't collide.

  • Rianico/dsh-better-edit — Hash-anchored read/edit/batch_edit/undo_last_edit tools for DeepSeek Harness (dsh) — a dsh port of pi-hashline-edit-lsz.

  • Wongzexu/dsh-git-status — Git status (Git Graph) plugin for DSH: commit DAG lane graph, uncommitted changes/stash, inline diffs, and branch operations.

  • EasyTZ/dsh-git — Git panel plugin for DeepSeek Harness (dsh) — visual staging, commits, push and branch switching in the sidebar.

  • wxkingstar/SpecFusion — Search 65,600+ API docs across 20 Chinese open platforms directly inside DeepSeek Harness / Claude Code / Cursor / Codex / Gemini CLI; zero-config, supports both Skill and native DSH plugin formats.

  • lovetree128/dsh-git-gui — A Git GUI plugin for the DeepSeek Harness Web UI.

  • seven282/oss-prompt-optimizer — Prompt optimizer for DeepSeek Harness that improves AI output quality.

  • WhitePlusMS/dsh-git-graph — Read-only Git Graph view for the DeepSeek Harness web interface: inspect commit topology, branches, tags, remotes, HEAD, and working-tree status in a dedicated view beside Chat and Trajectory.

  • 22-ai-00/dsh-enhanced — A dedicated collection of enhancement plugins for dsh.

  • iiwish/dsh-testkit — Lifecycle conformance testing for DeepSeek Harness plugins.

  • SparkElf/dsh-plugins-plus — SparkElf-maintained independent plugins for DeepSeek Harness (dsh), installable on upstream dsh via profile composition bundles.

  • iceBear662/dsh-vision-edge-doubao — Vision plugin for DeepSeek Harness: image understanding via Edge + Doubao Web, zero cost, no API key. General recognition + math-modeling diagrams (geometry/flowcharts/charts/tables/formulas) + a clarify loop for uncertainties.

  • RealAlexandreAI/dsh-gemini-multimodal — Gemini multimodal plugin for DeepSeek Harness (dsh-plugin, gemini, multimodal).

  • sybolization/agent-jit — A DeepSeek Harness plugin that compiles the deterministic execution path of an LLM agent loop into a DSL program and executes it directly, significantly cutting tokens, round-trips, and context exposure.

  • Lixxx1/dsh-vscode — DSH Sidebar — a Claude Code/Codex-style VS Code sidebar for DeepSeek Harness.

  • lninghaha/dsh-coding-subscription-oauth — DeepSeek Harness coding-subscription OAuth: SuperGrok / Grok Build, ChatGPT Plus Codex, Kimi Code, Claude Code. No API-key pasting.

  • naodeng/dsh-qa — dsh-qa · QA Workbench — a local software testing workbench plugin for DeepSeek Harness. Zero-dependency test project & iteration management with AI-assisted requirements, test cases, defects, milestones, reports, kanban and calendar.

  • potterlee369-prog/dsh-vscode-opener — Adds VS Code and file-manager buttons to the DeepSeek Harness chat box.

  • sudoprivacy/dsh-shareone-plugin — ShareOne tools for DeepSeek Harness.

  • TY-ang/dsh-worktree-flow — DSH (DeepSeek Harness) plugin: multi-repo feature workspaces — one directory per feature, one git worktree per component repo, all on a shared feature branch, auto-registered as a DSH workspace.

  • Y1X1n/dsh-prompt-optimizer — Prompt-optimization plugin developed for DeepSeek Harness.

  • chiang21fcb/cn-linebreak — Chinese web-copy line-break auditor and fixer: checks orphan lines / split phrases / missing keep-all per the《中文网页文案断行修复指南》guide and auto-inserts fixes; also ships as a standard DeepSeek Harness plugin (dsh.bundle) exposing a cn_linebreak_audit tool.

  • Mshir0/dsh-conda-workspace-env — Choose and persist a Conda environment per DeepSeek Harness workspace.

  • ArmyWas/dsh-failure-lens — Deterministic DeepSeek Harness plugin that explains Windows sandbox spawn EPERM failures in context.

  • haochi72/dsh-auto-continue-429 — Auto-continue plugin for DeepSeek Harness: automatically resumes a run after a 429 (rate-limit) error.

  • zhtx2024/dsh-pdf — PDF parsing toolkit for DeepSeek Harness: pdf_info, pdf_extract_text, pdf_render_page with hybrid pdfjs/built-in engines and system-font rendering for non-embedded CJK PDFs.

  • a792883583/dsh-git-panel — DSH web GUI git panel: branch management + GitLens-style commit graph.

  • lijiajia96/dsh-tool-adb — DeepSeek Harness (DSH) plugin exposing Android Debug Bridge (adb) operations as model-facing tools: devices, shell, install, uninstall, screenshot, push/pull, logcat.

  • KeynoWu/dsh-lsp-plugin — DeepSeek Harness LSP plugin: language server pool plus semantic tools (lsp_definition/hover/references/diagnostics), a settings page, and a 16-language catalog.

  • Julyves/dsh-git-ui — DeepSeek Harness (dsh) plugin: Git status pill in the session header — branch, dirty counts, ahead/behind, recent commits & changed files.

  • Leeminjing/dsh-messages-sanitizer — DeepSeek Harness plugin: auto-repairs invalid tool_calls/tool message pairing in the messages array to stop 400 INVALID_REQUEST session crashes.

  • Chenmo0414/tukey — Turn your coding agent into a data analyst — DuckDB engine, auto-profiling, read-only SQL, and Vega-Lite charts. Ships as a DeepSeek Harness plugin (charts render live in the conversation) and an MCP server for Claude Code / Codex / Cursor.

  • Yokira404/dsh-highlight-LETME — Automatically highlights "let_me" phrasing in the model's thinking/reasoning output.

  • beihzb/dsh-notebook — Native Jupyter-style notebook for DeepSeek Harness: real ipykernel sidecar + VS Code-aligned cell UI, tqdm progress, inline figures, per-cell AI revision.

  • tt-a1i/archify — Agent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams — self-contained HTML with motion and crisp export; ships a DeepSeek Harness integration.

  • Funnyvalentine00/dsh-github-push — DSH super-mod (toolkit style): upload a project to GitHub with one instruction — README, git init, add/commit, remote, and push handled end-to-end.

  • Lenonss/DSH_VsCodeMode — VSCode-like agent file editor + diff review DSH plugin: central "Edit Files" tab with file tabs, Quick Open, and Monaco Editor, plus a floating diff-review box for accepting/reverting agent edits.

  • PerryLink/dsh-data-quality — DeepSeek Harness plugin for deterministic data profiling, cleaning, and verification (dsh-data-quality).

  • baikangwang/dsh-ide-ui — IDE UI plugin for DeepSeek Harness (dsh-plugin; no further description provided upstream).

  • DamonBao/dsh-codex-suite — OpenAI Codex provider for DeepSeek Harness with ChatGPT OAuth, native settings, and account usage.

  • xiaosu19/dsh-codex-mode — Adaptive Codex and Codex PTC agent presets for DeepSeek Harness: native fast reads, run_code SDK pipelines, and published benchmarks.

  • KeynoWu/dsh-ai-news — AI news plugin for DeepSeek Harness: multi-source aggregation (HN/arXiv/official blogs/Chinese media), a sidebar news-feed popup, and in-panel LLM summarization.

  • SeireiA/dsh-plugin-rtk — DeepSeek Harness plugin for RTK-powered shell output compaction.

  • omdsh-dev/dsh-bash-encoding — DSH bash-output encoding auto-detection plugin: replaces ctx.bash, self-manages spawn to collect raw bytes, auto-detects UTF-16LE/UTF-8/GBK and decodes correctly, fixing mangled Chinese text from the bash tool on WSL/Windows.

  • omdsh-dev/dsh-sidechain — DSH side-session plugin: persistent /side side sessions (Codex-style) and one-shot /btw side questions (Claude-style) — run in a temporary fork, never written into main session history; embedded side-chain panel in the Web UI, main session stays untouched.

  • terwer/dsh-siyuan-note — Integrate SiYuan Note as a DSH knowledge base.

  • HaoyueQin/dsh-better-reasoning-effort — Reasoning-effort editing for third-party models in DeepSeek Harness: per-model thinking levels with a knowledge base + protocol inference, edited inside the official Models page card.

  • skymecode/deepseek-harness-for-vscode — DeepSeek Harness for VSCode: a community VS Code extension bringing DSH into the editor.

  • bingfengaaaaa/dsh-jj-vcs — Jujutsu version-control plugin and skill for DeepSeek Harness multi-agent teams.

  • ParticleLight/dsh-browser-plus — Enhanced shared browser for DeepSeek Harness: visible + AI-driven WebContentsView, ego-style page chrome, operation trail, JS dialog auto-accept, per-task windows & spaces, Electron 42.x pinned.

  • shaking/dsh-vision — Vision capability for DeepSeek Harness (dsh plugin) and Claude Code (MCP): local OCR (macOS / Windows) + cloud VLM (multi-provider, OpenAI-compatible).

  • T-Markus-Liang/dsh-game-studio — DSH Game Studio: AI-native Game Development Runtime for DeepSeek Harness — installable/removable/upgradable game-dev plugin (/game subcommand, dynamic Agent Pool, engine adapters, Verifier + Quality Gate).

  • feng-liu-1994/workbuddy-finance-workbench — Open-source AI workbench for finance staff: 25 executable workflows, supporting DeepSeek Harness, WorkBuddy, Codex, and general-purpose AI agents.

  • ddtcorex/maestro-skills — Universal AI Agent Development Skills Hub & Cordis plugin for Govard, Magento 2, and Laravel. Works with Claude Code, Codex CLI, OpenCode, GitHub Copilot, and DeepSeek Harness.

  • omdsh-dev/Qwen-MM-Plugins — Qwen multimodal support plugin for DeepSeek Harness.

  • omdsh-dev/sandbox-mxc — Microsoft cross-platform sandbox support for DeepSeek Harness.

  • WindyPro-rourou/dsh-code-studio — Code Studio for DSH Web GUI — a VS Code + Cline hybrid: file tree, syntax-highlighted editor, Cline-style line diffs that auto-appear when the agent edits files.

  • zuuky/dsh-omnifile — File-adapter plugin for DSH: drag/paste/multi-select/@-mention local files, parses documents via anydoc and images via a multimodal model, and feeds the results to the main model.

  • BeforeWave/dsh-with-chatgpt — Bring ChatGPT's reasoning to your local codebase. Work directly, or delegate larger tasks to DSH.

  • caob23/dsh-browser-control — Chrome browser extension + DeepSeek Harness plugin that lets an AI agent directly control your real browser.

  • AlexYin-Tongji/dsh-ui-enhancer — Unofficial DeepSeek Harness desktop UI plugin with file workspace, wallpapers, pets, and @file references.

  • LingYuYue1/dsh-workbench — VSCode-style workbench sidebar: file tree / multi-tab preview / CodeMirror editing / terminal / Git / whole-repo search / change review.

  • MichengAI/dsh-codex-ui — DSH Codex UI: a Codex UI plugin for DeepSeek Harness with ~90% visual fidelity.

  • NonchalantLudens/dsh-skin-collection — Multi-style skin collection for the DeepSeek Harness (dsh) web GUI — 9 themes with scoped decoration CSS and a sidebar skin manager.

  • touche-s/rice-loving-whale — A rice-loving tsundere whale-girl desktop pet that always senses DSH status.

  • try-works/dsh-browser-agent — DeepSeek Harness bundle: a Chrome browser for agents (browser_goto / browser_evaluate / browser_screenshot tools) with a live two-way pane inside the DSH Web GUI.

  • Unintendedz/dsh-conversation-tree — ChatGPT-style immutable reply branches, inline branch switching, and whole-tree browsing for DeepSeek Harness.

  • Unintendedz/dsh-response-meta — Always-visible model, reasoning, throughput, timestamp, runtime, and TTFT metadata for DeepSeek Harness replies.

  • viphzz/whale-girl-assistant — A desktop mascot in the bottom-right corner of DSH that animates along with agent status.

  • zhengjy01/dsh-settings-nav-organizer — Fold plugin/extension settings entries in the DSH settings panel into one collapsible 'Plugin entries' group row.

  • d3cker/dsh-open-terminal — OpenTerminal support for DeepSeek Harness.

  • Moon-shiyue/dsh-github-connect — Portable GitHub connection plugin for DeepSeek Harness (DSH): composer bottom-left one-click authorization, letting the AI operate your GitHub via a github_api tool. OAuth device flow / PAT, proxy & system-CA aware.

  • win4r/dsh-pi-review — Read-only Pi Agent code review plugin for DeepSeek Harness.

  • lhbsaa/dsh-visibridge — DeepSeek Harness vision plugin: analyze_image (structured OCR evidence) + capture_image (USB camera visual loop), with Ollama / DeepSeek / Xiaomi backends.

  • launchmaniac/dsh-media-tools — OpenRouter image, video, and speech generation as deepseek-harness tools — an out-of-tree profile bundle, no fork required.

  • Cyning12/dsh-coding-kit — DSH plugin + gate CLI for ICVO coding standards (load ≠ inject: call apply_coding_standards). CLI: npx dsh-coding-kit.

  • initial-d/dsh-plugin-mlquant-benchmark — DeepSeek Harness tools for reproducing the ml-quant-trading protocol v1 benchmark.

  • wang-kaopu/dsh-cordis-devtools — Devtools extension for DeepSeek Harness Cordis plugin development.

  • 1692775560/dsh-Mimir-Academic-research — Mimir: an all-in-one research-workbench plugin for the whole research cycle — LaTeX paper co-editing/compiling, arXiv literature management, experiment tracking, metric charts, and GPU-server SSH task orchestration.

  • 988hj7tczd-oss/dsh-a11y-scan — DSH native accessibility (WCAG) scanner: runs axe-core over local HTML files / build output / URLs and reports violations as Markdown/HTML/JSON.

  • 988hj7tczd-oss/dsh-asciinema — DSH plugin: record terminal/tool output as asciinema v2 (.cast), replay with an offline embedded player, and export HTML.

  • 988hj7tczd-oss/dsh-dep-vuln-scan — Scans project lockfiles (npm/pnpm/yarn/pip/go/cargo/maven/gradle) against the free OSV API and reports confirmed dependency vulnerabilities with fix versions.

  • 988hj7tczd-oss/dsh-invoice-tools — DSH native tools: parse Chinese e-invoice PDFs into structured JSON with amount cross-check, and generate expense reports (Markdown / xlsx).

  • 988hj7tczd-oss/dsh-lsp-packs — Out-of-the-box per-language LSP configuration packs for DeepSeek Harness: 12 Cordis plugins (one per language) reusing the shared dsh-lsp-stdio + dsh-tool-lsp base.

  • 988hj7tczd-oss/dsh-pr-description — DSH native tool: analyze the current branch diff and generate a Conventional Commits PR title, description and self-review checklist.

  • kaiwu/sparkles — Pi and DSH plugins for stock market.

  • MeghanBao/dsh-crumbs — DeepSeek Harness plugin tagged cordis / deepseek-harness / dsh-plugin (upstream provides no further description).

  • linconz/agentduel-dsh — AgentDuel: submit AI-generated code, watch it fight in a replayable battle arena, then tweak and rematch — all inside DeepSeek Harness.

  • 1byteone/dsh-plugin-nlbi — NL2SQL / text2sql BI plugin for DeepSeek Harness: natural-language querying over MySQL.

  • Tianbuyu-wwx/DSH-FormatForge — DeepSeek Harness plugin — drag any file (PDF/DOCX/XLSX/EML…, 30+ formats) into dsh and it becomes AI-readable structured data. FormatForge: forge files into model-ready context.

  • maxmilian/dsh-forge — Read-only DSH tools for self-hosted Gitea and Forgejo: repositories, issue and pull request search, PR diffs, and Actions runs, jobs and logs.

  • lzy-like/dsh-acps-adapter — Plugin that turns DeepSeek Harness into an ACPs Leader: discover, invoke, and aggregate ACPs agents.

  • ai4paper/ipaper — IPaper: an academic paper-writing product bundle for DeepSeek Harness (DSH) — a read-only, system-trust academic preset supporting scholarly planning, research, drafting, and revision while forbidding fabricated citations, data, and results.

  • DM010727/dsh-cline — Open-source DeepSeek Harness plugin — DSH (DeepSeek Harness) + Cline VS Code ecosystem fusion.

  • HaoyueQin/dsh-diff-stat — DeepSeek Harness web plugin: inline +N −M diff badges on edit/write tool rows and a per-turn file change summary card. Scroll-windowed diffs, PTC/code-dispatch fallback, undo — no git required.

  • JanEickholt/dsh-inline-diff — See every file edit inline in the DeepSeek Harness chat — always-open side-by-side diffs for edit/write tool calls.

  • jinsiyu/dsh-code-server-app — Package and install code-server (the web version of VS Code) as a plugin within DSH, for quick professional-grade file editing.

  • meyaomiao/dsh-github-workbench — DSH plugin: use GitHub from the sidebar — repo tree + Issues/PR/Actions tabs, create Issues/PRs, comment, merge, and re-run CI; both a better-sidebar tab and a standalone panel.

  • delock/dsh-pr-board — Maintainer PR review queue board for DeepSeek Harness: five-state tracking (waiting on me / waiting on author / ready to merge / merged / inbox), sidebar counters, fullscreen kanban, polling, and back-to-you transition toasts.

  • Minecraftbe/dsh-toolfold — Codex-style folding of tool calls for the DSH Web GUI.

  • navid-kianfar/dsh-worktree — Git worktrees and branches for the DeepSeek Harness Web Client: a session-header chip that switches branches, creates worktrees, and opens them as harness workspaces.

  • ShinonomeAya/dsh-git-chain — DeepSeek Harness plugin: Cursor-style Git commit-chain graph with SVG lanes, commit details, diff, filtering, and guarded branch switching.

  • 142gg-GZX/unity-dsh-bridge — DSH plugin: control Unity / Tuanjie editor over a local HTTP bridge — build scenes, write C#, compile, play, screenshot, simulate input.

  • jsoncode/dsh-jenkins — Configure and manage multiple Jenkins servers/tokens from DeepSeek Harness: settings-page config, model-tool build triggers, and a workspace-level "Run Jenkins Job" entry. No hardcoded paths, full TypeScript, npm/GitHub publishable.

  • ktao732084-arch/vibegap — Mini-window for the gaps in vibe coding: vocabulary flashcards (and more panels) that auto-appear while your DeepSeek Harness agent runs.

  • Flan246/dsh-lit-search — Academic literature search, citation formatting (GB/T 7714 / APA / BibTeX) and related-works tools for DeepSeek Harness and any agent, powered by Crossref + OpenAlex with no API key. Supports dsh plugin add dsh-lit-search.

  • Flan246/dsh-latex-guard — LaTeX compile check (auto xelatex/lualatex detection) plus BibTeX lint, field-fill and cite-audit tools for DeepSeek Harness and any agent. Supports dsh plugin add dsh-latex-guard.

  • LeemanCheung/dsh-image-gen — GPT Image 2 generation with progressive Codex-style previews for DeepSeek Harness.

  • ZZZjf13960/dsh-onfail — DSH plugin: poll GitHub Actions, surface failed checks as cards, open a fix session with log context.

  • liwuzhan/cad-tool — CAD Studio: AI-native CAD command-line tool with a self-contained .456d model-package format, STEP artifacts, JSONL commit history, assembly packages, and a DSH plugin bundling the full Python CLI and 16 host tools.

  • yakoylp/dsh-md-convert — Convert Office documents (.doc/.docx/.xls/.xlsx/.ppt/.pptx) and PDFs (incl. scanned, via PP-StructureV3 OCR) to structurally-formatted Markdown. CLI + dsh agent tool (md_convert).

  • SleepEggTart/dsh-code-coverage — Parses DSH session logs to attribute AI-generated files, overlays c8 coverage, and produces AI-vs-human coverage comparisons, a high-risk untested-file list, and a trust score.

  • Kickstartparty3459/dsh-ios — Run live iOS simulators and your real iPhone over USB inside DeepSeek Harness conversations with 22 agent tools, MJPEG previews, and SwiftUI hot reload.

  • ddtcorex/dsh-maestro-devkit — General development toolkit for DeepSeek Harness — visual review, HMR, style inspector, Cordis/Govard/Skills dev (tunnel-aware).

  • FeatureAgents/AgentsGitFlowController — Configurable branch-role GitFlow guard for AI coding agents (Claude Code, Codex, OpenCode, Antigravity, DeepSeek Harness (DSH), Pi): define your own integration/preview/production/archive branches with their own update rules so agents can't skip the flow.

  • kui123456789/dsh-codex-workflow — DSH plugin that coordinates Codex planning and independent review while DSH executes.

  • xiaoso456/dsh-run-config — Run configuration management for DeepSeek Harness (DSH) — IDEA-style run control for the web GUI: reusable LLM prompts and background commands, one click to launch.

  • Winter-And-You-Gone/dsh-turn-fold — Completed-turn folding plugin for DeepSeek Harness.

  • ljc6413/pkg-dev — YiHe programming-cognition kernel for DeepSeek Harness: 27 domain packages + 55 RFB experience library + engineering toolchain + a business/security/evolution system (a coding assistant that keeps evolving).

  • logandoo/vibeweaver-dsh — A DeepSeek-Harness-specific distribution of vibeweaver, helping your dsh ship code you can trust and verify.

  • gameswu/dsh-human-coding — Adds an "old-school coding" mode to DeepSeek Harness, letting the model supervise you while you write the code.

  • LAU-MARS/dsh-cad — 2D and 3D CAD plugin for DeepSeek Harness.

  • wxy/dsh-toolbox — Developer-tools plugin for DeepSeek Harness (ai-agents, cordis, deepseek-harness, dsh-plugin, dsh-plugin-web).

  • benz-ai-x/dsh-md-preview — DSH (DeepSeek Harness) Web GUI plugin: preview, edit & browse workspace markdown/text files right beside the chat, with a rich preview panel, guarded editing with conflict detection, and a lazy workspace file tree.

  • AuraxM/dsh-plugin-doc-present — Doc Present for DeepSeek Harness: the agent publishes a self-contained interactive HTML page (architecture, flow, state machine, UI walkthrough) shown in an in-GUI panel or any browser, replacing long dumped text in chat.

  • CaiZongyuan/dsh-react-surface — Run existing client React applications as native DeepSeek Harness surfaces.

  • FlameTN7/dsh-tui-browser-use — Browser-automation bridge sub-plugin for dsh-tui.

  • QuantumKuba/dsh-graphify-plugin — Native Graphify knowledge-graph plugin for DeepSeek Harness (DSH) — code intelligence, god nodes, and topological agent tools.

  • STARDUSTLC666/dsh-ffmpeg — Video-processing plugin for DeepSeek Harness: nine tools (probe/trim/concat/transcode/subtitle-burn/frame-extract/batch-frame-extract/GIF/health-check), an official subprocess service with argv-only invocation (no shell injection) and zero runtime dependencies; pure Node, cross-platform.

  • guchang/draw2code — Human-AI collaborative prototyping for DeepSeek Harness.

Agents

Reusable sub-agents / specialized agent packs runnable inside DSH.

  • 1339190177/dsh-consult — Cross-provider second opinions for DeepSeek Harness (dsh): consult tool, OpenAI-compatible endpoint, DSH_MODEL rerouting, scout (web-search investigation), structured output, upstream transparency, JSONL audit. Distinct from btspoony/dsh-advisor (passive per-turn review).

  • peterwangze/dsh-agent-router — Multi-model routing plugin for DeepSeek Harness: bind custom vision/translation/voice/subagent specialist agents to independent models, one-click multimodal account login, account-pool health routing, and real-time usage stats.

  • daydreamer0213/Tian-wen — An auditable learning control plane for long-running agents, built on DSH.

  • bpc-oss/dsh-routed-subagent — DeepSeek Harness plugin: subagent_routed — run a one-shot subagent fully mounted on ANY agent preset from ANY session, with per-call model/provider override and a model-availability pre-check.

  • secretxuan/oh-my-dsh — Agent Teams for DeepSeek Harness, with optional Windows computer-use.

  • AgentDebugX/AgentDebugX — A debugging framework for agentic AI systems: diagnose failures, attribute root causes, recover with evidence, and validate fixes through reruns; ships as the dsh-agentdebugx plugin for DeepSeek Harness.

  • ZSeven-W/dsh-crew — DeepSeek Harness (DSH) plugin: dispatch work to DSH agents from Claude Code / Codex — native subagent progress, in-host worker sessions with per-tier presets, and a multimodal bridge that lends the text-only harness vision and image generation.

  • wilianyichen/dsh-deepseek-web — Operate chat.deepseek.com as a programmable agent from inside DeepSeek Harness: sessions, shares, digest.

  • premiu2309/dsh-computer-use — Control macOS apps and browsers via text commands without touching your pointer.

  • JasonWei04/dsh-computer-use — Computer-use plugin for DeepSeek Harness (dsh).

  • whateverboy2333/dsh-flat-teams — Leaderless flat agent teams for DeepSeek Harness: cross-window structured task dispatch, recorder service, and web dashboard.

  • zerosloney/dsh-cbx-orch — Durable coding-agent orchestrator as a DeepSeek Harness plugin: dispatch tasks to codebuddy/opencode/omp/cline/qwen with persistent jobs, queue, review, and rollback.

  • Wang-Lin-Chang/dsh-vap — VAP - Verifiable Agent Protocol: a tested trust machine for agent-to-agent messages (zero third-party dependencies, full experiment ledger).

  • tonytanglab/deepseek-harness-relay-mcp — Delegate long-running work to DeepSeek Harness from any MCP agent — and monitor it to completion.

  • wowyuarm/dsh-agent-team — Opt-in Agent Team collaboration bundle for DeepSeek Harness.

  • hviana/dsh-cli-bridge — DeepSeek Harness (DSH) plugin that delegates coding tasks to the Claude Code and Codex agent CLIs and streams the whole run live — autonomous control, multi-account, automatic install, git worktrees, and any Anthropic-compatible endpoint.

  • OpenCnid/deepseek-dovetail — Eight OpenCnid Dovetail agent skills for DeepSeek Harness — packaged as a hardened, reproducible Cordis plugin with evaluation evidence.

  • JingHao-Leon/dsh-alpha-desk — Alpha Desk — a deepseek-harness (dsh) skill pack that turns an agent session into a compliance-first AI investment desk: multi-strategy fund backtesting via ai-hedge-fund, a tools/pre-execute risk gate, cron monitoring and thesis memory.

  • KongFangXun/sofagent — Open-source FDE Harness (constraint layer) for enterprise AI: commit-time audit with 24 deterministic rules over git diffs, HMAC-chained audit history, auto snapshot rollback, rule injection, self-evolution. Ships as a GitHub Action, an MCP server (79 tools), and 9 DeepSeek Harness plugins. MIT.

  • taishan1994/DeepSeek-Harness-RAG — Knowledge Q&A built on DeepSeek Harness, supporting custom models, image upload, and file upload.

  • aalvsz/dsh-hermes-bridge — Literal Hermes Agent → DeepSeek Harness bridge: shared memory, skills, live tools, MCP, and full-agent delegation.

  • gulagala001/dsh-trisoul — TriSoul — three-soul consensus agent: three souls blind-write and cross-review anonymously, three overseers (alignment/erudition/verification) compensate and generate, canvas-style context, memory hub. DeepSeek Harness plugin suite, one-click install / independent port / one-click uninstall.

  • CypherNaught-0x/DSH-Subagent-Model-Router — Deepseek Harness plugin that allows automatic delegation of subtasks to different models based on user preferences.

  • yaways/dsh-subagent-claude-code-wrapper — Claude Code subagent provider for DeepSeek Harness with a configurable CLI executable path, forked from @deepseek-ai/dsh-subagent-claude-code.

  • PerryLink/dsh-industry-research — Industry and company research domain pack for DeepSeek Harness: methodology skills, industry chain mapping, public-source policy/news tracking, company research cards, and auditable research reports. Research only - not investment advice.

  • hancao97/hanai-investment-dsh — Local-first A-share research workbench for DeepSeek Harness: market dashboards, watchlists, valuation, four investor agents, versioned reports, and continuous post-report chat.

  • weibaohui/experts-management — dsh 插件 · 专家市场:ntd 格式专家/专家团队管理与注入(+专家按钮 / /expert-名称 手势),稀疏检出专家市场

  • Jokasa7/dsh-product-subagent-console — Design, observe, diagnose, and reuse evidence-backed multi-agent workflows inside DeepSeek Harness.

  • niushuanan/dsh-teamwork — Run collaborating agents and external experts concurrently under one coordinating agent, then bring every result back into the current task.

  • ktdhhc/dsh-custom-subagents — A DSH sub-agent control plugin.

  • Mr-Neutr0n/dsh-medseek — Clinical tools for DeepSeek Harness: handover and discharge drafts, de-identification, completeness checks, and cited lookups. Draft-only, not a medical device.

  • PerryLink/dsh-research-report — Verifiable research-report engine for DeepSeek Harness: content-addressed evidence ledger (claim-snapshot binding, tamper-evident) plus versioned sealed reports with per-claim verification verdicts and a manifest-sealed directory.

  • bpc-oss/dsh-verification — Verification gate for agents: every acceptance criterion must be backed by server-stamped real tool evidence before the completion gate lets a goal through (advisory audit, enforce gate, durable permits).

  • hewzhew/dsh-agent-rp — SillyTavern migration and next-generation agent role-play for DSH. ⭐67

  • whiteguo233/dsh-openbiliclaw — Embeds OpenBiliClaw, a local personalized content-recommendation agent, as a fourth panel in DSH with 22 agent-bridge tools for reading recommendations and closed-loop learning.

  • omdsh-dev/dsh-data-agent — Lets the agent connect to databases and write SQL for you.

  • omdsh-dev/dsh-mnemon — Deep Mnemon integration providing a three-layer local memory: runtime memory, retrievable documents, and supervised memory spaces.

  • nowledge-co/nowledge-mem-deepseek-harness — Nowledge Mem community plugin bundle for DeepSeek Harness.

  • fakechris/dsh-track — Embedded task-management engine: decision-point protocol, idea-capture wall, and Linear-style issue storage shared between AI and humans.

  • Fisfzy/dsh-ego-browser — Plugs the ego-lite agent browser (Chromium) into DSH with 13 structured ego_* tools: semantic text snapshots, semantic-locator clicks, form filling, screenshots, and CDP control.

  • wuliLiuyue/wxpilot — A CLI for automating WeChat Mini Programs, built for AI Agents: lets an agent drive the WeChat DevTools like a browser — page navigation, element interaction, state reading, network capture & mocking. Ships a dsh Skill + CLI integration.

  • omdsh-dev/dsh-longbridge — Longbridge OpenAPI integration for HK/US stocks: quotes, account, and trading tools with credential management in settings.

  • omdsh-dev/dsh-tool-browser — Static Cordis overlay and integration guide for the official dsh-tool-browser browser-control tool.

  • PangYiMing/dsh-browser-control — Browser-control plugin (CDP/Playwright).

  • PangYiMing/dsh-mobile-control — Mobile-device control plugin (ADB/iOS).

  • titanwings/dsh-better-browser — Lets agents drive the user's signed-in browser through thirteen Kimi WebBridge tools.

  • UynajGI/dsh-ssh — SSH remote-execution plugin: ProxyJump chains, SFTP filesystem, subprocess and PTY over ssh2.

  • whiteguo233/OpenBiliClaw — Local-first cross-platform content-discovery agent (Bilibili, Xiaohongshu, YouTube, X, etc.) that ships a DSH client plugin. ⭐1926

  • zenx0x/allinluna — Resource-aware multi-agent orchestration for Codex and DeepSeek Harness ("All in Flash" DSH plugin). ⭐22

  • zcx369658780/governed-workflow-for-dsh — Policy-enforced, evidence-first governed workflows for DeepSeek Harness agents.

  • Fafaisa6305/dsh-gamemode — Creative-mode agent preset for DeepSeek Harness with a Minecraft-flavored slash command.

  • ciceroyang/dsh-report-studio — Turns a DeepSeek Harness session into deliverable work reports (daily/weekly/handoff/article) with verifiable receipts.

  • mario03690/dsh-netcafe — Adds AI NetCafé's hosted outcome tools (statement extraction with reconciliation, SQL dialect transpile, mainland-China reachability, cross-session memory, scheduled agents) to your dsh profile in one install.

  • MicroHEROX/dsh-Kimi-WebBridge — Kimi WebBridge for DeepSeek Harness — turns the local Kimi WebBridge daemon into 15 native kimi_webbridge_* browser tools (navigate, click, fill, snapshot, screenshot, evaluate, network, upload, PDF).

  • kunjinkao-os/dsh-mobile-gui-agent — Android Mobile GUI Agent plugin for DeepSeek Harness with ADB control, iterative verification, approvals, and a Web mobile view.

  • sherconan/dsh-entity-dd — Cross-border counterparty due-diligence plugin for DeepSeek Harness: confirm which legal entity you're actually signing with before trusting its registration data, using free official data sources with no key required.

  • sakikoTGW/pack-agent — Agent Modpack: assemble your agent the way you'd install a Minecraft modpack.

  • OrinVoss/dsh-math-team — DeepSeek Harness math-modeling team plugin pack: two role-based agent presets (modeling/coding + paper writing), Gitee three-folder collaboration plus a vision subagent, with a full 2023 national contest Problem C walkthrough example.

  • Socialist-Sister/dsh-collaboration — Multi-agent collaboration suite for DeepSeek Harness: specialist roster with on-demand dispatch, roundtable, model comparison, and a multimodal vision bridge — models via the official provider flow.

  • TecFancy/dsh-deeptutor — DeepTutor bridge bundle for DeepSeek Harness: learning capabilities, knowledge bases, and note archiving.

  • omdsh-dev/dsh-advisor — Pairs a second model that passively reviews each turn and injects notes.

  • yhny1001/dsh-rp-distribution — Plugin-first open-source role-playing distribution for DeepSeek Harness.

  • superboy911/dsh-model-router — DSH model-routing plugin for keyword routing and isolated image generation.

  • omdsh-dev/dsh-office — Office document tools for DeepSeek Harness: generate, read, and edit spreadsheets (.xlsx), PDFs, and presentations (.pptx).

  • AbnerAI/dsh-monitor — Persistent background watchers (file inbox / command output) that wake the agent on new messages; the harness analog of Claude Code's Monitor tool.

  • 1149784810/jayhe-dsh-gamemaker — Game development role subagents for DeepSeek Harness (planner=minimal preset, executor=hard PTC code mode, reviewer=minimal) plus bundled game-dev/game-minimal agent presets.

  • fenglufa/dsh-board — A durable, multi-board, workspace-scoped task board for multi-agent / subagent collaboration: agents operate it through tools, humans manage it in a web panel.

  • didclawapp-ai/DSH-Office — Office plugin for DeepSeek Harness: PPTX / DOCX / XLSX / PDF read, write and edit.

  • ivwumupy/dsh-better-codex-subagent — Drop-in replacement for the fixed codex subagent provider that mirrors the Codex app-server stream into a harness child session.

  • jcs130/dsh-minecraft-agent — Lets an AI agent live and act autonomously in Minecraft: perceive, decide, and act (move / gather / build) via a local LLM — zero API cost.

  • JinPLu/dsh-plugin-discussion-intent — A DSH Discussion Mode that keeps complex AI conversations aligned with your goals and turns them into evidence-based next steps.

  • my-dsh-plugin/thinking-level-override — Autonomously override and adjust third-party models' thinking level, fixing missing or mismatched built-in presets.

  • A3Boy/dsh-web-tools — Multi-provider Web Search & Fetch for DeepSeek Harness — Tavily, Exa, Firecrawl, Brave, You.com, Jina & SearXNG with fallback and a native settings UI.

  • nyantused-cpun/folio — Folio (兰亭): consulting document-generation engine with a 5-stage pipeline (intake, memory, methodology, deliverable, proof). Native DSH plugin stack: 15 tools, session-protocol events, L0 guard, agent preset. Swappable methodology packs, zero-key start.

  • rj-jiangyichen/dsh-rules — Rules plugin for DeepSeek Harness (no description provided upstream).

  • songoao25/dsh-contract-drafting-agent — Professional contract-drafting agent mode: 11-stage lawyer workflow with 5-way parallel AI review, decision gate, and domain packs (general contract / employment / equity investment).

  • songoao25/dsh-virtual-product-team — Product Team Mode agent preset: user-led conversation with a virtual product team (PM → Engineer → QA → Release) walking you from idea to shipped product.

  • ytfh44/dsh-rptc — RPTC (Reusable Program-Tool Composition) agent preset — the full set of Standard and PTC modes: freeze toolchains into reusable tools and persist them after an explicit user command.

  • af2000-tech/dsh-taskboard-plugin — Taskboard plugin for DeepSeek Harness (DSH) — issue kanban with a sidebar board panel, a 13-command agent tool, and a managed self-contained local service.

  • derek2035/dsh-social — DeepSeek Harness social plugin: AI ghost-writing, anonymous by default, a review-gated opinion-exchange network.

  • MaxHou-infinity/dsh-scout — Scout — evidence-driven company & job due-diligence plugin for DeepSeek Harness (HR tech).

  • XKLMY-hi/dsh-synthv-bridge — SynthV bridge plugin for DeepSeek Harness (no description provided upstream).

  • Jamailar/beav-deepseek-harness — Beav Creator for Xiaohongshu/RED, social-media AI operations, research, copywriting, images and video in DeepSeek Harness.

  • pengpengyi92/dsh-quant — Agent-native quantitative R&D toolkit: 59 tools across 6 domains (data, alpha, ML, risk, execution, ecosystem) with an end-to-end PDAT→PET research pipeline.

  • maddogfinance/dsh-trading — Research-only trading workbench: typed market-data seam with BYO providers, multi-timeframe indicator snapshots, interactive chart cards with provenance-gated model annotations, and a pre-execute risk-guard that blocks execution-shaped tool calls.

  • kentleenot/dsh-trading-toolkit — A-share and US stock trading toolkit for DSH agents: realtime quotes, OHLCV klines, ADX three-state regime signals and simple backtest previews via EastMoney. Read-only, never places orders.

  • PerryLink/dsh-github — GitHub integration for DeepSeek Harness: create PRs, review PRs in background jobs, read issues — every write gated by human approval.

  • Scorp1o117/dsh-tool-vision — External vision-model plugin for DeepSeek Harness.

  • uckkk/dsh-video-creator — Video-channel creation assistant: built-in templates, calls mainland-China LLMs to generate content adapted for major platforms.

  • qt4399/Ds-Harness — An extended edition built on deepseek-harness.

  • lusipad/RocketX — Team-collaboration client built on vanilla Rocket.Chat, integrating Codex App Server, DeepSeek Harness, and Azure DevOps, aiming for a Feishu-like experience.

  • Lhy723/dsh-agent-canvas — Agent / Subagent / Workflow canvas tab for DSH Web.

  • KCNyu/clawock — AI argues. Code settles. The losses stay on the page. A real HK + US brokerage account run by agents that must debate every call, settled by code the model never touches. Installs the same decision workflow into your own agent: OpenClaw, Claude Code, Codex, or DeepSeek Harness.

  • gyyxs88/dsh-subagent-code-agents — Multi-channel coding-agent subagents for DeepSeek Harness: Codex, Claude Code, Grok Build and configurable ACP agents, with strict roles and durable runs.

  • FuncWei/dsh-kanban — Kanban board plugin for DeepSeek Harness (dsh): multi-agent task board.

  • Viger1/dsh-pilot — Hands for your DeepSeek Harness agent — autonomous browser operation by accessibility refs, with a permission model that follows your dsh session.

  • dshworks/dsh-crew — Watch Claude Code and Codex work inside dsh: each gets a real terminal pane in your session's workspace that you can type into, plus five tools so the dsh agent seats them, hands them work, and reads their screens.

  • NormanFxxkingRockwell/dsh-auto-vision — DeepSeek Harness vision bridge: auto-discovers your already-configured multimodal models and equips a text-only main model with a vision tool, returning recognition results as plain text. Zero config, one-command install.

  • SiriLee/dsh-edit-approval — DeepSeek Harness plugin: per-edit approval with red/green line diff before write/edit/str_replace_editor (approve / reject / always allow).

  • eightHundreds/dsh-plannotator — Review DeepSeek Harness plans in Plannotator — annotate, approve, or send them back.

  • Yuanlang3/dsh-netease-music-plugin — NetEase Cloud Music plugin for DeepSeek Harness.

  • PerryLink/dsh-background-agents — Interactive long-session background agents for DeepSeek Harness: start a durable continuable child agent, watch its progress in the Web UI sidebar, message it any time, and interrupt it - all through the official subagent seam.

  • stuarthu/dsh-crew — dsh plugin: run work as a small crew of role agents (product manager, engineer, code reviewer) that share work through files on disk.

  • luolin-boot/ATRI-Core — A free, self-moving mind in pure Python: autonomy (motive -> choose -> act -> reflect), hands (full device reach, zero holes), forge (review + generate code without vulnerabilities), memory, introspection, evolution. Embeddable, zero dependencies.

  • JohnXu22786/computer-control — Lets an agent operate the desktop directly: screenshots, mouse/keyboard injection, accessibility-tree semantic actions, with emergency stop, allow/deny rules, confirmation flow, and idle standby.

  • ma-pony/deepspider — Intelligent web-scraping platform: an AI-powered crawler agent built on DeepAgents + Patchright, carrying the deepseek-harness/dsh GitHub topics.

  • tengfeizhao1219/dsh-ai-collab — DSH plugin for AI multi-role collaborative development (files-as-communication): one-click init of collaboration-convention files; any DSH session can drive multi-role AI collaboration via ai_collab_init.

  • cckyros/goal-acceptance — Acceptance-criteria-driven goal completion for autonomous agents — core library, MCP server, and a Cordis plugin for DeepSeek Harness.

  • himhhh/dsh-side-tasks — Side-tasks plugin for DeepSeek Harness: runs parallel side tasks alongside the main agent session.

  • Norman-else/dsh-claude — Run Claude Code as a first-class DSH conversation while preserving its native agent loop, tools, skills, hooks, and MCP integrations in DSH.

  • BubblePtr/dsh-holdem — Six-max No-Limit Hold'em for DeepSeek Harness: one human and five LLM agents.

  • ivanon/dsh-dev-crew — DeepSeek Harness plugin that dispatches work by responsibility to subagents bound to different models.

  • leonardoxr/dsh-routed-subagent — Complexity-routed subagent delegation for DeepSeek Harness: the model picks the runtime tier per task.

  • Leshm0321/dsh-plugin-local-agent-bridge — Drive the Claude Code and Codex installations already on your machine from the DeepSeek Harness browser UI.

  • Ding6666666/one-person-company — A durable one-person company orchestration plugin for DeepSeek Harness (DSH).

  • maxwell-feng/dsh-searxng-web — DeepSeek Harness plugin: backs the native web_search / web_fetch tools with your self-hosted SearXNG instance — keyless, private, no third-party search vendor.

  • PyModel/dsh-research-plugins — Research plugins for DeepSeek Harness — a pnpm monorepo adding web search and MCP bridges for AI research, web scraping, and live documentation to your DSH agent.

  • 240xu/dsh-websearch — Unified web search provider for DSH.

  • AFANman/dsh-work-board — Kanban-style agent-workflow work board plugin for DeepSeek Harness.

  • ZekaiShi/evo-subagent — Unified DeepSeek Harness plugin: role-based subagent routing + per-agent evolution (prefercmd/memory as knowledge allow/deny lists), so repeated tasks start from proven commands and save tokens.

  • picoaide/picoaide-harness — PicoAide Harness: an enterprise-grade all-in-one DeepSeek Harness platform — desktop client + local agent engine + admin console, with private-deployment support.

  • MaRi23333/dsh-subagent-library — Named subagent roster plugin for DeepSeek Harness: settings-driven role roster with list_subagents / delegate tools and a settings page.

  • GooDAnDReaDY/dsh-vision-bridge — Vision bridge for DeepSeek Harness: images are described by the vision model you pick, so a text-only chat model never fails a turn on a picture.

  • guo6x/dsh-palate — An eye that grows: accumulated design taste for DSH agents.

  • jing-hy/picturereader — DSH plugin: pixel-to-text image reading for text-only models. image_scan/image_ocr/image_sample tools + image-reading skill (34-image trained methodology). Pure local, optional PaddleOCR.

  • Rtyyy233/dsh-factor-mining-plugin — An agentic factor mining plugin for DSH, suitable for small LLMs like Qwen. Its core package can also work independently.

  • chen731215-dev/dsh-muv-engine — DSH Native MUV Engine tavern companion: regex script execution, variable state tracking, and iframe status-bar rendering.

  • chen731215-dev/dsh-muv-table — MUV Variable Table Editor, a tavern-companion plugin for DeepSeek Harness: structured table editing for UpdateVariable blocks.

  • chen731215-dev/dsh-tavern-v2 — DeepSeek Harness Tavern plugin: character-card roleplay, worldbook management, preset switching, dark theme, memory summary, and relationship graph.

  • hnlisf/dsh-crypto-analyst — Crypto-research agent plugin for DSH: 5-step chain-of-thought research reports, a report workbench, data visualization, and MD/PDF export.

  • zjh02249/dsh-desktop-operator — DSH Desktop Operator: safe Windows Computer Use, desktop automation, UI Automation, and MCP tools for DeepSeek Harness.

  • Missher12/dsh-project-ops — Scoped project task discovery and execution receipts for DeepSeek Harness.

  • Nzssm1/dsh-strategy-deployment-review — DSH agent preset for rigorous strategy live-deployment testing/evaluation. Retest.

  • CNSeniorious000/dsh-py-codeact — CodeAct for DeepSeek Harness — the agent acts in a live IPython process where every tool is an awaitable and state survives between cells.

  • joekytc/dsh-swarm — Run multi-agent task pipelines on DSH like a team — plan, execute, review, and deliver code through a visual kanban with provable completion.

  • georesearch-dsh/georesearch-dsh — GeoResearch agent plugin for DeepSeek Harness.

  • irmia2026/dsh-irmia-devkit — IRMIA agent devkit for DeepSeek Harness.

  • uppercrusteve/sansheng-liubu — DSH agent preset: Tang three-departments (sansheng-liubu) multi-agent orchestration discipline — review gate, enforced limits, imperial approval.

  • dat-lequoc/dsh-subagent-model — Force DeepSeek Harness subagents onto a chosen model route and reasoning effort instead of inheriting the parent agent's model.

  • kiligzzz/dsh-agent-dispatch — DSH plugin: preset expert agents + auto routing + squad orchestration, with a native "Agent Dispatch" right tab, floating activity ball, and triggers.

  • meng-114/dsh-image-tiler — DSH plugin: slice large images into labeled 800px tiles + overview, preserving detail for vision models. Settings card included.

  • ZavionWang/dsh-subagent-router — DSH subagent LLM routing/isolation plugin: subagent/subagent_fork run on an independent provider/model to protect the main channel's quota, with one-click inject (dsr-inject) and verify (dsr-verify) tools.

  • ZoriaSoft/dsh-subagents — ZCode-style custom subagents for DeepSeek Harness: Markdown-defined roles become agent tools your model delegates to — on pinned model routes or external CLIs (cmdc, pi, claude…), with a built-in manager UI.

  • [gameswu/dsh-cr