Dominic789654/awesome-deepseek-harness
A curated list of plugins, skills, MCP servers, patch/profile layers, orchestrators & UIs for DeepSeek Harness (DSH). Visualization · PPT · Coding · Agents · Loops (auto-research) and more. #dsh
安装Install
dsh plugin --profile web add "github:owner/repo#main"
把 Dominic789654/awesome-deepseek-harness 加入你的 DSH 配置(web profile)即可启用。
READMEREADME
Awesome DeepSeek Harness 
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
#dshGitHub topic so they can be discovered. Add it to your repo, then open a PR here.
Quick Start
# Launch the DSH Web UI
npx @deepseek-ai/dsh web
# Install a community plugin (from this list) into your profile
dsh plugin --profile web add "github:owner/repo#main"
Before installing, confirm the target repo carries the #dsh GitHub topic so the community hub can index it.
Contents
- Official
- Profiles & Patch Layers
- Harnesses & Runtimes
- Security & Permissions
- Session & Memory Management
- Cost & Usage Tracking
- Channel / IM Bridges
- Plugin Marketplaces & Ecosystem
- Visualization
- Slides / PPT
- Coding
- Agents
- Loops (Auto-Research, Self-Improve, etc.)
- MCP Servers
- Orchestrators & Aggregators
- UI / Clients
- Skills
- Resources
- Contributing
Official
- deepseek-ai/deepseek-harness — DeepSeek's official agent runtime framework (
Model + Harness = Agent); an "everything is a plugin" architecture built on Cordis (TypeScript, MIT).⭐38238 - deepseek-ai/awesome-deepseek-integration — Official curated list of DeepSeek API integrations.
⭐38654 - deepseek-ai/awesome-deepseek-agent — Official list of agents/harnesses with DeepSeek support.
⭐5426
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
dshsetup (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 headlessunder an isolatedDSH_HOMEwith role-scoped patches (workspace-writefor executors,read-onlyfor 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.
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.
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-agent-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.
Harnesses & Runtimes
DeepSeek-native or DeepSeek-first agent harnesses / coding agents, plus runtime-level infrastructure (diagnostics, ops, session management, approval policies).
menotbobbybrown/create-dsh-app — 1-Line AI Agent Scaffolding Generator for DeepSeek Harness (dsh):
npx create-dsh-app my-agentscaffolds a production-ready agent pre-wired with MCP tools, long-term memory, and web browsing.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-rpCordis adapter shell), or as an Android APK; uses DSH to assist script/scene editing.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.
krystal-cao/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).
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.
songying2024/dsh-plugin-lingxi — Imports DeepSeek Harness session records and workspace artifacts as new tasks for 灵犀 (Kingsoft Office WPS) to pick up.
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.
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.
ChenZeiShuai/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 webwindowless, 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.
⭐24omdsh-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_healthtool.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_audittool.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-pluginskill guiding plugin development.⭐13Andy8647/dsh-auto-approval — Automated tool-call approval: an
autotier 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/dshon 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-harnessGitHub 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_doctorself-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.
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_infotool 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/dshGitHub 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.
⭐13liubf21/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.
btspoony/dsh-llm-fallbacks — Role-based LLM retry and fallback strategy plugin.
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.
KitDoesIt/dsh-compaction-instant — LLM-free lossless compaction engine for DeepSeek Harness.
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
/skillsbrowser.weijiafu14/dsh-remote-sandbox — Crash-resilient remote execution world for DeepSeek Harness:
ctx.fs/ctx.subprocessover 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.
boxiaolanya2008/dsh-plugin — A DeepSeek Harness plugin tool.
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.
Saktawdi/ha-orchestrator — DSH dynamic Cordis plugin: model high-availability failover plus subagent orchestration for DeepSeek Harness.
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-promptand--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
/testgencommand plus agenerate_toolstool 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 — 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.
saurtone/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
/apiresponses, 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.
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_agentmodel 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.
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_forgetool.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,
/restartcommand, sessions auto-resume.Sureo0/deepseek-harness-launcher — 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,/synccommand, 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.
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.
muvuula/DeepSeek-Harness-Core — DeepSeek Harness Core (DHC) — AI personality-core evolution plugin.
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.
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/dshpackage 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-run —
preset_runtool that runs one-shot tasks under any agent preset (router-spec/router-standard/minimal) headlessly; install withdsh 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 onhttp://<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).
ARFCON/DSH_Automatic-update-plugin — Personal auto-update plugin for DeepSeek Harness.
atesahmet0/dh-workspace — DeepSeek Harness Workspace.
CH4ACKO3/dsh-webui-studio — Harmony WebUI Studio for isolated DSH plugin development.
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_flashmodel 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.A-G-guy/dsh-plugins — agguy's DSH Plugins — DeepSeek Harness custom-plugin monorepo: mobile narrow-screen adaptation, task-completion email notifications, independent subagent models, custom LLM routing, and more.
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.
GraySilver/dsh-task-modes — Gives every agent-collaboration turn an explicit way of working. Independent DeepSeek Harness Web plugin with composable Execute/Plan, Standard/First-principles, and Off/Adversarial/Acceptance review controls.
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_texttools, 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_imagetool.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_multimodalmodel 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/dshnpm 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.
hairyf/deepseek-harness-desktop — DeepSeek Harness Tauri desktop edition — 5MB installer, zero environment setup, Windows/macOS/Linux.
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.
CypherNaught-0x/dsh-subagent-dynamic-model — DeepSeek Harness plugin that allows automatic delegation of subtasks to different models based on user preferences.
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,
--patchzero-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.
EIGHTfs/dsh-test-env-entry — DSH test-environment entry plugin: status panel + one-click prod⇄test switching + start/stop control (multiple test instances can coexist).
NOirBRight/dsh-llm-ollama — Native Ollama Cloud provider and Web configuration plugin for DeepSeek Harness.
SpookySandwich/deepseek-harness-windows — DeepSeek Harness for Windows.
VitaTsui/deepseek-harness-suite — DeepSeek Harness with a desktop application, a plugin marketplace, and a terminal UI. Everything is a Plugin.
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.execan 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 --nodeprobes 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-jswith 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.
xiaoliang2/dsh-compact-after-task — Configures dsh's auto-compaction threshold.
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.fsandctx.subprocess; installable bundle with onecordis.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.
calwang414/my-dsh-plugins — Personal plugin collection for DeepSeek Harness (dsh-plugin).
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-agentsplugin 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.
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.
poying2018/DSH — DSH Desktop — ready-to-run DeepSeek Harness desktop client (Windows) with a bundled Node runtime and dsh CLI: no environment setup, double-click to launch; native frameless window, system tray, 10 skins, plugin-protection center, and dual auto-update.
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.
amazing-tree-keeper/dsh-easy-lsp — Language-server (LSP) manager for DeepSeek Harness: self-contained engine, one-click installer, and proactive diagnostics.
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.
trinadin/dsh-ptc-hardening — Cleaner, more reliable tool calls in DeepSeek Harness for SuperDeepSeek V4 Flash Abliterated MQ and DeepSeek V4 Flash 0731.
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).
Security & Permissions
Permission rules, approval review, security audits, and policy-check plugins.
developerdh/dsh-sandbox-allowlist — Adds a configurable "sandbox-authorized directory" allowlist to DSH's default sandbox, letting trusted edits happen outside the workspace.
JUSTMONIKA2022/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).
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.
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.
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.
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.
lin293387-del/dsh-termux-sandbox — A dsh sandbox plugin that keeps DeepSeek Harness runnable on Android/Termux: honest danger-full-access policy where bwrap and Landlock cannot work.
pppolf/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_attachmenttools, 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
/yoloswitch, 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 --forceland, 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.
Scotlight/dsh-auto-approval — Independent model-backed automatic approval plugin for DSH (Codex Guardian-style auto-review).
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 (
!!jsconfig, 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.
Eligahyu/dsh-sentinel — X-ray for DSH 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.
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.shellwith abash -cexecutor running inside a Linux microVM (microsandbox), plus a provider directly on thectx.sandboxseam; 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.
Session & Memory Management
Cross-session memory, checkpoints, pinning, and session navigation plugins.
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.
hyyhf/mindgarden — A DeepSeek Harness plugin for tending a personal knowledge/notes "mind garden".
Mutx163/dsh-model-memory — Custom model reasoning-effort management and cross-session preference memory for DeepSeek Harness.
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.
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.
EIGHTfs/dsh-session-manager — DSH session-feature enhancement plugin (rename / branch / archive).
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.
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.
Grivn/dsh-mnemon — Three-tier memory control plane for DeepSeek Harness: persistent runtime context, searchable project documents, pluggable long-term memory, smart routing, supervised agent workflows, WebUI, and headless tools.
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.
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-Agent-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.
sjh9714/dsh-what-changed — Session-wide file change review in the session header. Lists every file the agent wrote this session with its hunks, counts refused writes separately from changes, and folds from a session projection rather than the on-disk log.
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
/rewindcommand.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.
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.
ExploringBB/dsh-plugin-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/searchtools backed byctx.storageDomainso 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-recall — DSH plugin: a
recalltool letting the model search and read the full event log of its own session, including content hidden by compaction; install with onedsh plugin addcommand.GIT121995/dsh-memory-cbdc-plugin — Lightweight local long-term memory plugin for DeepSeek Harness — SQLite, bounded recall, no extra model call.
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,
rewindTocompensation, 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.
lesliechowsh/dsh-memo — Memo — session memory search for DeepSeek Harness agents (memo_search / memo_remember / memo_stats on the official sessionQuery service).
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-file-attachments — 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).
a771853580/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.
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
/freshcommand: 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).
wang-jie-git/dsh-memory — Full AI-memory semantic memory integration for DSH (with settings UI): 14 memory-management tools + settings page, spec-compliant.
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-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
/diffcommand, 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.jsonin 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.
JohnXu22786/memory-vault — Cross-session persistent memory plugin: SQLite local storage + keyword/semantic hybrid retrieval + Web/MCP UI, letting coding agents store and recall experience and decisions.
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:
/unarchivecommand +unarchive_sessiontool (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-bridge — 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_healthbacked 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.
gjj-star/dsh-conversation-navigato — DSH conversation navigator.
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.
songoao25/dsh-song-memory — A native-feeling, cross-tool memory plugin for DeepSeek Harness.
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
/btwQ&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.
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-Manage — 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_lintimplement 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
分类-主题.mdformat, 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
/btwstyle): 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.
TOBYCAI/dsh-archived-sessions — Manage archived sessions in DSH — view / restore / permanently delete, with workspace tags, session dates & batch multi-select.
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.
WSL043/dsh-native-session-delete — Permanent session deletion in the native DeepSeek Harness menu, with second confirmation and in-place refresh.
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.
robbyisrobby/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.
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.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.
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.
oxgbl/dsh-deepseek-price — Sidebar peak/off-peak pricing badge with half-price countdown, a click-through detail panel, and a
/pricecommand.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
/billingcommand.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 —
/costcommand plus a floating cost chip showing session spend.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.
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.
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.
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.
yingjunnan/dsh-deepseek-quota — DeepSeek API quota (balance) widget for the DSH web GUI: a floating bottom-right card showing remaining DeepSeek API balance.
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
/contextcommand 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-stats — 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_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.
Shiye-10Pages/dsh-whale-meter — Whale meter: DeepSeek Harness (DSH) usage & cost dashboard — RMB billing, off-peak half-price pricing, shareable AI billing cards.
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.
sjh9714/dsh-lean — Same answer, smaller bill. Cuts the DeepSeek Harness (DSH) prompt prefix by 53% and session cost by 18-42%, measured.
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-indicator — 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.
3yi2u34yu32/dsh-balance-peak — Balance + peak-hour indicator: a red/green dot + balance chip next to the model name, hover shows peak pricing rules.
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.
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 an
nexu-io/open-design
ruvnet/ruflo
esengine/DeepSeek-Reasonix
Molunerfinn/PicGo
titanwings/colleague-skill
nocobase/nocobase
tt-a1i/archify
EverMind-AI/EverOS