dsh-public
DeepSeek Harness 生态精选列表:插件 / 技能 / MCP / UI 一体化目录(合并两份 awesome 列表、跨源去重、剔除死链,3362 条目)。A single deduplicated curated list of DSH plugins, skills, MCP servers, harnesses & UIs.
- Stars
- 0
- Language
- PowerShell
- Created
- Aug 26, 2026
- Updated
- Aug 26, 2026
Introduction
DSH Public — DeepSeek Harness 生态精选列表(插件 / 技能 / MCP / UI)
中文导读:这是 DeepSeek Harness(DSH)生态的统一精选列表——由 DeepSeek Harness(DeepSeek 官方 agent 框架,核心理念 “Everything is a Plugin”)社区的插件、技能(skills)、MCP 服务器、编排器与 UI 客户端精选而成。本仓库合并了社区维护的 awesome-deepseek-harness 与 awesome-deepseek-harness-plugins 两份列表,跨源去重、剔除死链后归为一份目录。
A single, deduplicated curated list of plugins, skills, MCP servers, harnesses, orchestrators & UIs for DeepSeek Harness (DSH) — merged from the two community awesome lists, with dead links removed.
SEO / 搜索关键词:DeepSeek Harness 插件 · DSH 插件 · DeepSeek Harness skills · DSH skills · DeepSeek Harness MCP · DSH 技能 · deepseek-harness-plugins · deepseek-harness · dsh-plugin · DeepSeek Harness 生态 · dsh web ui · DSH plugin list · DeepSeek Harness 列表
Star 数为收录时快照,会随时间漂移。想找插件不想翻列表?试试 WhaleHub 可视化插件市场,或 DeepSeek Harness Desktop 自包含桌面版。
Contents
- Official (4)
- Profiles & Patch Layers (58)
- Harnesses & Runtimes (569)
- Security & Permissions (127)
- Session & Memory Management (289)
- Cost & Usage Tracking (200)
- Channel / IM Bridges (112)
- Plugin Marketplaces & Ecosystem (118)
- Visualization (136)
- Slides / PPT (6)
- Coding (230)
- Agents (123)
- Loops (Auto-Research, Self-Improve, etc.) (23)
- MCP Servers (101)
- Orchestrators & Aggregators (102)
- UI / Clients (970)
- Skills (178)
- Resources (16)
- Hands-on Notes 实战评测
- 其他精选列表 Other awesome lists
- Contributing 贡献
- License 许可
Quick Start 快速开始
中文:DSH 把插件当作 Cordis bundle 加载,最常用的两条路:npm 包用 dsh plugin add <npm-package>,仓库托管(.dsh-plugin 形态)用 github:<owner>/<repo> 形式。
# 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"
# or npm-scoped:
dsh plugin add <npm-package>
Before installing, confirm the target repo carries the #dsh (or #dsh-plugin) GitHub topic so the community hub can index it.
Official
中文:框架本体在 @deepseek-ai/dsh-* 这个 npm scope 下自带约 50 个内部插件包,是所有社区插件的参考实现与“接缝”底座(llm / shell / fs / web / subagent / plan / sandbox / hooks / skill …)。
- 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 - Temoa/dsh-rules-paths — Claude Code-style paths: rule injection for DeepSeek Harness (DSH).
Profiles & Patch Layers
- 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.
- XMoon/dsh-profile-settings — Per-profile settings overlay for DeepSeek Harness: global settings.yaml plus profiles//settings.patch.yml, transparently layered under ctx.settings.
- muzyLink/dsh-subagent-profile — Subagent dispatch profile plugin for DeepSeek Harness: save named combos of preset/model/reasoning-effort/tool-scope for one-click dispatch, with built-in cost guardrails.
- WSL043/dsh-native-reasoning-slider — Native, model-aware reasoning effort slider for DeepSeek Harness.
- BaronCyrus/dsh-harness-ally — DeepSeek Harness Ally mode: freely combine DSH, Claude Code, Codex, and every configured model while preserving native agent lifecycle and real-time execution visibility.
- GTC2080/dsh-APEX_Plugin — APEX experimental preset for DeepSeek Harness: Minimal anchoring, Pro-dominant mode, and a vision-enabled Flash Max bounded-collaboration flow with host-level web acceptance.
- MengYuil/dsh-ponytail — Lazy senior dev mode for DeepSeek Harness — ponytail port (always-on minimal-code ruleset, /ponytail-review/audit/debt/gain/help).
- sch246/dsh-warm-minimal — DSH warm-minimal mode: writes a high-quality first-turn trajectory (we/let's style) at session creation, with real input starting from the second turn; AGENTS.md and the skill catalog are injected naturally.
- ninipa/oh-my-dsh-slim — Specialist subagent delegation preset for DeepSeek Harness — orchestrator + 5 roles (oracle/designer/fixer/explorer/librarian) with per-role models, effort, tool filters, scoped MCP and background-first delegation. Port of oh-my-opencode-slim.
- Kian-Oraish/dsh-prompt-enhance — Prompt-enhancer magic wand: an adaptive prompt-enhancement plugin for the DSH Web composer input box.
- blackteaYES/dsh-thinking-levels-settings — Per-model thinking-level settings page for custom DSH llm-pi-ai providers (official dsh client-plugin form).
- TOBYCAI/dsh-patch-reasoning — Idempotent DSH model-tuning patch after upgrades: widens DeepSeek reasoning to 7 tiers and defaults workflow/ralph models to deepseek-v4-flash.
- Starlight-bananice/dsh-zhushou — DSH sidebar assistant plugin: manage/select assistant personas from the sidebar and chat in-session under the selected persona; leaving none selected keeps the native session.
- lixiaoshuang79/dsh-helm — Multi-node control plane and MCP gateway for DSH ChatGPT Helm connectors: hub + node agents, authenticated WS JSON-RPC, compact session summaries, queue/steer routing, fail-closed routing.
- fsrmqi/dsh-promptkit — Prompt building & enhancement toolkit for DeepSeek Harness: Studio + QuickEnhancer.
- Motuo24/dsh-thinking-slider — Thinking-effort adjustment plugin for DSH that mimics the snap-to-gear reasoning slider of advanced Codex models (e.g. GPT5.6 Terra), unlocking Low/Medium/etc. gears.
- 9527ccccccc/dsh-build-plan-mode — Build and read-only Plan modes for DeepSeek Harness sessions — a pure user-layer Cordis plugin, zero DSH core modification.
- bpc-oss/dsh-fork-to-preset (⭐0) — Fork any session into a different agent preset from the conversation header: a preset picker creates a new child session mounted on the chosen preset, inheriting the source session's completed turns.
Harnesses & Runtimes
- 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. - Airmetro/dsh-update-checker — Update management for DeepSeek Harness and its plugins: dual-source npm/GitHub semver checks, locale banner, one-click updates with backup/rollback, and watchdog restart.
- Liu-Bot24/dsh-tunnel-client — Cross-platform desktop client for launching local DSH and securely accessing remote DSH through system OpenSSH tunnels.
- magicOF2/dsh-schedule — Scheduled-task bundle plugin for DeepSeek Harness.
- soarGuo/dsh-auto-vision — Bridges images into text for non-vision DeepSeek Harness models — your message stays untouched, zero manual setup.
- SuperMate-Ai/SuperMate-Harness-System — Give DeepSeek Eyes: a DeepSeek Harness (DSH) Skill that wires in local vision models or vision APIs so DeepSeek can read images and graphic files.
- AnkoCD/dsh-server-deployment — DeepSeek Harness multi-user server deployment: login portal, per-user isolated instances with OS-level isolation, independent API keys, and a delivery-file drawer; file access runs through a privilege-dropping sudo helper (fixes issue #1 TOCTOU). Not a local tool.
- BaiLiang-233/dsh-off-peak-schedule-widget — Off-peak scheduling plugin for DeepSeek Harness: queues input during peak-price windows into a dormant zone and dispatches it to the target conversation once off-peak pricing kicks in.
- dat-lequoc/dsh-kiro — Kiro provider for DeepSeek Harness with Builder ID login, live model discovery, and reasoning effort controls.
- ErEbusE/dsh-termux — Run DeepSeek Harness (dsh) on Termux (Android).
- TOBYCAI/dsh-upgrade-toolkit — DSH (DeepSeek Harness) runtime/desktop-shell upgrade toolkit — pins runtime as authority, upgrades the shell safely, and fixes the WorkBuddy safe-delete guard blocking pnpm plugin updates. Platforms: macOS (full) / Linux (core).
- VictorTomaili/agent-cli — Manage AGENTS.md across all your AI coding agents (including DeepSeek Harness's
~/.dsh/AGENTS.md) — one canonical source in~/.agents, mirrored everywhere, with sub-agent dispatch (agent-cli run) and fallback chains. - wwkk214222208/StageCraft — Self-hosted, plugin-based multi-character roleplay runtime with a web creator workbench (a friendlier alternative to SillyTavern). Runs standalone, as a DSH plugin (via a
dsh-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).
- chenkai2/dsh-daemon — Registers the DeepSeek Harness web server (
dsh web) as an auto-start, self-healing background service (LaunchAgent / systemd / cron + watchdog). - hust-open-atom-club/oh-dsh — A DSH runtime with three development experiences: Desktop, Web, and TUI.
- huiliyi37/oh-my-tianshu — A full-featured open-source coding agent distribution built on top of the dsh harness, adding vision, cross-session memory, verification gates, agent routing, semantic + graph code search, file rollback, and a full-screen terminal UI — all composed as plugins. A friendly MIT fork of DeepSeek Harness (dsh) that keeps the upstream everything-is-a-plugin architecture, with a UI/UX modeled on oh-my-pi.
- jhuanxx44/dsh-sseye — The LLM debug console inside DeepSeek Harness: captures every model call, semantic diff, Replay & Mutate.
- frank6com/obsidian-harness-like — An Obsidian desktop implementation inspired by DeepSeek Harness: run a Cordis plugin system and an AI agent inside the Obsidian desktop app. The agent reads/writes your notes through approvals; you (or the agent) can create Cordis plugins in conversation to extend commands, tools & panels.
- DeepTrial/dsh-bash-rtk — DeepSeek Harness bash executor plugin that routes eligible commands through rtk (Rust Token Killer) to compress tool output and save tokens.
- leonardoxr/dsh-harness-updater — Claude Code / Codex CLI update detection, prompting, and one-click channel updates for DeepSeek Harness.
- SKzrui/DSH-CLI — Lightweight CLI for DeepSeek Harness: streaming output, tool calling, per-dir session recovery, flexible key/model config; start with one command.
- UllrAI/dsh-mqtt — MQTT protocol driver and agent worker gateway for DSH.
- YaoaY/dsh-gpt-compat — Fail-closed GPT/Codex sandbox escalation compatibility for DeepSeek Harness.
- IslandManSwevo/deepseek-harness-tailscale — Run your DeepSeek Harness (dsh) web UI securely from any device over Tailscale - zero-config launcher, WebSocket-safe reverse proxy, built-in file viewer.
- modred522/dsh-manager — Windows desktop manager for DeepSeek Harness (dsh): tray-resident, one-click start/stop/update, plugin marketplace and smart analytics, token usage stats.
- Alvinpro/DSH-Launcher — A single-file Windows launcher for the dsh (DeepSeek Harness) web UI. Double-click to start; close the browser and the whole process tree is torn down — no terminal to babysit, no leftover node processes holding the port, no console flash.
- orrinzeng/dsh-cursor-subscription — Log directly into your Cursor account within DeepSeek Harness and use your Cursor subscription — no API Key required, and no dependency on Cursor IDE or Cursor CLI.
- zhangxiubo/dsh-llm-chatgpt-oauth — ChatGPT Plus/Pro OAuth model provider for DeepSeek Harness using pi-ai openai-codex.
- chiyulogg-commits/deepseek-harness-zh-tw — Traditional Chinese (Taiwan) locale edition of DeepSeek Harness: adds a third UI language option with Taiwan terminology across all 25 web UI packages.
- eya46/dsh-plugins — Personal plugin collection for dsh projects.
- 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.
⭐24 - omdsh-dev/fabric — Minecraft-Fabric-style hook processor for DSH.
- omdsh-dev/dsh-session-health — Read-only, zero-dependency session health check: frame-level scanning of multi-frame zstd session files to detect torn/corrupted/empty sessions; registers a
session_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.⭐13 - Andy8647/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.
- Frog755/dsh-client-auto-retry — DSH client plugin: auto-sends 「继续」 when a turn is interrupted/errored/overlong. No model/provider switching. Ships with a settings card.
- sanshanya/better-model-provider — Per-model capability declaration for DeepSeek Harness: reasoning-effort levels (wire spellings) + request modalities (vision) for OpenAI-compatible providers. Settings section, zero runtime harness deps, no YAML.
- SouleyMoni1/dsh-experience-plugin — DSH plugin: per-model reasoning levels for custom API models, with family presets and an official-settings-page editor.
- NOirBRight/dsh-llm-codex — ChatGPT Codex login, sortable catalog, and Fast models for DeepSeek Harness.
- pawaca/dsh-edge — Run DeepSeek Harness on Cloudflare Workers.
- sunny0826/dsh-plugin-herdr — Herdr control-plane plugin for DeepSeek Harness (DSH): observe and drive Herdr — a terminal workspace manager for AI coding agents — from DSH sessions.
- shiyi-0x7f/dsh-tool-sysinfo — Read-only
system_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.
⭐13 - liubf21/ds-forge — Lightweight agent harness for DeepSeek V4.
- Owen718/FlashCoder — Simple harness for DeepSeek models.
- ArtificialNotImbecile/dsh-context-taxonomy — Logical-call context taxonomy plugin for DeepSeek Harness.
- 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.
- 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.
- BiBoyang/dsh-eval-harness — Regression eval harness for DeepSeek Harness plugins: YAML test-case-driven real-agent evaluation, baseline comparison, PASS/WARN/FAIL gating.
- S2P2/dsh-lab — DeepSeek Harness (DSH) plugin lab: workflow extensions, grilling UI experiments, quota widgets, and other things skills alone can't do. pnpm monorepo, one package per plugin.
- xiaohj233/dsh-keepalive — Opt-in detached watchdog for the DSH Web process with snapshot-checked repair and explicit patch restoration.
- Zhuchen00123/dsh-wsl-modes — WSL modes for DSH on Windows: WSL Linux bash + bubblewrap sandbox with two ready-to-use agent presets.
- sjh9714/dsh-win32 — Real Minimal mode on Windows: the missing win32 process inspector (persistent Git Bash shell), Ctrl-C interrupt injection, and an install-trap doctor.
- strukto-ai/mirage#dsh — Swaps the filesystem and bash providers for a mirage virtual workspace: file tools and shell commands run over mounted resources (RAM, S3, Redis, Slack, Gmail, Notion, Postgres) instead of the host disk, with per-mount read/write/exec modes, per-command sandbox routing (monty, pyodide, quickjs in process; docker, e2b, daytona remote), and installed CLIs (git, gh, slack, linear, ntn, gws, or one you register) as head words in the virtual terminal.
- ArmyWas/dsh-plugin-reducer — Finds a 1-minimal DeepSeek Harness plugin set that reproduces a profile failure.
- BYYY-eng/deepseek-harness-file-upload-ocr-plugin — File upload and local OCR plugin for PDF, Word, Excel, PowerPoint, images, and text files.
- Js2Hou/dsh-mcp-manager — Visual MCP management plugin for DeepSeek Harness: view installed/enabled MCP servers under Settings → MCP, add/remove, enable/disable, and see live connection status.
- LouisHaoL/dsh-timer-agent — Host-resident scheduled-jobs × AI-agent engine (hermes-agent cron inspired): a 60s ticker fires real agent sessions via cron, with pinned-session / project-workdir / default-workspace targeting, a
timer_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.
- Blank-not-black/dsh-remote-plugin — Standalone DSH Remote plugin package: native DSH sidebar entry + right-side drawer management page, with a bundled gateway that starts/stops alongside DSH.
- codeh007/mtmdsh — Portable DeepSeek Harness plugins for mtm.
- CREAIT-nl/dsh-plugins — Plugins for DeepSeek Harness: deep research as an agent preset, per-model generation limits, Claude Code hook compatibility, and web fetch/search tools.
- DaoCaoRenH/dsh-openai-responses-bridge — DeepSeek Harness plugin for third-party OpenAI Responses and native Gemini APIs, with custom providers, model discovery, and hosted web search.
- Gaines-cz/dsh-a-share-screener — A-share stock screening plugin for DeepSeek Harness (dsh): pluggable strategies, Tushare token via credentials ref, free Eastmoney/Tencent fallback.
- kk3ya03-star/dsh-lcx-codex — DSH web search and native Responses V2 compaction for Sub2API or NewAPI GPT routes.
- MichengAI/dsh-automation — DSH Automation: scheduled-task and automation plugin for DeepSeek Harness.
- robbot-labs/robbot — Personal AI Platform powered by DeepSeek Harness.
- runzhliu/deepseek-harness-docker — Community Docker and Kubernetes packaging for DeepSeek Harness (@deepseek-ai/dsh), with a hardened image, Compose stack, Helm chart, Web UI, and headless CLI.
- spirits001/dsh-tokensforce — DeepSeek Harness (dsh) plugin — tokensforce gateway integration: one-login onboarding, provider groups, and a usage dashboard tab.
- TurnX-alt/actdsh — DeepSeek Harness (dsh) desktop edition: Windows/macOS ready-to-run installers, no Node environment needed, daily auto-sync with upstream dsh-v* releases.
- yuanc1204/dsh-ollama-tool-call-id-fix — Client-side fix for DeepSeek Harness conversation history when Ollama reuses tool-call IDs.
- zhuzhujunandy/dsh-model-router — Tiered model routing plugin for DeepSeek Harness (DSH): route delegated work to fast/medium/heavy model tiers with DoD verification, cross-provider fallback, background delegation, and per-conversation budget modes.
- zoahdev/dsh-readme-forge — Generates README.md for DeepSeek Harness (dsh) plugin repositories from package.json + cordis.patch.yml + source layout — deterministic, zero runtime deps, read-only by default; CLI + agent-callable
readme_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.
- 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.
- NOirBRight/dsh-llm-ollama — Native Ollama Cloud provider and Web configuration plugin for DeepSeek Harness.
- SpookySandwich/deepseek-harness-windows — DeepSeek Harness for Windows.
- civaapple-alt/mini-dsh — Educational & minimalist DeepSeek Harness (DSH) architecture implementation powered by the Cordis microkernel.
- sealfly/dsh-reasonix-desktop — Reasonix desktop app for DeepSeek Harness (dsh): an Electron-based AI-agent desktop client.
- liulin0x3c/dsh-minimal-anchored-rc6 — Unofficial DeepSeek Harness agent preset: Minimal-mode first-round anchor, auto-unlocking the full coding catalog. rc.6/Linux, verified with deepseek-v4-pro. Derived from xiaobright/dsh-anchored-standard & KDB-Wind/dsh-minimal-anchored (MIT).
- Starfie1d1272/dsh-v4-anchor — Minimal first-turn RL anchor for DeepSeek V4 on DeepSeek Harness Standard.
- Tiee7/EzDSH — Easy way to DeepSeek Harness.
- flg1217/dsh-llm-agy — AGY (Antigravity CLI) integration for DeepSeek Harness: LLM adapter subagents, deep web search, connectivity diagnostics panel.
- Gumiho12345/dsh-plugin-net-access — Adds a Net Access mode to DeepSeek Harness (dsh):
curl.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.
- 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.
- jiesou/dsh-cline-free-provider — Cline free-model provider adapter for DeepSeek Harness.
- jiesou/dsh-nous-portal-free-provider — Nous Portal free-tier provider for DeepSeek Harness.
- MaRi23333/dsh-grok-kit — Grok plugin for DeepSeek Harness: OAuth login, main-loop fusion of web/X search and Imagine. Third-party, unofficial.
- Couioly/plugin-audio-alert — Approval voice-alert plugin for DeepSeek Harness (DSH): when DSH needs human review/approval, it speaks the pending item aloud via computer TTS while still showing the normal approve button in the web UI.
- NattoCB/dsh-plugin-notifications — DSH (DeepSeek Harness) bundle plugin: a Settings → General card that pops a system notification (and optional Web Audio chime) when a conversation turn completes.
- nienieai/dsh-chime-alerts — Sound-alert notification plugin for DeepSeek Harness: chimes on turn completion, built on Web Audio.
- R2h1/deepseek-harness-app — DeepSeek Harness desktop client — a self-contained ElectroBun shell bundling an auto-updating dsh engine, with a Windows graphical installer.
- AI-Scarlett/DSH_CLIAPI — Local CLI/OAuth authorization center and Auto model failover plugin for DeepSeek Harness.
- Guyao146/dsh-better-model-thinking-control — DSH plugin: per-model thinking-effort management for OpenAI-compatible relay providers, with auto-detection of publicly advertised capabilities.
- sorsama/deepseek-harness-relay — Authenticated remote access for a DeepSeek Harness web profile: TLS, QR/passcode device pairing, password sign-in, and per-device revocation in front of an untouched loopback harness.
- 0lidaxiang/dsh-plugin-greet — Plugin-based system for building AI agents on top of DeepSeek Harness: tools, models, and the web UI can all be added or replaced as plugins.
- Dawn388887/dsh-fileview — In-GUI file viewer/editor for remote browsers (same-origin fenced, path allowlisted).
- Dawn388887/dsh-notify — Desktop toast + remote browser notifications when an agent finishes or errors.
- easysir10/easy-git — Beginner-friendly Git helper plugin for DeepSeek Harness.
- m1khal3v/dsh-llm-key-rotation — Seamless API-key rotation for DeepSeek Harness.
- Scorp1o117/dsh-enhancement-suite — Enhancement suite for DeepSeek Harness — Vision, Soul/Persona, Long-term Memory & Plugin Marketplace.
- xingyingyuzhui/dsh-updater-ui — Updater UI plugin for DeepSeek Harness (dsh-plugin).
- zzjxmy/dsh-llm-codex — ChatGPT Plus/Pro (Codex) adapter for the DeepSeek Harness LLM seam: PKCE/device OAuth, token refresh, and forwarding to chatgpt.com/backend-api/codex/responses.
- ddll8023/dsh-codex — OpenAI Codex (ChatGPT Plus/Pro OAuth) provider plugin for DeepSeek Harness (DSH).
- thedeveloper256/dsh-model-router — Role-based model routing plugin: planner (root agent) on deepseek-v4-pro, delegated executor subagents on deepseek-v4-flash; ships a prompt section and a pro-flash-routing skill.
- enterhalf/dsh-web-network-optimizer — Network optimization for the DSH web UI: caching and compression to cut transfer size and speed up page loads, plus a disconnect indicator and auto-reconnect. Great for peak performance or unstable networks.
- ismoss/dsh-harness-zh-l10n — Chinese-localization patch for DeepSeek Harness (dsh): translates the five mode descriptions, permission labels, command descriptions, and the Liang-Shen mode; one-click install via apply.bat.
- minyang2020/dsh-migrate-on-429 — DeepSeek Harness (dsh) plugin: automatic session handoff when a session keeps hitting 429 TPM rate limits — cancel old, summarize handover, continue in a fresh session. True handoff, never parallel.
- dsh-blue/blue — Blue: a TUI is not a package, it is a Cordis plugin tree — a modern terminal UI for DeepSeek Harness with hot-swappable render, interaction, and command plugins.
- euanguo/dsh-studio — DSH Studio — a local development workbench for DeepSeek Harness: project tree, Git review, terminal, and plugin marketplace (Desktop + Web).
- EternalNight996/dsh-desktop — DeepSeek Harness desktop workbench: double-click to use, with bundled plugins installable in one click.
- taskschd1145/deepseek-harness-clean — A minimal DSH desktop shell: opening it is just like using DSH in a browser, except it's a fully native Windows window with a tray icon.
- leonardoxr/dsh-native — A focused Electron desktop shell for HTTPS web apps, with saved servers, fast reconnects, and first-class DeepSeek Harness support.
- Chu-m/dsh-chat-continue — Auto-retry failed API requests to keep DSH conversations going. Supports configurable status codes and error codes.
- aqiu817/dsh-llm-agentrouter — DeepSeek Harness bundle: the AgentRouter relay as one pi-ai route with a domestic/international endpoint switch, plus the outbound request compatibility the relay requires.
- ChenSiyun1234/dsh-tray-windows — Turns DeepSeek Harness (dsh web) into a real Windows desktop app: tray control, standalone app window, and a clean full stop of the backend on exit (no leftover processes). Unofficial.
- Mikoribbit/odsh-bridge — A bridge that connects OpenClaw and DeepSeek Harness.
- shaomingbo/dsh-subscription-search — ChatGPT/Grok subscription OAuth, model routes, and a ChatGPT → Grok → Exa → DeepSeek web-search fallback chain for DeepSeek Harness.
- YunlongL-byte/dsh-launcher — One-click macOS Dock launcher for DeepSeek Harness (DSH).
- elmaxid/dsh-manage — Install and manage DeepSeek Harness (dsh): install/start/stop/update/status for dev workstations.
- Mpaperlee/dsh-hub — JupyterHub-style multi-user front end for DeepSeek Harness (dsh): PAM login, per-user isolated instances, cookie-routed HTTP/WS proxy — zero modifications to dsh.
- wyq09/dsh-rewind — A checkpoint / rollback plugin for DeepSeek Harness (DSH).
- zsagi1368/deepseek-harness-DSH — DSH · an enhanced branch of deepseek-ai/deepseek-harness: plugin-governance framework (PluginSpec / three-layer sandbox / three-layer guard) + branch-independent operation (WIP).
- artec/clat — Cmd-Line Agent, a Rust basement compatible with the DeepSeek Harness framework.
- JohnXu22786/dsh-web-submit — DeepSeek Harness plugin: run headless-style tasks through the live dsh web process — CLI-invoked sessions appear in the Web UI in real time (POST /x/headless, GET status, SSE live events).
- liulingfei-1/deepseek-harness-ios — Native iOS DeepSeek Harness port: BYOK inference, on-device Agent tools, iSH sandbox, Cordis plugins, and trajectory.
- modelbus/deepseek-harness-pro — A Web+Electron client based on deepseek-harness, compatible with existing deepseek-harness environments and supporting one-click deployment of the latest deepseek-harness. Enhancements over the original web: a real-time task board, a PC housekeeper (cleanup/tuning/process management), and an independent plugin center.
- SpookySandwich/dsh-plugin-rollout-scout — DeepSeek Harness plugin: fish for a limited-rollout conversation model by scoring live chain-of-thought.
- StvLi/dsh-ros2 — The Deepseek Harness ROS 2 plugin can be used to efficiently diagnose issues and perform joint debugging.
- BuLongY/dsh-proxy — A network proxy plugin for DeepSeek Harness (clash/cordis integration).
- citrusli2026/dsh-electron-shell — Unofficial Electron desktop shell for DeepSeek Harness: bundled Node runtime, installers, auto-update.
- Evan1u/deepseek-harness-desktop — Light-weight Desktop App for DeepSeek Harness.
- LVSUGARS/dsh-web-launcher — Windows desktop launcher for DeepSeek Harness (DSH) Web: install the official CLI, manage local workspaces, and safely start, stop, and update DSH.
- NevermindZZT/dsh-launcher — Minimal one-click DSH launcher supporting remote SSH connections.
- NevermindZZT/dsh-manager — Remote server management tool for DSH.
- severin-ye/uagent-sync — Cross-device agent workspace sync for OpenCode, Codex, and DeepSeek Harness — backup, restore, update, and configuration inspection.
- SUJIElearning/zhaoyu-restart — One-click silent DSH restart button for DeepSeek Harness (dsh-plugin).
- syncended/deepseek-harness-automations — Automation plugin for DeepSeek Harness (dsh-plugin).
- usersx/dsh-automation-center — Root-level automation center for DeepSeek Harness: scheduled tasks, fresh Result Sessions, and cross-workspace run history.
- vibeinging/dsh-desktop — DeepSeek Harness Desktop App: a local AI desktop workspace for DSH Sessions, projects, files, web research, plugins, and Office artifacts.
- yoshino-xiao7/deepseek-harness-desktop-yukiryou — DeepSeek Harness Desktop for macOS & Windows.
- yth1120/deepseek-harness — DeepSeek Harness source with the dsh-web-workbench plugin suite (right workbench, terminal, timeline, review, files and browser preview).
- ZhuoSir/dsh-cron — DeepSeek Harness scheduled-task plugin: create tasks via natural language in chat, auto-executes on schedule and replies in-session; supports cron expressions and a Web management panel.
- alingge/dsh-manager — Windows desktop manager for DeepSeek Harness: visual management of the official source repo (version switching, updates, build, launch); no build needed, just download the release/ exe.
- GM-HZ/dsh-workflow — Workflow plugin for DeepSeek Harness (dsh).
- dHR-P/dsh-safe-launch — Desktop safe-start launcher for DSH: last-good boot config, consent-gated canary updates for dsh & plugins, and compatibility-checked plugin installation.
- KannaKuron/dsh-gitbash-shell — Git Bash shell for all agent modes on Windows, replacing the pwsh executor.
- nbsp1221/dotdsh — 🐋 Personal DeepSeek Harness environment, deployed and managed as code.
- zimodzh/dsh-plugin-effort-declare — DSH plugin to declare reasoning efforts on hand-added OpenAI-compatible models.
- mill413/dsh-server-manager — Multi-user server management and Docker deployment for DeepSeek Harness.
- AgentsDanceAI/deepseek-harness-cloud — Accounts, credits and cloud agent workspaces for DeepSeek Harness — run it as a hosted product, or self-host in 5 minutes.
- jony5933/codex-dsh-bridge — A visible, workspace-aware Codex to DeepSeek Harness Web Host bridge.
- Tianbuyu-wwx/dsh-hermes-link — Bidirectional bridge between Hermes Agent and DeepSeek Harness (DSH). v0.2.4 — single-bundle Cordis plugin replacing the archived hermes-foundation/-oneshot-arbitrate/-dispatch-bridge triad.
- ConsoleSun/Gemini-Eyes — Gemini/MCP vision-tooling plugin for DeepSeek Harness (agent, deepseek-harness, dsh-plugin, gemini, mcp).
- lengquan88/dsh-dual-auto — Dual-model auto-routing plugin for DeepSeek Harness: low-cost direct / high-cost upgrade + escape-learning closed loop.
- steven95/dsh-office-suite — Office-suite plugin for DeepSeek Harness (dsh-plugin).
- Yiklek/dsh-web-profile — DeepSeek Harness Web profile plugin (deepseek-harness, dsh-plugin).
- xswt442-cmd/dsh-instance-manager — Sidebar panel to list and gracefully stop local dsh web instances on ports 3080-3129.
- aorucshiea/dsh-omnipotent-preset — Omnipotent agent preset for DeepSeek Harness: Standard/PTC/Minimal + routing modes.
- aorucshiea/dsh-preset-switch — Optional mid-session agent-preset switching for DeepSeek Harness.
- aorucshiea/dsh-safe-tui — DeepSeek Harness safe-mode recovery console: minimal TUI, history, repair, model/provider management.
- blaxel-ai/deepseek-harness-blaxel-sandbox — Blaxel sandbox execution plugin for DeepSeek Harness.
- oitsukiii/deepseek-harness-lan — Run DeepSeek Harness Web UI on your home LAN — 4 minimal patches + one-click apply/revert scripts.
- ZalmoraDev/deepseek-harness-containerized — 🐋 Simple script to install & run DeepSeek Harness with isolated workspaces through Docker.
- Zh1rV/dsh-web-search-tavily — Tavily search plugin for DeepSeek Harness.
- HYBB-rash/dsh-plugins — Personal DeepSeek Harness plugins for Telegram, scheduling, assistant responsibilities, X feeds, and UI experiments.
- steve-magne/dsh-plugins — dsh-plugins (personal DeepSeek Harness plugin collection, no further upstream description).
- HIT-HTML/dsh-ENHANCED — Everyday upgrades for DeepSeek Harness in one plugin: multi-engine free web search, skills & MCP management, auto-compact tuning, instance controls (RESTART/SHUTDOWN), themes.
- cking000bigdemon/dsh-acp-interactive — Interactive ACP plugin for DeepSeek Harness targeting editors like Zed.
- KakaruHayate/dsh-degen-heal — Detects and self-heals LLM output degeneration loops inside a DeepSeek Harness agent session.
- OpenCnid/recursus — A durable, full-access runtime agent built on DeepSeek Harness.
- MochiNek0/dsh-vendor-login — Sign in to AI coding plans that have no API key — Claude Pro/Max/Team, ChatGPT Plus/Pro, Copilot, SuperGrok — from the dsh settings UI.
- snow930/dsh-self-upgrade — Self-upgrade plugin for DeepSeek Harness.
- 0231071/llm-as-a-verifier — LLM-as-a-Verifier plugin for DeepSeek Harness (DSH): best-of-N parallel candidate generation + Probabilistic Pivot Tournament (PPT) verifier selection, official-style settings card, lav_status/lav_set session tools.
- AngelosZou/dsh-python-env — Workspace-scoped Python virtual environment management for a DeepSeek Harness project — discover, create, install into, and remove virtual environments without sandbox, network, or subprocess pitfalls.
- 1024483906-pixel/dsh-novel-reader — Leisure novel-reading text plugin for DeepSeek Harness.
- AdamPlatin123/dsh-zcf — DeepSeek Zero-Config Flow: one-command setup wizard for DeepSeek Harness.
- AleCyriaco/deepseek-harness-desktop — Native cross-platform desktop shell (Rust + Tauri v2) for the DeepSeek Harness web GUI.
- ang-XWBWZ/Pwiki — Local-first knowledge retrieval engine for AI agents — BM25, semantic search, reranking, MCP, Pi Agent and DeepSeek Harness integration.
- DevViking-Persike/dsh-git-graph — DeepSeek Harness plugin: a Git commit-graph view with lanes, refs, and worktree management.
- lileikeji/dsh-super-injector — Hot-reload plugin injection tool for DeepSeek Harness (deepseek-harness, dsh, hot-reload, injection, plugin).
- Olympianz/dsh-github-sidebar — GitHub sidebar plugin for DeepSeek Harness (dsh, dsh-plugin).
- shizhanyu13/dsh-waom — @deepseek-ai/dsh-waom — Ironbound WAOM autonomous-ops service plugin for the DeepSeek Harness (monitor / decide / subagent fix / GAN evaluate).
- wpc725562-dotcom/deepfusion — DeepFusion: a DSH x Reasonix fusion agent engine (DeepSeek-native orchestration + prefix-cache optimization).
- yangbobo2021/relay-dsh-plugin-terminal — Provider-neutral interactive terminal bottom-view plugin for DeepSeek Harness Workbench.
- yangbobo2021/Relay — Event-driven agent runtime for long-running, resumable work: replaces polling with notification-based callbacks, wakes the right session from external events, compresses context with task-aware memory, and dispatches subtasks into project-scoped agent sessions.
- dwkejiPeng/dsh-model-vision-capability — Declares native image-input capability per-model for llm-pi-ai providers, with configurable available thinking effort and default thinking level.
- GehrmannMerlin/DeepSeek-harness-Desktop — Electron host that wraps DeepSeek Harness (
npx @deepseek-ai/dsh web) into a Windows desktop app: one-click launch, system-tray residency, process lifecycle management, and an NSIS one-click installer. - huiliyi37/Tianshu-harness — Tianshu (天枢): a harness-based terminal coding-agent runtime (TUI x GUI) with prefix-cache engineering tuned for DeepSeek V4 (97–99% steady-state hit rate in long sessions); builds on a Cognitive Virtual Machine (CVM), self-awareness layer, and Stigmergy-style decaying memory so the agent acts as an independent-judgment "dev partner" rather than a pure tool.
- my-dsh/oh-my-dsh — DeepSeek Harness distribution/plugin collection with token-tracking and token-usage tooling.
- ryanportfolio/dsh-branchline — Fresh, isolated worktrees for DeepSeek Harness: Windows launcher, task board, review-only handoff.
- Shizuku-keop/dsh-health — Session loop-health diagnostics for DeepSeek Harness: oscillation/stall/near-repeat/per-tool/token/compaction profiles plus an auditable 0-100 score. CLI + live watch bundle.
- wenhao4126/dsh-herdr — Exposes Herdr workspaces, panes, and coding agents as DeepSeek Harness tools.
- dancingteeth/agent-looper — Fix-until-green agent loop with shell-verify-as-truth, pluggable multi-runtime workers (Cursor/Cline/OpenCode/Codex/DSH/Pi), and fresh context per iteration.
- ddtcorex/dsh-maestro-config — Maestro Config: shared settings service for the dsh-maestro-* suite over a single namespaced store (~/.dsh/maestro/settings.json).
- ddtcorex/dsh-maestro-govard — Thin bridge exposing the Govard CLI to DeepSeek Harness agents as tools.
- ddtcorex/dsh-maestro-meta — Maestro Harness meta-bundle: one plugin to install the whole Govard + DSH harness.
- ddtcorex/dsh-maestro-remote — Remote access for DeepSeek Harness via cloudflared tunnel + proxy, with PIN auth and Telegram notifications.
- ddtcorex/dsh-maestro-review — Pluggable merge-request review pipeline for DeepSeek Harness (webhook → orchestrator → findings) with GitLab + GitHub providers.
- gavinlee9051/deepseek-harness-pack — LAN one-click deployment pack for DeepSeek Harness (HTTPS reverse proxy + admin console + patches).
- patrick1099/dsh-claude-plugin-loader — DeepSeek Harness plugin tagged deepseek-harness / dsh-plugin (upstream provides no further description).
- shendeguize/Remote_DSH_Center — One-page local manager and CLI for local and remote dsh web instances, with SSH tunnels for remote hosts.
- agi-fans/oh-my-dsh — A focused, keyboard-first DeepSeek coding agent built on the plugin architecture of DeepSeek Harness and inspired by the interaction quality of oh-my-pi.
- blx0102/create-dsh-content-plugin — Zero-dependency CLI that scaffolds a content-automation DSH plugin (Dev.to/GitHub/Bluesky/Mastodon). Like create-vite, for DSH.
- alaxrpg/dsh-adaptive-model-router — Adaptive model discovery, evaluation, tiering, and subagent routing for DeepSeek Harness.
- dushaobindoudou/dsh-freeroute — Free token route plugin for DeepSeek Harness.
- lmh-2026/dsh-periscope — DSH plugin: keep text-only DeepSeek models (V4-Flash / V4-Pro) and auto-route image-bearing requests to the official vision model (deepseek-v4-flash-vision-exp) — no manual model switching.
- niushuanan/xiaozhuang-dsh — Plugin-enhanced DeepSeek Harness distribution with Computer Use, Teamwork, model usage, and multi-worktree development.
- qiniu/dsh-attachment-s3 — S3 storage backend for the DeepSeek Harness attachment seam: content-addressed, idempotent uploads with verified reads, installable with one dsh plugin command.
- bitterSmilezzz/dsh-mac-desktop (★1) — macOS desktop wrapper.
- vvlife/deepseek-harness-desktop — Self-contained macOS app: bundles the Node runtime + full dsh + full Paseo (daemon + Web UI + mobile pairing) into one APP — drag to Applications and go, zero pre-install. Mobile QR pairing, WhaleHub plugin marketplace, built-in HTML preview, one-click public deploy; isolated from any dsh/Paseo already on your machine.
- unknowbug/RE-Framework (★5) / unknowbug/anchorlaw (★4) — Frameworks.
Security & Permissions
- KeS1Ke/dsh-exit — A focused DeepSeek Harness web plugin that adds a safe, confirmed host-exit control.
- 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).
- whoisDDD/dsh-approval-notify — DSH approval/question/completion notifier with native browser notifications and toast fallback.
- AgentValet/dsh-agentvalet — Brokered SaaS access: four tools reach approved platforms through a credential broker, minting a short-lived assertion per call, so no API key sits on the machine and every call is owner-approvable, revocable, and audited.
- PerryLink/dsh-auto-review — Secondary-model automatic review of approval requests.
- PerryLink/dsh-skill-pack-security — Security-audit skill pack (secret scanning, dependency audit).
- agentic-control-plane/dsh-acp-plugin — Policy checks before tool calls execute.
- securstack/securstack-dsh-plugin — Repository security-scanning adapter.
- Xinlong-Wu/dsh-auto-review — Adds an auto-review permission preset to DeepSeek Harness, mirroring Codex auto review.
- 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.
- 940842546/dsh-permissions — Permissions plugin for DeepSeek Harness (DSH).
- my-dsh-plugin/readonly-security-audit — Read-only security audit mode for DeepSeek Harness.
- Casually/dsh-web-remote-frp — Remote-access plugin for DeepSeek Harness: frp-based tunnel for reaching the DSH Web UI from outside the LAN.
- JohnXu22786/review-gate — DeepSeek Harness (dsh) bundle that turns code review into a hard gate: deterministic severity rules, LLM-assisted findings, team approval quorum and a compliance audit trail.
- JohnXu22786/session-export — Session export, redaction and compliance archiving bundle for DeepSeek Harness (dsh).
- GuoMonth/dsh-multi-tenant — Multi-tenant SaaS extension for DeepSeek Harness: tenant identity, session isolation, authorization, tenant-aware MCP, and audit.
- TecFancy/dsh-auth-gate — Login gate for the DeepSeek Harness web surface: password or shared-token authentication, session cookies, rate limiting, and a user-management CLI.
- cdxiaodong/dsh-guardian — Agent security guardrail: intercepts and audits every tool call, requiring human confirmation on sensitive operations.
- abstudio-cn/Harness-totp-authenticator — TOTP authenticator safety plugin for DeepSeek Harness.
- 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.
- Jstn-1g/dsh-guarded-hcl — Pre-activation gate for DeepSeek Harness: rejects agent updates that regress retained capabilities, validity, or cost.
- MoonlitDropOfBlood/dsh-agent-approval — Auto-approval permission plugin for DSH.
- PensiveFei/dsh-secure-audit — Read-only security & compliance plugin for DeepSeek Harness: prompt-injection detection, Chinese-PII redaction, and local configuration audit with redacted, reproducible reports.
- chenjie1129/deepseek-harness-reliability-governor — Evidence-gated completion and trusted code verification for DeepSeek Harness agents.
- nisconder/npm-safe-forDSH — Local-first npm supply-chain security scanning engine, DeepSeek Harness plugin edition.
- pointer-a/dsh-server-login — Public-facing multi-tenant DSH hosting platform: deploy to a public server, register and admin-approve multiple users, and give each an isolated deepseek-harness (DSH) environment reachable via domain.
- 9Rebels/relay-mask — Diagnose & unlock AI relay APIs that enforce official-client fingerprint checks (Codex / Claude Code). Zero service.
- taxueseek/dsh-plugin-guard — DSH plugin gate + clinic: static audit before and after install, hash lock, peer search, mechanical detox. Never executes the target plugin.
- SoberReport-AI/DeepGuard — A DSH plugin security-audit agents team can trigger via a submitted issue, producing a security audit report.
- alfonsoferrertorres-cyber/saare-suite — Enterprise L7 AI Governance, Ex-Ante PII Redaction (<1.16ms RAM), and Cryptographic Forensic Evidence Vault for LLM Ecosystems & DeepSeek Harness (ISO 42001 / DORA / EU AI Act).
- oybeestert-engsher/dsh-llm-audit — LLM endpoint/relay security audit plugin for DeepSeek Harness: per-model red-team probes — hijack, stream tampering, context rewrite, injection/jailbreak, scan-exfil, SSRF, key echo, model swap, cost abuse. Isolated subprocess + SHA-256 evidence.
- taltara/capmark — Capability manifests for AI agent plugins, including DeepSeek Harness: declare what a plugin may do in Markdown, and a checker holds it to that — a capability vocabulary, CAP.md parser, and linter.
- Ayle5678/dsh-auto-guard — DSH auto-approval safety net plugin: a Claude Code Auto Mode-style command pass-through mechanism, adding an LLM safety layer over full-access mode.
- chunfenxiazhi-collab/dsh-stability-audit — Stability audit for installed dsh plugins: static risk grading (hook surface, startup work, inject, entry, dep ranges) plus optional isolated install verification.
- firestige/execution-system — Host-neutral execution boundary for workflow-self-recursive: resolves one exact Workflow Package, binds an immutable Delivery Manifest, coordinates the Delivery, emits bounded OTLP observations. Install via
dsh plugin add wsr-dsh-intake. - firestige/workflow-self-recursive — Execution + Evidence + Evolution closed loop for auditable, version-bound agent workflows on DeepSeek Harness. DSH entry:
dsh plugin add wsr-dsh-intake. - zouyuanqing/dsh-verify-reflux — Three-plane probabilistic verifier for DeepSeek Harness: tiered logprob/sample/template judges, seeded tournament best-of-N, layered context reflux.
- wheam/dsh-session-groups — Provider-owned virtual session groups for the DeepSeek Harness Web sidebar.
- GooDAnDReaDY/dsh-key-rotation — Per-provider API key rotation for DeepSeek Harness: key pool, auto failover, cooldown & recovery, Settings UI.
- guo6x/dsh-housekeeper — Environment housekeeper for DeepSeek Harness: toolchain inventory, safe cache cleanup, and machine rules editor in the Web GUI settings.
- J0ss077/dsh-always-require-tools-approval — Stop. Confirm. Run. A DeepSeek Harness plugin that pauses selected tools and waits for your explicit approval before every execution.
- shizhanyu13/dsh-ironbound-policy — @deepseek-ai/dsh-ironbound-policy — Ironbound hard-gate guard for the DeepSeek Harness (dangerous-command deny + degrade counter over tools/execute).
- lijx122/dsh-plugin-auth-guard — Enterprise-grade Zero-Trust Authentication, LAN/Public Access Control & Security Gate Plugin for DeepSeek Harness (DSH).
- Minglink/dsh-infinite-gen-2 — DeepSeek 专用破甲插件「无限二代」dsh-infinite-gen-2 — armor-breaking plugin for DeepSeek 稳定化破甲提示词。
- log-li/dsh-automode — CC-style auto approval layer for DeepSeek Harness: deterministic rules + two-stage classifier, circuit breaker, fail-to-human. Shadow mode day one.
- wulun811/dsh-plugin-vet — Trust pipeline for deepseek-harness plugins: deterministic static scan (11 rules) + LLM-driven audit protocol + two-part scorecard, with optional runtime guard (T1 sentinel / T2 fs & child_process hooks) and honeypot decoys. Monitor-and-alert only — vet never blocks or kills on its own.
Session & Memory Management
- zilliztech/memsearch — Shared Markdown memory for DSH and other coding agents, with automatic capture, pre-step context injection, searchable recall, and a review panel.
- AndrasSama/dsh-omp-advisor — oh-my-pi advisor subsystem ported to DeepSeek Harness — independent reviewer models watch your agent and advise it (nit injects, concern/blocker steer).
- ddtcorex/dsh-maestro-memory — DSH plugin for durable, cross-session memory & todos — five tracks (global/user/project/key/daily), confirmation-gated writes, Git-backed sync, in-place adoption of ~/.dsh/memories.
- hanshanyike/dsh-yolo — Turns things said in conversation into durable, trackable plans — a personal assistant for DeepSeek Harness that organizes items from chat, tracks changes, and reminds you when needed.
- etony668/dsh-task-board — DSH project task-board plugin: a session "task board" view, parent/child task-tree tool and skill, and local JSON storage (ported from CodexFF).
- fjzzwxp/dsh-mnemosyne-memory — Mnemosyne persistent-memory plugin — long-term memory, vector search, and LLM reflection for DSH, modeled on Hindsight Coding Agents.
- kanchengw/dsh-assembly.resume — Import local Codex and Claude sessions into DeepSeek Harness.
- leonardoxr/dsh-companion — Read-only workspace and session JSON API plugin for DeepSeek Harness native clients.
- TsFreddie/dsh-compaction-instant — LLM-free lossless* compaction engine for DeepSeek Harness.
- warrenop/open-preset-harness — DSH memory plugin (
dsh-tool-project-memory): shared project organizational memory across presets — recall, remember, memory_status. - a903067276-rgb/dsh-backup — Automated backups of DSH sessions, config and custom directories — scheduled or manual, packed as tgz with rotation.
- anweat/dsh-context-console — Complete context workbench for DeepSeek Harness: trajectory brick wall, Prompt/Skill/MCP/Tools management, cache history, message forge, and session-log recovery.
- Co-Engram/Co-Engram — Self-evolving memory for AI agents and teams: engrams strengthen with use, decay when wrong, and self-verify. Native DSH Cordis plugin (
dsh plugin --profile <name> add @co-engram/dsh), also works with Claude Code and OpenClaw via a host-agnostic core. - menotbobbybrown/dsh-plugin-memory — Persistent Knowledge Graph & Long-Term Memory Plugin for DeepSeek Harness (dsh).
- symmetryseeker/dsh-akn-plugin — Agent Experience Network (AEN/AEXP) reference implementation for DeepSeek Harness: installable Cordis bundle that turns durable session traces into reviewed, promotable task-level experience cards — local-first, no auto-publish, no raw trace upload by default.
- xarleyn/dsh-draft-sessions — Persistent draft sessions for DeepSeek Harness — prepare multiple independent tasks and send them later.
- SpookySandwich/dsh-plugin-no-workspace — Create standalone conversations or detach them from workspaces without losing history, with direct top-level sidebar rendering and no visible Ungrouped folder.
- hyyhf/mindgarden — A DeepSeek Harness plugin for tending a personal knowledge/notes "mind garden".
- Nth-5620/dsh-readwrite-hub — DeepSeek Harness novel writing and reading workspace plugin (modified fork of dsh-workspace-explorer, MIT): character-accurate pagination, auto-saved progress, pinned progress bookmark, return-to-progress chip, chapter TOC, ruled-line writing mode.
- fujunchao/dsh-session-vault — DSH session vault: archive & restore, a recoverable recycle bin, batch management, and secure permanent purge.
- ltxlong/dsh-session-kit — Adds a management menu for conversations, archive conversation management, delete by round, regenerate, and a quick topic navigation on the right.
- CH4ACKO3/bites-the-dsh — Read-only, scriptable session playback for the DeepSeek Harness WebUI.
- lilyblessing/dsh-mcp-skill-panel — MCP and skill management panel: a settings page listing MCP servers and the Skill catalog, with start/stop toggles to free up context usage anytime.
- secretLjp/dsh-weave — Harness-native conversation branches and explicit semantic harvests for DeepSeek Harness.
- MemTensor/MemOS — Self-evolving memory OS for LLM & AI Agents: ultra-persistent memory, hybrid-retrieval, and cross-task skill reuse, with DeepSeek Harness support.
- skepsun/dsh-engram — Minimalist token-saving memory plugin for DeepSeek Harness: zero-LLM auto-capture, symbolic index, ESR-lite evidence closure.
- FloatingLifeTL/dsh-plugin-session-manager-custom — DeepSeek Harness Web plugin for local session data management.
- qiushi-dev/dsh-session-nexus — Unofficial DeepSeek Harness plugin — sessions as addressable, first-class citizens: lifecycle controls + cross-session messaging.
- cuhaitiang0405-collab/dsh-indexbookmark — DSH plugin: bookmark every question you asked — index, search, and jump back to any conversation point in one click.
- TOBYCAI/dsh-sessions-manager — Manage archived sessions in DSH — view / restore / permanently delete, with workspace tags, session dates & batch multi-select.
- x2it/dsh-memory-panel — Long-term memory for DeepSeek Harness: memory_save/recall/list tools + a sidebar panel visualizing what the agent remembers about you.
- EternalNight996/dsh-memory-eternal — Memory Core: brings the boujoy-harness memory module to any DeepSeek Harness as a standalone plugin — conversations auto-distill into local Markdown Vault knowledge cards (dedup / retrieval / knowledge graph), zero manual intervention.
- Jason-skd/dsh-session-fork — Makes the branch the building block of AI conversation management — parallel workflows, continuous and mergeable conversation memory.
- OpenSaozi/dsh-session-archive — Session archive management and restoration UI plugin for DeepSeek Harness; moves idle conversations into a collapsed section at the bottom of the sidebar.
- OpenSaozi/dsh-session-pin — Codex-style global pinned-conversations UI plugin for DeepSeek Harness; pins important conversations to the top of the sidebar.
- xiangrui979/foresight — ForeSight: a temporal-aspect long-term memory plugin for DeepSeek Harness (dsh).
- 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.
- birdmanhj/dsh-mv-session — DeepSeek Harness plugin that makes it easy to move/rename a session from an old workspace to a new workspace.
- viplocco/dsh-delete-message — Message-level delete plugin for DeepSeek Harness, used to prevent misdirected or erroneous assistant messages from polluting session context.
- Yiipu/dsh-agentmemory — A DSH (DeepSeek Harness) Cordis plugin that bridges a session's activity into agentmemory, a local, self-hosted memory daemon.
- Lukeknow0/dsh-side-chat — Codex-style temporary side conversations for DeepSeek Harness.
- pang123hui/dsh-workspace-sidebar — DSH Web plugin: right-hand workspace sidebar (file tree / git diff / commit history / @file references).
- gengmao/dsh-session-s3 — Community DSH plugin: S3-backed SessionPersistence (wal3-Lite). Immutable JSONL fragments + CAS manifest.
- kiligzzz/dsh-session-nav — Piano-key style in-conversation navigation bar for the DeepSeek Harness web GUI: one key per user message, hover preview tooltip, click-to-jump across full history. Official dual-face dsh plugin, no dsh source changes.
- morlay/better-session — Branch-style session editing monorepo for DeepSeek Harness: in-place edit / retry / fork (rewind / retry / fork) of conversations without modifying upstream
@deepseek-ai/*code — edit user messages or retry any turn in place (same session id), fork only when deriving a new session. - rainow/dsh-simple-wiki-memory — A simplified llm-wiki-style long-term memory plugin for DeepSeek Harness: pure Markdown files, no RAG, no vector DB, no LLM calls at runtime — just Markdown + git.
- Suxeca/dsh-plugin — DSH session-switch panel plugin (Ctrl+K / Ctrl+[ ], installable via npm) plus a plugin-development template.
- li3-feng2-jie2/dsh-motion-memory — Highly customizable memory-management plugin built for DeepSeek Harness (DSH).
- nanpaidashi/dsh-honcho-sync — DSH plugin: auto-sync conversation turns to the Honcho memory service.
- xiaheng1/dsh-turn-nav — Conversation-turn navigation rail for the DeepSeek Harness Web UI.
- yuanzehui313/dsh-workspace-enhance — DeepSeek Harness workspace & session enhancement plugin: recycle bin, cross-workspace drag, ungrouped sessions, multi-folder roots, session merge.
- reshuibuduo/TMCRA-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.
- 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.
- qwert702/dsh-context-compressor — Context compression for small models: compresses tool output and conversation history to a few sentences, freeing context for the actual task; continues in a fresh session automatically.
- skepsun/dsh-loom — Minimalist, token-saving long-term memory plugin for DeepSeek Harness: zero-LLM auto-capture, symbolic-index progressive disclosure, and ESR-lite evidence closure.
- 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.
- 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.
- adoresever/graph-memory — Knowledge Graph Context Engine for OpenClaw / DeepSeek Harness: extracts structured triples from conversations, compresses context 75%, and enables cross-session experience reuse.
- ccch713/deepddw — Memory & Knowledge Base for DeepSeek Harness — reachable from any device on your LAN.
- genusamblyrhynchusbrunooftoul602/dsh-attachment-formats — Extend DeepSeek Harness composer to accept PDFs and more attachment formats Codex-style, with zero core changes and native pipeline reuse.
- orangeofcarl0-sys/dsh-fresh-start — DSH
/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).
- 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.
- 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.
- 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.
- qwert702/dsh-continue-on-limit — Auto-sends continue when a local model hits its output-token cap: dual-source detection (turn-max-tokens node + provider response), maxConsecutive guard (default 3) prevents infinite loops, throttled by minimum interval and deduplication.
- RyensX/dsh-message-navigation — Codex-style user-message navigation bar for DeepSeek Harness.
- VinsonWild/Wangdefa.Memory — A five-layer memory component for personal-assistant agents, fully local (no cloud dependency), lightweight, white-box controllable, and explainable; aims toward enterprise-native memory in the future.
- JohnXu22786/context-pruner — Session context triage plugin for dsh: handles stale, duplicate, failed, oversized, and low-value messages automatically to save token budget and curb context bloat.
- JohnXu22786/session-titler — Two-stage session auto-titling for dsh: instant keyword titles while the session runs, refined later by the cheapest capable model in the background.
- activeing123/dsh-forge — Skill self-forging plugin for DeepSeek Harness: watches session traces, detects repeated successful tasks, and forges them into reusable skills.
- mapan0424/deepseek-harness-insights — Unofficial usage-insights plugin for DeepSeek Harness.
- yoza10635/dsh-argp — Zero-LLM-call compaction for DeepSeek Harness: deterministic atomic reference-graph pruning of agent history — exact compression ratio, selective forgetting, recall instead of rewrite.
- Hanice404/dsh-Session-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.
- DecarbonizedGlucose/dsh-memory-note — Lightweight local cross-session memory for DeepSeek Harness.
- Macorreag/dsh-todo-hardened — Hardened todo plugin for DeepSeek Harness (ownership layers active/locked/archive + proposals + append-only log).
- MoonlitDropOfBlood/dsh-archive-manager — Archive-management plugin for DSH.
- MoonlitDropOfBlood/dsh-memory-manager — Basic memory functionality for DSH.
- qwert702/dsh-memory — Long-term memory plugin for the DeepSeek Harness Web GUI: project + global stores, auto extraction/injection, small-model consolidation, Obsidian-style link graph.
- vshulcz/deja-vu — Memory for coding agents. Indexes the sessions 20 agents already wrote to disk, including months from before you installed it, and recalls them in any of them. No LLM, no embeddings — one local Go binary.
- chenzheshushi-commits/dsh-evolve — Self-evolving memory + skill lifecycle for DeepSeek Harness — durable cross-session memory with zero-token deterministic recall, tiered approval, reinforcement learning from repetition, and anti-bloat convergence for both skills and memory.
- chensl139-ok/dsh-archived-panel — DeepSeek Harness plugin: a sidebar "Archived" panel that lists, opens, and unarchives archived sessions.
- notload/dsh-session-toc — Adds a persistent, collapsible table-of-contents sidebar (like DeepSeek's web app) to each session page in the DeepSeek Harness Web UI: one entry per user question, click to scroll to and highlight the corresponding message.
- 1014029855/dsh-context-lens — Inspect, measure, search, and compare the exact provider-neutral context assembled by DeepSeek Harness.
- kittimzhe/dsh-session-export — Human-readable session transcript export for DeepSeek Harness —
/transcriptwrites Markdown/JSON to a host path viactx.sessionQuery(dsh-plugin). - ly028716/dsh-memory-plugin — Intelligent memory system for DSH — track user preferences, tool usage, and project context to provide personalized recommendations.
- honyKing/dsh-session-archive-plugin — DSH context archiving and history-retrieval plugin: fully archives the session before compaction (zstd decoded into readable jsonl + summary), then full-text search over history after compaction as needed. Ships
archive_session/search_archivetools and a packaging skill,dsh plugin addone-click install. - Shrbuz/dsh-session-buddy — DeepSeek Harness plugin: reply/ask/approval session notifications (native OS toasts) plus an in-conversation ladder outline navigation.
- SUJIElearning/dsh-trashbin — DSH recycle bin (delete cool-down zone): archived conversations move to a trash bin with restore, immediate removal, and 7-day auto-cleanup.
- TheHeartFickle/dsh-session-manager — DSH session management plugin — conversation rollback + archived sessions, so long sessions can be rolled back and tidied up.
- Unintendedz/dsh-session-tools — Archive, cross-session read, and copy-ID tools for DeepSeek Harness conversations.
- KarlOfLaw/dsh-side-chat — DeepSeek Harness native parallel side chat with hidden child sessions and on-demand parent context.
- XieZongChen/dsh-md-notes — A note-taking plugin for DeepSeek Harness (DSH): a full Markdown notes manager and editor, letting you quickly capture conversation content into notes, with Git-repo sync.
- libiwolve/dsh-experience-library — Experience library for a more experienced DeepSeek: a validated experience-solidification layer (real-time capture/processing/three-tier verification/skill books/benchmark validation).
- stas130286-blip/dsh-brainagent — BrainAgent — brain-inspired cognitive plugin for DeepSeek Harness (dsh): memory, emotions, learning, autonomy, self-regulation. 571 tests. Free noncommercial use.
- WSL043/dsh-native-session-manager — DSH Native Session Manager for DeepSeek Harness: search archived conversations, restore sessions, and safely delete chat history.
- gjj-star/dsh-conversation-navigator — DSH conversation navigator plugin.
- Whale-Zhang/dsh-cron-tasks — Scheduled tasks for DeepSeek Harness: sidebar jobs, isolated run history, cron/at schedules.
- NattoCB/dsh-plugin-pin-session — Pin sessions in the DeepSeek Harness web GUI: Pinned Sessions group above the sidebar list + Pin/Unpin in the session row menu.
- Mombrane/dsh-subagent-monitor — Subagent monitoring plugin for DeepSeek Harness (dsh-plugin).
- Kytolly/dsh-evolve-in-git — A DeepSeek Harness plugin that makes your agent evolve in a customized git repository.
- pharaohnie/dsh-context-mode — DSH native Cordis plugin: knowledge base (FTS5), routing enforcement, session memory, and sandboxed execution (Think-in-Code) to cut context-window pressure.
- AlexKaiqi/dsh-session-assistant — Session-scoped full-duplex voice assistant for DeepSeek Harness with safe drafting, explicit Agent submission, and optional knowledge curation.
- diqierjia/StrataGate-AgentMemory — Local-first cross-session memory for DeepSeek Harness (DSH): automatic capture, Event/Element cards, evidence-gated recall, source tracing.
- runfali/dsh-mem0-plugins — Persistent memory plugin for DeepSeek Harness backed by a self-hosted mem0-graph server: automatic recall and write-back.
- yuyolin/dsh-decision-log — Decision-log plugin for DeepSeek Harness (dsh-plugin).
- GearVoid/dsh-taskify — Intent anchors for DeepSeek Harness — keep coding agents inside the boundaries you actually specified.
- kongdexu/dsh-nav-pointer — Navigation pointer plugin for DeepSeek Harness (dsh-plugin).
- little3tar/dsh-backup — AI-assisted DSH config backup/restore: analyzes which custom config should be backed up, exports it as a Skill bundle so any agent can help restore your DSH setup in a new environment.
- NONAME-2121237/dsh-timeline — DSH web plugin: interaction timeline rail for long conversations (fork-independent successor of dsh-history).
- shuaihaoV/dsh-mcp-skill-control — MCP server manager & skill toggle panel for DeepSeek Harness (DSH) Web GUI — status, start/stop/restart, add/remove, JSON import.
- GuoFengyu110429/dsh-high-fee-alert — A DSH-built plugin that alerts during peak billing hours so you can save on cost.
- Lottle7/dsh-quota — Multi-provider quota, balance, and token-cost dashboard for DeepSeek Harness Web.
- stultuss/dsh-clear-tool-results — DeepSeek Harness (DSH) host-plane plugin: clears the previous turn's
tool/resultfrom the model context at the end of every turn, with a chat command toggle. - xujiping/dsh-plugins — DeepSeek Harness self-built plugin monorepo: dsh-memory (global memory) and more.
- FuRongJun-1999/dsh-memory — Long-term memory infrastructure for AGI: gives AI agents an unforgettable self — cross-session memory, continuous learning, auditable trust (Theory of Intelligence v3.2).
- Mutx163/dsh-model-memory — Reasoning-effort tier manager for custom API models: inline low/medium/high/max configuration in Settings -> Models, atomic settings.yaml persistence, and cross-session per-channel memory that auto-restores your preferred model and thinking level.
- lijian-ui/dsh-session-cleaner — Session management for DeepSeek Harness (dsh): list (with titles) / click-to-preview / true delete (double-confirmed) / archive grouping and restore.
- Seetraum/harness-session-delete — Deletes DeepSeek Harness sessions.
- SocFeng/dsh-query-jump — DSH WebUI plugin: right-edge tick marks plus a hover question list, jump back to any historical query in one click; supports synced history questions, permanent session delete (toggleable), and auto-loading earlier long-context history.
- xiaoyuyu6420/dsh-backup — Backs up DeepSeek Harness user data with one command:
/backup, scheduled auto-backup, sha256 checksums and rotation. - Ultronen/dsh-archived-chats — DeepSeek Harness local archived-chat center: full-text search, read-only preview, ZIP backup, and snapshot-protected recoverable delete.
- wwskills/dsh-long-memory — Long-term cross-session memory plugin for DeepSeek Harness.
- imrascal/dsh-archive — Archived session management plugin for DeepSeek Harness.
- KarlOfLaw/dsh-goal-mode-enhance — Visualized Goal mode for DeepSeek Harness: Goal bar / header entry / settings page (history + multi-session overview) / goal_overview model tool.
- Zn-Dk/dsh-session-explorer — DSH Web out-of-tree plugin: message-level full-text search + timeline visualization for sessions.
- faye0526/dsh-backup-btn — One-click backup button for DeepSeek Harness (DSH): a floating button that backs up DSH data to a GitHub Gist.
- chidaic/dsh-light-memory (★1) — Lightweight memory plugin: four Markdown files (USER/PROJECT/WORKLOG/CONVENTION) with append/distill actions, zero external parts, prefix-cache-friendly dual-layer injection;
dsh plugin --profile web add dsh-light-memory. - LoserFox/distill (★11) — Automatic conversation distillation: background subagent reflection + skill create/update.
Cost & Usage Tracking
- 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.
- qwert702/dsh-token-viewer — CC Switch-style token consumption statistics: per-request usage log, real-consumption hero with cache-hit rate, request-time-bucketed trend chart, per-model peak/off-peak list pricing fetched live from the official pricing page, per-project and per-model stats, and account balance.
- PolinniZhong/dsh-personal-center — DeepSeek Harness personal-center plugin: profile statistics (tokens / tool calls / per-model breakdown / token activity) plus personalized custom instructions. Runs fully locally, no network calls.
- 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.
- xie-tj/dsh-token-usage-ledger — Persistent usage ledger and Web usage dashboard plugin for DeepSeek Harness.
- c-ling/dsh-plugin-peak-pricing — DeepSeek peak/off-peak pricing-window badge (DSH dual-side plugin, pure UI, stateless, no network requests).
- Linux-System-0/peaklow — DeepSeek Harness (Cordis) peak/off-peak auto-scheduling plugin: host + browser-side client status card.
- csiroqa/dsh-plugin-usage-report — Daily/monthly usage reports: tokens, cost, budget alerts, and a contribution-graph view.
- H1a3x/dsh-token-stats — Floating token-usage stats panel.
- xinmo114514/dsh-usage-widget — Floating usage widget.
- Han-1413141/dsh-cost-meter — Session cost meter: current-session spend, daily spend, history, synced with official pricing.
- 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.
- Hades03/dsh-model-quota-usage — DeepSeek balance and per-provider/model token usage in a draggable overlay.
- haoliangwu/dsh-ui-peak-rate — Displays a 🔥 2× peak-rate badge during DeepSeek peak hours.
- HaoyueQin/dsh-deepseek-monitor — DeepSeek balance & platform usage monitoring inside the official Settings → Models → DeepSeek card, plus a live balance item in the conversation stats band. Ported from DeepSeekMonitorWindows.
- deluo/dsh-usage-display — DSH token/usage display plugin.
- uckkk/dsh-valley-meter — Minimal peak/valley electricity-price-style countdown widget for DeepSeek Harness: live off-peak countdown & period, official account balance, today's spend, configurable colors, minimal/detailed styles.
- Wanbinyu/dsh-billing — Billing and usage inspection plugin for DeepSeek Harness.
- KhalilYamber/dsh-tidewatch — DSH usage/billing tide-tracking widget.
- oxlyn/dsh-model-health — DSH model health status check.
- Wanbinyu/dsh-error-lens — Read-only, redacted provider error diagnostics for DeepSeek Harness.
- c-ling/dsh-plugin-goldboard — Gold-price live dashboard plugin for DeepSeek Harness: real-time Au99.99/XAU quotes, a draggable floating window, and bank gold-savings estimation with intraday buy/sell reference.
- 940842546/dsh-usage-billing — Usage billing plugin for DeepSeek Harness (no description provided upstream).
- bobcat848/dsh-calculator — Calculates the real-time cost of DeepSeek API calls made by DeepSeek Harness.
- dclichang2022/dsh-green-meter — Energy & carbon metering for DeepSeek Harness: per-turn/per-request energy, cache carbon savings, electricity cost.
- juhe291/dsh-token-panel — Real-time token consumption HUD: live usage monitor, context pressure, cost estimation, history curves, per-day/per-month stats.
- 1HelloMan1/dsh-usage-dashboard-plus — A usage dashboard plugin for DeepSeek Harness.
- Ayaka157/dsh-conversation-cost — Shows real-time DeepSeek usage cost in the DSH conversation footer stats bar (RMB/USD dual currency, including cache-hit and peak/off-peak pricing).
- FantasyStarry/dsh-token-stats — A token-usage stats plugin for DeepSeek Harness.
- GooodWei/context-vista — Adds a right-side floating panel and a
/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.
- kunainuo/deepseek_harness_dsh-usage-dashboard — Real-time DeepSeek API balance + local token-usage dashboard for the DeepSeek Harness web app, with charts and auto-refresh.
- lco117/dsh-peak-hours — A DeepSeek Harness plugin that displays a peak-hours status badge in the session header.
- mtty-ai/mmx-quota-tool — MiniMax token-plan quota dock for the DSH web UI — shows 5h usage %, click for a detail panel, auto-hides for non-MiniMax models.
- songoao25/bottom-info-bar — Bottom Info Bar — an information bar plugin for DeepSeek Harness: provider/model, live balance, peak/off-peak pricing with countdown, and real persisted per-session spend in a single line.
- fatemarcus-hub/dsh-balance — DeepSeek balance button next to the DSH Settings button: click to view total/topped-up/granted balance and status, one-click jump to the official top-up page, red low-balance warning; the API key stays on the host.
- KIDLi1412/dsh-session-cost — Web plugin: conversation status bar with per-session token cost estimate (per-model CNY pricing) and live DeepSeek API balance; display mode configurable (standalone bar or merged into the stats line).
- lightli369/dsh-llm-usage-stats — Web plugin: per-model LLM token usage dashboard in Settings (input/output/cache tokens, cache hit rate; day/week/month/custom ranges).
- Polar-Lighter/dsh-cost-meter — DSH cost-meter plugin (no description provided upstream).
- songoao25/dsh-bottom-info-bar — Bottom Info Bar: provider/model, live balance, peak/off-peak pricing with countdown, and real persisted per-session spend in a single line.
- xv-chang/dsh-opencode-go-usage-dock — OpenCode Go plan usage readout docked under the composer, aligned with the input bar width.
- Alphazer01214/dsh-usage-dashboard — DeepSeek Harness token usage dashboard.
- kenz1117/dsh-ui-usage-billing — Usage billing dashboard plugin for DeepSeek Harness: sidebar cost metrics, real usage aggregation from session logs, current multi-provider pricing catalog.
- Lateautumns/ds-balance — DeepSeek balance-checking plugin for DeepSeek Harness (no description provided upstream).
- qianTouchFish/dsh-deepseek-balance — DeepSeek balance-checking plugin for DeepSeek Harness (no description provided upstream).
- Sev7een/ds-api-usage — DeepSeek API usage-tracking plugin (no description provided upstream).
- y2zyyr/dsh-token-usage-sidebar — Persistent Today / Yesterday / Total token usage sidebar for DeepSeek Harness.
- Ycet/dsh-account-usage — Adds a "Settings: Account" page to dsh, allowing quick viewing of DeepSeek balance, usage information, and OpenCode Go quota details, while also providing quick links to the respective official websites.
- 534119219/chicheng-stats — Global usage-stats plugin: sidebar panel showing today's/total request counts and today's/total token counts across all sessions.
- Shiye-10Pages/dsh-whale-meter — Usage tiers (🐟→🐳) by monthly token burn with a locally-estimated percentile and shareable stats card; 46 models across 6 vendors including size-tiered Chinese pricing; backfills pre-install sessions; separate old/new rates across the 2026-08-17 price change.
- eurt-nano/dsh-cache-cost-monitor — DeepSeek API prefix-cache hit-rate monitoring, token-usage statistics, and API cost estimation for DSH.
- ErrorLst/dsh-deepseek-quota — DeepSeek quota/usage tracking plugin for DeepSeek Harness.
- Yvesgao/dsh-cost-estimate — DSH plugin: estimates token usage and DeepSeek API cost before answering, and shows the actual bill after (inline in Web chat).
- ChrisZhangWG/dsh-codex-meter — Codex-style compact meter for the DSH web GUI: a tiny monospace pill showing live token usage, session cost and remaining DeepSeek API balance.
- MoyunLee/deepseek-ai-dsh-api-cost — DeepSeek API cost-monitoring plugin for the DSH ecosystem.
- SoDaZilla-zzz/dsh-liquid-glass-balance-card — Draggable liquid-glass DeepSeek API balance card plugin for the DeepSeek Harness (DSH) web GUI.
- Ychris12138/dsh-usage-stats — Token usage heatmap, per-model breakdowns, and DeepSeek account balance for the DeepSeek Harness Web GUI (dsh web).
- ZnonEn/dsh-volcark-quota — Volcano Engine (Volcark) Coding Plan / Agent Plan quota viewer for DeepSeek Harness (DSH): connects directly to the official API via AK/SK, showing used/remaining/reset countdown for each window as a floating ball plus a donut chart (two-decimal precision).
- xiaoyi-xx/dsh-peak-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.
- pangzi499/dsh-balance-stats — Balance, session cost, token usage, and invoice summaries for DeepSeek Harness Web.
- Thedeergod666/dsh-musage — AI-plan balance monitor for DSH that follows the active model; supports 5 providers (minimax, deepseek, kimi, openrouter, zhipu).
- Javis603/token-monitor — Local-first desktop widget for tracking token usage, costs, and limits across 30+ AI coding tools (incl. DeepSeek Harness, Claude Code, Codex, Cursor, OpenCode) with multi-device sync.
- philmingdao/dsh-meter — DSH plugin: DeepSeek usage & balance meter for the DSH settings panel — account balance, today's spend (official stats or balance-based estimate), and API Key & platform Token management.
- qsjzqssh/mc-hud — Minecraft-style token consumption HUD for DeepSeek Harness.
- tsja2001/dsh-token-dashboard — Token usage dashboard for DeepSeek Harness: view cache, context, request efficiency, per-step and cross-session stats.
- Liyuk/dsh-quota-router — Policy-only multi-source quota router for DeepSeek Harness: deterministic task profiles, ordered candidate chains, health-aware fallback, subtask model leases, and observable decisions.
- Stellight/dsh-deepseek-balance — DeepSeek Harness dynamic Cordis plugin: real-time DeepSeek account balance + official top-up entry.
- uaapple/dsh-ui-cost — DeepSeek Harness Web UI plugin for live token usage and estimated cost.
- tyche66/DSH-money-view — DeepSeek Harness community plugin: real-time sidebar display of API balance, daily baseline, and remaining progress, intelligently queried in step with official caching cadence; keys never reach the frontend.
- zoahdev/dsh-timesheet — Timesheet for DeepSeek Harness (dsh): turn-based time tracking from session logs — per-day/project/provider/source rollups, tool-call counts, failure rates, time-to-first-token. CLI + agent-callable timesheet tool, zero runtime deps.
- chenyinrusi/dsh-llm-cost — Per-turn and session-wide LLM cost metering: a dollar cost line under each message, a session cumulative total with hover breakdown, and an LLM+web price auto-refresh tool.
- Jolly-J/dsh-deepseek-billing — DSH Web UI plugin: DeepSeek account-balance display and per-session cost estimation.
- feibi-mochi/deepseek-harness-control-center — DeepSeek Harness account monitoring, usage accounting, completion alerts, official recharge, flexible layout, and agent-assisted session controls.
- CZ1900/suanzhang-dsh — 算账 (suanzhang) — billing plugin for DeepSeek Harness: balance / today's spend / per-step cost, trading-terminal style UI, auto-synced with official pricing.
- kkbsgg/dsh-balance — Balance-display plugin for DeepSeek Harness (dsh-plugin).
- xiaojiecode/opencode-helper — DeepSeek Harness (DSH) dynamic plugin: real-time opencode.ai Zen quota usage (5h/1w/1m) & plan models on settings rows and the context ring.
- ibrhr/dsh-peak — DeepSeek API Peak & Off-Peak (50% discount) status indicator plugin for DeepSeek Harness (DSH).
- Mungbean-Cake/dsh-plugin-whale-fenggu — DeepSeek peak/off-peak reminder plugin: real-time Beijing-time peak/off-peak broadcast, advance switch-over alerts, token-saving tips, freely draggable.
- Zenjibad/llmtrim-stats-plugin — Live llmtrim savings dashboard inside the DeepSeek Harness (DSH) Web UI: a settings dashboard plus a rotating carousel stats strip under the composer.
- yanzoro926/dsh-usage-dash — Usage dashboard plugin for DeepSeek Harness (dsh-plugin).
- yflmq001/dsh-cost-tracker — Token cost tracking for DeepSeek Harness.
- YLifeOnlyOnce/dsh-calendar — See at a glance what DeepSeek did, and when: a usage calendar for DeepSeek Harness with day/7-day/month/year views of every project's and task's execution time, recurring reminders, animations, and full theme awareness.
- Andrew111888/dsh-plugin-balance — DSH plugin: floating balance widget for DeepSeek / OpenCode Go quota, plus session token-usage stats with official peak/off-peak pricing cost estimation.
- lizhouai/dsh-provider-usage — Live balance & quota panel for all your LLM providers, right in the DeepSeek Harness sidebar.
- Timmononon/dsh-model-usage — Local model usage statistics and cost dashboard for DeepSeek Harness.
- Funnyvalentine00/deepseek-token-dashboard — A simple token counter for DeepSeek Harness.
- MeteorNOX/DeepSeek-Balance-Whale-Widget — A little whale that lives in the bottom-right corner of the DeepSeek Harness (DSH) UI and watches your DeepSeek account balance for you, with drag-to-dock, number-rolling animations, and auto-enable.
- yanhuifair/dsh-money — A DeepSeek Harness plugin that shows reply and conversation cost.
- ice-kele/dsh-llm-guardian — Provider health, quota, account usage, and local model usage statistics for DeepSeek Harness.
- yk1288/dsh-opencode-go-usage — Shows an OpenCode Go usage badge at the bottom of the DeepSeek Harness (DSH) sidebar: live 5-hour rolling / weekly / monthly usage percentages, an expandable detail panel, auto-refresh, and color warnings.
- yuntaojinghong/dsh-balance-monitor — DeepSeek Harness (DSH) API balance monitor: watches your DeepSeek API balance in real time, auto-pauses tasks and asks the user when it drops below a threshold, with one-click top-up jump to the open platform.
- jiangli07/dsh-deepseek-quota-bar — DeepSeek API quota blood-bar widget for the DSH web GUI: remaining balance vs month-opening, today/month spend, session cost. Draggable & collapsible.
- Tsunamistr/dsh-opencode-go-usage — DSH web-GUI plugin: floating card showing real-time OpenCode Go usage (5h/weekly/monthly), auto-refreshing every 30 seconds.
- whitelonng/dsh-opencode-go-pool — DeepSeek Harness plugin: multi-key pool with automatic quota failover and a usage dashboard for the OpenCode Go plan.
- xie-tj/dsh-plugin-usage-ledger — Persistent usage ledger and web usage dashboard plugin for DeepSeek Harness.
- heekei/dsh-usage — Provider usage/balance query plugin: real-time balance and plan lookups for Kimi/Zhipu/DeepSeek/Volcano Ark and more, shown as a usage readout under the composer. Install:
dsh plugin --profile web add github:heekei/dsh-usage. - whisperflo/dsh-deepseek-console — DeepSeek account console: real-time balance monitoring, usage stats, and a global floating HUD (direct official-API connection, key stored locally only).
- V-dev-388/dsh-usage-meter — DSH (DeepSeek Harness) model usage dashboard plugin: settings panel with per-provider/model token summary and today/7d/30d trends.
- AzureHalcyon/dsh-deepseek-usage — Minimalist DeepSeek balance/usage panel plugin: no extraneous windows, extremely simple configuration.
- cn-zhangpeng/dsh-shanhai-stats — Shanhai-series usage-stats plugin for DeepSeek Harness: total-usage badge, daily trend, GitHub-style heatmap, and breakdowns by model/provider.
- MoonlitDropOfBlood/dsh-token-stats — Token-consumption statistics plugin for DSH.
- Zenjibad/deepseek-cost-usage-status-plugin — Live DeepSeek API cost, usage & balance status line for the DeepSeek Harness (DSH) web UI. Packaged DSH plugin — on/off-peak (Beijing-time), session cost, burn rate, account balance.
- liangbai250/DSH-Whale-Balance-Widget — A little whale girl living in the bottom-right corner of the DeepSeek Harness EAC (DSH) UI, watching your DeepSeek and Sub2API account balances for you. Draggable with edge-snapping (flips when snapped left), number-rolling animations, and instant balance-source switching; auto-enables itself, tuned for the DSH EAC Web plugin mechanism and settings panel.
- lyq3/dsh-plugin-model-quota — Display CLIProxyAPI subscription quotas in DeepSeek Harness.
- overact/dsh-peak-indicator — DeepSeek Peak / Off-Peak Time Indicator for DSH Web GUI (live status, timezone auto-detection, countdown, SVG icons, discount schedule).
- zisekongling/deepseek-peak-blocker — Friendly interception and confirmation prompt for new requests sent to the official DeepSeek API during peak hours.
- licyer/dsh-token-monitor — DSH Web model balance and usage monitoring plugin.
- whoisDDD/dsh-quota-dashboard — DSH plugin for AI API balance/quota monitoring: DeepSeek peak/valley countdown, OpenCode Go quota, host-side key isolation, terminal-style panel, persistent config.
- ADDD1118/dsh-balance — DeepSeek Harness (dsh) balance card — floating glass card (estimated days, balance, conversation usage/cost) + adjustable-size settings card.
- Triple3h/dsh-usage-stats — DSH Web plugin: usage statistics — daily/model tokens, sessions, messages, activity heatmap in a zcode-style panel.
- AnakinCao/dsh-cost-meter — DSH Web GUI plugin: DeepSeek session cost estimate + account balance in the bottom status bar (live official pricing, per-session/per-model billing).
- WSL043/dsh-native-deepseek-balance — Compact, private DeepSeek API cash balance widget for DeepSeek Harness.
- Phant0Meow/dsh-meow-cachebilling — Money-saving cache billing plugin for DeepSeek Harness: shows exactly how much the current turn's pure context-cache portion has cost you, so you know when it's worth switching windows.
- statem-li/dsh-usage-skill — Token usage analytics, provider balances, and skill bundle management for the dsh web GUI.
- xuanfengtechx/dsh-openrouter-provider-advisor — DSH plugin that ranks OpenRouter providers by cost, speed, context, and reliability, then switches the active route.
- anonRTtty/dsh-api-balance-displayer-plugin — DeepSeek API balance display plugin for DeepSeek Harness.
- DDA-DIGITAL/dsh-deepseek-peak-indicator — DeepSeek peak/off-peak billing indicator plugin for DeepSeek Harness.
- Mrxiewei/dsh-token-balance — Starship-fuel-bay-styled sidebar badge for token consumption, with a one-click jump to the top-up page on desktop.
- bluechips-zhao/dsh-receipt — DeepSeek Harness conversation usage receipt plugin: per-model token usage, calls, time and cost, shown as a supermarket-style receipt.
- 988hj7tczd-oss/dsh-receipts — Mines local DSH session logs (JSONL) into personal usage & impact receipts: Markdown day/week/month reports plus a self-contained HTML receipt.
- pan17/dsh-minimax-usage — DSH plugin: floating MiniMax Token Plan usage bubble in the Web UI.
- tianji-qingtian/dsh-model-router — Model routing and cost optimizer for DeepSeek Harness: flash quick-answers for simple questions, failure fallback, live token/cache/cost panel.
- 2006spy/dsh-token-billing — Real-time token billing plugin for DeepSeek Harness: official CNY pricing, auto peak/off-peak switching, live price sync with the official site, and customizable visual model pricing.
- hhy66/dsh-balance-stats — Balance and consumption statistics panel for DeepSeek Harness (dsh-balance-stats).
- omdsh-dev/dsh-tool-tariff — DSH peak/off-peak tariff, DeepSeek API balance, reminder, and Web status badge plugin.
- outprintHelloLi/dsh-piggy-bank — Official DeepSeek balance status-bar plugin for DSH web.
- tma1-ai/dsh-otel — OpenTelemetry traces, metrics, and logs for DeepSeek Harness, written straight into GreptimeDB.
- lizhiyao/oh-my-knowledge — OMK — Evidence-backed evaluation and observability for prompts, RAG, skills, agents, and workflows. Native Codex, Claude Code, and DeepSeek Harness support.
- welsione/dsh-model-router — Unified model-routing plugin for DeepSeek Harness (DSH): one logical ModelID routed across multiple provider candidate chains, failover before first token plus cooldown, three-tier grading (tier1/2/3), reasoningEffort control, and an admin panel.
- X-avier-W/dsh-elegent-balance-tracker — DeepSeek Harness billing plugin: current-session cost plus official balance (peak/off-peak official pricing, per-minute balance alignment, real-time deduction during the period).
- xuan666-lab/dsh-openrouter-provider-advisor — DSH plugin that ranks OpenRouter providers by cost, speed, context, and reliability, then switches the active route.
- wjxn13/dsh-headroom — Headroom context-compression proxy integration for DeepSeek Harness: detect/install/start Headroom, auto-configure the DeepSeek compressed route, one-click route-switch UI. Built on headroomlabs-ai/headroom (Apache-2.0).
- navid-kianfar/dsh-usage-info — Context occupancy and account balance for the DeepSeek Harness Web Client — a session-header readout with a swappable balance provider.
- f20880479-lab/dsh-peak-gate — DeepSeek Harness plugin that delays peak-hour work to off-peak windows.
- ChenYiming-aaa/dsh-account-stats — 用于 dsh web 的 DeepSeek 账户统计插件:实时余额 + 每次会话费用,支持官方分时段计价
- Max-Samson/dsh-usage-chart — A DeepSeek Harness Web plugin for real-time Token usage, cost estimates, per-round charts, and DeepSeek API balance.
Channel / IM Bridges
- citedy/dsh-telegram-bot — Self-hosted Telegram bot bridge for DeepSeek Harness AI agents.
- cheesehaqi/dsh-qq-onebot-bridge — Build your own QQ assistant on top of DeepSeek Harness via the OneBot protocol.
- Lichen455/band-notify — DSH plugin that pushes a notification to your Xiaomi Mi Band 10 Pro (via ntfy) when the agent finishes a task.
- fryghost/deepseek-harness-wecom-plus — WeCom (Enterprise WeChat) bridge plugin for DeepSeek Harness.
- nickhelion/dsh-serverchan-notify — DeepSeek Harness plugin: ServerChan3 (Server酱) push notifications whenever an agent turn finishes an answer — codex Stop-hook parity.
- huaqian695-sudo/dsh-wechat-bot — WeChat AI automation bot built on DeepSeek Harness: chat/memory/schedule reminders/weather/web search, multi-persona-mask switching, dual-channel LLM, Web console.
- wsz987/dsh-channels — Connects WeChat / QQ / DingTalk / Feishu / Telegram to DeepSeek Harness: unified configuration, QR-code authorization, chat with the agent directly from each IM; supports image and file transfer both ways, and the agent can read PDF, DOCX, XLSX, and text content.
- JunguangJiang/dsh-lark-channel — Lark/Feishu IM bot channel for DeepSeek Harness: session mirroring, interactive cards, topic-level sync.
- viethoang35/dsh-chat-bridge — Chat bridge that connects Telegram (WhatsApp, Zalo, Viber, ...) to DeepSeek Harness via its headless CLI.
- AlexKaiqi/dsh-realtime-voice — Full-duplex realtime voice-agent plugin for DeepSeek Harness, with OpenAI Realtime (WebRTC) and Doubao Duplex (WebSocket) adapters.
- alextangson/dsh-dispatch — Dispatch tasks to DeepSeek Harness (dsh) from your phone — approvals on your lock screen, isolated git worktrees, E2E encrypted, self-hostable.
- blooming-fang/dsh-feishu-notifier — Feishu (Lark) bot notifier plugin for DeepSeek Harness: sends a message when the agent needs user input or a conversation ends, with persistent configuration.
- joejojoking-cloud/dsh-approval-popup-bridge — Pops up a home-screen alert whenever your dsh session sends an approval request, a question, or a final result.
- PlutoKeating/dsh-lark-bot — Feishu/Lark bridge.
- TtTRz/dsh-wecom — WeCom (Enterprise WeChat) bot.
- congchuanling-dot/DSH-Telegram-Relay — Telegram relay.
- STARDUSTLC666/dsh-email — Email tooling.
- BeAChanger/dsh-openclaw-acp — DeepSeek Harness bundle for OpenClaw and WeChat over ACP.
- gnulife/dsh-plugin-wechat — WeChat bridge plugin for DeepSeek Harness (via ClawBot).
- sindo-s/dsh-qq-bot — Bridges the QQ official Bot API to dsh agents, no third-party bot framework required.
- wssfk12138/dsh-wechat-notify — Adds a
wechat_notifytool so the agent can proactively notify you over a local ClawBot WeChat channel on task completion or when a decision is needed. - xiaoshihou514/dsh-weixin — Weixin (WeChat) bridge for DeepSeek Harness.
- NattoCB/dsh-plugin-wechat-bridge — WeChat (ilink bot) bridge plugin for DeepSeek Harness: one DSH agent session per peer per day.
- TomoyoNatsume/dsh-qq-bridge — DeepSeek Harness plugin for connecting QQ.
- One1turn/dsh-omnibridge — AstrBot-style multi-platform bridge for DeepSeek Harness: QQ(OneBot)/Telegram/Discord/KOOK/Slack/Feishu/WeCom/DingTalk/LINE/webchat, 19 platforms in one plugin.
- STARDUSTLC666/dsh-slack — Slack bridge plugin for DeepSeek Harness (no description provided upstream).
- jackControls/dsh-telegram-control — Telegram remote control for DeepSeek Harness (dsh): conversations with titles + workspace, on-demand resume of paused sessions, turn-tracked replies, inline-button approvals, reasoning summaries, bot command menu.
- hZsFN/dsh-qq-bot — QQ official bot private message (C2C) bridge for DeepSeek Harness (dsh): per-user persistent agent sessions, image attachments, auto-reconnect.
- wz-heng/dsh-feishu-bridge — Feishu (Lark) channel bridge for DeepSeek Harness (dsh) — message a Feishu bot, it runs a dsh agent turn, the reply comes back. Community plugin.
- ghbhiee/dsh-plugin-discord — Discord bridge for DeepSeek Harness: chat with your dsh web sessions from Discord.
- YLifeOnlyOnce/dsh-smarthome — Home Assistant control for DeepSeek Harness agents — approval-gated lights, switches, climate.
- banana770/dsh-qq-bridge — QQ bridge for DeepSeek Harness: chat with the Harness agent through a QQ bot (Node.js ≥ 22).
- hi-wenw/dsh-telegram-channel — DeepSeek Harness Telegram mobile remote: bind live Web sessions (Codex-style).
- sosojust/dsh-messge-channels — Connect Feishu, DingTalk, and WeCom to DeepSeek Harness, enabling chat-driven Agent, Session, and Workspace workflows.
- TingRuDeng/dsh-feishu-bot — Feishu (Lark) private-chat frontend for DeepSeek Harness: drive, monitor, and approve local agents from Feishu, sharing sessions with the Web GUI.
- frederico-kluser/deepseek-harness-mobile — Telegram-bot mobile bridge for DeepSeek Harness agents (ai-agents / cordis / dsh-plugin).
- shoxiy-danny/dsh-feishu — Runs the harness inside Feishu on a Linux server: goal cards, live progress, and multi-bot support — not just a remote for the webpage.
- shaobeichen/dsh-im-bridge — Drive DeepSeek Harness remotely from Feishu / WeCom / Telegram: remote task dispatch, result notifications, and dangerous-operation approval.
- Fantasality/astrbot_plugin_dsh_bridge — AstrBot plugin bridging DeepSeek Harness (DSH) agents into AstrBot.
- ASAKAFENG/dsh-qq-remote — Remote-control DeepSeek Harness from QQ via the OneBot 11 protocol (NapCat / Lagrange.OneBot / go-cqhttp / LLOneBot).
- caoxiaohu7745-bot/kongmu-im-bridge — IM bridge plugin family: core kongmu-im + Feishu adapter (derived from dsh-im-bridge, MIT) — long-connection, approval cards, group @-mention filter, streaming card updates, /stop command.
- pan17/dsh-wechat — WeChat bridge for DSH: two-way text / image / file / audio-video transfer between WeChat chats and DSH.
- ljnljn2005/dsh-wecom-notify — DSH plugin: auto-sends notifications via WeCom (Enterprise WeChat) group robot webhook on task completion / errors / when user input is needed (text by default, markdown switchable).
- wendayuan/dsh-weixin — DeepSeek Harness WeChat channel plugin: chat with the DSH agent directly from your phone via WeChat.
- minyang2020/dsh-feishu-bridge — Feishu (Lark) bridge plugin for DeepSeek Harness (no description provided upstream).
- moyu-good/dsh-lark-bridge — Run a full DeepSeek Harness coding agent inside Feishu/Lark — native thinking process (CoT), interactive approval cards, live reactions, slash commands, WS long-connection, no public callback URL.
- Es1lama/whalemaid — Let your phone fully take over DeepSeek Harness on your computer: native sessions, one-time verification, safe thereafter (AGPL-3.0).
- coolbreezecoin/dsh-wechat-mp — Turn markdown into a typeset WeChat Official Account draft.
- tarraencompassing61/dsh-lark-bot — Bridge DeepSeek Harness into Feishu/Lark: drive your local coding agent from mobile, group chats, and topics with conversations, tasks, cards, and project workspaces in one collaborative flow.
- xqicxx/dsh-telegram — Native Telegram bridge: chat with dsh agents, control sessions, and manage the harness from a phone.
- zetaluolang-cyber/deepseek-harness-phone-remote — Phone remote control for DeepSeek Harness via Tailscale — persistent file/workspace plugin — tested on OPPO Find X8 Ultra.
- sq8161/dsh-qq-notify — DSH (DeepSeek Harness) QQ notification plugin: turn-end QQ alerts via the official QQ Bot API, QR-code binding, 5 presets and placeholder variables, zero external dependencies.
- 534119219/dsh-messaging — DSH messaging-platform plugin (messaging-core): unified access to 27 message channels, ported from hermes-agent.
- DLive/dsh-qqbot-community — Adds official QQ Bot connectivity for DeepSeek Harness.
- bftz22/dsh-openai-bridge — OpenAI-compatible bridge that lets Chatbox (or any OpenAI-compatible client) drive a DeepSeek Harness (dsh) agent on your machine — streaming, tool-call traces, persistent sessions, one-click installers.
- 534119219/chicheng-push — DSH (DeepSeek Harness) Web message-push plugin: multi-channel push (Server酱/PushPlus/Bark/DingTalk/WeCom/Telegram/Feishu/Webhook, etc.), with a settings-page "Push Plugin" entry callable by other plugins (
pushNotifierservice //push/api). - LPX-E5BD8/dsh-plugin-lark — Feishu/Lark bridge for DeepSeek Harness with streaming Card 2.0, tool approvals, and session routing.
- zhuiyueya/dsh-im-gateway — Aggregate IM gateway for DeepSeek Harness (dsh): connect your agents to WeChat, Feishu, Telegram, Discord & 20+ chat platforms.
- Kairos0922/dsh-wechat-bridge — DeepSeek Harness (DSH) WeChat channel: iLink gateway + conversation bridge — multi-mode routing, approvals, rate-limit-aware outbox, Markdown policies, Web settings panel.
- JxaMe/dsh-telegram-bridge — Telegram bridge plugin for DeepSeek Harness (no description provided upstream).
- codelogickeep/deepseek-harness-plugin — DingTalk ↔ DeepSeek Harness (DSH) bidirectional bridge, bringing agents into DingTalk. Uses an enterprise internal app + Stream mode, no public domain required; includes a session-management console and MiniMax web-search integration.
- keepview/dsh-lark — Minimal Lark/Feishu gateway plugin for DeepSeek Harness (dsh) — chat with your agent from Feishu, one topic = one session.
- omdsh-dev/dsh-lark — Lark/Feishu IM bot channel for DeepSeek Harness.
- lubaiUwU/DSH-WeChatClawBot — DSH plugin: WeChat floating-ball bridge (QR login, message relay to agent).
- xmanrui/dsh-im — Connect IM bots to DeepSeek Harness via QR code or credentials, supporting 8 channels: Feishu, WeChat, DingTalk, WeCom, QQ, Telegram, Discord, and WhatsApp.
- s17179XTY/dsh-mobile — dsh-mobile — a mobile-device connector for DeepSeek Harness.
- tangwenhao616-netizen/dsh-weixin — dsh-weixin enhanced fork: multi-session, slash commands, per-session models, concurrency fixes.
- MichengAI/dsh-im-connect — IM-connector plugin for DeepSeek Harness: seamlessly bridges WeChat, WeCom, DingTalk, QQ, Feishu, and more.
- Carl-5535/dsh-wechat-gateway — WeChat × DeepSeek Harness (DSH) in-process plugin: scan-to-use, bidirectional messages/files, and proactive wechat_notify pushes.
- void2anything/dsh-qingagent — Use Qingjian inside DeepSeek Harness — a one-line-install DSH plugin: draft and revise in chat while a rice-paper panel matching the Qingjian desktop app grows on the side, review line-by-line, then commit to the final draft.
- Gum97/dsh-telegram — Telegram channel for DeepSeek Harness — rich tables, images both ways, inline-keyboard questions, in-chat model switching.
- ringclaw/dsh-ringcentral — Plugin for integrating RingCentral with DeepSeek Harness (dsh).
- xiaomengxinbb/dsh-qq-bridge — Two-way bridge connecting QQ (private + group chats) to DeepSeek Harness: each QQ conversation gets an isolated, persistent Agent session, with support for commands/approvals/multimedia/outbound files.
- lanbaolu/dsh-wechat-bridge — Personal WeChat bridge for DeepSeek Harness: scan QR to bind, then chat with your local DSH agent directly inside WeChat (text/image/voice/file, streamed replies, persisted sessions, Win/macOS/Linux).
- godchen520/dsh-web-remote — DSH mobile/remote-access plugin: Cloudflare Quick Tunnel public tunnel + token auth + gzip compression + direct HTTPS on LAN + mobile icon panel + QQ bot link retrieval.
- lnabc03/dsh-remote-gate — Minimal remote-access gateway for DeepSeek Harness (DSH): control the local DSH Web UI securely from mobile over a public server (frp or SSH reverse tunnel), a Cloudflare quick tunnel (zero-server), or the same LAN; installable as a PWA.
- winada82/dsh-telegram-bridge — Telegram bridge plugin for DeepSeek Harness (Cordis-based
dsh-plugin; no description provided upstream). - scubiry-glitch/dsh-plugin-feishu-chat — DSH Web Feishu chat-viewer client plugin: a 💬 button in the session header shows the private chat history with a Feishu bot (sourced from OpenClaw's independent gateway agent session files, same-origin routing).
- IvanWu2015/dsh-connect — Bridges DeepSeek Harness (DSH) agents to Feishu/Lark & DingTalk — chat, stream replies, and arrange work from your messaging app.
- PGZXB/dsh-feishu — The Feishu UI for DeepSeek Harness — a panel-driven control console: every slash command a button on the ⚙️ control-panel card, in-card approvals & questions, live streaming cards, one-QR setup.
- a792883583/dsh-message-gateway — Universal message-platform gateway for the DSH web GUI: WeCom AI bot / Telegram / Discord / QQ / Email bridges with per-chat sessions, streaming replies, and auto context compression.
- jerryjiao/dsh-wewrite — WeChat official-account AI writing plugin running inside DeepSeek Harness: one command installs the full pipeline (topic selection → writing → quality gate → layout → images → drafts); scheduled runs land in drafts only, broadcasting always stays human-gated. MIT.
- zhoushuoshi-code/dsh-live — DSH Live — your coding agent calls you when it needs you: approve actions, track live progress, send photos, and review results from iPhone or Android. A mobile companion plugin for DeepSeek Harness.
- AtomerCore/dsh-qq-agent-mail — A DeepSeek Harness plugin that integrates QQ Agent Mail.
- sliverp/DeepSeek-harness-dingtalk — DingTalk Stream text and image channel plugin for DeepSeek Harness.
- sliverp/DeepSeek-harness-qqbot — QQ Bot text and image channel plugin for DeepSeek Harness.
- SeverusZh/dsh-notify-windows — Windows notification plugin for DeepSeek Harness (dsh-plugin).
- wenbin-wb/dsh-bridge — Multi-channel remote access for DeepSeek Harness: LAN QR code, Cloudflare tunnel, custom tunnel, and a WeChat Bot with workspaces, persistent sessions, media, and approvals — no public server needed.
- emiliagarfield6-bot/dsh-telegram-notify — Telegram notifications for DeepSeek Harness — get pinged when your agent finishes a task or needs you.
- geniusdapeng-collab/workloom-im — WorkLoom · Enterprise Agent IM powered by DeepSeek Harness: human-agent coexistence, WorkData data brain (event sourcing + org memory), skill marketplace, local-first data sovereignty.
- nishit130/dsh-notification — Know when your agent finishes a turn, hits an error, or is waiting for your approval — without watching the tab.
- Coffeiz/dsh-qqchat — Bridges QQ into DeepSeek Harness: private/group chat, session management, per-chat/group-member memory, media handling, and permission management.
- Mr-SYGao/dsh-feishu-reader — DSH plugin: read Feishu documents (docx/wiki/sheets/bitable) and download embedded images.
- amlyczz/dsh-lark-link — High-reliability Feishu/Lark bridge for DeepSeek Harness — QR one-click auth, multi-mode agents, card-based commands, zero-loss outbox, media in/out, session-log doctor, reusable DSH Web GUI.
- whoisjiahao/dsh-feishu-channel — Feishu × DeepSeek Harness remote control: drive a DSH agent from Feishu chat — streaming rich cards, one-tap approvals, image sending by model capability, and peak/off-peak cost metering.
- THEWOLFWALKER/dsh-notifier — Unified notification-push plugin for DeepSeek Harness (DSH): one minimal notify() API, 8 channel adapters (Telegram/DingTalk/Feishu/WxPusher/PushPlus/ServerChan/Bark/Webhook), dual trigger (auto session events + agent tool).
- twinsant/qqbot-clawbot — QQ bot bridge plugin for DeepSeek Harness (QQ Open Platform WebSocket gateway).
- aiworkskills/dsh-wechat-article — DeepSeek Harness community plugin for AI-assisted WeChat Official Account article writing, review, image workflows, knowledge bases, and publishing.
- tencent-connect/dsh-qqbot — Official plugin bringing QQ Bot connectivity to DeepSeek Harness (dsh).
- YiMlT/dsh-notify-yimit — Notification plugin for DeepSeek Harness: alerts on task completion / error / running / awaiting approval / awaiting reply. Notification titles show the conversation title; both system and custom notifications support click-to-jump to the corresponding session.
- zmh2000829/DSH-agent-bridge — Use Grok Build inside DeepSeek Harness Web through ACP.
- kriskwok/dsh-feishu-gateway — DeepSeek Harness Feishu gateway plugin: chat with your DSH agent from Feishu (persistent sessions, /new, Markdown replies, proactive push).
- radres/dsh-plugin-call-me — Your DeepSeek Harness agent rings your actual phone: it asks out loud, you answer out loud, and what you said steers the run.
- yangwuan55/dsh-feishu-integration — Bidirectional Feishu/Lark integration for DeepSeek Harness: summaries, reply routing, binding UI, and QR provisioning.
- ZhuoSir/dsh-chatops — IM bridge plugin for DeepSeek Harness: bind via WeChat QR to the official ClawBot bot (Tencent iLink protocol), or connect a self-built Feishu app, then list/switch/drive all DSH sessions from your phone's IM — sending text sends a prompt, finished tasks push results automatically, and risky operations push for approval (Feishu supports one-tap card-button approval). Multi-channel in parallel, official APIs only, zero public deployment.
- itsnone-liu/dsh-feishu — Feishu/Lark bridge for DeepSeek Harness (dsh) — long-connection, card streaming, slash commands.
- TARS-snail/dsh-notify — Desktop notifications for DeepSeek Harness sessions, only while you are away.
- PandaPolo/dsh-voice-call (★1) — Agent-initiated voice calls:
offer_callrings the human (接听/拒接/稍后再说), accepted calls synthesize and play locally via CrispASR + Qwen3-TTS (9 speakers, 2 Chinese dialects), rejected calls return the decision to the agent. - YYTbit/dsh-plugin-codex-bridge — Bridge to Codex.
- YYTbit/dsh-plugin-pi-bridge — Bridge to Pi.
- YYTbit/dsh-plugin-opencode-bridge — Bridge to OpenCode.
- zyfgood/dsh-feishu-bot — Bridge a Feishu/Lark bot into DSH over the official WebSocket long connection (no public callback URL): echo/llm/agent reply modes with live streaming, mid-task steer questions, /attach GUI-session takeover, and feishu_* outbound tools. 飞书机器人接入:长连接免公网回调、agent 流式回复、任务执行中提问、/attach 接管 GUI 会话。
Plugin Marketplaces & Ecosystem
- aorucshiea/dsh-plugin-toggle — Hot-plug enable/disable switches for installed DSH plugins.
- dhicoc/dsh-reverse-skill - Complete reverse-skill pack (85 SKILL.md) as a DeepSeek Harness Cordis plugin: reverse engineering, authorized pentesting and security-research skill router.
- dshhub-co/dshhub-market — DeepSeek Harness code-redemption plugin marketplace client: unlock plugins with a code, connecting creators and buyers (powered by DSHHub.co).
- DSHPlugin.app — Independent DeepSeek Harness plugin directory with source-backed capability summaries, install information, repository activity, and security signals.
- bradeGithub/DSH-Plugins-Marketplace — GUI plugin marketplace.
- LX2000WASD/dsh-web-plugin-manager — Web-based plugin manager.
- Toukaiteio/dsh-plugin-installer — Plugin installer.
- Sunrisepeak/dsh-index — Plugin index.
- akira399/dsh-plugin-publisher — Plugin-publishing workflow.
- nightwhale-dev/nightwhale — Ecosystem aggregator.
- ZK-Andy/dsh-continual-evolve — Self-evolving ecosystem plugin.
- green-dalii/dsh-plugin-dev-skill — DeepSeek Harness plugin-development skill: lets any agent build DSH plugins correctly and to spec, with condensed reference docs and paper notes.
- DDDFXYqiming/Agent_Extensions — Agent Skills & DeepSeek Harness (DSH) extension library: general agent skills plus standard DSH plugins, an out-of-the-box collection of agent capability upgrades.
- MicroMilo/upstream-radar — Always-on vulnerability and breaking-change impact monitoring for DeepSeek Harness plugins.
- plwslpld-arch/deepseek-harness-atlas — Chinese-language knowledge base covering DeepSeek Harness source code, architecture, and plugin ecosystem, with continuous updates.
- DumplingHuman/dsh-plugin-tutorial — DeepSeek Harness plugin-development tutorial: quick-start guide covering the Cordis framework, Tool development, and LLM integration.
- lvyuchuiyi/dsh-funpack — A grab-bag of fun plugins for DeepSeek Harness.
- entireyu/dsh-launcher — DeepSeek Harness Launcher: a Tauri install/launch assistant for DSH.
- qincaizheng/betterdshlauncher — A launcher plugin for DeepSeek Harness (no description provided upstream).
- zhang66633/dsh-plugin-installer — A plugin-installer tool for DeepSeek Harness (no description provided upstream).
- dshworks/dshworks.github.io — Landing page for dsh.works, the community workshop for DeepSeek Harness (dsh); single static page, zero JS.
- zebbkira/dsh-skills-mcp-manager — Official-style plugin bundle adding a "Skills & MCP" card to the Web UI plugins settings group for managing skills and MCP servers in the browser.
- meifeisite/plugin-manager — Centralized plugin manager in DSH Web Settings → Plugins: enable/disable, uninstall with dependency checks, details, operation logs, and protection for core components.
- SunQingyuan0/Kabutack — Role-based manager for DSH plugins/Skills/MCP: bundle capabilities into “roles” and hot-switch them from the Web UI.
- swaylq/dsh-genie — Makes an agent's runtime plugins permanent: turns a
cordis_definedynamic package into a real installed bundle that survives restart, with no pnpm, no network, and no build authorization. - kingOfSoySauce/dsh-skin-market — DeepSeek Harness skin market: 100+ curated DSH skins with a rating system, human review, and a community submission portal; includes both an online browsing page and a plugin for managing local skins.
- Pasumao/dsh-plugin-dev-kb — DeepSeek Harness (dsh) plugin-development knowledge base: a full mirror of the official docs with topic navigation and search.
- SiriusWJ/dsh-updater-npm — DSH updater + official docs sync plugin: one-click npm update with live progress, incremental docs sync with progress, dsh_docs_search/read tools.
- webkong/dsh-plugin-manager — DSH plugin manager: install/uninstall/start/stop first-party and third-party plugins, plus a direct GitHub jump.
- ShanHaiFish/dsh-plugins — Index homepage for DSH third-party plugins: manager / update-checker / security-review / turn-locator / file-browser, plus one-click install commands.
- JMweitao/dsh-local-plugin-installer — Install and build local DeepSeek Harness plugins from the Web settings page.
- lishLRF/dsh-plugin-onekey — One-click install/uninstall adapter for the DSH plugin center.
- oxlyn/dsh-plugin-mgr — DeepSeek Harness plugin manager.
- cynch18/plugin-switch — DSH web plugin: toggle plugins on/off from the GUI without restarting the server.
- nonmean/dsh-plugin-explorer — DSH client plugin: browse GitHub repos tagged dsh-plugin (name, README, stats) with sync and search.
- Noob-stupid/dsh-plugin-hub — Plugin manager & marketplace for DeepSeek Harness: one-click enable/disable plus a GitHub dsh-plugin market with details and one-click install.
- Dylan37670/dsh-plugin-panel — DSH plugin marketplace panel with full catalog search, Chinese translation, semantic search, favorites, and lifecycle management.
- moyang11111/DSH- — Personal DSH Web GUI plugin collection: skins (8 color schemes + custom picker + wallpapers) and a plugin-marketplace plugin.
- ghbhiee/dsh-plugins — Terminal, file browser, and mobile/CLI plugins for DeepSeek Harness.
- stuarthu/dsh-hot-reload — Live-reload upgraded DeepSeek Harness (dsh) plugins without restarting dsh — safe reloads in place, failed ones roll back and flag a restart.
- winliyou/dsh-plugins — DeepSeek Harness plugin set.
- 1e0zj/dsh-plugin-mall — DSH plugin mall: search GitHub dsh-plugin-topic plugins and install them into local dsh with one click (agent tool + plugin-market tab in settings).
- 2160039878-cyber/dsh-plugin-market — A loud GitHub plugin radar for DeepSeek Harness.
- 777-Zen/dsh-capability-index — Pre-flight plugin-library check: injects Top-K hints of suitable plugins with use_when/not_for capability declarations on task-type requests.
- Casually/deepseek-harness-plugs-manage — Plugin management tool for DeepSeek Harness: search and install from the official plugin library.
- jianxx/dsh-cc-plugins — DSH plugin collection (no description provided upstream).
- Jiaoyifu1203/jiaoyifu-dsh-plugins — Personal DSH plugin collection (no description provided upstream).
- leenkcool/Blue-Whale-Harness — DeepSeek Harness plugin collection.
- moneka123/deepseek-harness-plugin-dev-guide — DSH plugin-development spec for AI coding assistants: extension points (tools/systemPrompt/agent/llm), ctx.effect resource cleanup, dynamic Cordis (define/run/stop) host/client sandboxing, bundle-patch override, and profile-install internals.
- RoyDevCh/roycode-dsh-pack — One-click plugin pack: RoyCode Studio features ported to DSH — LSP/secret-scan/browser MCP servers, programmable event hooks (roycode-hooks v2), teams, 4 skills, idempotent install/uninstall scripts.
- AwesomeHou/dsh-plugin-marketplace — Plugin marketplace for DeepSeek Harness — live-syncs the GitHub dsh-plugin topic (1800+ repos) into a searchable, paginated settings tab with one-click install and agent tools (market_search / market_install).
- edison7009/EchoBird — One-click install + model switch across many coding agents (Claude Code, Codex CLI, Grok Build, DeepSeek Harness, Kimi Code, Qwen Code, Aider, OpenCode, and more).
- GreenLv/skillferry — Local-first CLI that keeps agent skills, global instructions, and non-secret MCP templates in one Git-versioned workspace, then safely renders them into Codex, Claude Code, and DeepSeek Harness with portability grades, conflict checks, backups, and rollback.
- siweina/dsh-novel-writer — Novel writing assistant plugin for DeepSeek Harness: chapter library, sentence-pattern analysis (9 categories / emotion curve / style fingerprint), style check, plot tracking, batch import, and AI-assisted continuation writing, with per-tool Web UI toggles; published on npm as
dsh-novel-writer. - aust24lzy/dsh-plugin-hub — DeepSeek Harness (DSH) open-source plugin navigation site — live-syncs the dsh-plugin ecosystem with a dynamic Stars-based ranking.
- ywsldxk/dsh-plugin-stars — DeepSeek Harness (DSH) plugin leaderboard & directory, ranked by GitHub Stars and auto-updated.
- ChengxiuCDP/dsh-plugin-advisor — Plugin-advisor tool for DeepSeek Harness (no description provided upstream).
- imtanhui/dsh-plugin-butler — Plugin-butler management tool for DeepSeek Harness (no description provided upstream).
- lazyaer/dsh-plugin-manager — DSH web plugin: enable/disable installed plugins from the browser, plus audit every plugin download (source & time).
- linhut/dsh-manager — ⚡ DeepSeek Harness install & management tool — one-click install, plugin marketplace, version management.
- skillre/dsh-wiki — Wiki plugin for DeepSeek Harness (no description provided upstream).
- FeatherHunter/dsh-mattpocock-skills-deck — MattSkills: Matt Pocock's 25 engineering skills ready to install — wayfinder decision maps, triage, grilling, and handoff — all installed with one prompt.
- honghudavy-star/DSH_plugins_4U — Self-built DSH plugin collection: a WeChat bridge plus a GUI WeChat-entry patch, one-click install.
- ARFCON/dsh-hub-DSH — dsh-hub — an all-in-one DSH plugin hub: plugin-update engine, global memory, graph-memory mounting, plugin-marketplace linkage, and self-update checks in one settings page.
- DshMarketPlace/dsh-plugins-store — Browse and install DSH plugins from inside DeepSeek Harness. /store, a settings tab, and agent tools — bilingual.
- sandbaseai/dsh-plugin-store — Preview DSH Settings marketplace with Community and Installed views, catalog search, tag filtering, sorting, and agent-facing store tools.
- nonentity303/dsh-plugin-manager — Plugin-management tool for DeepSeek Harness (no description provided upstream).
- wingsky-1/dsh-plugin-hub — DSH (DeepSeek Harness) plugin set: npm-distributed, install the full bundle in one click or pick plugins individually.
- xDylanLong/dsh-snapmarketing — A thin DeepSeek Harness surface for discovering, installing, and managing allowlisted plugins.
- alexchenzl/dsh-plugin-directory — Community DeepSeek Harness plugin directory.
- kouyichi/dsh-plugins — dsh (DeepSeek Harness) plugin family: 31 plugins / 80+ tools — learn/profile/dream/tower/kanban + scaffold/guard/xray/cron/bench/pack/a2a/meter + 18 TUI bricks.
- LA7-F/dsh-MyCordis — Makes the "Cordis plugins" in your dsh manageable and lets you generate installation packages with one click.
- MicroSpotlight/openharness-find-plugin — Plugin-discovery tool for DeepSeek Harness / OpenHarness: find plugins tagged
dsh-plugin. - 0326/dsh-plugin-market — A secure, trusted, curated plugin marketplace for DeepSeek Harness.
- amplifthq/oh-my-dsh — A curated distribution of DeepSeek Harness. Overlay, not a fork.
- space-spacee-clamation/dsh-package-manager — DSH package-manager middleware wrapping the original
addflow, with presets and plugin support (still under active iteration). - Iraryi/deepseek-harness-hub — DeepSeek Harness HUB — Everything is a Setup: discovery, verified installation, component management, and Windows releases.
- saitamahang/dsh-skill-importer — Import, validate, manage, and migrate Agent Skills for DeepSeek Harness (DSH), Claude Code, Codex, and other AI coding agents.
- yunyunyunyunsuan/dsh-plugin-radar — DeepSeek Harness plugin radar: periodically scans GitHub topic:dsh-plugin for new plugins, pushes cards to a bottom-left Web UI panel, with README keyword search and one-click install.
- XINGchi0130/dsh-base-plugin — Base plugin for DeepSeek Harness (DSH): plugin market, MCP, skills, usage, sessions, mobile access — zero harness source changes.
- AJUbest/dsh-plugin-optimization — A DSH plugin that distinguishes official built-in DSH plugins from user custom plugins on the external interface, and can collect and manage all your previously created custom plugins.
- DshMarketPlace/dshmarketplace — Bilingual directory of DeepSeek Harness (DSH) plugins — 1,004 listings, written detail pages, public API. Next.js on Cloudflare Workers.
- hackerFish/awesome-dsh-plugin — A curated list of plugins for DeepSeek Harness (dsh).
- qinyre/dsh-plugin-capabilities — Manage skills and MCP servers from the dsh settings page, with import support from Claude Code and Codex.
- qinyre/dsh-plugin-install — Adds an "Install" tab to the dsh settings page to install any third-party plugin by package name.
- dff652/deepseek-harness-community-plugins — Configuration-only DeepSeek Harness bundle for AI Asset Hub's reviewed, read-only MCP tools.
- redfox-data/redfox-community-dsh — Official bundle plugin package of DSH (DeepSeek Harness) from RedFoxHub: 100+ social-media data skills (Douyin/Xiaohongshu/Kuaishou/Bilibili/WeChat Official Accounts/Video Accounts/Weibo/YouTube/TikTok, etc.), installed in the native DSH skill format with one click.
- StarPivotNet/dsh-plugins-public — Installable DeepSeek Harness plugin marketplace (Settings → Plugins).
- bruc3van/dsh-desktop-safe-market — A DSH marketplace focused on safety-first installs — review before install, with a 5-minute deep scan for peace of mind.
- bobby-sheng/dshget-plugin — Search, inspect, update, and install DeepSeek Harness plugins from DSH Get.
- sky-unicorn/dsh-enhanced-plugins — All-in-one DeepSeek Harness enhancement pack: MCP management, plugin marketplace, file references, model-capability config, and a sub-agent toggle.
- yanglaofish/dsh-skill-manager — dsh-plugin used to manage and enable skills.
- jianbin-01/dsh-plugin-manager — Enable/disable DeepSeek Harness plugins from the Web settings page — one-click row & bundle toggles, with native vs. user-installed origin badges.
- omdsh-dev/ex-setting — Settings-page extension for DSH.
- skyf0xx/hedgehog-core-deepseek-harness — Build DeepSeek Harness (DSH) plugins with Hedgehog: a plugin workspace, generator, and agent skills to quickly build powerful plugins.
- Casually/dsh-plug-mcp — DeepSeek Harness plugin market entry: MCP-focused DSH plugin with verified plugin listing support.
- Casually/dsh-plug-skills — DeepSeek Harness plugin market entry: Skills-focused DSH plugin.
- zr-promise/dsh-plugin-market — Cordis-based DeepSeek Harness (DSH) plugin market plugin.
- LCYLYM/dsh-plugin-compat-guardian — Repository-installed CI repair bot that keeps DeepSeek Harness plugins compatible with new DSH releases.
- B1lli/dsh-plugin-bench — Evidence-backed, type-aware quality scorecards for DeepSeek Harness plugins.
- hrhgit/deepseek-harness-plugin-manager — Web plugin manager for DeepSeek Harness (DSH): inspect, search, group, enable, and disable Cordis plugins.
- iia-arg/dsh-plugins — Community plugins for DeepSeek Harness — starting with a Telegram channel the harness does not ship.
- oneinitAI/dsh-thunderforge — ThunderForge: an all-in-one DSH plugin development kit (single bundle) covering create → develop → debug → environment-verify → publish.
- wangzhanchao883/dsh-plugin — DeepSeek Harness plugin collection: self-developed DSH plugins (screenshot capture, OCR, Obsidian).
- mmzm0808/dsh-ventus-plugins — All-in-one bundle merging 11 self-authored DSH plugins into a single plugin (theme/usage/search/desktop pet/subagent progress/session enhancements), with all functionality and settings preserved.
- genesis-agents/dsh-plugins — Plugins for DeepSeek Harness: a source library that reads 72 feeds and publishes podcasts, digests and reports, plus web search over Serper, Tavily and Brave, and agent presets/branding bundles.
- leonardoxr/dsh-plugin-manager — Safe loopback-only Web UI for managing DeepSeek Harness profile plugins: enable/disable, hot-mount safe single-entry bundles without restarting, and a bounded write-ahead journal.
- KuramiWan/dshp-skill-panel — Session-scoped skill control for DeepSeek Harness — model tools, slash commands, and a browser Skill Panel over one shared skill store.
- plwslpld-arch/agent-harness-internals — Chinese-language source-code knowledge base centered on Agent Harness: analyzes six implementations and their evaluation/benchmark integrations.
- moon16u/dsh-pouch — A pouch of practical plugins for DeepSeek Harness.
- beartackler/dsh-bridge — Your harness muscle memory, verified and installed into DeepSeek Harness — familiar commands, connectors flow, and a trust-verified plugin catalog.
- LivXue/dsh-plugin-store — The plugin market for DeepSeek Harness: harvests dsh plugins from npm and publishes an auditable catalog.
- Muredsa/dsh-benchup — Install with
npm i dsh-benchup. Reproducible, profile-aware benchmarks for DeepSeek Harness — compare models, plugins, prompts, and agent strategies. - keman-ai/dsh-skin-market — Skin market inside DSH: search and one-click install community skins from dsh.a2hmarket.ai, right from Settings.
- Nagi-ovo/dsh-find-plugins (★12) — In-app plugin finder.
- kingjly/dsh-plugin-builder (★1) — Plugin builder scaffolding.
- DeKrych/Dshell-plugins (★27) — Dshell plugin collection.
- HackSing/dsh-plugins / Yihong89/dsh-plugins — Plugin collections.
Visualization
- exoticknight/dsh-labnana — Labnana image generation for DeepSeek Harness: text-to-image / image-to-image / precise editing — chat image cards, credentials-domain API key, settingsScope UI. Supports NanoBanana Pro, Gemini 3.1 Flash Image, GPT-Image-2, Wan2.7 Image/Pro, Seedream 5.0 Pro.
- janosseaworthy466/dsh-diagram — Turn any DeepSeek Harness article into an editable Excalidraw canvas — structure from the agent, refinement in your hands.
- linxuhao/Deepseek-Continuity — A multimodal DeepSeek Harness plugin with its own model, providing consistency across generated images/audio.
- mhmdalsaisi/ds-pet — Watch a cartoon whale on your desktop react to DeepSeek Harness sessions in real time.
- hanzhangzzz/dsh-diagram — Turn articles in DeepSeek Harness into editable Excalidraw canvases.
- lamost423/dsh-maze — The execution maze for DSH agents (formerly dsh-trace-compare): main path, failed detours and backtracks on one wall-clock timeline, per-step data tracks (tool density / token pulse / context pressure), deterministic execution analysis with click-to-evidence, and same-axis comparison of up to 5 runs; live-growing per-session maze tab included.
- xuxun-oss/dsh-gemini-bridge — DeepSeek Harness plugin: bridge Google Gemini vision & image generation (gemini_vision / gemini_generate_image / gemini_optimize_image) with auto model selection and self-check refinement.
- DDDFXYqiming/dsh-pseudo-vision — Local OCR, color-statistics, pixel-scan, and metadata bridge for text-only DeepSeek Harness models; no external vision API.
- kaixinbaba/dsh-vision-recognizer — DeepSeek Harness vision plugin: keeps DeepSeek text-only while 15+ vision-model providers transcribe images into text, configurable via Settings → Plugins.
- LittleBeaverStudio/agnes-media — Registers generate_image and generate_video tools for Agnes AI media models in DeepSeek Harness.
- meimiaoji-creator/meow-vision — Vision plugin for DeepSeek Harness that gives text-only models sight, and closes the visual-verification loop for Vue front-end development.
- ZSeven-W/dsh-openpencil — OpenPencil design preview and editing plugin for DSH.
⭐33 - Anionex/dsh-vision-toolkit — Vision tasks for text-only models: intent-driven image Q&A, long-screenshot OCR, UI restoration, pixel diff.
⭐150 - xing666173/dsh-vision-hub — Vision toolkit for DeepSeek Harness bundling a Vision Router, 14+ vision-related tools, and a datasets/tooling collection (upstream description partially garbled).
- xingyingyuzhui/dsh-vision-bench — DSH plugin: Vision bench — Keil debug and Modbus HMI in the session view.
- william-jin-cmu/dsh-vision —
view_imagetool bridging any OpenAI-compatible VLM to text-only models.⭐10 - wang-bool/visual-review — Renders pasted/uploaded images inline in the DSH Web chat and gives text-only models vision: cloud multimodal API first, local Qwen3-VL fallback.
- omdsh-dev/dsh-genui — Interactive UI components rendered inline in assistant replies via a
dsh-uifence — layout, charts, plots, forms, quizzes, mermaid, 3D scenes — with an action event loop back to the model.⭐14 - qwert702/dsh-auto-translate — Auto-translates English replies inline below the original text, with Chinese annotations for tool calls (uses a built-in vocabulary covering common harness tools; unknown tools are labeled rather than guessed). Translation goes through an independent provider request and never enters the session context.
- omdsh-dev/dsh-ernie-image — Baidu ERNIE-Image-Turbo text-to-image: a host-side generation tool plus a browser gallery panel and config card.
- omdsh-dev/dsh-paddle-ocr — PaddleOCR-VL document layout parsing: converts PDFs/images to Markdown page by page, with host tools, a config card, and a task panel.
- PangYiMing/dsh-screenshot-diff — Pixel-diffs two screenshots into a diff image and triptych (pixelmatch).
- Kevoyuan/dsh-mac-vision — Native macOS OCR/Vision framework integration.
- MC5lan/dsh-multimodal — Combined vision transcription and text-to-image generation.
- blackdm666/dsh-plugin-88api-image — 88API Image Studio for DSH — Image2 + Nano Banana, text-to-image, multi-reference editing, 2K/4K output, sequential batches, and persistent defaults.
- Mrzhailiming/deepseek-pet — Raise a little whale pet inside the DeepSeek Harness web UI.
- loudMore/dsh-drop-to-path — Converts dropped images/files into file paths for text-only models.
- Yuuz12/dsh-vision-helper — Vision-assist helper plugin.
- Harvey-Will/dsh-vision-analysis — Image understanding for the DeepSeek Harness: an
analyze_imagetool with 8 modes, working with any OpenAI/Anthropic-compatible vision endpoint. - ysr666/dsh-vision-router — Free vision for text-only agents: built-in keyless vision chain plus pixel tools (Q&A, grounding, crop, pixel diff, colors, OCR, SVG trace, cutout, screenshots); paste an image and it just works — no Python, one-command install.
- pinch-eng/dsh-audio-dub — Video/audio dubbing tool.
- LuZhouheng/dsh-gen3d — 3D character-generation plugin for DeepSeek Harness: direct API links to Meshy / Hunyuan3D / Tripo3D / Rodin with your own keys and a mock fallback.
- wangyang10/image-vision — Image/vision skill plugin for DeepSeek Harness.
- xiaoshihou514/dsh-vision — Vision bridge for DeepSeek Harness.
- Hyperionjust/dsh-tool-underseal — "Underseal" sealed-assignment tool plugin for DeepSeek Harness (multi-model support).
- yumimanji/dsh-ui-spec — Turns UI screenshots into structured, implementation-grade web-frontend specs: deterministic geometry (sharp) plus optional vision-model semantics, merged into one JSON + Markdown spec.
- 237229953-create/dsh-vision — DSH plugin letting text-only models (e.g. DeepSeek-V4) automatically see images via a vision model; official surface-replace, cache-friendly, human transcript untouched.
- moon09300731/dsh-vision-tools — Full vision-capability bundle for DeepSeek Harness: a
vision_understandtool plus paste/drag-and-drop/button entry points for image recognition. - tdf1995/dsh-plugin-vision — Vision for text-only LLMs in DeepSeek Harness: describe images / OCR / VQA via free Gemini & GLM vision APIs.
- liustack/modlens — The first vision plugin for DeepSeek Harness, and a vision bridge for every text-only coding agent: paste an image, get structured JSON evidence (OCR, layout, semantics).
- poiuyjie/dsh-vision-opencode — DSH plugin: auto-convert images to text for pure-text LLMs (DeepSeek etc.) via any vision model, without switching your main model.
- GXX182/dsh-vision-bridge — DeepSeek Harness plugin that bridges session images to pluggable vision APIs while keeping DeepSeek as the primary model.
- hZsFN/dsh-image-bridge — Image message bridge for text-only models in DeepSeek Harness (dsh): image blocks turn into text placeholder + local path, with vision via a qwen script.
- wulusai2333/mimo-vision — DeepSeek Harness (DSH) native plugin — a
describe_imagetool: a vision bridge (image → mimo-v2.5 → text description) over thectx.fs/ctx.credentialsseams. - yuqingsh/dsh-image-subagent — An image-handling subagent plugin for DeepSeek Harness.
- PixLunaLab/dsh-pixluna — dsh-plugin-pixluna: an image-generation plugin letting DSH view images itself.
- Gcsimple/Emoji_Desktop_Pet — Emoji Desktop Pet — a draggable emoji desktop pet for the DeepSeek Harness (DSH) web UI, built as a dynamic Cordis plugin, with idle animation, click interaction, and 40 built-in characters.
- Flyvhidbwo/dsh-vision-proxy — DeepSeek Harness plugin: attached images are automatically transcribed by a VLM into text before being handed to DeepSeek for answering.
- mochgolf/dsh-deepseek-vision-router — Transparent image-preprocessing route for DeepSeek Harness.
- cyanfish-x/dsh-live2d-pets — Live2D desktop-pet plugin for DeepSeek Harness: agent-state mirroring plus interactive companionship, with curated permissive-license preset models.
- anneheartrecord/dsh-desk-pet — Always-on-top DeepSeek Harness desktop pet: default whale, four skins, four silent states.
- xiaoxianyu-office/dsh-image-tools — DSH bundle plugin: chat-image bridge,
read_imagedeny, and conversationalimage_recognizefor text-only main models. - CeasarSmj/dsh-vision-mcp — Vision MCP plugin for DeepSeek Harness (no description provided upstream).
- ZRui-C/dsh-computer-use — Computer-use plugin for DeepSeek Harness (no description provided upstream).
- clr112409-dot/TK-GMVMAX-DSH — DSH host plugin and auto-install script for the TK-GMVMAX dashboard (TikTok ad creatives + FBT inventory).
- lehhair/dsh-html-artifact — HTML artifact plugin for DeepSeek Harness.
- AKS1st/dsh-mermaid — Render Mermaid code fences as SVG diagrams in DSH Web messages.
- MrmoLabs/dsh-mermaid — Render Mermaid code blocks as SVG diagrams in DeepSeek Harness Web, with diagram/code switching, streaming support, dark mode, strict security, and npm/GitHub installation.
- alsj213/local-ocr-cli — Fully-local OCR CLI for text-only LLMs: PaddleOCR-VL first-tier engine + tesseract fallback, dsh plugin included — images never leave your machine.
- hige6/imgpost — Send local/URL images into DSH conversations and generate images via OpenAI-compatible APIs, rendered inline via a local
/dsh-img2route. - MoneShadow/dsh-plugin-vision — Gives vision-less models vision capability via an external vision model.
- FuzzySoul/dsh-free-vision — Vision bridge plugin for DeepSeek Harness (dsh): image understanding for text-only models via luma-mcp, free Qwen3-VL-Flash by default.
- Koreyer/easy-vision — Tool plugin that lets text-only agents “see” local images: auto-detects the real format and returns a detailed text description via any OpenAI-compatible vision model.
- maxwell-feng/dsh-tesseract-ocr — Local Tesseract OCR plugin: attached images are recognized locally and only the text reaches the model — image bytes never leave your machine.
- maxwell-feng/dsh-windows-ocr — Local Windows OCR engine plugin (Windows.Media.Ocr): attached images are recognized locally, only the recognized text is sent to the model.
- YOGEMOW/DeepSeek_Prism — On-demand image understanding for text-only models: zero-patch Cordis plugin (prism_see tool + image VEP degradation + skill runtime registration) + Codex Skill; multi-provider vision APIs, low-token VEP evidence packs.
- 314857493/dsh-vision-free-eyes — Free GLM vision for text-only DeepSeek Harness: paste images in the GUI (auto-transcribe route) + vision tool + skill.
- chang416/deepsee — Vision + smart model routing for DeepSeek Harness. Gemini sees. DeepSeek codes.
- LaplaceYoung/dsh-directorx — DirectorX as a DeepSeek Harness plugin: AI video/image/audio skills, knowledge corpus, and configurable vision/image/video/audio model tools.
- siegfly/dsh-deepseek-vision — Vision-language gateway plugin for DeepSeek Harness — paste an image, DeepSeek sees text.
- whitelonng/dsh-plugin-describe-image — describe_image plugin — give a text-only model vision through an OpenAI-compatible VLM endpoint.
- xzyonline/dsh-vision — Vision for text-only DeepSeek: view_image tool via any OpenAI-compatible VLM endpoint. macOS/Windows/Linux, one-click install.
- cdxiaodong/dsh-island — Bridge DSH agent sessions, tool calls, and approvals to the CodeIsland macOS notch panel over a Unix socket, with in-panel allow/deny.
- CaseyTso/analyze_image_tool — Vision bridge for text-only DSH models: an
analyze_imagetool that forwards images to any OpenAI-compatible vision endpoint. - GHJIVHIDD/dsh-plugin-canvas — Canvas preview plugin: HTML design-prototyping tab +
canvas_previewmodel tool, with privacy masking and sandboxed iframe rendering (MIT). - linenxi-ctrl/dsh-vision — Adds an external vision model to DSH: whale button, image Q&A with auto-reply, model-driven screenshot + vision tools, multi-protocol auto-adaptation, one-click install.
- WUBING2023/deepsee — One-command vision and model-routing plugin for DeepSeek Harness.
- Icestab/dsh-image-vision-bridge — DSH plugin: chat images are auto-analyzed by a vision model (mimo-v2.5), the text description is quietly fed to the text-only main model, while the chat log keeps showing the original image.
- Mappedinfo/dsh-tool-vision-read — DSH plugin:
vision_read— route image reading to a dedicated vision model (e.g. Kimi K3) so text-only agents can see images. - Signalight/codex-to-dsh-pet — Codex-style desktop pet ported to DeepSeek Harness (no description provided upstream).
- spacexun2/dsh-worktime-board — Work-time stats board for DeepSeek Harness: daily/weekly/monthly hours plus a twelve-realm cultivation panel (Qi-Refining → Cosmic Desolation).
- leozou320-ai/dsh-macos-vision-ocr — Offline macOS Vision OCR for DeepSeek Harness — accurate, local, API-key free.
- brokge/gold-monitor — Gold Live Monitor: real-time XAU/USD price, CNY-per-gram conversion, session trends, price alerts, and history; ships a DSH Web plugin (dsh-gold-monitor).
- sparkmio/dsh-sfversion — SF Vision Bridge — gives eyes to text-only models in DeepSeek Harness.
- statem-li/Kr-DSH — Image-generation plugin:
generate_imagetool routed to a custom image model (images/generations API), with model selection on the settings page. - uAcharGG/dsh-vision — DSH vision plugin (no description provided upstream).
- binsarjr/dsh-codex-media — Image & document analysis tools for DeepSeek Harness, powered by a local OpenAI Codex CLI (zero deps, 3 transports, pairs with dsh-drop-to-path).
- GOU-GEE/deepseek-vision — Vision extension for DeepSeek Harness (no description provided upstream).
- qq247505/DeepSeek-VisionPlus — DeepSeek VisionPlus — official-grade vision extension for DeepSeek Harness. Routes image understanding to a free vision-model pool (Zhipu GLM, SiliconFlow Qwen) with automatic fallback, rate limiting, one-click platform tests and live status lines; text stays on DeepSeek. One-command install. MIT.
- Dogwind221/dsh-vision-skill — Image-recognition Agent Skill: adds vision capability to text-only models (multi-model auto-fallback, DeepSeek Harness web drag-and-drop image recognition), adapted from claude-vision-skill.
- lcb522/DSH-BongoCat-Plugin — Bongo Paw: a typing companion pet plugin for DeepSeek Harness web - paw thump + keycap bubbles.
- qing9835/dsh-eyes — DSH vision-model plugin: gives text-only models image recognition. Pasted/dropped/imported images are automatically sent to an OpenAI-compatible vision model and returned as text in the conversation, with multi-turn re-verification (
vision_ask) and multi-provider config. - rison114514/dsh-image-understanding — Native DeepSeek Harness plugin: gives text-only models (like DeepSeek) automatic uploaded-image recognition (qwen-vl) via agent/pre-step hijack +
resolveModelInfowrapping. - xiaoyaoPanPan/dsh-photo-pick — DeepSeek Harness (dsh) plugin: rank similar photos with vision scoring. Install dsh-photo-pick-app.
- xlight/deepseek-visionary — Uses DeepSeek's official multimodal vision model to give your agent sight (supports DSH, Zed, OpenCode, Codex, Claude Code, Cursor, Claude Desktop).
- dhb861832993-star/img-preview — Inline local image preview for DeepSeek Harness - img_serve tool + img fence, renders PNG/JPG/WebP/GIF/AVIF/BMP/SVG/ICO directly in chat.
- shanliuling/dsh-image-gen — Installable multi-provider image generation bundle for DeepSeek Harness (Google Gemini, OpenAI, Volcengine Seedream).
- dream-num/dsh-univer-office — Preview Univer sheets, docs & slides inside DeepSeek Harness.
- nlqh7/dsh-vision-router — Adds vision to text-only DeepSeek Harness models: dropping an image in the chat box auto-routes it to a user-configured vision model for transcription, so v4 can "see" without switching models.
- PerryLink/dsh-draw — Unified static-image generation router for DeepSeek Harness: one
image_generatetool with standard parameters, config-driven engine routing (OpenAI Images, Zhipu CogView, any compatible endpoint) with health-aware fallback, durable workspace attachments, per-session quota accounting, and a Plugins settings panel. - QCYTSN/dsh-dafeiyu — Desktop-native BigFish companion for DeepSeek Harness — real Agent status, always on top on Windows.
- zeroa234/dsh-comfyui — ComfyUI driver (AI-first contract mode): models see only contract slots, never workflow JSON. Text-to-image / image-to-image / text-to-video / image-to-video templates, dual preflight checks against hallucination, official/custom node liveness detection.
- Bob-Bo1/dsh-stock-watch — DeepSeek Harness (DSH) plugin for local A-share portfolio tracking: reads a local
holdings.jsonand shows quotes and P&L in the sidebar. - hackerFish/dsh-video-studio — Whale Video Studio: a DeepSeek Harness native video/motion-comic generation plugin — six-stage director pipeline, multi-vendor free-quota scheduling, four-layer prompt self-optimization.
- AFAP/dsh-message-minimap — Message Minimap — DeepSeek Harness Web GUI plugin: a minimap scale on the left of the chat window locates every user message, with hover preview, click-to-jump, and drag-to-scan.
- jean3690/dsh-drawio — DSH drawio plugin: AI-driven diagramming (validate/render/edit/template tools) plus a sidebar live SVG canvas embedding the official diagrams.net editor.
- FTShare-Lab/dsh_kline — Interactive K-line analysis plugin for DeepSeek Harness: multi-market quotes, technical indicators, support/resistance levels, and news/fundamentals shown directly in the native sidebar.
- MurrayJoe/dsh-urge-risk-light — Urge Risk Light — a DeepSeek Harness tool plugin that batch-classifies red/yellow/green follow-up risk by comparing process-node dwell time against SLA, with a result card and a bottom-right floating widget.
- valuz-ai/dsh-valuz-genui — DeepSeek Harness plugin: generate_ui — the model authors A2UI documents rendered as interactive surfaces in the chat (valuz genui).
- nyantused-cpun/gewu-tools — Model-agnostic visual-inspection pipeline for DSH: lets vision-less models complete visual checks via a vision subagent — HTML screenshots + vision-subagent briefing + source-code truth verification.
- qianshe/dsh-assistant-optimization — DSH plugin: fold mis-rendered thinking/reasoning content into collapsible blocks and render mermaid diagrams inline.
- sumarilkkxx/dsh-artifact — Inline ECharts rendering plugin for DeepSeek Harness.
- Gelomen/glm-vision-plugin — DSH plugin that bridges Zhipu GLM vision models into DSH, providing an analyze_image tool.
- sprainJinyu/dsh-vision-link — Route-preserving image understanding for text-only models in DeepSeek Harness (DSH).
- dami9527/dsh-image-pathify — DeepSeek Harness plugin that lets vision-less models like deepseek-v4-flash handle chat images too, with a built-in image-recognition tool. Install: dsh plugin --profile web add dsh-image-pathify
- timedomain1/dsh-mermaid-renderer — Render Mermaid diagrams in the DeepSeek Harness web chat — repeatable zoom, fullscreen viewer, beautify defaults.
- GooDAnDReaDY/dsh-fal-image-gen — Image generation for DeepSeek Harness: a generate_image tool backed by the FAL queue API, with the picture shown inline in the conversation.
- iqingyoung/search2chart-mcp — Agent-native charting — turn search/research/tabular data into inline charts in agent conversations. Native DSH plugin (true inline) + cross-agent MCP server (file-link + interactive HTML).
- lhwu1/dsh-seelog — Struggling with tangled logs? Get a clear topology view instead — even multi-agent runs stay easy to follow.
- Iwctwbh/dsh-flowglass — Flowglass — DeepSeek Harness session flowgraph, visualizing messages, tool groups, subagent branches, and step details in real time.
- guhanfei-ai/dsh-mindmap — Lets DSH quickly generate mind maps for you.
- ImCabbage/dsh-plugin-mindmap — MindMap: a DeepSeek Harness plugin that distills conversations into persistent storylines with an interactive map tab.
- Max-Null/dsh-node-appearance — Session-node appearance plugin: colors DeepSeek Harness Web GUI session nodes by node type/tool name (configurable palette) plus a thinking-process display toggle.
- SnowCrescenter-tech/dsh-milestone — Git-style milestone timeline for DeepSeek Harness — hover for metadata, click to jump to any message.
- SSShooter/dsh-mindmap-live — DSH live mind-map plugin: agent and you co-edit the same tree, changes sync instantly both ways, with docked split-view and full-screen focus modes.
- 12398k/dsh-opencode-go-dashboard — Go-based dashboard for DeepSeek Harness (opencode-go lineage).
- HellowVirgil/dsh-antv-ava — AntV AVA plugin for DeepSeek Harness with streaming narrative text and charts.
- baihui-ai/a2ui-render-in-dsh — Interactive A2UI cards for the dsh web UI — quizzes, forms, charts and diagrams rendered inline in the conversation, with a full action loop back to the agent.
- luweiyabo/dsh-whale-pet — Open-source desktop whale pet plugin for DeepSeek Harness Web UI, with Agent-state awareness, multiple transparent animations, click-and-drag, screen roaming, custom actions and trigger rules.
- mjw-git/dsh-pet — Desktop pet plugin for DeepSeek Harness (dsh) — grows with your agent token usage; XP economy, custom spritesheets, SSE status push, one-command install.
- Nagi-ovo/dsh-visualize (★15) — Generative UI: the model draws interactive HTML cards straight into the chat stream.
- windyslime/DeepSee (★1) — DSH
0.1.0-rc.5Web-profile vision integration: image turns go through a local DeepSee gateway with pluggable VLM backends while normal text routing stays in DSH. - zhouwumu2-lab/dsh-vision-fix (★10) — Vision fix / repair helper.
- sjscy05/deepseek-harness-vision-plugin — Vision plugin for DSH.
- good-boy4069/Deepseek-omnimodal (★2) — Omnimodal support.
- YYTbit/dsh-plugin-vision-toolkit — Vision-toolkit bridge.
Slides / PPT
- Blaczz/dsh-deck-builder — Convert Markdown into a self-contained HTML presentation (slides) with themes and keyboard navigation; a zero-dependency
deck_buildtool. - THU-MAIC/dsh-openmaic — OpenMAIC for DeepSeek Harness: classrooms, slides, interactive widgets, and Socratic teaching.
- unStone/dsh-plugin-web-ppt — DeepSeek Harness plugin: let your agent read and export .pptx / .ppt — pure JS, no PowerPoint, no conversion, no network.
- Devin-AXIS/deepseek-design — Editable design system for DeepSeek Harness: AI generation, visual editing, a template marketplace, and native PPT/design studio.
- liustack/pptwise — Stable, editable PPTX generation for AI agents — semantic IR in, native DrawingML out. DSH plugin + Claude Code plugin + CLI.
- zbc0315/dsh-synomega — Organic reaction prediction for DeepSeek Harness: retrosynthesis, forward prediction, route planning, SynScore, and multi-component evolution — with in-chat molecule, reaction, and route-tree visualisation. Runs entirely locally.
Coding
- baiyuscc13724-max/dsh-godot-preview — Independent Godot 4 Web and native preview plugin for DeepSeek Harness.
- better-er/dsh-classic-coding — Classic-style coding-discipline plugin for DeepSeek Harness (dsh·古法编程插件).
- shine-233/dsh-codex — Monorepo porting openai/codex capabilities into DeepSeek Harness (dsh): wire-protocol contract, sandbox, policy engine, session suite, edit fusion, prompt assets, and porting ledger.
- zilliztech/dsh-milvus — Read-only DSH Web plugin for inspecting and searching Milvus or Zilliz Cloud collections from chat, including scalar, BM25, dense, and hybrid queries.
- lemonxiny55/dsh-code-index — Semantic repo index plugin: tree-sitter symbol index, ranked symbol search, and a bounded auto-updating repo map injected into the system prompt — fills the gap left by dsh's lack of an aider-style repo-map / Cursor
@Codebasecapability. - lvxinrong/dsh-archscope — Evidence-driven system architecture reconnaissance for DeepSeek Harness.
- PenguinAndy/dsh-ezcommit-plugin — One-click Git commit plugin for DSH: the session model splits workspace changes into reviewed Conventional Commits batches, with built-in sensitive-file filtering.
- cherrchen/dsh-plugin-git — Git plugin for DeepSeek Harness (dsh-plugin).
- GeekRicardo/claude-in-dsh — Drive a session with local Claude Code inside the DSH web UI: native rendering, permission profiles, model/effort switches, a command palette, and a broker-managed process.
- hanjixin/dsh-finance-plugins — DSH Finance Plugin Suite — a bundle of finance-domain plugins for DeepSeek Harness.
- JasonFreeLab/dsh-command-code-review —
/code-reviewslash command for DeepSeek Harness — five parallel review lenses, per-finding confidence scoring, then aghreply posted back on the pull request. - LJH-snow/dsh-tool-github — GitHub tool plugin for DeepSeek Harness (Cordis-based dsh-plugin).
- LJH-snow/dsh-tool-sql — SQL/database tool plugin for DeepSeek Harness (Cordis-based dsh-plugin).
- bigsongeth/dsh-events — Structured NDJSON event output for dsh (DeepSeek Harness) headless runs — the --json that dsh doesn't have yet.
- chenjie1129/remotion-video-plugin — Remotion video creation skill plugin for DeepSeek Harness.
- JoFe2/kaleidosphere-dsh-plugin — Native KaleidoSphere database-analysis plugin for DeepSeek Harness.
- Whatsmore-nf/dsh-pdf-edit — PDF editor with AI text-only edits (styles unchanged). Supports single-page, batch, and layout changes; HTML intermediate preserves styles, optimized for large files.
- CH4ACKO3/dsh-turn-fold — Codex-style completed-turn folding for DeepSeek Harness, powered by dsh-harmony.
- liustack/pptfast — Stable, editable PPTX generation for AI agents — semantic IR in, native DrawingML out. DSH plugin + Claude Code plugin + CLI.
- MeghanBao/dsh-backstory — Ask any line of code its backstory: what it does, and why it's here — grounded in git history (dsh plugin).
- muyuanjin/dsh-ptc-plus — A session-bound agent-native REPL for DeepSeek Harness PTC mode.
- Jacobinwwey/dsh-NotEMD — Portable NoteMD workflow bundle for DeepSeek Harness: approval-gated markdown automation, knowledge indexing, diagrams, SVG previews, and Slidev exports.
- liuqingman/dsh-hawkeye-scan — Hawkeye Scan Workbench: AI-driven source-code security scanning for DeepSeek Harness (DSH) with 5 model tools + /hawkeye web UI + JSON/Markdown/HTML vuln reports, zero-dependency Cordis plugin.
- hatter123/dsh-ai-teacher — AI teacher plugin that helps you thoroughly digest a PDF.
- akira399/dsh-novel-writer — Novel-writing workshop plugin for DSH: a nine-stage gated creative-writing pipeline plus worldbook-setting injection, local book import, one-click AI polishing, de-AI-flavoring, golden-three-chapters diagnosis, million-word consistency tracking, and market research with template replication.
- CanglongCl/dsh-tool-retry — Tool-call retry plugin for DeepSeek Harness: auto-stashes every tool call so a failure lets the AI revise only part of the arguments and replay, instead of regenerating the whole long argument set.
- dmz2922990/dsh-ssh — SSH plugin for DeepSeek Harness.
- ZhangFengshun/dsh-remote-ssh — DSH web plugin: VS Code Remote-SSH-like remote development (SSH, remote workspace, file explorer, integrated terminal).
- nemosr/dsh-personal-plugins — Personal DeepSeek Harness plugin collection: a
web_app_testingbrowser-testing tool plus ahost-web-debuggerdebug-log collector. - Nigel211/dsh-text2img-compress — Renders long text into an image to exploit the per-image 384-token cap, cutting LLM input tokens — a DeepSeek Harness plugin.
- Code2Skill — Generates Function, MCP, Agent Skill, and offline-test packages from authorized existing code, and ships a DeepSeek Harness bundle for its generation and review skills.
- gongyijie85/dsh-repo-setup — Read-only repo bootstrap scanner (
repo_setup_scantool): detects stack/tests/docs/git/db hints and recommends skill plugins, MCP servers and hygiene files (claude-code-setup counterpart). - Tlyer233/dsh-vscode-review — DeepSeek Harness review plugin for VS Code: view dsh's adds/deletes/edits directly in VS Code, with per-line accept/reject.
- omdsh-dev/dsh-open-in-vscode — Open DSH workspace directories in VS Code directly from the web GUI.
⭐33 - omdsh-dev/dsh-custom-tool — Create and manage sandboxed JavaScript tools with a Monaco editor and a model-driven tool lifecycle.
⭐18 - CanglongCl/dsh-web-review — Web preview and element annotation for the DSH Web GUI, letting the AI edit front-end source code from visual feedback.
- DaXiGua732/start-dsh — A PowerShell script that quickly launches DSH with peak-hour detection: during peak hours it won't jump straight into DSH, otherwise it launches directly — saves solo developers time and money.
- omdsh-dev/dsh-plugin-check — Plugin health check: scans plugin repos for manifest protocol, patch format, build pitfalls, and hub listing status; zero-dependency, read-only, registers a
plugin_checktool.⭐11 - omdsh-dev/plugin-template — Plugin template repository based on the official turtle-ui plugin repo.
- a179-sanae/dsh-code-check — Auto type-check diagnostics: runs
tsc --noEmitin the background after code edits and exposes acode_checktool. - FlashingChen/dsh-worktree — Codex-style permanent git worktrees: create/list/remove agent tools, a
/worktreechat command, and durable per-repo manifests. - lincong1987/dsh-model-switch — Flexible model switching for sub-agent and plan execution, picking the more suitable model for each.
- PangYiMing/dsh-batch-regression — Runs a command N rounds and judges by median/distribution for statistical regression conclusions.
- PangYiMing/dsh-bisect-debug — Bisects bugs by code, boundary, or commit to locate root causes.
- PangYiMing/dsh-port-guard — Triage for port conflicts: reuse, switch, or precisely kill the occupying process.
- PerryLink/dsh-lsp-actions — LSP diagnostics and formatting actions.
- lonelymoon87/dsh-code-intel — Symbol-aware code indexing and hybrid search for DeepSeek Harness.
- lonelymoon87/dsh-gitflow — Git status, diff, commit, pull-request, and worktree workflows for DeepSeek Harness.
- lonelymoon87/dsh-specflow — Specification-driven development toolkit for DeepSeek Harness.
- lonelymoon87/dsh-vscode — VS Code client for the DeepSeek Harness SDK runtime.
- liuup/dsh-latex-tools — Copy and export the LaTeX in DeepSeek Harness: hover any formula to copy its TeX source or export it as a standalone SVG.
- MOLAaaaaaaa/dsh-seismicx — DeepSeek Harness plugin for the SeismicX earthquake-catalog skill.
- shyboy/dsh-k12-lesson-builder — DeepSeek Harness plugin for generating synchronized K12 English PPTX and DOCX lesson materials.
- BrambleXu/dsh-annotate — Visual browser element annotation for DeepSeek Harness, capturing DOM, styles, accessibility data, comments, and viewport screenshots.
- BrambleXu/dsh-revdiff — Native interactive Git diff review for DeepSeek Harness with structured annotations sent back to the current Agent session.
- sleepinginsummer/dsh-hashline-edit-pro — Hashline edit pro plugin for DeepSeek Harness.
- sakthiveltofficial/dsh-git-plugins — dsh-git: Git & source-control plugin suite for DeepSeek Harness — local git + GitHub/GitLab/Bitbucket/Azure DevOps/Gitea + self-evolving memory.
- Blackspace2/dsh-math-copy — Copy mathematical formulas in the dsh web UI.
- lj970926/dsh-plugin-mermaid — DeepSeek Harness web client plugin: renders mermaid code blocks with a chart/source toggle.
- KevinWen7415/dsh-virtual-workspace — Virtual Workspaces for DeepSeek Harness: a dynamic Cordis plugin that groups multiple project directories under one name for cross-project read/search/write, with native sidebar integration and sandbox-consistent escalation.
- joejojoking-cloud/dsh-file-explorer — A global file explorer plugin for DeepSeek Harness: a folder-switch button next to any session's title bar opens a resizable file-tree panel on the right.
- Ethanout/computer-use-plus — Low-token, low-latency Windows computer-use MCP with learned shortcuts, UIA/CDP/OCR routing, and DeepSeek Harness support.
- jkcltc/dsh-chat-flow-re-layout — DeepSeek Harness web UI plugin that folds settled tool calls, context and reasoning into compact horizontal chips. Pure CSS, zero build.
- Monokuna-Hugo/dsh-kaoyan-english — Postgraduate Entrance Exam English reading-proposition assistant: a dynamic Cordis plugin that crawls foreign publications (The Guardian, Psychology Today, The Economist, etc.) and drafts a full mock exam paper.
- LeslieWylie/dsh-md-preview — Render Markdown to standalone, self-contained HTML in DeepSeek Harness — an
md_html_rendertool that works headless, plus a preview/export drawer in the web GUI. One renderer behind both, zero dependencies. - yangbobo2021/relay-dsh-plugin-codex — Codex integration plugin for DeepSeek Harness, providing native Codex conversations powered by the Codex App Server, with workspace, terminal, approval, and DSH tool support.
- chenw2759-wq/dsh-IDE — SSH front-end plugin giving DSH lab-like remote operation: quick SSH response plus in-UI browsing/editing of remote server files and code.
- LJninse/dsh-open-in-ide — DeepSeek Harness Web UI plugin: adds an IDE button that auto-detects local IDEs and opens the current workspace folder.
- Pasumao/dsh-plugin-workbench — VS Code-style workspace file explorer with editable preview for the DSH web GUI.
- Zalpha263/dsh-file-explorer — Lets DSH browse the current workspace folder and preview files like other agent UIs.
- anoslide/dsh-vscode-layout — Turns the DeepSeek Harness Web UI into a VS Code-style IDE: three-pane layout, file tree, multi-tab viewer/editor, and a desktop launcher; fully replayable patches (MIT).
- weinibuliu/deepseek-harness-vsc-extension — DeepSeek Harness for VS Code as an extension.
- chenw2759-wq/dsh-mindmap — Mind-map mode plugin: turns courseware (PPT/PDF/Word) and e-books into print-ready review mind-map HTML (A3 landscape, brace-style branches, cover overview, and interactive quizzes).
- SamFirefly096/dsh-docflow-workflow — Document workflow plugin: upload/parse/generate/edit docx·pptx·pdf plus real literature search verification (PubMed/Crossref) and GB/T 7714 citation formatting.
- TT432/dsh-mcmcp — Port of the omp mcmcp extension to the DSH plugin system: MC client debug driver reading
.mcmcplaunch configs and driving the AIDebugServer inside the clientsmoke mod, withmcmcp_*tools and a runtime skill. - zoahdev/dsh-plugin-template — Minimal, verified template for DeepSeek Harness plugins: bundle manifest, one tool, tests, and CI smoke load (dsh 0.1.0-rc.6).
- AKS1st/dock-editor — Text-editor plugin for DSH: undo/redo, Ctrl+S save, unsaved-change confirmation, binary detection, and floating-window geometry memory; the default dock-files viewer. Requires dock and dock-files.
- fuzhengwei/walioffice-dsh-plugin — Walioffice office-software plugin for DeepSeek Harness.
- moonbowterfly/dsh-bio-genie — 🧬 A wish-style bioinformatics & biology analysis plugin for DeepSeek Harness: Biopython-powered sequence analysis, genomics, zero-install Python env (uv+venv).
- peterwangze/dsh-novel-writing — Automated novel-writing publishing pipeline plugin for DeepSeek Harness: a migrated claude-writing-workflow agent preset + novel workbench (visual/live-render/chapter editor) + multi-platform publishing config with a data-driven optimization loop.
- x2802490130-prog/dsh-tool-writing — Writing engine for DeepSeek Harness: long-form web-novel orchestration with a separate DeepSeek key, lore management, semantic retrieval, and a corpus library.
- x2802490130-prog/dsh-writing-remote — Typert remote for dsh-tool-writing: exposes project, library and search data to the client writing panel.
- zuoyunlai/lunheng-article-pipeline-dsh — Lunheng (论衡) article-pipeline plugin bundle for DeepSeek Harness (DSH adaptation).
- temotee2103/dsh-ci-co-pilot — GitHub CI co-pilot for DeepSeek Harness: PR review, CI failure fixing, issue triage and release notes. Everything is a plugin.
- temotee2103/dsh-overdrive — OpenClaw-style multi-platform gateway for DeepSeek Harness: WhatsApp / Telegram / Discord / Slack / Feishu / DingTalk / WeCom channels, in-chat trajectory replay, subagent & cron commands, native approval buttons, one-command docker deploy.
- cdxiaodong/dsh-llm-inspector — Unified LLM request/response inspector: reasoning-effort tuning, external-think export, traffic & bundle analysis.
- hawk2048/dsh-openwolf — A compact code-map “second brain” for DSH: pre-indexed project maps, per-file digests, and AGENTS.md injection (wolf_map / wolf_file / wolf_refresh).
- LSAI2023/dsh-ide-context — Carries live IDE context (currently open files and text selection) into every model turn via the Claude Code IDE integration bridge.
- zsxh1990/pr-genius — PR Genius — pre-submit improvement advisor plus a PR knowledge base for large open-source projects.
- Starfie1d1272/dsh-github-skills — Skill-first GitHub workflows for DeepSeek Harness: PR triage, review feedback, CI diagnosis, and safe publishing.
- Younthing/dsh-notebook — Open-source Jupyter notebook plugin for DeepSeek Harness with agent tools, Python kernels, and Web UI.
- HarcoChen/dsh-vsc-integration — VS Code integration for DeepSeek Harness.
- taontech/dsh-git — Git plugin for DeepSeek Harness (no description provided upstream).
- TYEclipse/dsh-color — Color conversion toolbox for DeepSeek Harness (dsh): parse/convert any CSS color (hex, rgb, hsl, hwb, named), WCAG contrast ratios with AA/AAA verdicts, named-color lookup — zero runtime dependencies, pure math.
- chiro2001/dsh-dcp — Dynamic Context Pruning plugin for DeepSeek Harness, modeled on opencode-dcp.
- uckkk/dsh-api-contract — API contract assistant: parses OpenAPI 3.x, generates typed TypeScript/Python clients, and detects breaking changes.
- uckkk/dsh-license-guard — Dependency license compliance: scans node_modules licenses, normalizes SPDX, categorizes, and runs pre-release compliance checks.
- uckkk/dsh-test-coverage — Test-coverage analysis: parses LCOV/Cobertura/Istanbul/Go coverage reports into structured coverage data and uncovered-line ranges.
- luoyuejun9/dsh-cinematic-workflow — Cinematic-workflow plugin for DeepSeek Harness (no description provided upstream).
- Noob-stupid/dsh-github-login — Visual, terminal-free GitHub login for the DSH ecosystem: device-code flow with token sync to the gh CLI.
- chenkezhen480/dsh-multimodal — Adds multimodal capability to DeepSeek Harness.
- huangrx6/dsh-plugin — DeepSeek Harness (DSH) plugin bundle: skill management (import/detail/multi-format preview), MCP server management (patch-layer read/write, connection test, tool detail), and layout settings.
- ilps2/dsh-video-understand — Low-cost video understanding plugin for DSH: Bilibili/local video → AVIS info layer → summary + Q&A (99.95%+ token compression).
- JohnXu22786/codegraph — Code knowledge-graph plugin for agent harnesses (dsh): indexes symbols, call sites, and imports into SQLite, answers call/dependency questions via CLI or stdio MCP tool server.
- JohnXu22786/docgen — dsh plugin: documentation-workshop skill pack. Pure-prompt (Agent Skills) documentation generation: README generation, PR descriptions, changelogs, and code review; zero third-party dependencies.
- JohnXu22786/snippet-expander — Steno — dsh plugin: inline
#tagshorthand expansion before send (multi-library, aliases,{{variables}}, recursion guards). - JohnXu22786/spec-driven — Keel: a spec-driven-development discipline skill pack — spec first, verify assumptions, guard against over-engineering and scope creep, for dsh and other plugin-based harnesses.
- omicverse/dsh-omicos — Run OmicVerse/OmicOS bioinformatics analyses in a persistent Python kernel from inside DeepSeek Harness (dsh), with capability-catalog search and an account tab.
- SCSpotato/dsh-remote — Native Android client to remotely control DeepSeek Harness (DSH) from your phone.
- XHR666/dsh-mpkg-wallpaper — Load Wallpaper Engine .mpkg files as the DeepSeek Harness web background: embedded mp4, time-of-day switching, unified frosted blur, lens zoom.
- yoli-mi/dsh-client-ui-custom — Configurable DSH web-surface plugin: wallpaper & frosted-glass themes, accent colors, custom keyboard shortcuts, app-usage panel, history strip, message Markdown — zero shell edits.
- clackken-vni/dsh-file-manager — File manager plugin for DeepSeek Harness.
- CyanoOrg/dsh-norm-spec — Plugin for norm-spec: session-scoped
.normconvention injection, post-edit validation, and native norm tools. - hccccc01333/dsh-excel-chat — Talk to Excel in DeepSeek Harness: create, edit, repair, and verify spreadsheets by conversation (cells, formulas, styles, filters, tables, charts); every edit is auto-validated.
- nexpeakcore/deepseek-harness-pr-review — Headless PR review automation on DeepSeek Harness: claim-level description verification, docs reality-check, requirement impact analysis, human-in-the-loop, auto review poller, web dashboard.
- uckkk/dsh-markdown-table — Markdown table generator: converts JSON arrays / 2D arrays into Markdown tables.
- truelove-dreamer/dsh-plugin-git-workflow — DeepSeek Harness plugin: first-class Git workflow tools for the model — repo status, diffs, commit creation with validated messages, recent history, and branches. No bare-shell git calls; every invocation is a shell-free execFile with path and message validation.
- SakalioLabs/dsh-code-ide — IDE plugin for DeepSeek Harness that adds code-review capability in a minimally invasive way.
- balcoz/dsh-ocr-local — Local OCR plugin for DeepSeek Harness (no description provided upstream).
- syncable-dev/dsh-plugin-memtrace — Local-first code intelligence graph for DeepSeek Harness. Structural search, blast radius, temporal memory, and 27 agent skills.
- Viger1/dsh-preview — Eyes for your DeepSeek Harness agent — it opens, sees, and fixes what it builds. Headless-browser verification tools + a bundled self-check skill.
- CC19990113/dsh-plugin-codegraph — Structural code intelligence for DeepSeek Harness (dsh) — gives the agent
codegraphandcodegraph_indextools to find where a symbol is declared, what calls it, and what a change reaches, from a tree-sitter index it builds itself. Compatible with the codegraph CLI's on-disk format. - web-casa/dsh-plugin-pkgseek — PkgSeek Linux package, command and CVE intelligence as native DeepSeek Harness (dsh) tools.
- duyanta123/arch-doc — Analyze a codebase and generate architecture documentation (module responsibilities, dependencies, entry points, run methods).
- duyanta123/dsh-data-insight — Turn CSV data into insight reports — profile datasets, run DuckDB queries, and generate charts and structured report templates.
- chengganping-ship-it/dsh-tool-codereview — Professional Code Review & Security Scan plugin for DeepSeek Harness - SARIF output, OWASP Top 10, AI-enhanced analysis, auto-fixes.
- PerryLink/dsh-doublecheck — Double-check before you ship: grill the requirements, test the implementation, prove the delivery. An engineering-discipline bundle for DeepSeek Harness.
- kelai141/local-git-4-llm — Git-like multi-LLM shared-workspace collaboration plugin for DeepSeek Harness.
- Lab-sku/dsh-vision-bridge — VisionBridge: a self-built vision bridge that auto-calls a vision model to recognize images received by a text-only model.
- leaveimagination/dsh-qwen-voice — Voice control and multi-session task dispatch for DeepSeek Harness, powered by Qwen Audio Agent.
- JohnXu22786/command-scout — Discovers a project's declared build commands — Makefile targets, package.json scripts, just recipes, deno tasks — and exposes them as ready-to-run agent tools.
- JohnXu22786/file-planning — Disk-persisted execution-planning plugin: plan, execution state, field notes, and debrief live in the workspace
.trail/directory, surviving interrupted sessions and context compression. - JohnXu22786/adversarial-review — Adversarial multi-perspective code review: parallel attack-style review lenses merged and deduplicated by an arbitration layer, graded by severity, with evidence and fix suggestions; read-only.
- JohnXu22786/docs-retriever — Versioned documentation retrieval for coding agents: maintains a library-doc index so agents fetch accurate, versioned, traceable API docs on demand while writing code.
- JohnXu22786/worktree-mgr — Task-isolated git worktree workspaces for dsh: create, manage, and clean up separate working trees so parallel tasks don't collide.
- Rianico/dsh-better-edit — Hash-anchored read/edit/batch_edit/undo_last_edit tools for DeepSeek Harness (dsh) — a dsh port of pi-hashline-edit-lsz.
- Wongzexu/dsh-git-status — Git status (Git Graph) plugin for DSH: commit DAG lane graph, uncommitted changes/stash, inline diffs, and branch operations.
- wxkingstar/SpecFusion — Search 65,600+ API docs across 20 Chinese open platforms directly inside DeepSeek Harness / Claude Code / Cursor / Codex / Gemini CLI; zero-config, supports both Skill and native DSH plugin formats.
- lovetree128/dsh-git-gui — A Git GUI plugin for the DeepSeek Harness Web UI.
- seven282/oss-prompt-optimizer — Prompt optimizer for DeepSeek Harness that improves AI output quality.
- WhitePlusMS/dsh-git-graph — Read-only Git Graph view for the DeepSeek Harness web interface: inspect commit topology, branches, tags, remotes, HEAD, and working-tree status in a dedicated view beside Chat and Trajectory.
- 22-ai-00/dsh-enhanced — A dedicated collection of enhancement plugins for dsh.
- iiwish/dsh-testkit — Lifecycle conformance testing for DeepSeek Harness plugins.
- SparkElf/dsh-plugins-plus — SparkElf-maintained independent plugins for DeepSeek Harness (dsh), installable on upstream dsh via profile composition bundles.
- iceBear662/dsh-vision-edge-doubao — Vision plugin for DeepSeek Harness: image understanding via Edge + Doubao Web, zero cost, no API key. General recognition + math-modeling diagrams (geometry/flowcharts/charts/tables/formulas) + a clarify loop for uncertainties.
- RealAlexandreAI/dsh-gemini-multimodal — Gemini multimodal plugin for DeepSeek Harness (dsh-plugin, gemini, multimodal).
- sybolization/agent-jit — A DeepSeek Harness plugin that compiles the deterministic execution path of an LLM agent loop into a DSL program and executes it directly, significantly cutting tokens, round-trips, and context exposure.
- Lixxx1/dsh-vscode — DSH Sidebar — a Claude Code/Codex-style VS Code sidebar for DeepSeek Harness.
- lninghaha/dsh-coding-subscription-oauth — DeepSeek Harness coding-subscription OAuth: SuperGrok / Grok Build, ChatGPT Plus Codex, Kimi Code, Claude Code. No API-key pasting.
- naodeng/dsh-qa — dsh-qa · QA Workbench — a local software testing workbench plugin for DeepSeek Harness. Zero-dependency test project & iteration management with AI-assisted requirements, test cases, defects, milestones, reports, kanban and calendar.
- potterlee369-prog/dsh-vscode-opener — Adds VS Code and file-manager buttons to the DeepSeek Harness chat box.
- sudoprivacy/dsh-shareone-plugin — ShareOne tools for DeepSeek Harness.
- TY-ang/dsh-worktree-flow — DSH (DeepSeek Harness) plugin: multi-repo feature workspaces — one directory per feature, one git worktree per component repo, all on a shared feature branch, auto-registered as a DSH workspace.
- Y1X1n/dsh-prompt-optimizer — Prompt-optimization plugin developed for DeepSeek Harness.
- chiang21fcb/cn-linebreak — Chinese web-copy line-break auditor and fixer: checks orphan lines / split phrases / missing
keep-allper the《中文网页文案断行修复指南》guide and auto-inserts fixes; also ships as a standard DeepSeek Harness plugin (dsh.bundle) exposing acn_linebreak_audittool. - Mshir0/dsh-conda-workspace-env — Choose and persist a Conda environment per DeepSeek Harness workspace.
- ArmyWas/dsh-failure-lens — Deterministic DeepSeek Harness plugin that explains Windows sandbox spawn EPERM failures in context.
- haochi72/dsh-auto-continue-429 — Auto-continue plugin for DeepSeek Harness: automatically resumes a run after a 429 (rate-limit) error.
- zhtx2024/dsh-pdf — PDF parsing toolkit for DeepSeek Harness:
pdf_info,pdf_extract_text,pdf_render_pagewith hybrid pdfjs/built-in engines and system-font rendering for non-embedded CJK PDFs. - a792883583/dsh-git-panel — DSH web GUI git panel: branch management + GitLens-style commit graph.
- lijiajia96/dsh-tool-adb — DeepSeek Harness (DSH) plugin exposing Android Debug Bridge (adb) operations as model-facing tools: devices, shell, install, uninstall, screenshot, push/pull, logcat.
- KeynoWu/dsh-lsp-plugin — DeepSeek Harness LSP plugin: language server pool plus semantic tools (lsp_definition/hover/references/diagnostics), a settings page, and a 16-language catalog.
- Julyves/dsh-git-ui — DeepSeek Harness (dsh) plugin: Git status pill in the session header — branch, dirty counts, ahead/behind, recent commits & changed files.
- Leeminjing/dsh-messages-sanitizer — DeepSeek Harness plugin: auto-repairs invalid tool_calls/tool message pairing in the messages array to stop 400 INVALID_REQUEST session crashes.
- Chenmo0414/openanalyst — Turn your coding agent into a data analyst — DuckDB engine, auto-profiling, read-only SQL, and Vega-Lite charts. Ships as a DeepSeek Harness plugin (charts render live in the conversation) and an MCP server for Claude Code / Codex / Cursor.
- Yokira404/dsh-highlight-LETME — Automatically highlights "let_me" phrasing in the model's thinking/reasoning output.
- beihzb/dsh-notebook — Native Jupyter-style notebook for DeepSeek Harness: real ipykernel sidecar + VS Code-aligned cell UI, tqdm progress, inline figures, per-cell AI revision.
- tt-a1i/archify — Agent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams — self-contained HTML with motion and crisp export; ships a DeepSeek Harness integration.
- Funnyvalentine00/dsh-github-push — DSH super-mod (toolkit style): upload a project to GitHub with one instruction — README, git init, add/commit, remote, and push handled end-to-end.
- Lenonss/DSH_VsCodeMode — VSCode-like agent file editor + diff review DSH plugin: central "Edit Files" tab with file tabs, Quick Open, and Monaco Editor, plus a floating diff-review box for accepting/reverting agent edits.
- PerryLink/dsh-data-quality — DeepSeek Harness plugin for deterministic data profiling, cleaning, and verification (dsh-data-quality).
- baikangwang/dsh-ide-ui — IDE UI plugin for DeepSeek Harness (dsh-plugin; no further description provided upstream).
- DamonBao/dsh-codex-suite — OpenAI Codex provider for DeepSeek Harness with ChatGPT OAuth, native settings, and account usage.
- xiaosu19/dsh-codex-mode — Adaptive Codex and Codex PTC agent presets for DeepSeek Harness: native fast reads, run_code SDK pipelines, and published benchmarks.
- KeynoWu/dsh-ai-news — AI news plugin for DeepSeek Harness: multi-source aggregation (HN/arXiv/official blogs/Chinese media), a sidebar news-feed popup, and in-panel LLM summarization.
- SeireiA/dsh-plugin-rtk — DeepSeek Harness plugin for RTK-powered shell output compaction.
- omdsh-dev/dsh-bash-encoding — DSH bash-output encoding auto-detection plugin: replaces ctx.bash, self-manages spawn to collect raw bytes, auto-detects UTF-16LE/UTF-8/GBK and decodes correctly, fixing mangled Chinese text from the bash tool on WSL/Windows.
- omdsh-dev/dsh-sidechain — DSH side-session plugin: persistent
/sideside sessions (Codex-style) and one-shot/btwside questions (Claude-style) — run in a temporary fork, never written into main session history; embedded side-chain panel in the Web UI, main session stays untouched. - terwer/dsh-siyuan-note — Integrate SiYuan Note as a DSH knowledge base.
- HaoyueQin/dsh-better-reasoning-effort — Reasoning-effort editing for third-party models in DeepSeek Harness: per-model thinking levels with a knowledge base + protocol inference, edited inside the official Models page card.
- skymecode/deepseek-harness-for-vscode — DeepSeek Harness for VSCode: a community VS Code extension bringing DSH into the editor.
- bingfengaaaaa/dsh-jj-vcs — Jujutsu version-control plugin and skill for DeepSeek Harness multi-agent teams.
- ParticleLight/dsh-browser-plus — Enhanced shared browser for DeepSeek Harness: visible + AI-driven WebContentsView, ego-style page chrome, operation trail, JS dialog auto-accept, per-task windows & spaces, Electron 42.x pinned.
- shaking/dsh-vision — Vision capability for DeepSeek Harness (dsh plugin) and Claude Code (MCP): local OCR (macOS / Windows) + cloud VLM (multi-provider, OpenAI-compatible).
- T-Markus-Liang/dsh-game-studio — DSH Game Studio: AI-native Game Development Runtime for DeepSeek Harness — installable/removable/upgradable game-dev plugin (
/gamesubcommand, dynamic Agent Pool, engine adapters, Verifier + Quality Gate). - feng-liu-1994/workbuddy-finance-workbench — Open-source AI workbench for finance staff: 25 executable workflows, supporting DeepSeek Harness, WorkBuddy, Codex, and general-purpose AI agents.
- ddtcorex/maestro-skills — Universal AI Agent Development Skills Hub & Cordis plugin for Govard, Magento 2, and Laravel. Works with Claude Code, Codex CLI, OpenCode, GitHub Copilot, and DeepSeek Harness.
- omdsh-dev/Qwen-MM-Plugins — Qwen multimodal support plugin for DeepSeek Harness.
- omdsh-dev/sandbox-mxc — Microsoft cross-platform sandbox support for DeepSeek Harness.
- WindyPro-rourou/dsh-code-studio — Code Studio for DSH Web GUI — a VS Code + Cline hybrid: file tree, syntax-highlighted editor, Cline-style line diffs that auto-appear when the agent edits files.
- zuuky/dsh-omnifile — File-adapter plugin for DSH: drag/paste/multi-select/@-mention local files, parses documents via anydoc and images via a multimodal model, and feeds the results to the main model.
- BeforeWave/dsh-with-chatgpt — Bring ChatGPT's reasoning to your local codebase. Work directly, or delegate larger tasks to DSH.
- caob23/dsh-browser-control — Chrome browser extension + DeepSeek Harness plugin that lets an AI agent directly control your real browser.
- AlexYin-Tongji/dsh-ui-enhancer — Unofficial DeepSeek Harness desktop UI plugin with file workspace, wallpapers, pets, and @file references.
- LingYuYue1/dsh-workbench — VSCode-style workbench sidebar: file tree / multi-tab preview / CodeMirror editing / terminal / Git / whole-repo search / change review.
- MichengAI/dsh-codex-ui — DSH Codex UI: a Codex UI plugin for DeepSeek Harness with ~90% visual fidelity.
- NonchalantLudens/dsh-skin-collection — Multi-style skin collection for the DeepSeek Harness (dsh) web GUI — 9 themes with scoped decoration CSS and a sidebar skin manager.
- touche-s/rice-loving-whale — A rice-loving tsundere whale-girl desktop pet that always senses DSH status.
- try-works/dsh-browser-agent — DeepSeek Harness bundle: a Chrome browser for agents (browser_goto / browser_evaluate / browser_screenshot tools) with a live two-way pane inside the DSH Web GUI.
- Unintendedz/dsh-conversation-tree — ChatGPT-style immutable reply branches, inline branch switching, and whole-tree browsing for DeepSeek Harness.
- Unintendedz/dsh-response-meta — Always-visible model, reasoning, throughput, timestamp, runtime, and TTFT metadata for DeepSeek Harness replies.
- viphzz/whale-girl-assistant — A desktop mascot in the bottom-right corner of DSH that animates along with agent status.
- zhengjy01/dsh-settings-nav-organizer — Fold plugin/extension settings entries in the DSH settings panel into one collapsible 'Plugin entries' group row.
- d3cker/dsh-open-terminal — OpenTerminal support for DeepSeek Harness.
- Moon-shiyue/dsh-github-connect — Portable GitHub connection plugin for DeepSeek Harness (DSH): composer bottom-left one-click authorization, letting the AI operate your GitHub via a github_api tool. OAuth device flow / PAT, proxy & system-CA aware.
- win4r/dsh-pi-review — Read-only Pi Agent code review plugin for DeepSeek Harness.
- lhbsaa/dsh-visibridge — DeepSeek Harness vision plugin: analyze_image (structured OCR evidence) + capture_image (USB camera visual loop), with Ollama / DeepSeek / Xiaomi backends.
- launchmaniac/dsh-media-tools — OpenRouter image, video, and speech generation as deepseek-harness tools — an out-of-tree profile bundle, no fork required.
- Cyning12/dsh-coding-kit — DSH plugin + gate CLI for ICVO coding standards (load ≠ inject: call apply_coding_standards). CLI:
npx dsh-coding-kit. - initial-d/dsh-plugin-mlquant-benchmark — DeepSeek Harness tools for reproducing the ml-quant-trading protocol v1 benchmark.
- wang-kaopu/dsh-cordis-devtools — Devtools extension for DeepSeek Harness Cordis plugin development.
- 1692775560/dsh-Mimir-Academic-research — Mimir: an all-in-one research-workbench plugin for the whole research cycle — LaTeX paper co-editing/compiling, arXiv literature management, experiment tracking, metric charts, and GPU-server SSH task orchestration.
- 988hj7tczd-oss/dsh-a11y-scan — DSH native accessibility (WCAG) scanner: runs axe-core over local HTML files / build output / URLs and reports violations as Markdown/HTML/JSON.
- 988hj7tczd-oss/dsh-asciinema — DSH plugin: record terminal/tool output as asciinema v2 (.cast), replay with an offline embedded player, and export HTML.
- 988hj7tczd-oss/dsh-dep-vuln-scan — Scans project lockfiles (npm/pnpm/yarn/pip/go/cargo/maven/gradle) against the free OSV API and reports confirmed dependency vulnerabilities with fix versions.
- 988hj7tczd-oss/dsh-invoice-tools — DSH native tools: parse Chinese e-invoice PDFs into structured JSON with amount cross-check, and generate expense reports (Markdown / xlsx).
- 988hj7tczd-oss/dsh-lsp-packs — Out-of-the-box per-language LSP configuration packs for DeepSeek Harness: 12 Cordis plugins (one per language) reusing the shared dsh-lsp-stdio + dsh-tool-lsp base.
- 988hj7tczd-oss/dsh-pr-description — DSH native tool: analyze the current branch diff and generate a Conventional Commits PR title, description and self-review checklist.
- kaiwu/sparkles — Pi and DSH plugins for stock market.
- MeghanBao/dsh-crumbs — DeepSeek Harness plugin tagged cordis / deepseek-harness / dsh-plugin (upstream provides no further description).
- linconz/agentduel-dsh — AgentDuel: submit AI-generated code, watch it fight in a replayable battle arena, then tweak and rematch — all inside DeepSeek Harness.
- 1byteone/dsh-plugin-nlbi — NL2SQL / text2sql BI plugin for DeepSeek Harness: natural-language querying over MySQL.
- Tianbuyu-wwx/DSH-FormatForge — DeepSeek Harness plugin — drag any file (PDF/DOCX/XLSX/EML…, 30+ formats) into dsh and it becomes AI-readable structured data. FormatForge: forge files into model-ready context.
- maxmilian/dsh-forge — Read-only DSH tools for self-hosted Gitea and Forgejo: repositories, issue and pull request search, PR diffs, and Actions runs, jobs and logs.
- lzy-like/dsh-acps-adapter — Plugin that turns DeepSeek Harness into an ACPs Leader: discover, invoke, and aggregate ACPs agents.
- ai4paper/ipaper — IPaper: an academic paper-writing product bundle for DeepSeek Harness (DSH) — a read-only, system-trust academic preset supporting scholarly planning, research, drafting, and revision while forbidding fabricated citations, data, and results.
- DM010727/dsh-cline — Open-source DeepSeek Harness plugin — DSH (DeepSeek Harness) + Cline VS Code ecosystem fusion.
- HaoyueQin/dsh-diff-stat — DeepSeek Harness web plugin: inline +N −M diff badges on edit/write tool rows and a per-turn file change summary card. Scroll-windowed diffs, PTC/code-dispatch fallback, undo — no git required.
- JanEickholt/dsh-inline-diff — See every file edit inline in the DeepSeek Harness chat — always-open side-by-side diffs for edit/write tool calls.
- Electricitysheep/dsh-tool-turbo (★1) — Tool turbo.
Agents
- 1339190177/dsh-consult — Cross-provider second opinions for DeepSeek Harness (dsh): consult tool, OpenAI-compatible endpoint, DSH_MODEL rerouting, scout (web-search investigation), structured output, upstream transparency, JSONL audit. Distinct from btspoony/dsh-advisor (passive per-turn review).
- daydreamer0213/Tian-wen — An auditable learning control plane for long-running agents, built on DSH.
- bpc-oss/dsh-routed-subagent — DeepSeek Harness plugin: subagent_routed — run a one-shot subagent fully mounted on ANY agent preset from ANY session, with per-call model/provider override and a model-availability pre-check.
- secretxuan/oh-my-dsh — Agent Teams for DeepSeek Harness, with optional Windows computer-use.
- AgentDebugX/AgentDebugX — A debugging framework for agentic AI systems: diagnose failures, attribute root causes, recover with evidence, and validate fixes through reruns; ships as the
dsh-agentdebugxplugin for DeepSeek Harness. - ZSeven-W/dsh-crew — DeepSeek Harness (DSH) plugin: dispatch work to DSH agents from Claude Code / Codex — native subagent progress, in-host worker sessions with per-tier presets, and a multimodal bridge that lends the text-only harness vision and image generation.
- wilianyichen/dsh-deepseek-web — Operate chat.deepseek.com as a programmable agent from inside DeepSeek Harness: sessions, shares, digest.
- premiu2309/dsh-computer-use — Control macOS apps and browsers via text commands without touching your pointer.
- JasonWei04/dsh-computer-use — Computer-use plugin for DeepSeek Harness (dsh).
- whateverboy2333/dsh-flat-teams — Leaderless flat agent teams for DeepSeek Harness: cross-window structured task dispatch, recorder service, and web dashboard.
- zerosloney/dsh-cbx-orch — Durable coding-agent orchestrator as a DeepSeek Harness plugin: dispatch tasks to codebuddy/opencode/omp/cline/qwen with persistent jobs, queue, review, and rollback.
- Wang-Lin-Chang/dsh-vap — VAP - Verifiable Agent Protocol: a tested trust machine for agent-to-agent messages (zero third-party dependencies, full experiment ledger).
- tonytanglab/deepseek-harness-relay-mcp — Delegate long-running work to DeepSeek Harness from any MCP agent — and monitor it to completion.
- wowyuarm/dsh-agent-team — Opt-in Agent Team collaboration bundle for DeepSeek Harness.
- 1339190177/dsh-advisor — Cross-provider second opinions for DeepSeek Harness (dsh): consult tool, OpenAI-compatible endpoint, DSH_MODEL rerouting, structured output, upstream transparency, JSONL audit.
- hviana/dsh-cli-bridge — DeepSeek Harness (DSH) plugin that delegates coding tasks to the Claude Code and Codex agent CLIs and streams the whole run live — autonomous control, multi-account, automatic install, git worktrees, and any Anthropic-compatible endpoint.
- OpenCnid/deepseek-dovetail — Eight OpenCnid Dovetail agent skills for DeepSeek Harness — packaged as a hardened, reproducible Cordis plugin with evaluation evidence.
- JingHao-Leon/dsh-alpha-desk — Alpha Desk — a deepseek-harness (dsh) skill pack that turns an agent session into a compliance-first AI investment desk: multi-strategy fund backtesting via ai-hedge-fund, a tools/pre-execute risk gate, cron monitoring and thesis memory.
- CypherNaught-0x/DSH-Subagent-Model-Router — Deepseek Harness plugin that allows automatic delegation of subtasks to different models based on user preferences.
- yaways/dsh-subagent-claude-code-wrapper — Claude Code subagent provider for DeepSeek Harness with a configurable CLI executable path, forked from @deepseek-ai/dsh-subagent-claude-code.
- PerryLink/dsh-industry-research — Industry and company research domain pack for DeepSeek Harness: methodology skills, industry chain mapping, public-source policy/news tracking, company research cards, and auditable research reports. Research only - not investment advice.
- hancao97/hanai-investment-dsh — Local-first A-share research workbench for DeepSeek Harness: market dashboards, watchlists, valuation, four investor agents, versioned reports, and continuous post-report chat.
- ktdhhc/dsh-custom-subagents — A DSH sub-agent control plugin.
- Mr-Neutr0n/dsh-medseek — Clinical tools for DeepSeek Harness: handover and discharge drafts, de-identification, completeness checks, and cited lookups. Draft-only, not a medical device.
- PerryLink/dsh-research-report — Verifiable research-report engine for DeepSeek Harness: content-addressed evidence ledger (claim-snapshot binding, tamper-evident) plus versioned sealed reports with per-claim verification verdicts and a manifest-sealed directory.
- bpc-oss/dsh-verification — Verification gate for agents: every acceptance criterion must be backed by server-stamped real tool evidence before the completion gate lets a goal through (advisory audit, enforce gate, durable permits).
- hewzhew/dsh-agent-rp — SillyTavern migration and next-generation agent role-play for DSH.
⭐67 - whiteguo233/dsh-openbiliclaw — Embeds OpenBiliClaw, a local personalized content-recommendation agent, as a fourth panel in DSH with 22 agent-bridge tools for reading recommendations and closed-loop learning.
- omdsh-dev/dsh-data-agent — Lets the agent connect to databases and write SQL for you.
- omdsh-dev/dsh-mnemon — Deep Mnemon integration providing a three-layer local memory: runtime memory, retrievable documents, and supervised memory spaces.
- nowledge-co/nowledge-mem-deepseek-harness — Nowledge Mem community plugin bundle for DeepSeek Harness.
- btspoony/dsh-advisor — Pairs a second model that passively reviews each turn and injects notes.
- fakechris/dsh-track — Embedded task-management engine: decision-point protocol, idea-capture wall, and Linear-style issue storage shared between AI and humans.
- Fisfzy/ego-browser — Plugs the ego-lite agent browser (Chromium) into DSH with 13 structured
ego_*tools: semantic text snapshots, semantic-locator clicks, form filling, screenshots, and CDP control. - wuliLiuyue/wxpilot — A CLI for automating WeChat Mini Programs, built for AI Agents: lets an agent drive the WeChat DevTools like a browser — page navigation, element interaction, state reading, network capture & mocking. Ships a dsh Skill + CLI integration.
- omdsh-dev/dsh-longbridge — Longbridge OpenAPI integration for HK/US stocks: quotes, account, and trading tools with credential management in settings.
- omdsh-dev/dsh-tool-browser — Static Cordis overlay and integration guide for the official
dsh-tool-browserbrowser-control tool. - PangYiMing/dsh-browser-control — Browser-control plugin (CDP/Playwright).
- PangYiMing/dsh-mobile-control — Mobile-device control plugin (ADB/iOS).
- Tabbit-Browser/dsh-plugin — Tabbit Browser plugin for DeepSeek Harness: ships a bundled
tabbit-browserskill andtabbit_browser_installtool so the agent can drive the user's Tabbit Browser (CN/international, ≥1.9.0) via its Playwright CLI runtime, with background installer download when missing or outdated.⭐90 - titanwings/dsh-better-browser — Lets agents drive the user's signed-in browser through thirteen Kimi WebBridge tools.
- UynajGI/dsh-ssh — SSH remote-execution plugin: ProxyJump chains, SFTP filesystem, subprocess and PTY over ssh2.
- whiteguo233/OpenBiliClaw — Local-first cross-platform content-discovery agent (Bilibili, Xiaohongshu, YouTube, X, etc.) that ships a DSH client plugin.
⭐1926 - zenx0x/allinluna — Resource-aware multi-agent orchestration for Codex and DeepSeek Harness ("All in Flash" DSH plugin).
⭐22 - zcx369658780/governed-workflow-for-dsh — Policy-enforced, evidence-first governed workflows for DeepSeek Harness agents.
- Fafaisa6305/dsh-gamemode — Creative-mode agent preset for DeepSeek Harness with a Minecraft-flavored slash command.
- ciceroyang/dsh-report-studio — Turns a DeepSeek Harness session into deliverable work reports (daily/weekly/handoff/article) with verifiable receipts.
- mario03690/dsh-netcafe — Adds AI NetCafé's hosted outcome tools (statement extraction with reconciliation, SQL dialect transpile, mainland-China reachability, cross-session memory, scheduled agents) to your dsh profile in one install.
- MicroHEROX/dsh-Kimi-WebBridge — Kimi WebBridge for DeepSeek Harness — turns the local Kimi WebBridge daemon into 15 native
kimi_webbridge_*browser tools (navigate, click, fill, snapshot, screenshot, evaluate, network, upload, PDF). - kunjinkao-os/dsh-mobile-gui-agent — Android Mobile GUI Agent plugin for DeepSeek Harness with ADB control, iterative verification, approvals, and a Web mobile view.
- sherconan/dsh-entity-dd — Cross-border counterparty due-diligence plugin for DeepSeek Harness: confirm which legal entity you're actually signing with before trusting its registration data, using free official data sources with no key required.
- sakikoTGW/pack-agent — Agent Modpack: assemble your agent the way you'd install a Minecraft modpack.
- OrinVoss/dsh-math-team — DeepSeek Harness math-modeling team plugin pack: two role-based agent presets (modeling/coding + paper writing), Gitee three-folder collaboration plus a vision subagent, with a full 2023 national contest Problem C walkthrough example.
- Socialist-Sister/dsh-collaboration — Multi-agent collaboration suite for DeepSeek Harness: specialist roster with on-demand dispatch, roundtable, model comparison, and a multimodal vision bridge — models via the official provider flow.
- TecFancy/dsh-deeptutor — DeepTutor bridge bundle for DeepSeek Harness: learning capabilities, knowledge bases, and note archiving.
- omdsh-dev/dsh-advisor — Pairs a second model that passively reviews each turn and injects notes.
- yhny1001/dsh-rp-distribution — Plugin-first open-source role-playing distribution for DeepSeek Harness.
- superboy911/dsh-model-router — DSH model-routing plugin for keyword routing and isolated image generation.
- omdsh-dev/dsh-office — Office document tools for DeepSeek Harness: generate, read, and edit spreadsheets (.xlsx), PDFs, and presentations (.pptx).
- AbnerAI/dsh-monitor — Persistent background watchers (file inbox / command output) that wake the agent on new messages; the harness analog of Claude Code's Monitor tool.
- 1149784810/jayhe-dsh-gamemaker — Game development role subagents for DeepSeek Harness (planner=minimal preset, executor=hard PTC code mode, reviewer=minimal) plus bundled game-dev/game-minimal agent presets.
- fenglufa/dsh-board — A durable, multi-board, workspace-scoped task board for multi-agent / subagent collaboration: agents operate it through tools, humans manage it in a web panel.
- didclawapp-ai/DSH-Office — Office plugin for DeepSeek Harness: PPTX / DOCX / XLSX / PDF read, write and edit.
- ivwumupy/dsh-better-codex-subagent — Drop-in replacement for the fixed
codexsubagent provider that mirrors the Codex app-server stream into a harness child session. - jcs130/dsh-minecraft-agent — Lets an AI agent live and act autonomously in Minecraft: perceive, decide, and act (move / gather / build) via a local LLM — zero API cost.
- JinPLu/dsh-plugin-discussion-intent — A DSH Discussion Mode that keeps complex AI conversations aligned with your goals and turns them into evidence-based next steps.
- my-dsh-plugin/thinking-level-override — Autonomously override and adjust third-party models' thinking level, fixing missing or mismatched built-in presets.
- A3Boy/dsh-web-tools — Multi-provider Web Search & Fetch for DeepSeek Harness — Tavily, Exa, Firecrawl, Brave, You.com, Jina & SearXNG with fallback and a native settings UI.
- nyantused-cpun/folio — Folio (兰亭): consulting document-generation engine with a 5-stage pipeline (intake, memory, methodology, deliverable, proof). Native DSH plugin stack: 15 tools, session-protocol events, L0 guard, agent preset. Swappable methodology packs, zero-key start.
- rj-jiangyichen/dsh-rules — Rules plugin for DeepSeek Harness (no description provided upstream).
- songoao25/dsh-contract-drafting-agent — Professional contract-drafting agent mode: 11-stage lawyer workflow with 5-way parallel AI review, decision gate, and domain packs (general contract / employment / equity investment).
- songoao25/dsh-virtual-product-team — Product Team Mode agent preset: user-led conversation with a virtual product team (PM → Engineer → QA → Release) walking you from idea to shipped product.
- ytfh44/dsh-rptc — RPTC (Reusable Program-Tool Composition) agent preset — the full set of Standard and PTC modes: freeze toolchains into reusable tools and persist them after an explicit user command.
- af2000-tech/dsh-taskboard-plugin — Taskboard plugin for DeepSeek Harness (DSH) — issue kanban with a sidebar board panel, a 13-command agent tool, and a managed self-contained local service.
- derek2035/dsh-social — DeepSeek Harness social plugin: AI ghost-writing, anonymous by default, a review-gated opinion-exchange network.
- MaxHou-infinity/dsh-scout — Scout — evidence-driven company & job due-diligence plugin for DeepSeek Harness (HR tech).
- XKLMY-hi/dsh-synthv-bridge — SynthV bridge plugin for DeepSeek Harness (no description provided upstream).
- Jamailar/beav-deepseek-harness — Beav Creator for Xiaohongshu/RED, social-media AI operations, research, copywriting, images and video in DeepSeek Harness.
- pengpengyi92/dsh-quant — Agent-native quantitative R&D toolkit: 46 tools across 6 domains (data, alpha, ML, risk, execution, ecosystem) with an end-to-end PDAT→PET research pipeline.
- maddogfinance/dsh-trading — Research-only trading workbench: typed market-data seam with BYO providers, multi-timeframe indicator snapshots, interactive chart cards with provenance-gated model annotations, and a pre-execute risk-guard that blocks execution-shaped tool calls.
- kentleenot/dsh-trading-toolkit — A-share and US stock trading toolkit for DSH agents: realtime quotes, OHLCV klines, ADX three-state regime signals and simple backtest previews via EastMoney. Read-only, never places orders.
- PerryLink/dsh-github — GitHub integration for DeepSeek Harness: create PRs, review PRs in background jobs, read issues — every write gated by human approval.
- Scorp1o117/dsh-tool-vision — External vision-model plugin for DeepSeek Harness.
- uckkk/dsh-video-creator — Video-channel creation assistant: built-in templates, calls mainland-China LLMs to generate content adapted for major platforms.
- qt4399/Ds-Harness — An extended edition built on deepseek-harness.
- lusipad/RocketX — Team-collaboration client built on vanilla Rocket.Chat, integrating Codex App Server, DeepSeek Harness, and Azure DevOps, aiming for a Feishu-like experience.
- Lhy723/dsh-agent-canvas — Agent / Subagent / Workflow canvas tab for DSH Web.
- KCNyu/clawock — AI argues. Code settles. The losses stay on the page. A real HK + US brokerage account run by agents that must debate every call, settled by code the model never touches. Installs the same decision workflow into your own agent: OpenClaw, Claude Code, Codex, or DeepSeek Harness.
- gyyxs88/dsh-subagent-code-agents — Multi-channel coding-agent subagents for DeepSeek Harness: Codex, Claude Code, Grok Build and configurable ACP agents, with strict roles and durable runs.
- FuncWei/dsh-kanban — Kanban board plugin for DeepSeek Harness (dsh): multi-agent task board.
- Viger1/dsh-pilot — Hands for your DeepSeek Harness agent — autonomous browser operation by accessibility refs, with a permission model that follows your dsh session.
- dshworks/dsh-crew — Watch Claude Code and Codex work inside dsh: each gets a real terminal pane in your session's workspace that you can type into, plus five tools so the dsh agent seats them, hands them work, and reads their screens.
- NormanFxxkingRockwell/dsh-auto-vision — DeepSeek Harness vision bridge: auto-discovers your already-configured multimodal models and equips a text-only main model with a vision tool, returning recognition results as plain text. Zero config, one-command install.
- SiriLee/dsh-edit-approval — DeepSeek Harness plugin: per-edit approval with red/green line diff before write/edit/str_replace_editor (approve / reject / always allow).
- eightHundreds/dsh-plannotator — Review DeepSeek Harness plans in Plannotator — annotate, approve, or send them back.
- Yuanlang3/dsh-netease-music-plugin — NetEase Cloud Music plugin for DeepSeek Harness.
- PerryLink/dsh-background-agents — Interactive long-session background agents for DeepSeek Harness: start a durable continuable child agent, watch its progress in the Web UI sidebar, message it any time, and interrupt it - all through the official subagent seam.
- stuarthu/dsh-crew — dsh plugin: run work as a small crew of role agents (product manager, engineer, code reviewer) that share work through files on disk.
- luolin-boot/ATRI-Core - A free, self-moving mind in pure Python: autonomy (motive -> choose -> act -> reflect), hands (full device reach, zero holes), forge (review + generate code without vulnerabilities), memory, introspection, evolution. Embeddable, zero dependencies.
- JohnXu22786/computer-control — Lets an agent operate the desktop directly: screenshots, mouse/keyboard injection, accessibility-tree semantic actions, with emergency stop, allow/deny rules, confirmation flow, and idle standby.
- ma-pony/deepspider — Intelligent web-scraping platform: an AI-powered crawler agent built on DeepAgents + Patchright, carrying the
deepseek-harness/dshGitHub topics. - tengfeizhao1219/dsh-ai-collab — DSH plugin for AI multi-role collaborative development (files-as-communication): one-click init of collaboration-convention files; any DSH session can drive multi-role AI collaboration via ai_collab_init.
- cckyros/goal-acceptance — Acceptance-criteria-driven goal completion for autonomous agents — core library, MCP server, and a Cordis plugin for DeepSeek Harness.
- himhhh/dsh-side-tasks — Side-tasks plugin for DeepSeek Harness: runs parallel side tasks alongside the main agent session.
- Norman-else/dsh-claude — Run Claude Code as a first-class DSH conversation while preserving its native agent loop, tools, skills, hooks, and MCP integrations in DSH.
- BubblePtr/dsh-holdem — Six-max No-Limit Hold'em for DeepSeek Harness: one human and five LLM agents.
- ivanon/dsh-dev-crew — DeepSeek Harness plugin that dispatches work by responsibility to subagents bound to different models.
- leonardoxr/dsh-routed-subagent — Complexity-routed subagent delegation for DeepSeek Harness: the model picks the runtime tier per task.
- Leshm0321/dsh-plugin-local-agent-bridge — Drive the Claude Code and Codex installations already on your machine from the DeepSeek Harness browser UI.
- Ding6666666/one-person-company — A durable one-person company orchestration plugin for DeepSeek Harness (DSH).
- maxwell-feng/dsh-searxng-web — DeepSeek Harness plugin: backs the native web_search / web_fetch tools with your self-hosted SearXNG instance — keyless, private, no third-party search vendor.
- PyModel/dsh-research-plugins — Research plugins for DeepSeek Harness — a pnpm monorepo adding web search and MCP bridges for AI research, web scraping, and live documentation to your DSH agent.
- 240xu/dsh-websearch — Unified web search provider for DSH.
- ABccgh/dsh-agent-studio — DSH agent & plugin development preset: builds agent presets and preset local plugins for DeepSeek Harness, with a
preset_*toolset, plugin/skill scaffolding, static review, and mount verification. - AFANman/dsh-work-board — Kanban-style agent-workflow work board plugin for DeepSeek Harness.
- ZekaiShi/evo-subagent — Unified DeepSeek Harness plugin: role-based subagent routing + per-agent evolution (prefercmd/memory as knowledge allow/deny lists), so repeated tasks start from proven commands and save tokens.
- picoaide/picoaide-harness — PicoAide Harness: an enterprise-grade all-in-one DeepSeek Harness platform — desktop client + local agent engine + admin console, with private-deployment support.
- MaRi23333/dsh-subagent-library — Named subagent roster plugin for DeepSeek Harness: settings-driven role roster with list_subagents / delegate tools and a settings page.
- GooDAnDReaDY/dsh-vision-bridge — Vision bridge for DeepSeek Harness: images are described by the vision model you pick, so a text-only chat model never fails a turn on a picture.
- guo6x/dsh-palate — An eye that grows: accumulated design taste for DSH agents.
- jing-hy/picturereader — DSH plugin: pixel-to-text image reading for text-only models. image_scan/image_ocr/image_sample tools + image-reading skill (34-image trained methodology). Pure local, optional PaddleOCR.
- Rtyyy233/dsh-factor-mining-plugin — An agentic factor mining plugin for DSH, suitable for small LLMs like Qwen. Its core package can also work independently.
- yyh-001/dsh-companion (★2) — Companion plugin.
Loops (Auto-Research, Self-Improve, etc.)
- huchunlinnk/deepseek-desk-rsi — Recursive Self-Improvement (RSI) engine for DeepSeek Harness: a bounded perceive→integrate→verify→parity→repair→propose loop that keeps a downstream app in 1:1 feature parity with upstream — DSH maintains DSH.
- btspoony/mstar-harness — Skill-driven harness/loop engineering workflow agent plugin.
⭐39 - csyangwen/dsh-memory-evolve — Plugin-only cross-session long-term memory with background self-evolution: five memory tracks, in-turn self-review, skill self-evolution and a skill manager, todo tracks, and session search — zero core modifications.
⭐14 - vlln/dsh-loop — Timed loop plugin (
/loopcommand + loop tool + activity status bar). - william-jin-cmu/dsh-evolve — Self-evolving plugin: hot-mount/unmount Cordis plugins inside a session.
- fuhefei/dsh-sentinel — Condition-driven wakeup: durable file/command/HTTP/process/webhook watches that wake the agent, with a dock and a global dashboard.
- lzszq/dsh-scholar — AI research workbench for computational research: materials, project conversations, code and data, experiment runs, an evidence ledger, and TeX manuscripts in one recoverable project.
- omdsh-dev/dsh-revive — One-click revive: automatically sends "continue" to all interrupted sessions after a restart (
/revivecommand, tool, and browser button). - jingzhao-l/iterate-plugin — DeepSeek Harness (dsh) plugin: turns the iterate skill into an autonomous closed-loop code iteration — multi-round parallel review, deterministic dedup convergence, atomic fix + verify self-stop, meta-review consistency audit, dry-run read-only review. Maintained by the iterate-skill main repo.
- lmzhen/dsh-evolution — Hermes-inspired agent self-evolution plugin family, purpose-built for DeepSeek Harness.
- timwhitez/dsh-self-evolving — Evidence-first, crash-resumable self-evolution engine: bounded Cordis candidate generation, one-shot real-Loader admission, Harbor evaluation, and an auditable journaled lineage.
- WayneJin0918/dsh-wm — World-model research toolkit: inspect frames, name 3D / pixel / latent routes, score pred vs GT, and RSI skills / wm.yaml.
- zhao-wuyan/dsh-maestro-runtime — DSH host plugin for maestro-flow: guard, context, KG sync, delegate/team/coordinator runtime.
- tbxy09/dsh-replay-lab — Controlled request-surface replay and regression workbench for DeepSeek Harness.
- wxxb789/dsh-raven-research — Source-grounded deep research, writing, and learning plugin for DeepSeek Harness (dsh): steerable checkpoints, mid-run steering, and citations verified against retrieved sources.
- openma-ai/Martty — Self-Improvement TUI Plugin of DeepSeek Harness (formerly deepseek-harness-tui). Everything here is also a plugin.
- InterPSS-Project/ipss-agent — InterPSS Agentic Power System Simulation Agent for AC load flow, DC-based contingency analysis, and NERC TPL style reporting. Integrated into DeepSeek Harness as a DSH Plugin.
- maskshell/solidforge-dsh — A convergence-engineering (Loop-Engineering) system for DeepSeek Harness, shipped both as a DSH preset and as a global plugin usable from any session. Converge → spec → implement: parallel dual-loop TDD convergence gates, adversarial cross-source review, claim-by-claim citation checks against sources, and prior-art collision search — every gate leaves an honest record and never silently turns green.
- 2672243194/dsh-read-url — DeepSeek Harness URL reader: fetch any page and return clean main-content text/Markdown. Auto charset detection (GBK/GB2312/UTF-8/Big5), token-efficient (6000-char cap, cache, offset), zero deps, no API key.
- guo6x/dsh-pilot — Give your DSH agent hands: drive a real browser (Edge/Chrome over CDP) from the chat — ref-driven clicking, per-session browsers, and a live cockpit panel. Zero runtime deps, no API key.
- sharewiner/dsh-model-management — DSH model management, synchronized model visibility, and OpenAI Responses web search.
- wertyBSd/dsh-local-llm — Local LLM integration plugin for DeepSeek Harness.
- yhyfhgs/dsh-model-hub — DeepSeek Harness plugin: provider sign-in, model catalog, and selection routing over a loopback-only /model-hub channel.
MCP Servers
- 0N3-0/dsh-tui-mcp-manager — Adds a
/mcp-managercommand to the DSH TUI for hot-plugging and live-configuring MCP servers. - jiezeng2004-design/dsh-chatgpt-bridge — MCP bridge that lets ChatGPT web create, view, continue, and control DeepSeek Harness (DSH) agent sessions.
- menotbobbybrown/dsh-plugin-mcp — Universal Model Context Protocol (MCP) Bridge Plugin for DeepSeek Harness (dsh).
- menotbobbybrown/dsh-plugin-browser — Native headless & visible web browser automation agent plugin for DeepSeek Harness (dsh): navigation, semantic Markdown/link extraction, DOM parsing, form interaction, and visual screenshot verification.
- sheep-programmer/dsh-web-search-free — Free web search for DeepSeek Harness: Parallel (default) + Exa (backup) free providers, settings toggle, and dual-transport MCP server (stdio + HTTP/SSE) for Claude Code / Codex.
- Wenaixi/dsh-cfbridge — Cloudflare Code Mode MCP global bundle for DeepSeek Harness (DSH) — mcp__cloudflare__* tools + cfbridge skill + wrangler passthrough.
- asdshuaishuai/websearch-plugins — API-key-free aggregate search (16 domestic+overseas engines with result-layer failure filtering) plus direct target-URL fetch with SSRF protection, as providers for the DeepSeek Harness web seam (ctx.web).
- wilianyichen/dsh-official-vision — Direct official DeepSeek vision API bridge for DeepSeek Harness: deepseek-v4-flash-vision-exp provider route.
- YePpHa/dsh-web-search-kagi — Kagi Search v1 provider for the DeepSeek Harness.
- bobowsh/dsh-llm-opencode — OpenCode Zen free model adapter for DeepSeek Harness (DSH) — DeepSeek V4 Flash Free, Nemotron 3 Ultra Free, MiMo V2.5 Free, Big Pickle.
- EdwinDigital/dsh-web-search-microsoft-webiq — Microsoft Web IQ search provider plugin for DeepSeek Harness.
- yhyfhgs/dsh-providers-extension — Provider accounts, live model catalogs, and model selection for DeepSeek Harness.
- AlexKaiqi/dsh-multi-model-provider — Multi-model provider support for DeepSeek Harness.
- lory69060/cn-intel-mcp-dsh — DeepSeek Harness plugin: China hard-tech supply chain intelligence (MCP: signal board / track record / Q&A).
- zdk119746/dsh-llm-workbuddy — Use the models bundled in the WorkBuddy desktop app from inside DeepSeek Harness.
- dong-victor/dsh-mcphub — Bridges a local MCPHub aggregator (
@samanhappy/mcphub) into DSH: registers every tool from every enabled MCPHub server as native DSH agent tools, with a sidebar status panel andmcphub_status/mcphub_resynctools. - Kaixxrua/dsh-aigc-radar — AIGC Radar project search for DSH: a native-plugin wrapper over the AIGC Radar MCP endpoint that surfaces curated, 500-star-floor GitHub projects as native web-search cards, plus proactive "check before you rebuild it" discovery routing.
- codingDuan/dsh-plugin-xquant — One-command xquant MCP integration for DeepSeek Harness.
- fly233338/dsh-overleaf — Connect Overleaf projects to DeepSeek Harness (DSH) through OverleafMCP and MCP tools.
- DevViking-Persike/dsh-cliproxy — DeepSeek Harness plugin: routes cliproxy-claude and cliproxy-openai through a local CLIProxyAPI, so the agent reaches your own CLI subscriptions.
- platonai/dsh-browser4 — Browser4 — an AI-native browser engine for autonomous agents, intelligent extraction, and large-scale web automation.
- mrpulor-gh/dsh-nuphus-mcp — DeepSeek Harness (DSH) plugin: mount the nuphus-mcp desktop automation MCP server as native tools (mcp__nuphus-mcp__*).
- enilmalus/offline_websearch — Local/offline web search for DSH and Claude Code.
- dsh-netcafe — Hosted outcome tools over MCP: doc/PDF conversion, tables with in-code arithmetic checks, China-reachability testing from a real mainland vantage (+ live README badge & 30-day watch), Chinese calendar/holidays. Free anonymous quota, per-call cost reporting. (Disclosure: by the ainetcafe.com team.)
- Chhlafiu4312/dsh-mcp-bridge — Zero-dependency MCP client bridge for DSH: connects stdio/HTTP MCP servers and auto-registers their tools as
mcp_<server>_<tool>; raw JSON-RPC 2.0, bounded auto-reconnect, installable viadsh plugin add. - HOWILLMAKEIT/football-mcp — Football-data MCP server for Claude, Codex, Cursor, and DeepSeek Harness: 18 European leagues, 8 cup competitions, plus fixtures, standings, head-to-head, odds, and recent-form queries.
- bobleer/deepseek-harness-plugin-mcp — MCP server that lets any agent (Cursor, Claude Code, Codex) discover, install, and run DSH plugins from the
dsh-plugintopic. - chenyinrusi/dsh-repo-health — Read-only repository health scanners for DeepSeek Harness: definition drift, unwired-module reachability, prompt bloat, evidence-gate calibration, and registration completeness; CLI + MCP server.
- chenyinrusi/dsh-kanban-mcp — Filesystem-driven four-lane kanban board (todo / doing / blocked / done) exposed as a read-only MCP server and Python API, working with DeepSeek Harness and any MCP client.
- taxueseek/argo — Multilingual agent-facing search tool (web, academic, code, finance, news) that ships a DSH plugin bundle exposing ten
mcp__argo__*tools.⭐56 - chushixixin/dsh-harness-mcp-server — Exposes DSH itself as an MCP server.
- f0909172434/dsh-plugin-verified-search — Verified/fact-checked search plugin.
- qwased/dsh-web-search-duckduckgo — DuckDuckGo web-search MCP tool.
- gxpppp/dsh-search-mcp — Replaces dsh's built-in web search with search MCP servers (Tavily/Brave/Exa/Perplexity/DuckDuckGo/custom), configured from the web Settings page.
- anweat/dsh-web-search-pro — Enhanced, persistent web-search plugin for DeepSeek Harness: multi-engine search, SQLite+LRU cache, platform backends, and Playwright rendering.
- lmcsh9527/dsh-search-free — Free multi-layer web search + fetch provider for DeepSeek Harness (Exa → Tavily → Bing + web_fetch).
- tianjiqx/dsh-wigolo — Wigolo meta-search daemon integration for DeepSeek Harness — search, crawl, extract, research, cache, watch.
- MicroHEROX/dsh-exa-mcp — Exa Search MCP for DeepSeek Harness: mounts the remote Exa MCP endpoint through the in-box
@deepseek-ai/dsh-mcp-clientbridge. - labmimors/dsh-mcp-lens — Progressive-disclosure MCP gateway for DeepSeek Harness: keeps two model-facing tools, reveals ranked exact remote input schemas on demand, then calls an explicit server/tool pair.
- PerryLink/dsh-mcp-panel — Read-only runtime management panel for the official DeepSeek Harness MCP client:
/mcpcommand + Settings MCP tab with status, tools, errors, reconnect counts, sanitized display, and controlled patch suggestions. - Nichts0v0/dsh-mcp-manager — MCP server manager for DeepSeek Harness — add, edit, enable/disable, reconnect & delete MCP servers from the web settings page, with live status, auto-reconnect, and a bilingual UI.
- xwh-01/dsh-mediacrawler — MCP adapter and installable DSH profile bundle for bounded MediaCrawler jobs with isolated browser profiles, QR-code login, run supervision, redacted previews, and sanitized exports.
- Piccolo123/url-manager — Agent-first URL collection & knowledge management: save links from any platform, auto-categorize/tag, full-text search, shared categories, and magic-link card delivery. Zero setup — agents auto-register on first use. Works as a dsh skill or via its MCP server.
- Piccolo123/url-manager-mcp — MCP server companion for URL Manager: 21 tools (mcp__url_manager__*) for save/search/categorize/share and magic-link delivery. Stdio or streamable-http, installable via uvx.
- KYinCode/dsh-project-mcp-bridge — Per-project MCP loading for DeepSeek Harness: drop a
.dsh/mcp.jsoninto a project and its sessions get the MCP servers' tools automatically, with live config reload. Client bridge, not an MCP server. - liustack/modsearch — Free web-search plugin for DeepSeek Harness and a search bridge for models without native web access: no signup, no API key; ask the web or X, get structured JSON evidence (search, fetch, citations).
- wly8691-jpg/knowlp-rag — Dual knowledge-graph RAG for Markdown notes — MCP + native Cordis plugin for DeepSeek Harness and Claude Code.
- DDDMUC/dsh-free-search — Free web search provider for DeepSeek Harness — DuckDuckGo backend, no API key needed.
- delef/dsh-free-web-search — Free web search with 10 engines (Bing/DuckDuckGo/SearXNG/AnySearch free + Exa/Tavily/Keenable/Perplexity/DeepSeek paid), automatic fallback chain, time-filtered advanced search, platform search (GitHub/Reddit), web page fetching, LRU caching, and a settings UI. No API keys required for basic use.
- lory69060/cn-intel-board — China hard-tech supply-chain intel MCP server (pure stdlib): 33 verifiable signals with track record, 2026 H1 earnings tracker, ask_edge Q&A. Data-asset play: agents can read real China supply-chain data, not headlines.
- 2nd1st/open-mcp-apps — MCP Apps engine: the model builds, persists, and reuses interactive UI apps — boards, trackers, dashboards — backed by data collections that outlive the conversation. Usable from DSH through the MCP client; ships a 22-app App Store.
- jcaiagent7143-ui/sendpage-mcp — MCP server that turns an HTML document into a shareable link that opens in one tap and previews as a card in chat apps; publish, update, and export to PNG/PDF/Word. Free key, no signup.
- GitRuozhi/dsh-github-mcp — GitHub official MCP server bridge for DSH: registers
mcp__github__*native tools via @deepseek-ai/dsh-mcp-client (remote mode, api.githubcopilot.com/mcp/). - huey1in/trio — DSH all-in-one: browser automation + MCP server + GitHub integration — one install, three superpowers.
- 6aemi/dsh-mcp-admin — Inspect MCP status with
/mcpand manage MCP servers via Settings, with changes written tocordis.patch.yml. - Andrietteprotective835/dsh-mcp-lens — Shrink massive MCP catalogs to two tools, letting DeepSeek Harness search and call 1,000+ remote APIs efficiently.
- siddhartha-yz/dsh-mcp-gateway — Connect ChatGPT Web to DSH through OAuth + MCP, exposing DSH-native tools, skills, policies, and community extensions.
- BaihaWhite/mcp-ds-ocr — OCR MCP server for DeepSeek Harness (no description provided upstream).
- royenheart/dsh-plugin-mcp-support — MCP support for DeepSeek Harness.
- helibeiqi/dsh-quant-data-mcp — Zero-dependency MCP stdio server template + ready-to-use A-share data tools for DeepSeek Harness (dsh). No API key, all env-var paths, standard NDJSON protocol.
- Heath96/dsh-heath-mcp — MCP server bridge for DeepSeek Harness: stdio / streamable-http / legacy-SSE transports, web settings UI (form + JSON), tools as mcp____. Burp Suite ready out of the box.
- wuhobin/dsh-mcp-manage — dsh plugin: Settings > MCP Servers management page for DeepSeek Harness (DSH). List/add/edit/delete MCP servers registered in cordis.patch.yml and run a real MCP initialize connection handshake per server.
- Biogod2020/dsh-bing-search — DSH web search: DuckDuckGo first, locale-aware Bing fallback, quality scores so agents skip junk.
- 1624318455/dsh-plugin-tavily — Tavily-backed web search provider plugin for DeepSeek Harness (dsh) — registers a tavily search provider into ctx.web with a settings card in the web GUI.
- chenyuhao0628/dsh-web-search-router — Free multi-provider web search router for DeepSeek Harness (DSH).
- JohnXu22786/browser-automation — Web Bridge: real-browser automation MCP server — accessibility-tree snapshots render pages into structured text trees so agents can click, fill, screenshot, and script precisely without a vision model.
- JohnXu22786/github-mcp — repogate: GitHub workbench for coding agents — wraps the REST API into MCP tools for repo queries, issue management, PR creation/merge, code review, and search.
- jiewaigongxing/dsh-jiey-browser — DeepSeek Harness plugin: drive Jiey Browser over MCP.
- X-C1811/dsh-web-search-plugin — Tavily web-search provider for DeepSeek Harness (ctx.web): keyless or API-key modes with a configurable UI card; provider framework designed to be extended to more search APIs.
- xxxyz/DeepSeekHarness-MCP-Manager — DSH durable MCP server manager plugin — Settings UI + HTTP API +
mcp_manager_*model tools, cross-platform installers. - Fantasality/dsh-origin-plugin — DSH Origin Plugin: drives Origin scientific plotting from DeepSeek Harness AI chat via MCP — write data, plot line/scatter/column, export PNG/SVG.
- chenbin-dev/dsh-scan-mcp — Plugin that scans locally configured MCP tools from agents like Claude Code, Codex, and CodeBuddy.
- biociao/dsh-mcp-beecount — DSH (DeepSeek Harness) setup guide for connecting to a self-hosted BeeCount via MCP: manual path + agent-automated path (documentation-as-script).
- Chuyuxuan0v0/deepseek-mcp-image — Image-recognition MCP server for DeepSeek: lets LLMs without native image input see images (built on SenseTime's SenseNova 6.8 Flash-Lite).
- anysearch-team/anysearch-dsh — AnySearch web search provider and advanced search tools for DeepSeek Harness (DSH).
- aloof-ai/dsh-aloof — Wires Aloof into DeepSeek Harness (dsh) as a native tool: one self-addressed access token, paste it in and go.
- abcdream-Lary/dshsearch-multi — Multi-provider web search and page-fetch plugin for DeepSeek Harness (DSH): AnySearch, Bing, DuckDuckGo, Tavily, Exa.
- ffyuuu/dsh-llm-longcat — LongCat (LongCat-2.0) provider for DeepSeek Harness — 1M context, thinking mode, tool calling.
- XGrin/dsh-search-router — A tiny DeepSeek Harness (DSH) plugin: one native WebSearchProvider registered into ctx.web, forwarding every web_search call to a search backend you choose (Exa / Tavily / Brave / SearXNG / DuckDuckGo), with sequential fallback.
- duhu2000/dsh-mcp-connector — DeepSeek Harness MCP Connector marketplace and connection manager.
- chendefine/dsh-web-fetch-playwright — Playwright/CDP web-fetch provider for DeepSeek Harness: renders pages in a real browser, denoises them (Readability + DOMPurify), and returns markdown.
- subfocusx/utm-github — DSH (Cordis) plugin: github_* tools over the GitHub REST API (user, repo, search, topics, file put, issues, gists, releases).
- Tabbit-Browser/dsh-tabbit — Tabbit Browser plugins for DeepSeek Harness.
- fno2010/dsh-web-search-ext — Multi-backend web_search provider for DeepSeek Harness (DSH): Exa + Firecrawl with automatic failover, key-free capable.
- quan-v/dsh-mcp-ui — MCP server configuration UI plugin for DeepSeek Harness (made in DeepSeek Harness).
- BharathBillawa/dsh-tool-ddgs — DuckDuckGo web search and URL fetch tools for DeepSeek Harness, no API key required: web_search (via ddgs) and web_fetch (via trafilatura) as a drop-in bundle.
- anweat/dsh-browser — Self-contained browser-runtime plugin for DeepSeek Harness: bundles Playwright (Chromium) and OpenCLI as plugin-local dependencies, exposing a browser service and interactive browser tools.
- NattoCB/dsh-web-search-session-follow — DSH web_search provider that follows the conversation's routed model provider — per-provider endpoint/credential/dialect table with built-in official fallback.
- querit-ai/querit-plugins — Official Querit search plugins for AI agent harnesses: pi-querit (Pi extension), dsh-querit (DeepSeek Harness web seam), opencode-querit (OpenCode plugin).
- edusrez/dsh-tool-web-enhanced — Modular search tool for DeepSeek Harness: attach SearXNG, RAG and your own sections to the native web_search.
- Wiselfx/dsh-freeweb — Keyless WebSearchProvider for DeepSeek Harness's ctx.web seam: fans out to DuckDuckGo, Startpage, and Perplexity (plus optional Firecrawl), merging results by cross-engine consensus — no API keys, no signup.
- nicecx/dsh-macos-calendar — DSH host-side plugin: real macOS Calendar integration (create/list/query/delete events via AppleScript) for DeepSeek Harness agents.
- 988hj7tczd-oss/dsh-mcp-tunnel — DSH plugin: expose a local MCP server to remote agents via outbound-only tunnel (mcp-proxy + cloudflared Quick Tunnel) and register the public URL into dsh-mcp-client.
- junjiangao/dsh-web-search-tavily — Tavily web-search provider plugin for DeepSeek Harness (DSH), with a settings card in the Plugins configuration tab.
- NeoXider/deepseek-capability-hub — Lazy MCP and skill capability broker for DeepSeek Harness with one stable model-facing tool.
- ising-tech/isingq-toolkit — IsingQ toolkit for MCP and DeepSeek Harness: guided QUBO modeling, local validation, and user-confirmed solving.
- mtaech/dsh-browser-tool — DSH browser tool: drives Chromium tabs (headless / CDP attach / launch desktop app / take over real Chrome via Browser Relay), open-close-run three-stage flow plus a tab scripting API, ported from oh-my-pi.
- superagents-lab/dsh-s1 — Native s1 tools for the DeepSeek Harness (DSH): s1_search, s1_news, s1_crawl, s1_sitemap, s1_trending + bundled s1 skill.
- 1321928757/dsh-mysql — MySQL connector plugin for DeepSeek Harness: configure connections in settings, switch per session from the composer, and expose mysql_query/mysql_tables/mysql_execute tools to every agent preset.
- aooyoo/dsh-web-search-ddg — Zero-token DuckDuckGo search provider for the DeepSeek Harness (DSH) web seam — local headless browser, no API key, no model billing.
- hanelalo/browser-bridge (★17) — Let your agent drive your real browser window like you would.
Orchestrators & Aggregators
- Walvez/dsh-codex-sync — One-stop bidirectional sync between OpenAI Codex and DeepSeek Harness (dsh): first-class skills, session import, workspace attach, MCP auto-mirror + Codex-side reverse MCP installer.
- icetomoyo/dsh_workflow — Upgrades DSH's one-shot multi-agent dispatch into a workflow layer that can be generated, saved, governed, observed, and resumed (UltraCode-style).
⭐35 - MistyBridge/dsh-agent-bus — Stop being the messenger. DeepSeek Harness agents in one workspace assign work, review it, and run multi-step DAG workflows on their own.
- taltara/mddl-harness — Visual orchestrator for DeepSeek Harness — drag models and tools onto a canvas, export a real
cordis.patch.ymloverlay. - XMoon/dsh-subagent-router — Dynamic model routing for DSH subagents, with continuable spawn sessions and one-shot fork support.
- zhouCode/dsh-squad — Lets personal agents spread across different devices and networks form a persistently delegable team, each within its own workspace and permission boundary — DSH-native delegation for personal agents across devices and networks, without giving up local workspaces, credentials, or control.
- NanmiCoder/dsh-agent-teams — AgentTeams plugin for DeepSeek Harness.
⭐72 - Chinesezjc/dsh-interconnect — Cross-instance message/event handoff plugins for DSH (interconnect service + tools).
⭐15 - titanwings/dsh-automation — Runs coding tasks on a schedule in fresh agent sessions; schedules are managed from the DSH Web UI or by the agent itself.
- zlyingxie/dsh-petrinet — Workflow-net runtime for DeepSeek Harness: resource-aware concurrency, native loops and fan-out, static soundness checking before a plan becomes durable, and process mining over its own event log.
- yxie2/dsh-petrinet — Workflow-net runtime for DeepSeek Harness: resource-aware concurrency, native loops and fan-out, static soundness checking before a plan becomes durable, and process mining over its own event log.
- Buyi-wsgzg/dsh-sidechain — Side sessions: persistent
/sidesessions (Codex-style) and one-shot/btwquestions (Claude-style) that run in a temporary fork without touching main-session history, with an embedded side panel. - omdsh-dev/dsh-hub-workshop — Public catalog, review projection, and immutable feed authority for the OMDSH ecosystem.
- TtTRz/dsh-gatedflow — Human-in-the-loop gated workflow engine.
- franksong2702/dsh-codex-connect — ChatGPT OAuth and Codex models for DeepSeek Harness.
- ropon/dsh-plugin-clawrouters — One-key ClawRouters plugin for DeepSeek Harness: chat, image, video, and web search.
- Frost-Reed/blocker-notify — Real-time attention alerts for DeepSeek Harness: a global banner + flashing workspace entries when the agent is blocked (approval request / sandbox denial).
- firstintent/ccteam — Turns the coding agents you already run (Claude Code, Codex, Grok, Kimi, DeepSeek Harness) into one team: any session can spawn, dispatch, and collect work from any vendor on any machine, steered from Telegram, Lark, or a browser tab.
- Rellopn/dsh-p2p-lan — LAN peer-to-peer collaboration plugin for DeepSeek Harness.
- superslash-rico/dsh-plugin-slashx-gateway — DeepSeek Harness host bundle for SlashX request, response, rich media, async callbacks, and complete token metering.
- Uddoo/dsh-dashboard — Symphony-compatible Linear issue orchestrator and native operations dashboard for DeepSeek Harness.
- writeCasually/deepseek-harness-plugins — DeepSeek Harness plugins view.
- lileikeji/dsh-crosstalk — Cross-session messaging for DSH (Claude Code-style), plus event-driven auto-collab coordination.
- omdsh-dev/dsh-cron — Scheduled tasks (cron) for DeepSeek Harness: model- and human-callable scheduling that fires followup/inject into agent sessions.
- toolclub/dsh-agent-team-gui — Multi-agent squad GUI for DSH with per-agent provider/model routes, tool policies, and serial/parallel spawn/fork/chain orchestration.
- olicesx/kixparadigm — AI self-orchestrated minimal paradigm (resident cognition layer) + kixpower multi-agent orchestration; one-command import into DeepSeek Harness (npm i -g).
- svmlearn/dsh-monkey-desk — A visual multi-agent workspace for DeepSeek Harness (DSH) Web.
- 7bder/orchd-core — Minimal portable core of the orchd engine: a cross-AI-agent-platform task orchestration CLI (event sourcing + file locks + DAG-ready pool + two-phase review).
- horizon0514/firstmate-dsh — Manager-centric multi-task orchestration for DeepSeek Harness.
- OpenNekoPaw/codex-dsh-web — Codex plugin for delegating work to DSH Web and independently verifying the result.
- 1264459640/dsh-trellis — Self-contained Trellis workflow trigger for DeepSeek Harness (DSH / Cordis).
- cxxy161/dsh-collab-sync — Collaboration sync plugin for DeepSeek Harness (no description provided upstream).
- hetu-altas/hetu-hammurabi — Chartered-programming harness module (hetu series): turns R&D workflows into auto-executable node pipelines via DSH and opencode Commands / Agents / Skills / Plugins — task-spec generation (optional) → analysis → coding → unit tests (hard gate) → code review → dev log → asset archiving → DingTalk notification.
- Leo-Ayh-Oday/dsh-orcana — Runtime governance for DeepSeek Harness: progress governor, evidence freshness, completion guard, capability router (same model, same DSH, one runtime intervention).
- songoao25/dsh-chatgpt-subscription — Bind your ChatGPT account via official OAuth and chat with ChatGPT models inside DSH, using your Plus/Pro subscription quota.
- TaxolYang0000/agent-federation-platform — Federate any AI coding agents — DSH, Codex, Claude Code, custom drivers — under one orchestration layer via a shared kanban queue: cross-agent review, tiered multi-agent debate, human-in-the-loop approval.
- a903067276-rgb/dsh-hud — HUD status panel plugin for DeepSeek Harness (dsh) web: git status, MCP servers, skills, model & token usage in a floating panel.
- a903067276-rgb/dsh-plan-switch — One-click Plan-mode toggle in the input box (a shortcut for
/plan), a small DSH web plugin. - Harzva/harness-flow-hub — Native Flow and plugin hub for DeepSeek Harness.
- huxint/dsh-team — Agent teams for DeepSeek Harness: named long-lived teammates over ctx.subagents, a shared task list, a member-to-member mailbox, virtual workspaces, and a live team room in the conversation view.
- ToxicantX/dsh-multi-model-orchestrator — Provider-neutral dual-subagent orchestrator preset for DeepSeek Harness.
- kevin-luo/dsh-org-panel — Multi-agent digital-workforce command console plugin for DeepSeek Harness.
- liu3734/jira-tasks-dsh-plugin — Jira task-management plugin for DeepSeek Harness.
- WenhongPan/dsh-projects — Codex-inspired project and session management for DeepSeek Harness.
- Linxiushen/dsh-subagent-cassette — Deterministic, topology-aware VCR recording and offline replay for DeepSeek Harness one-shot subagents.
- Enderfga/claw-orchestrator — Run Claude Code, Codex, Antigravity, Cursor Agent and OpenCode as one runtime — persistent sessions, multi-agent councils, an OpenAI-compatible endpoint, an MCP server, and an ACP agent any editor can drive.
- huangjuhua-aigc/dsh-a2a — Agent2Agent (A2A) protocol plugin for DeepSeek Harness, built on Cordis.
- Saktawdi/dsh-ha-orchestrator — Dynamic Cordis plugin for DeepSeek Harness (dsh): model high-availability failover plus subagent orchestration.
- wenheguo2/dsh-delegation-suite — Delegation and model-routing suite plugin for DeepSeek Harness (dsh): subagent delegation with model-routing rules.
- xingyingyuzhui/dsh-agent-registry — Claw Agent registry for DeepSeek Harness: bind, isolate, and archive workspace agents.
- 131CDA1/dsh-scrape-webpage — Webpage-reading plugin for DeepSeek Harness.
- Hudson-Junior-Wang/dsh-search-switcher — Search-engine switcher plugin for DeepSeek Harness (composer, dsh-plugin, search-engine, web-search).
- nan1010082085/dsh-mcp-sync — DSH plugin: sync MCP configs from Claude Code, Codex CLI, and Cursor Agent.
- hootandy321/dsh-Agentlink — Caller-side bridge from Codex and other agent frameworks to DeepSeek Harness, with observable sessions, follow-up, cancellation, and human-gated approvals.
- Jeff1573/dsh-plugin-scheduled-tasks — Scheduled-tasks plugin for DeepSeek Harness (dsh-plugin).
- MicroWearld/dsh-a2a-server — A2A server bridge plugin for DeepSeek Harness.
- NelsonLongxiang/dsh-open-a2a-net — Open A2A network plugin for DeepSeek Harness: signed agent cards, decentralized peer/zone discovery, direct routing model tools, and joinable session nodes in the web sidebar.
- oppnc/dsh-kernel-mesh — Harness-kernel mesh for DeepSeek Harness: kimi/grok/codex/minimax model routes (L1), distilled subagent recipes (L2) and kernel_run/kernel_status/kernel_switch tools.
- baochaofan0404/gpt-dsh-bridge — Drives DeepSeek Harness automation from ChatGPT (web) — an MCP Bridge plus a task-orchestration state machine.
- jmxsxwyzjdwl/dsh-mmroute — Image-modality dispatch for every model route inside DeepSeek Harness (DSH), threaded through the whole agent.
- young-tim/dsh-llm-governor — Multi-model governance, routing, fallback, quota, and usage tracking for DeepSeek Harness.
- Wang-Lin-Chang/dsh-witness — Crash-surviving background jobs for DeepSeek Harness: filesystem as the source of truth, cross-restart adoption, autopsy reports, and sandboxed execution.
- Wang-Lin-Chang/schedule-core — Persistent scheduler core: SQLite archive, lease-claim coordination, wall-clock discipline, zero framework dependencies.
- Wang-Lin-Chang/dsh-schedule — Persistent scheduler plugin for DeepSeek Harness: reminders and scheduled jobs that survive session restarts.
- Wang-Lin-Chang/dsh-megamesh — Multi-agent architecture: files as messages, adoption over cascading failure, term leases, invariants over trust.
- Jan-Jianhao-Liu/omo-deepseek-harness — OMO-style discipline-agent + ultrawork orchestration for DeepSeek Harness (DSH): type "ultrawork" and Sisyphus plans, delegates by category, verifies independently, and never stops. Public domain (CC0-1.0).
- GMH13552/dsh-longrun-suite — DeepSeek Harness long-run mission suite: mission control, Long-Run Captain preset, patched LLM-as-a-Verifier, self-wake timer.
- oppnc/dsh-kernel-codex — Codex CLI written in DSH form: the OpenAI Codex tool surface re-registered as native DeepSeek Harness tools.
- oppnc/dsh-kernel-grok — Grok Build written in DSH form: the grok-build tool surface re-registered as native DeepSeek Harness tools.
- oppnc/dsh-kernel-kimi — Kimi Code written in DSH form: the kimi-cli tool surface re-registered as native DeepSeek Harness tools.
- oppnc/dsh-kernel-minimax — Mini-Agent written in DSH form: the mini-agent tool surface re-registered as native DeepSeek Harness tools.
- ajhcs/Codex-Co-Engineer — Open-source MCP supervisor for Codex to delegate, monitor, and manage Grok, Cursor, and DeepSeek coding agents.
- zhangz-2018/dsh-project-orchestrator — Local-first AI project orchestration workbench and CLI plugin for DeepSeek Harness: approval-gated planning, Git worktrees, task execution, Issues, and auditable evidence.
- DamonBao/dsh-dungeon-party — Safety-first five-agent orchestration plugin for DeepSeek Harness (DSH), with leases, scopes, checkpoints, validation, and recovery.
- Innocent-children/dev-flow — Local process control and recovery for Codex and DeepSeek Harness: explicit scope, verification budgets, and durable task state.
- Roarpeng/GraphFlow — Local-first code knowledge graph and context harness for coding agents. MCP + DeepSeek Harness (dsh) plugin.
- chenjie1129/deepseek-harness-os-agent-plugin — Volcengine Mobile Use Agent plugin for DeepSeek Harness.
- QIN-SMART/dsh-web-restart — DSH web restart/orchestration plugin.
- agentrq/agentrq — AgentRQ: self-hosted human-in-the-loop realtime conversational task manager for AI agents — control your own agents from mobile, web, or desktop; works with your own Claude subscription and any harness.
- qwert702/dsh-commander — Commander for the DeepSeek Harness Web GUI: one conversation orchestrates others via protocol blocks, with automatic result receipts.
- logan-suu/Agora — The digital town square where AI agents (PM/Architect/Coder/Tester) collaborate via group chat, while the human acts as the sole Leader. Built with TypeScript + DeepSeek Harness, featuring true parallel execution, cooperative preemption, MCP tools, and git worktree isolation.
- CaiZongyuan/dsh-ag-ui — AG-UI protocol gateway plugin for DeepSeek Harness.
- hyperion2144/dsh-subagent-pro — DSH Web extension: live subagent monitor + role-based subagent routing + Claude Code style .dsh/agents/*.md persona injection.
- iguowz/dsh-cortex — Low-cost multi-model orchestration plugin (Cortex): large model plans and reviews, small sub-agent models execute, cutting cost while preserving quality.
- DevViking-Persike/dsh-subscriptions — DeepSeek Harness plugin: use your own Claude and ChatGPT/Codex subscriptions as model providers, over each vendor's OAuth sign-in.
- zsagi1368/deepseek-harness-zDSH — zDSH — deepseek-harness independent enhancement distro: plugin governance, omnivision vision pipeline, cross-session memory, mobile-ready web UI.
- Fly2Kiana/Codex-DSH-Orchestrator — Codex-first orchestration layer and caller-side MCP bridge for bounded collaboration with DeepSeek Harness (DSH).
- monotykamary/dsh-factory — Durable dependency-graph task factory for DeepSeek Harness: recurring Agent work, safe checkout lanes, first-class queues, Triage, and artifacts.
- newbieYi/dsh-dify-builder — Build local Dify workflows through real-time conversation in DeepSeek Harness.
- 988hj7tczd-oss/dsh-workflow-templates — DSH preset workflow template library: 12 reusable orchestration script templates with list/search/run/validate tools.
- esonx/dsh-project-j4agent — Jira-like agent-native project management for DSH.
- chumingjun/harness-one — Visual AI workflow orchestrator for DeepSeek Harness (dsh): multi-agent DAGs, live execution, recovery, and Feishu integration.
- yjh051108/dsh-routing-suite — dsh-routing-suite — injector + router-standard kit: install the runtime injector first, then the task-aware reasoning-mode router preset (measured P1-P23).
- BigBlueBaby/codex2dsh — One-click, fully visual migration of Codex (OpenAI Codex CLI / Desktop) MCP servers, skills, global config, and memory into DeepSeek Harness (DSH) — no command line needed.
- ChanceFlow/deepseek-harness-app — Flutter client for DeepSeek Harness (dsh): chat, workspaces, models, goals and subagents on Android — talks to an unmodified dsh web backend.
- HenryHwong/dsh-ui-turn-rail — Turn progress rail plugin for the DeepSeek Harness Web GUI (dsh-plugin).
- Kindlylol/dsh-tray-launcher — A lightweight Windows tray launcher for DeepSeek Harness with Windows and WSL2 backends.
- mintgao/dsh-desktop — Unofficial macOS desktop client built on DeepSeek Harness, maintained by Mint.
- riesbri/dshline — The terminal-native frontend for the DeepSeek Harness plugin ecosystem.
- fiultyy/maestro-preset — Multi-agent orchestration preset for the DeepSeek Harness (DSH): cross-plane supervisor over Orca / dais (ex-zap) / DSH sessions — durable callback bridge (file+HTTP), fleet admission, SQLite ledger, flow compiler. Zero npm deps.
- HarnessRouter/harnessrouter — HarnessRouter Community Edition: self-hosted, Apache-2.0 unified interface for agent harnesses. Run Codex, Claude Code, Hermes, PI, DSH, and more through one API, with sessions, streaming, files, cancellation, and failure handling. Implements the Unified Harness Protocol (UHP), an open standard.
- vvlife/dsh-agnes-paseo — Agnes AI model gateway (OpenAI-compatible) for dsh, plus a zero-dependency ACP bridge that registers DeepSeek Harness as a Paseo provider.
UI / Clients
- 776138506/pinpoint — Point-and-annotate on any webpage, then send the screenshot plus structured text straight into a DSH session (DSH plugin + browser extension).
- Alain-Prot0s5/dsh-screenshot — Screenshot-to-input plugin for DeepSeek Harness Desktop (DSH Desktop app required; Windows 10/11 only): camera button and global hotkey Alt+A snip and auto-paste into the composer.
- broken-star1999/deepseek-harness-up — DeepSeek Harness Up: a Windows desktop tool to one-click launch/update/uninstall DeepSeek Harness (
@deepseek-ai/dsh), with an embedded browser; not a plugin, non-invasive. - cilis/dsh-tauri-launcher — DeepSeek Harness (DSH) Launcher, implemented as a DSH plugin.
- DoggyHU/dsh-daily-sticky — Daily sticky-notes plugin for DeepSeek Harness Web.
- foolgry/dsh-desktop — Community-built (unofficial) DeepSeek desktop client: download-and-run, no Node required — an Electron shell, no npm needed.
- FuqiangCraft/dsh-desktop — Desktop companion plugin and native shell for DeepSeek Harness (DSH).
- RYun601/dsh-launcher — Windows launcher and manager for DeepSeek Harness Web: one-command foreground/background launch, browser readiness, status, stop, updates, and managed versioned runtimes.
- 2757571500/dsh-voice — Voice plugins for DeepSeek Harness: push-to-talk speech input (cloud ASR) and speechified final-reply playback (cloud TTS), delivered as two installable npm packages.
- broody-cascarillabark100/DeepSeek-Harness-Desktop — Launch DeepSeek Harness with one click—no terminal setup required. A desktop companion app that starts the service and connects automatically, ideal for local AI development.
- FlyXingByte/deepseek-harness-macos — Unofficial native macOS launcher for DeepSeek Harness — dedicated window, dock icon, and a clean launch experience.
- licn9901-arch/deepseek-harness-desktop — Lightweight, self-contained DeepSeek Harness desktop app for Windows. Tauri-based, offline-ready, with plugin market, Skills and MCP.
- liang-today/dsh-liangxiang — Burned DSH tokens become incense; spend one stick to raise or lower today's case.
- Laplace-bit/dsh-pianist - Piano performance for DeepSeek Harness: the agent plays a requested piece on a Canvas2D grand piano with real Salamander Grand samples, immersive stage visuals, and a playable 88-key keyboard.
- MarecGents/deepseek-harness-hub — Windows desktop framework for DeepSeek Harness (dsh): native Tauri 2.x window running the dsh Web UI, with tray, theme sync, window-state memory, right sidebar, and system notifications.
- daetz-coder/DSH-Mobile — DSH-Mobile — scan-to-pair Android companion for the official DeepSeek Harness Web UI: status notifications and desktop remote control.
- JackFGreen/dsh-plugin-minimal-web — Independent minimal web plugin for DeepSeek Harness (DSH), with a custom web UI system.
- oksure/dsh-mobile-comfort — Touch-device comfort fixes for the DeepSeek Harness web client: ghost tooltip suppression + touch-action policy.
- young1lin/dsh-ui-gitworkbench — Git workbench UI plugin for DeepSeek Harness.
- pd90506/dsh-web-notification — Browser system notifications for the DeepSeek Harness web GUI: fires on task-complete (running → idle) and permission-requested events, so you know the moment DSH needs you even in another tab.
- TheChengXi/dsh-focus — DSH web focus plugin:
?focus=<slot>shows one top-level slot full-width, pure CSS, no slot shadowing. - TheChengXi/dsh-shell — Frameless floating shell for the official DeepSeek Harness web UI — embeds DSH UI via iframe with
?focus=slot focusing; multi-window state sync over one dsh instance. - wally8-8/dsh-done-whale — Tab-whale status light: green when a session is done, amber when something awaits you.
- Yuel25/dsh-desktop — A Windows desktop client for DeepSeek Harness.
- Cheng-xiu/dsh-mobile-link — One-click phone access to DeepSeek Harness (DSH): Cloudflare quick tunnel + multi-channel push (ServerChan/PushPlus/Bark/ntfy/custom webhook).
- SunNull/dsh-relay — Cloud relay that mirrors a home-run dsh web UI to the public internet: an out-of-tree host plugin (dsh.bundle manifest) dials one outbound trunk to a VPS, which serves the stock wire (POST /api/* + two downlink WebSockets) with pairing-code auth and home-reported static assets; no dsh repo changes, zero inbound home ports.
- cokiscarazo-rgb/dsh-plugin-message-timeline-navigation — Codex-style message timeline navigation for DSH web clients: hover to preview a message, click to jump to it, and the currently-read turn stays highlighted.
- roxorlt/dsh-preset-prompts — Preset prompt utility for DSH Web: 10 built-in thinking frameworks plus user-defined prompts with variables, groups and version history, injected into the composer from a pop-up panel and managed in Settings.
- crwsr124/dsh-mobile-layout — DeepSeek Harness Web mobile experience kit: mobile-friendly reading layout + aurora glass theme (auto-adapting text contrast) + file-browser tab + abort self-healing. Zero dependencies, makes dsh web look and work great on phones.
- cyanfish-x/dsh-picture-fit — DSH plugin + Agent Skill: auto-fit oversized images with sharp before attachment admission.
- guyuefangyuanl/Deeperian — Work in progress: an Obsidian plugin that embeds a DeepSeek Harness (DSH) agent in your vault. Fork of Qoderian, with its Qoder Agent SDK runtime being replaced by a DSH runtime. Not installable yet.
- huyang218/dsh-desktop — Desktop client for DeepSeek Harness (dsh-desktop).
- mrdevlorx/dsh-model-garden — A searchable, sortable model picker for the DeepSeek Harness Web UI — provider groups, favorites, models.dev prices, context windows, live per-task token cost and a local-model filter. One-command install: dsh plugin add dsh-model-garden.
- CH4ACKO3/dsh-render-engine — Shiki, syntax highlighting, and code rendering services for DeepSeek Harness.
- deepseeker-app/DeepSeeker — DeepSeek Harness, ready on your desktop.
- Fibrocartilageterm119/dsh-desktop — A local-first, cross-platform desktop shell for DeepSeek Harness, enabling private, offline AI model management with multi-provider support.
- geminiai19811-jpg/dsh-desktop — Desktop client for DeepSeek Harness: run and manage the dsh coding agent locally with a streamlined native interface.
- lovstudio/dsh-frontend-inspector — Frontend inspector plugin for DeepSeek Harness (dsh-plugin).
- lovstudio/dsh-frontend-restart — Frontend restart plugin for DeepSeek Harness (dsh-plugin).
- roxannepemphigous226/deepseek-app — Desktop workbench for local DeepSeek Harness with sessions, projects, tools, and terminal support.
- Shelaghfahrenheit482/dsh-mini — Portable DeepSeek engine terminal Agent CLI: runs on Android/Termux, zero runtime dependencies, with a built-in five-interface compatibility layer.
- yuanzhenqi/dsh-mobile-ui — DSH on your phone shouldn't just be a shrunken desktop · a phone-first drawer shell for DSH Web.
- ZK-Andy/dotnet-deepseek-harness-desktop — DeepSeek Harness Desktop for .NET — a .NET desktop client with a full bundled runtime (Ryn native WebView), supporting macOS / Windows / Linux.
- AKI2253/Sidor_UI — SIDOR starfield skin for the DeepSeek Harness Web GUI: intro animation, starfield background, balance badge, settings FX, and low-balance alerts.
- elysia395/dsh-wallpaper-engine — Turns local Wallpaper Engine wallpapers into the DSH web UI background: dynamic Video playback, Web via iframe, Scene wallpapers extracted as static-frame textures; iOS liquid-glass settings panel (color / glass tint / opacity), content rating and type filters, custom wallpaper upload, compact CD-rack layout, vinyl-record display, hide/restore, speed/flip controls, and auto-rotation.
- GeekRicardo/dsh-better-tool-ui — DeepSeek Harness web plugin that renders tool calls (including MCP), streaming tool rows, and thinking rows as a compact timeline.
- tangyuewei/dsh-client-ui-pet — 🐟 Salted Fish Pet: a Cordis-based web-client UI plugin for the DeepSeek Harness Web UI that injects a draggable, feedable salted fish mascot + full-viewport engineer wallpaper into the shell.overlay slot. Pure front-end (React + CSS Modules), zero server-side.
- GooDAnDReaDY/dsh-tts — Text-to-speech for DeepSeek Harness: speak agent replies in the Web UI with a provider fallback chain.
- GooDAnDReaDY/dsh-voice — Voice input for DeepSeek Harness: dictation chunked by pauses and voice messages, each with its own provider fallback chain (Deepgram, Groq, HuggingFace, local whisper.cpp).
- Gru110110110/deepseek-harness-desktop-launcher — Unofficial DeepSeek Harness desktop manager: double-click to auto-download (update) and start the DSH service, then open the served Web UI in your installed browser; quitting the desktop app stops the service. Supports macOS and Windows.
- shellexy/dsh-webviewgtk — A GTK4 + WebKitGTK 6.0 based web launcher for dsh.
- zink-ning-lkr/dsh-desktop — Windows desktop shell for DeepSeek Harness (dsh).
- Vithrive/Deepseek-Harness-for-VS-Code — DeepSeek Harness for VS Code.
- zixing2333/dsh-gmk-game — Casual game plugin for DeepSeek Harness.
- lxxz1918/dsh-theme-customizer — Web UI theme-customization plugin for DeepSeek Harness (DSH): fully visual control over background/text/borders/details, with preset import/export and persistent storage.
- ph4310822/dsh-edex-ui — DeepSeek Harness eDEX-UI shell plugin: an eDEX-UI-inspired terminal overlay for the DSH web GUI, with a system-telemetry left bar, world-map right bar, filesystem browser, and a terminal-styled composer input wrapped around the original UI.
- hinayoung23/dsh-live-wallpaper — Dependency-free dynamic wallpapers for the DeepSeek Harness Web UI.
- Physicolor/harness-ui-enhancer — Web UI polish layer for DeepSeek Harness: normalizes unfinished or self-contradictory official UI, reconciles style conflicts between installed plugins, and unifies the visual language via official design tokens.
- SCT192221/dsh-multimodal — DeepSeek Harness multimodal plugin aiming for a near-native experience.
- trewvip-arch/dsh-open-in-app — dsh web-UI plugin: open the current session's workspace folder with an installed app (Finder, Terminal, VS Code, Ghostty, Zed, ...) — icons included.
- wang-junjian/spritely — DeepSeek Harness plugin: a lively desktop sprite companion with customizable backgrounds.
- WindyPro-rourou/dsh-logcat — Android Logcat viewer for the DeepSeek Harness (DSH) Web GUI: auto-connect adb devices, live logcat stream with level/keyword filters, pause/clear/export, plus the
logcat_recentagent tool. - zhy201810576/dsh-vditor — Replaces the DSH Web chat composer card with Vditor 3.11.3 (IR instant-rendering mode), rendering user messages as full Markdown.
- zink-ning-lkr/dsh-ui-state — DSH Web GUI UI-state persistence plugin: restores sidebar collapse/width, detail panel, and conversation scroll position.
- Phant0Meow/dsh-meow-smooth — Mobile-first UX polish for the DSH Web UI (composer auto-fold, enter-as-newline on phones, compact sidebar/header, settings page, zoom and overscroll lock) plus task/permission/question notifications via in-page cards, Web Push, and webhook; zero dsh changes.
- alpacachen/dsh-kanban — A shared kanban board for people and AI agents in DeepSeek Harness.
- MarchLiu/dsh-rich-editor — Third-party dsh web plugin: a rich Markdown notebook for the composer region — tool-row toggle plus a CodeMirror editor card with Codex-style list editing.
- yhfgyyf/dsh-tui-app — Readline-based interactive terminal profile bundle for DeepSeek Harness.
- WZZNNE/DSH-CyberWorkStation — One-click DSH bundle with a cyberpunk desktop launcher: SillyTavern-grade Control Deck (prompts / regex / world-info / sampling), AI one-shot skin studio, plugin/skill/skin markets, cost & token analytics; vendored core rc.8, zero core rewrites (JavaScript, MIT).
- bentong-chain/dsh-dir-tree — Floating workspace directory-tree plugin: install via
dsh plugin add, drag-drop file paths into chat, lazy-load, auto-follows workspace switches. - CSlawyer1985/trajectory-zh-guide — Chinese-translation patch for the trajectory panel: friendly Chinese labels, line-by-line plain-language explanations, and a reading banner.
- drscrewdriver/dsh-input-traffic — Busy-time input queue for the DeepSeek Harness web GUI: three-tier (now/next/later) planning, drag-to-reorder queue editing with concurrency protection, interject (steer) and interrupt, batch clear with confirm, session freeze.
- entireyu/dsh-whalito-desk — Whalito, a DeepSeek Harness desktop assistant built as a Tauri app on top of DSH + DS-V4-Pro.
- fthuu/my-skin-for-DeepSeek-Harness — Skin/theme plugin for the DeepSeek Harness Web UI.
- mantonlove/dsh-prism-plugin — Prism · 棱镜: a deeply customizable glassmorphism theme for the DSH Web GUI — clear/frosted/velvet materials, six per-zone opacities, spring-damped sliders, hex-input/picker color controls, animated aurora or rotating photo/GIF wallpapers;
dsh plugin --profile web add github:mantonlove/dsh-prism-plugin. - mantonlove/dsh-conversation-landmarks — Fixed left-edge navigation rail for long DSH conversations: one landmark per user task, hover previews of the request and the latest answer, on-demand older-history loading; official extension points only, no source patching.
- hanlinlibham/dsh-native-tui — Classic, dependable DeepSeek Harness TUI with session, provider, and model management.
- haoliangwu/dsh-advisor — Turn advisor: evaluates error turns via LLM and renders a harmonious blue card. Official bundle, install via
dsh plugin --profile web add github:haoliangwu/dsh-advisor. - jikllji/DSH-JI-Plugins — Personal plugin collection for DSH, including a skins/custom-theme-editor plugin with DreamSkin
.zipimport for the web UI. - MaRi23333/dsh-fish-tts — Fish Audio TTS plugin for DeepSeek Harness: per-reply read-aloud, auto-read toggle, BYOK; third-party, unofficial.
- pwh19920920/deepseek-desktop — Modern desktop client built for the DeepSeek Harness (DSH) plugin ecosystem.
- zmm863-commits/dsh-paperclip — Paperclip button in the DSH web GUI composer: click or drag-and-drop to pick files, contents inserted into the textarea as code blocks so the agent can read them.
- Developerprit/dsh-new-ui — Custom DeepSeek Harness (DSH) page/theme plugin; note it conflicts with dsh-web-ui.
- callmesoul/deepseek-kanban-plugin — DSH task-kanban plugin: host state machine + git scheduling + browser kanban UI, agents auto-execute tasks and auto-merge to the base branch after review.
- dhicoc/dsh-theme-mineradio — Cinematic visual-radio glass theme for DSH Desktop, porting the Mineradio music player's champagne-glass aesthetic with fluid/wallpaper backdrops and custom knobs.
- kxSenlin/Deepseek-Harness-Window — DeepSeek Harness desktop client (DSH GUI) for Windows with external plugin management (uninstall/import).
- Vim0x3c/dsh-tts — Text-to-speech plugin for dsh web via Edge TTS: reads only the final assistant reply, auto-segments long text, composer speaker toggle, approval-prompt narration, fully local with zero third-party dependency.
- WilliamShi666/dsh-multiple-chat-panels — Multiple chat panels for DeepSeek Harness: view and interact with several Agents side by side.
- 030611/dsh-companion-studio — Privacy-aware, packable desktop companions for DeepSeek Harness.
- EachSheep/dsh-valley-pixel-skin — A cozy farm pixel skin for DeepSeek Harness Desktop and Web UI.
- HZ-JasonLin/dsh-todolist — Independent todo board plugin for DeepSeek Harness: list/today/calendar/week/project views, AI tools (todolist / todolist_suggest), standalone Today sidebar fallback.
- lninghaha/dsh-coding-remote-kit — DeepSeek Harness mobile pairing remote: E2EE companion over dual-plane allowlisted RPC.
- NightsVesa/dsh-input-history — Arrow-key input history for the DeepSeek Harness Web composer.
- whitefirer/dsh-niulai-pet — Niulai desktop pet: pops up and shouts "mama
mama" when an agent task completes — a pure client-side DSH desktop-pet plugin (5 skins/signature animations/synthesized voice). - Choi-Peng/dsh-footer-order — DSH Web plugin that fixes multiple plugin entries crowding into one line in the sidebar footer (
sidebar.footer.actionslot) and lets you configure their stacking order. - hanzhaoxuan2991479447-del/deepseek-harness-custom-bg — Dynamic background plugin for the DeepSeek Harness Web UI: multi-image import, drag-to-reorder, auto-rotation, and blend/theme adaptation.
- kongchengavg/dsh-pet-StatusLight — DeepSeek Harness status-light plugin: a character-expression status light plus chat-bubble popups that trigger automatically on task completion, errors, and questions.
- faukwaa/dsh-gap-feed — During long agent thinking, posts a hot-news or reminder message directly into the conversation stream.
- mapan0424/deepseek-harness-desktop — Unofficial Tauri desktop client for DeepSeek Harness.
- omdsh-plugins/omdsh-desktop — Workspace root for the DeepSeek Harness desktop application: the Electron shell and the packaging pipeline.
- R3hb/deepseek-harness-gpt-desktop — Lets DeepSeek Harness use both DeepSeek V4 and the GPT-5.6 model from a ChatGPT membership, packaged as a Windows desktop app.
- statem-li/dsh-webui — DeepSeek Harness session-enhancement suite: view/message navigation, tool aggregation, Markdown rendering, local memory, usage workbench, skill management, file browser, provider settings, AI browser, image/vision generation, peak/off-peak cards, and more.
- zhenghaoyang24/dsh-desktop — DeepSeek Harness desktop client.
- dgadelha1/dsh-explorer-plugin — VS Code-style workspace file explorer and Monaco editor with real TextMate grammars, docked into the DSH Web GUI.
- opencues/opencues — Word alternatives and underscore-gated fill-ins in the composer: end a line with
_and it is filled, misspellings flagged as you type; uses the model dsh is already configured with, so no API key. - Zhangbo-cn/dsh-voice-input-plugin — Composer mic for the Web UI: tap-to-monitor live transcription and hold-to-talk, with host Edge TTS reply reading that streams while the model generates, echo-pause during reading, and tap-to-stop.
- Amnesia-accompany/dsh-glass-ui — Glassmorphism skin for the DSH Web UI: floating-glass and compat modes, blur & frost sliders, fluid color themes, and Wallpaper Engine wallpaper backgrounds.
- dsh-workspace-menu — Workspace/chat context menu for the DSH home page: pin, rename, open in file explorer, archive, fork, copy, and open in a new window.
- Gin-7/dsh-pet-remielle — Desktop-pet companion plugin for DeepSeek Harness: usage/balance panel, drawing animations with lock and auto-detection, and an Electron desktop floating window (also runs in-page).
- webkong/dsh-plugin-sidebar — Left/right sidebars for DeepSeek Harness: left side browses sessions by workspace (status dots / grouping / search / move to folder), right side is an in-place file browser + Git panel (status / stage / diff / commit / history / branches) — session management as smooth as an IDE.
- hatanokokosa/dsh-colorschemes — A DSH color-scheme plugin.
- huchunlinnk/deepseek-desktop — Native Tauri desktop shell for DeepSeek Harness that maintains itself: a daily DSH agent tracks upstream, enforces a 128-plugin parity gate, and opens a PR (AI-for-AI).
- Amnesia-accompany/deepseek-harness-client — All-in-one desktop client for DeepSeek Harness: built-in file explorer with multi-tab editor & line numbers, API-key and balance panel, bundled plugin deployment.
- lk251066/dsh-tui-pro — Full-screen terminal workbench for DeepSeek Harness with a durable assistant, workspace-grouped project sessions, and structured thinking, tool, diff, plan, and subagent views.
- EthanYoQ/AI-Novel-Writer — Local-first desktop workbench for long-form fiction, with a DeepSeek Harness plugin-development preview for revisioned novel-project editing.
- zhu1090093659/dsh-web-ui — Plugin and skin collection for the DSH Web UI: task board, git graph, right-side panel, remote mobile UI, pet, live token stats, and a skin center.
⭐506 - huiliyi37/dsh-tianshu-tui — Terminal UI for DeepSeek Harness.
⭐73 - omdsh-dev/DSH-better-sidebar — Full sidebar workbench: third-party tab registration, built-in file rendering/editing, terminal, Git, and sub-agents.
⭐127 - qimingx23wu-ux/dsh-coop-sidebar — Human-AI co-op sidebar for the DSH Web GUI: term radar (hot-reloadable 68+ glossary + model explanations), process transparency (tool activity / sandbox / approval), and collaboration guidance; auto-collapses while typing.
- ccch1mneyyy/dsh-cc-tui — Claude-Code-style full-screen interactive terminal: streaming thought expansion, double-Esc rollback, context progress bar, and a TPS gauge.
⭐197 - chengxiaosheng/dsh-desktop — Desktop client plugin for DeepSeek Harness.
- dabaicai001/star-deepseek-harness-desktop — All-in-one desktop ops console for DeepSeek Harness: the harness auto-plans and drives database / SSH / SFTP / Docker execution; local-first, cross-platform.
- jo32/DeepDeck — Extensible desktop workspace for DeepSeek Harness.
- op7418/pilot-harness — CodePilot-inspired desktop client and plugin suite for DeepSeek Harness on macOS, Windows, and Linux.
- sb1733831438-maker/DSH-closerAI — Local-first, model-agnostic, permission-transparent desktop AI workbench built on DeepSeek Harness.
- shuimowang/deepseek-harness-desktop — Unofficial lightweight Windows desktop client for DeepSeek Harness.
- wuyuzi-luo/dsh-desktop — Windows desktop management shell for DSH: tray-resident, Skills/MCP management panel, custom skins, auto-update, beginner-friendly one-click install.
- xiaowei2025cqu23phy/dsh-desktop — DeepSeek Harness desktop client: embedded Web UI, AI screensaver (replaces the system screensaver), full model switching, mobile PWA remote control, and a QQ bot channel.
- wlj521/dsh-ui-tweaks — Everything-is-a-plugin DSH UI tweak pack: toggle individual features, font size, table style, dialog width, timeline, git, and more.
- guanosine-diphosphate/dsh-retry-policy-settings — Settings-page UI for editing each model provider's LLM retryPolicy (mode normal/always, maxRetries, retryableCodes, exponential backoff) in the DSH Web UI; follows the global locale (中文/English).
- Tabbyaccessorial446/dsh-plugin-canvas — Renders HTML design prototypes directly in DeepSeek Harness with a canvas tab for visual review, annotation, and sandboxed previews.
- dzwalker/dsh-files-tab — A DeepSeek Harness (DSH) conversation 'Files' tab plugin: open, read (Markdown + TOC) and edit (Monaco) workspace files without leaving the chat.
- chuspeeism/dashi-taskboard — Local-first issue board that runs in a browser and can be embedded in the harness via a standalone CDP launcher or injection script, with a shared HTTP API powering the React UI and the
taskctlCLI. - Small-tailqwq/dsh-deep-whale — Whale-girl skin series for the DSH Web UI (maid-atelier), CC BY-NC-SA 4.0.
⭐119 - hust-open-atom-club/oh-dsh-desktop — Extensible macOS workbench with a native PTY, workspace tools, live bilingual plugins, and an isolated-preview plugin marketplace.
- baiyuscc13724-max/deepseek-harness-desktop — Windows Electron shell for the official DSH Web UI with a Chinese installer, portable build, SHA-256-verified updates, and persistent themes with custom backgrounds.
- Wangxian111/Deepseekharnessoneclickinstall — Windows one-click installer for DeepSeek Harness: portable & green (no registry / no Program Files), auto-downloads portable Node.js, CN npm mirrors (npmmirror / Huawei Cloud), built-in web control panel. 中文:DeepSeek Harness 一键安装(Windows 便携免安装版)。
- omdsh-dev/dsh-at-file — Codex-style
@filementions: search workspace files in the composer and attach their contents to prompts.⭐25 - omdsh-dev/dsh-notification — Desktop notifications for turn completions, with per-outcome controls and include/exclude keyword rules.
⭐25 - alingalingling/ui-status-label — Customize the "deep diving" thinking status label into anything you like.
⭐21 - Anionex/dsh-turn-rewind — Rewind conversation and workspace state, powered by a persistent change ledger.
⭐23 - bobleer/dsh-acp-for-bitfun — ACP bridge plugin connecting BitFun with DSH.
- Moeblack/dsh-message-edit — Branch-based message editing, reroll, retry, and a version timeline.
⭐11 - Lum1104/dsh-browser — Chrome side-panel extension for driving the browser directly with DSH, with zero vision-model dependency.
⭐26 - hellodigua/dsh-share — One-click conversation sharing.
⭐11 - openma-ai/deepseek-harness-acp — ACP profile plugin and standalone server that exposes the full DSH agent to Zed and other ACP clients while sharing DSH credentials, sessions, and MCP configuration.
- chen-001/dsh-grok-tui — Use DSH through grok-build's TUI.
- ccq1/dsh-side-panel — Side panel integrating a file browser, terminal, and Git review for quick file preview.
- lhh010/dsh-ui-whale — Hand-drawn pixel whale companion living in the session title bar: blinks and swims while idle, animates while thinking, sprays water on turn completion; zero core changes.
⭐16 - lhh010/dsh-ui-progress — Session progress bar docked at the composer: real todo progress, live token generation rate, interrupt state, and todo reminders; zero core changes.
- omdsh-dev/dsh-annotation — Select text, annotate, and send annotations along with your message; replies map back to each annotation one by one.
⭐18 - Ruler4396/dsh-launcher — Lightweight Windows launcher: silent autostart at logon plus a minimal WebView2 window instead of a full browser.
⭐21 - renat3u/dsh-web-archive — Collapses noisy messages (thinking, bash output, etc.) in the conversation.
- renat3u/dsh-paseo — Registers DSH as a Paseo ACP provider: run and manage multiple parallel DSH agents from Paseo's desktop/web/mobile clients.
- Small-tailqwq/dsh-deepcel — An Excel-style skin for DSH.
- titanwings/dsh-plannotator — Plan-review plugin: select plan text, add anchored annotations, and send structured feedback back to the agent.
- vibeinging/dsh-work — Local-first Electron workbench combining agent sessions, project files, data analysis, web research, MCP, and Office artifacts.
- whiteguo233/dsh-cc-connect — Use DSH remotely through CC Connect.
- dbydd/dsh-onlyne — Gives DSH agents a real IM inbox/outbox (Telegram, Feishu/Lark, QQ Bot, WeChat) through the Onlyne workspace-local channel daemon.
- LaplaceYoung/dsh-qq2006 — QQ2006 skin: registers a
qq2006theme with a full global skin table and assets. - vlln/whale-girl — Desktop-pet plugin for the Web GUI (QQ-pet style): a draggable floating companion you can feed and play with.
⭐27 - plolpl789/dsh-raw-html — VCP visual-synesthesia protocol plugin for DeepSeek Harness: render agent HTML output as real UI (cards / KaTeX math / Mermaid diagrams / built-in calligraphy fonts / zero-JS interactions), plug-and-play on any DSH environment.
- x2802490130-prog/dsh-client-ui-writing — Client-side writing panel for DeepSeek Harness: projects, library, full-text search, evolution diffs and an SVG thread graph.
- swaylq/dsh-digipet — Digimon-style raising game: hatch an egg that feeds on real work (turns, tools, errors) and evolves along four lines shaped by how you work; command-only, zero tokens, no model-facing surface.
- swaylq/dsh-wildmon — Pokemon-style catch-em-all safari: real work rustles the grass — turns, tool calls and errors spawn wild encounters; throw balls, fill a 28-slot dex, build a team of six. Command-only, zero tokens, no model-facing surface.
- ccch1mneyyy/dsh-working-activity — Live model working-status line for the TUI prompt bar and Web UI: playful thinking copy, running tools, turn summaries, and self-narration.
- orriduck/dsh-tui — A small, session-aware terminal UI for DeepSeek Harness.
- HaoyueQin/deepseek-harness-background — Custom background images for the DeepSeek Harness Web GUI: upload a local image or paste an image link, adjustable opacity, mask, panel transparency and frosted-glass blur, with live preview, a 5%-damped slider that saves on release, and auto light/dark mask adaptation.
- lengzhanbao/dsh-taffy-theme — DSH Web UI theme: Taffy Live Atelier — candy acrylic chat frame, light/dark stage art, Taffy agent preset.
- omdsh-dev/dsh-input-history — DSH Web input-history plugin: Ctrl+Up / Ctrl+Down recall and cycle through sent messages like a terminal, zero core changes.
- omdsh-dev/dsh-minigames — DSH Web UI right-side minigame panel: 18 offline minigames (dino jump / Tetris / tank battle / minesweeper / 2048 / Sudoku / Pac-Man / aim trainer, etc.), an extensible game registry — a way to kill time while waiting on a reply or debugging.
- omdsh-dev/dsh-paste-input — DSH Web UI file-input enhancement: Ctrl+V paste (with a first-time notice dialog) + drag-and-drop + file picker, copying into the session workspace temp directory on send.
- omdsh-dev/dsh-ui-progress — DSH Web UI session-progress plugin: a persistent progress bar docked at the composer (real todo progress / live token generation rate / interrupt state / todo reminders), zero core changes.
- omdsh-dev/dsh-ui-whale — Hand-drawn pixel whale companion living in the session title bar: blinks and occasionally swims while idle, keeps moving while thinking, sprays water on turn completion, and can pop hearts when clicked; naps when idle too long; zero core changes.
- tttnny/my-dsh — DeepSeek Harness plugin collection: dsh-client-ui-deepseek-bg (official-site-style dark skin: aurora / particle whale / constellation grid / glassmorphism / border-beam / thinking orbs) + dsh-escalation-noop + ptc-creative-cordis.
- Jabofish/deepseek-harness-vscode — A native VS Code client for DeepSeek Harness (DSH) with sessions, streaming replies, tools, model controls, and workspace-aware workflows.
- skymecode/dsh-bgm — DSH plugin — turn your AI conversation into a rhythm game. Start your bgm!
- bill9109/dsh-conversation-share — Share arbitrary segments of a DSH conversation.
- bobleer/deepseek-harness-gui — Tauri 2 desktop shell for DeepSeek Harness, following BitFun desktop + web-ui layout.
- bruc3van/dsh-desktop — Standalone Electron desktop client wrapping the official Web UI, with session sharing, local workspaces, remote connections, and a system tray.
- Moresyl/dsh-studio — Cross-platform Rust/Tauri desktop shell that supervises
dsh web, reclaims process trees, selects free ports, and publishes Windows/Linux/macOS installers without forking the upstream UI. - chen-001/dsh-chat-width — Adjusts the width of DSH replies.
- dingyi222666/dsh-session-notification — Notifications for four session states (completion etc.), via browser alerts or prompt injection.
- hellodigua/dsh-emoji — Automatically adds emoji to AI replies.
- icodesign/orbis — Mobile client for DeepSeek Harness remote control.
- lhh010/dsh-input-history — Terminal-style input history for the Web UI: recall sent messages with Ctrl+Up/Ctrl+Down; zero core changes.
- lhh010/dsh-minigames — Right-side panel with 18 offline minigames (Tetris, Minesweeper, 2048, Sudoku, etc.) and an extensible game registry.
- lhh010/dsh-paste-input — File-input enhancements for the Web UI: Ctrl+V paste, drag-and-drop, and file picking, copied into the session workspace on send.
- Moeblack/deepseek-manners — Injects a thank-you note after every message.
- Moeblack/dsh-prompt-studio — Prompt Studio: edit user and built-in system-prompt sections with live preview.
- sjh9714/dsh-movein — Moves a whole Claude Code setup into DSH in one command (skills, MCP servers, hooks, subagents, permission rules) with a dry-run moving estimate and a migration diff report; complements dsh-chat-import, which handles the conversations.
- Nwflower/dsh-chat-import — Imports full-fidelity conversation histories from 13 coding agents (Claude Code / Codex / ChatGPT / Cursor / Gemini / Reasonix / opencode / ZCode / Grok Build / OpenClaw / Pi / Hermes / Kimi) so conversations can continue in DSH, with reverse export/sync back to Claude Code.
- omdsh-dev/7d7d — 7k7k-style game portal: the model generates or uploads HTML5/Flash minigames playable in the Web UI (fixed-version, checksum-verified Ruffle for Flash).
- omdsh-dev/dsh-auto-chess — Auto-chess in the DSH Web UI: play against the AI or watch two AIs battle.
- omdsh-dev/dsh-daily-fortune — Daily fortune plugin with Guan Yin lots, Tarot spreads, and daily quotes.
- omdsh-dev/dsh-daily-progress — Daily plan and achievement system with completion-rate, streak, and weekly metrics.
- Blaczz/dsh-achievements — Gamification: cross-session achievement badges for turns, tool calls, sessions and daily streaks, with a badge panel, unlock toasts and a
ctx.achievementsservice. - omdsh-dev/dsh-fun-ticker — Market ticker marquee for crypto, FX, A-shares, indices, and HK/US stocks, using keyless data sources with a host proxy and caching.
- omdsh-dev/dsh-fun-typewriter — WebAudio typing ambience with a plugin-owned settings API and zero audio assets.
- Blaczz/dsh-soundscape — Web UI session soundscape: turn-complete celebration (synthesized chime + confetti), blocked/approval alerts, error buzz and optional typing ambience; zero audio assets, plus a
ctx.soundscapeservice. - omdsh-dev/dsh-fun-weather — Weather tab and weathe