Anil-matcha/awesome-dsh-plugin 预览 preview

Anil-matcha/awesome-dsh-plugin

DeepSeek Harness is a runnable coding agent (Web UI + headless) built on Cordis, where every part of the system — models, tools, sandboxes, session storage, UI, even the agent loop itself — is a swappable plugin. That architecture has produced a large, fast-moving plugin ecosystem: well over a thousand community plugins at last count. This list exists to make that ecosystem easy to scan: what a plugin does, in one line, sorted into the category you'd actually go looking under.

catalog 简介 / catalog descriptioncatalog description:A curated list of plugins for DeepSeek Harness (dsh) - DeepSeek Harness plugin ecosystem

项目介绍Project Overview

Awesome DSH Plugin 是一个精选列表,汇集 DeepSeek Harness(dsh)开源编码代理及社区插件。dsh 基于 Cordis 运行,模型、工具、沙箱、会话存储、UI 及代理循环均可作为可插拔插件替换。涵盖 UI 增强、模型、工具、主题、安全等 19 个分类,适合需要快速浏览插件生态的用户。注意:列表仅为索引,不构成安全审查,安装前应阅读源码。

Awesome DSH Plugin is a curated list of DeepSeek Harness (dsh), an open-source coding agent where models, tools, sandboxes, session storage, UI, and the agent loop are all swappable plugins on a Cordis runtime. It catalogs over a thousand community plugins across 19 categories such as UI, models, tools, themes, and security. Use it to scan the ecosystem and discover plugins that fit specific needs. Note that listing is not a security review—inspect source code before installing any third-party plugin.

或使用命令行安装(适合开发者)Or use CLI install (for developers)

命令行安装CLI Install

dsh plugin --profile web add github:Anil-matcha/awesome-dsh-plugin

Anil-matcha/awesome-dsh-plugin 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

# Awesome DSH Plugin Awesome

A curated guide to DeepSeek Harness (dsh) — DeepSeek's open-source, everything-is-a-plugin coding agent — and the best community plugins built on it.

DeepSeek Harness is a runnable coding agent (Web UI + headless) built on Cordis, where every part of the system — models, tools, sandboxes, session storage, UI, even the agent loop itself — is a swappable plugin. That architecture has produced a large, fast-moving plugin ecosystem: well over a thousand community plugins at last count. This list exists to make that ecosystem easy to scan: what a plugin does, in one line, sorted into the category you'd actually go looking under.

[!WARNING] Installing any third-party dsh plugin runs its code on your machine with your own permissions. Being listed here is not a security review — read the source before installing, especially for plugins that touch credentials, the network, or your filesystem.

▶ Watch: Awesome DSH Plugin — Top 10 DeepSeek Harness Plugins You Need

Contents

What is DeepSeek Harness?

deepseek-ai/deepseek-harness is DeepSeek's open-source agent harness, currently in developer preview. Its defining idea is everything is a plugin: the model provider, the sandbox, the tool set, the session store, and the UI are all plugins loaded into a Cordis-based runtime, so you can replace or extend any layer without forking the harness itself. Plugins declare a dsh.bundle manifest and install with:

dsh plugin --profile web add <plugin-name>

Getting Started

# run the Web UI (served at http://127.0.0.1:3080 by default)
npx @deepseek-ai/dsh web

# or from a source checkout
git clone https://github.com/deepseek-ai/deepseek-harness.git
cd deepseek-harness && pnpm install && pnpm run build && pnpm dsh web

Tag your own plugin repo with the dsh-plugin GitHub topic so it's discoverable, and consider a plugin browser for one-click install/upgrade from inside the Web UI.

Plugin Categories

UI Enhancements

  • 0xsline/dsh-spotlight — Keyboard-first command palette for the DSH Web UI.
  • 1123762794/dsh-web-restart — Sidebar footer button that restarts the dsh web process and persists across the restart it triggers.
  • 13071301808/dsh-composer-expand — Expand/collapse toggle that grows the composer to a tall 70vh writing view for long drafts.
  • a179-sanae/dsh-auto-collapse — Codex-style auto-collapse: finished turns fold into a single summary row, fully reversible on uninstall.
  • a735624258/dsh-skill-picker — Searchable skill picker beside the composer that inserts the official /skill-name gesture.
  • a903067276-rgb/dsh-hud — HUD panel: Git status, MCP servers, skills, model and token usage, all floating.
  • a903067276-rgb/dsh-file-mentions — Clickable file paths in replies, with reveal-in-file-manager and a mentioned-files chip list.
  • AcidGr/dsh-web-lan-access — Fixes the Web UI so it survives LAN or Tailscale direct-IP access.
  • AKS1st/dsh-mermaid — Renders Mermaid fences as sanitized, theme-aware SVG diagrams.
  • AKS1st/dsh-sysmon — Floating CPU/memory/disk widget with threshold color warnings.
  • dsh-blue/blue — Full interactive TUI for DeepSeek Harness: streaming Markdown transcript, tool-call cards, approval overlays, session management, and theming — every render component a hot-swappable plugin.
  • hanzhangzzz/dsh-diagram — Editable Excalidraw diagrams embedded directly in conversations.
  • giiiiiithub/terminal — A real PTY terminal panel via node-pty and xterm.js, with multi-tab sessions and a dock/floating window.
  • Laplace-bit/dsh-smooth-stream — Fluid streaming rendering and smooth scrolling for the DeepSeek Harness Web UI.
  • 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.
  • Pasumao/dsh-plugin-choice-refresh — Adds "regenerate options" and "more options" buttons to ask_user_question / ask_user_choice cards — pure front-end, no core changes.
  • Pasumao/dsh-plugin-image-tools — Image choice cards for ask_user_choice (zoomable), inline images in replies via show_images, and blind-model image capture — zero-token local rendering.
  • Pasumao/dsh-plugin-workbench — Editable VS Code-style workbench: file tree, code preview with syntax highlighting, right-click file ops (new/rename/delete/open), inline image preview.
  • PerryLink/dsh-composer-history — Terminal-style input history for the web composer: edge-first arrows with exact draft/caret restore, Ctrl+R reverse search, workspace-scoped recall, and sliding-context awareness.
  • NormanFxxkingRockwell/dsh-keyboard-history — Minimal ↑/↓ input history for the DSH web composer: press ↑/↓ to walk back through sent messages. Nothing else.
  • PerryLink/dsh-output-styles — Runtime-switchable model output styles with Claude Code outputStyles parity, plus the output.render.* presentation protocol and a /style command.
  • PerryLink/dsh-session-pin — Pin sessions and workspaces to the top of the Web sidebar with per-pin row colors, boards, tags, saved views, and /goto.
  • PerryLink/dsh-talk — Voice-first session loop: composer microphone with browser/local speech-to-text (Web Speech, FunASR, whisper.cpp), a speak tool for TTS replies, event announcements, and speak-to-interrupt.
  • Ricketts-Guo/dsh-shortcuts — 34 pre-registered keyboard shortcuts (sessions, views, clipboard, models, silent permission cycling), one-click recording to bind your own.
  • Nagi-ovo/dsh-visualize — In-conversation generative UI: the model renders interactive HTML cards into the chat stream, with streaming preview and sandboxed rendering.
  • PerryLink/dsh-budget — Cost governance: aggregated token/cost metering per model, session and day, session/daily/monthly caps with threshold alerts, alert/block/degrade over-limit policies, carbon estimation, and the /budget command.
  • urzeye/dsh-outline — Realtime conversation outline: user questions plus Markdown headings, streaming updates, click-to-jump.
  • 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.
  • YannZhou/dsh-about — Settings "About" tab: DeepSeek logo, version info, npm latest/next update check with one-click global update + auto-restart, and GitHub releases history.
  • SnowCrescenter-tech/dsh-milestone — Git-style dot timeline on the right edge of the DSH web UI: one dot per user message, hover for content & metadata, click to jump; full-session list, in-session & cross-session search, #msg= deep-link bookmarks, keyboard nav.
  • stephenlzc/dsh-swarm-panel#dsh-swarm-plugin — Conversation Flow observability for DeepSeek Harness swarms, with topology, routed-message inspection, HITL pauses, Live follow, and child-session navigation.
    • ssjob123/dsh-file-panel-left — Files-only workbench sidebar: always-docked file tree, CodeMirror editor, previews, and @-references with real line numbers.

Usage & Billing

  • melvinWEN/dsh-elegent-balance-tracker — Elegant billing tracker: per-session cost (official peak/off-peak pricing by message time) under the composer stats plus official account balance right-aligned on the sidebar settings row, with per-minute balance re-alignment and real-time local-cost deduction in between.
  • 02Muller25/dsh-api-balance — Real-time DeepSeek API account balance in the composer dock.
  • 283Gawin/dsh-heatmap — GitHub-style activity heatmap of daily commits, token usage, and estimated spend.
  • 940842546/dsh-usage-billing — Usage and cost statistics with peak/off-peak pricing and a day/week/month/year/all usage heatmap.
  • bobcat848/dsh-calculator — Session and all-time API spend plus account balance, with official pricing support.
  • bpc-oss/dsh-web-billing — RMB/USD token-billing plugin for DeepSeek Harness: official-policy auto pricing (peak/off-peak), per-provider billing (usage/subscription/free-ride/local), source-grouped cost page, budget, balance, CSV/JSON export.
  • CN-Leo/dsh-deepseek-balance — Real-time account balance in the composer dock, auto-refreshing every 15 seconds.
  • DoggyHU/dsh-plugin-quota-monitor — Sidebar footer quota & balance monitor: always-on DeepSeek Rage (¥) + OpenCode Go HP/MP/SP quota windows (monthly/weekly/5h) + SCNet (国家超算) Credits estimated locally from DSH session logs; data source & rate table configurable in Settings.
  • Ghost011118/dsh-balance-meter — Account balance and session cost in the composer dock with peak/off-peak support.
  • Han-1413141/dsh-cost-meter — Per-session and daily cost with a budget bar and one-click official price sync.
  • huanyuLv/dsh-balance-tide — Live peak/off-peak pricing badge with a countdown to the next pricing switch.
  • Jannchie/dsh-bill — Cost tracking priced per call from models.dev + OpenRouter (8000+ models): per-turn line attributed to tool output / model output / system prompt / commands, budget, forecast.
  • kirigayakazima/dsh-usage-vendor-stats — Per-provider token/cache/output KPI dashboard: 53-week heatmap, hourly trend, model drilldown, CSV export, TTFT/speed/error-rate health cards.
  • Phant0Meow/dsh-meow-cachebilling — Per-round cache billing in the composer context meter's popover: what the current call spends on cache hits, misses, and output in CNY, with automatic official peak/off-peak and per-model pricing; hidden on non-official DeepSeek routes.

Themes & Appearance

  • 0nt-one/dsh-neo-skin — Neo-brutalism skin with hard shadows, sharp corners, and light/dark support.
  • AKS1st/dsh-cyber-particle — Full-screen, click-through particle-network background overlay.
  • BeiZi6/dsh-theme-plugin — Theme studio with five presets plus fully customizable palettes, hot-swapped and persisted.
  • caoyiwei850/dsh-client-ui-skins — Custom image skins where the palette follows the photo's dominant hue.
  • chinaRXQ/dsh-wallpaper — Wallpaper skin with opacity, mask, and blur controls.
  • dhicoc/dsh-theme-mineradio — Mineradio glassmorphism theme for the DSH web UI: champagne-gold glass panes, a fluid or wallpaper backdrop, and a one-switch restore to the stock look.
  • Isilsolme/dsh-anthropic-fonts — Anthropic Sans/Serif/Mono fonts with CJK fallback.
  • KinGao294/dsh-skin — Codex-style skin switcher with a custom wallpaper layer.
  • Lhy723/dsh-neu-theme — Neumorphic theme with ambient lighting, material shadows, and frosted-glass surfaces.
  • PerryLink/dsh-local-ai — Ollama local-model integration: discover, pull, remove and inspect local models, route by task type or keyword with automatic cloud fallback, and a /ollama status overview.
  • PerryLink/dsh-translate — Vendor parameter translation across 11 vendors plus deterministic JSON repair for broken tool output, never fabricating data.
  • RevolutionLA/dsh-dream-skin — 8 original themes, translucent wallpaper with opacity/blur, per-user accent, shareable theme-pack import/export.
  • Tkingxiao/dsh-any-background — Full custom theme colors, background wallpapers, and per-section transparency/blur, with import/export.

Models & Providers

Sessions & Messages

  • 3403473060/dsh-inline-images — Renders local image paths from assistant replies inline with a click-to-zoom lightbox.
  • Anionex/dsh-turn-rewind — Rewind conversation and workspace state via a persistent Change Ledger.
  • beijingwahw/dsh-companion — Smart export (Markdown/PDF/JSON/PNG), context-handoff summaries, cost optimization, and global search.
  • Buyi-wsgzg/dsh-sidechain/side persistent side sessions and /btw one-shot questions in a temporary fork.
  • chouyong/dsh-fork-graph — Git-style conversation fork graph with colored lanes and click-to-jump navigation.
  • czm15053/dsh-peer-link — Lets dsh and Claude Code sessions message each other directly.
  • dongsheng123132/task-passport — Carries durable task state across DeepSeek Harness, WorkBuddy, Claude Code, and Codex.
  • dream12347/dsh-session-manager — Session trash/restore/purge, recent-activity stats, workspace grouping, and compaction threshold control.
  • fredalxin/dsh-solo-thinking — Visual branch brainstorming: isolated session per direction with automated parent/sibling/checkpoint handoffs and a full tree tab.
  • limbo947/dsh-recall-plugin — Rolls conversation and workspace files back to before any user message, via shadow git snapshots with a diff-preview confirmation.
  • Renzic-Stone/DSH-EasyRewrite — Inline edit & recall for user-message bubbles in DSH Web — lazy commit, seamless replacement, version pager, draft auto-backup, trilingual i18n. DSH Web 内用户消息气泡内联编辑与撤回插件:惰性提交、无痕替换、版本翻页器、草稿自动备份、三语 i18n。

Memory

  • 863683348/dsh-plugin-focus — Durable focus board pinning objective, constraints, and decisions across compaction and sessions.
  • aerince/dsh-active-context-pruning — Model-authored context pruning through the official compaction API.
  • Aik358/dsh-auto-memory — Cache-friendly three-layer memory with per-turn consolidation and inheritance from other AI tools.
  • akslcw/dsh-negative-ledger — Persists disproven paths and blocks repeat attempts until evidence changes.
  • bowenliang123/dsh-context — Context-insight panel showing exactly what's filling the model's window and why.
  • flymysql/dsh-memory — Cross-session memory vault: remember / recall / forget tools with prompt injection.
  • FuRongJun-1999/dsh-memory — Multi-agent spatiotemporal memory graph with a self-evolving knowledge flywheel and auditable trust guardrails.
  • GIT121995/dsh-memory-gate — Bounded local memory with explainable use/verify/ignore decisions, a full audit trail, and a tight per-call injection cap.
  • highland0971/dsh-native-memory — Native per-workspace memory with approval-gated writes and deterministic recall — no external server.
  • PerryLink/dsh-click — Cross-platform native desktop control (Windows first): screen_shot/screen_read, click/type/scroll/key, app_list/app_launch — approval-gated, never stealing foreground focus.
  • PerryLink/dsh-library — Local document knowledge base: hybrid semantic+keyword search with diversity re-ranking, citation-aware injection, and a SQLite-backed index with zero model downloads.
  • PerryLink/dsh-memento — Bounded, layered, approval-gated cross-session memory with a typed seam, SQLite provider, and frozen-snapshot injection.
  • KLRSL/dsh-biomemory — Biomimetic memory: plain-Markdown data layer, memory metabolism ("dream"), memory pins, semantic recall, and cross-session retrieval.
  • PerryLink/dsh-score — Multi-dimensional quality scoring for DSH plugins (install, maintenance, docs, security, protocol compliance) with real CLI evidence and a JSON/Markdown leaderboard.
  • PerryLink/dsh-test-drive — Isolated install-and-smoke test drives for DSH plugins in throwaway DSH_HOME profiles, emitting structured pass/fail result matrices.
  • rainow/dsh-simple-wiki-memory — A super-simplified LLM-wiki memory plugin: one index document (auto-loaded) + one markdown file per topic (read only when needed) — no dumping everything into the context and burning tokens. Simple and lightweight, painless to install/uninstall, and freely editable however you like.

Tools & Capabilities

  • 988hj7tczd-oss/dsh-computer-use — Cross-platform Computer Use: virtual-mouse operation, AX-tree zero-vision-cost mode, and safety guards.

  • Anionex/dsh-computer-use — Accessibility-first macOS computer use with fresh observations, stale-state rejection, and scoped permissions.

  • AbnerAI/dsh-monitor — Persistent background watchers that wake the agent on new events — the harness analog of a Monitor tool.

  • akqwpeter-prog/dsh-agent-conductor — Dispatches tasks from DSH to 11 external agent CLIs (Codex, Claude Code, Cursor, Gemini, and more).

  • AngelosZou/dsh-multi-folder — Secondary working directories with equal read/write/exec permissions.

  • anweat/dsh-browser — Self-contained Playwright + OpenCLI browser runtime exposing 9 interactive browser tools.

  • anweat/dsh-voice-webspeech — Browser Web Speech API voice input: zero server, zero keys.

  • scriptsnet/dsh-fleet — Distributed compute fleet for DSH: pool idle machines (friends' PCs, LAN servers, cloud ECS) into a team and dispatch agent tasks to any online member with results flowing back.

  • franksong2702/dsh-dictate — Browser Web Speech dictation for the Composer: recognition needs no dedicated ASR server, key, or model download; reuses Session text and a configured DSH model for contextual phrase hints and optional transcript polishing.

  • 1na-ko/dsh-hdc-bridge — HarmonyOS device bridge: screenshot/install/log/crash/UI automation loop.

  • 6Mikao9/dsh-wsl-workspace — Adds a WSL workspace from the web GUI without reinstalling dsh inside WSL.

  • buhuikongpan/dsh-win-gitbash — Git Bash shell tool for Windows with timeout, sandbox, output truncation, and background jobs.

  • beihzb/dsh-envsel — Session environment picker for DSH: per-language conda / standalone R / WSL / custom-path slots in the conversation header plus a /env command and session_env tool.

  • dhicoc/dsh-codex-web-search-mcp — Registers codex-web-search-mcp as native DSH MCP tools (codex_web_search / codex_web_research / web_fetch) for model-independent Codex/Grok web search and deep research.

  • siweina/dsh-novel-writer — Chinese novel writing assistant for DSH: sentence/emotion/imagery analysis, 6-dim writing-metric baseline band with per-chapter μ±σ, 12-axis vibe spectrum, style portrait report, local semantic search (0 token), plot & settings management, and 15 novel tools.

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

  • dream-num/dsh-univer-office — Create, edit, inspect, and deliver spreadsheets, documents, presentations, databases, and canvases with live preview and worktree review.

  • lxfu1/dsh-plugin-chart — Generates AntV chart and diagram images from natural-language requests, with support for formats such as line, bar, pie, Sankey, organization, network, and flow charts.

  • PerryLink/dsh-draw — Unified static-image generation router: one image_generate tool over config-driven OpenAI-compatible engines (OpenAI Images, Zhipu CogView) with health-aware fallback, durable attachments, and per-session quotas.

  • PerryLink/dsh-plugin-guide — The DSH plugin-development knowledge base as an on-demand agent skill: official constraints, task workflows, API reference, and community gotchas.

  • PerryLink/dsh-skill-pack-security — Security-audit skill pack plus the plugin_vet supply-chain gate: eight bilingual agent skills and an automated pre-install scanner.

  • beijingwahw/dsh-nuke-plugin — Transactional uninstall engine: every destructive action runs validate/preview/execute/undo with Saga rollback, WAL crash recovery, hash-chain audit, hardlink dedup, and a Bayesian oracle that predicts success probability before you commit.

  • xiehuan123/dsh-deepread — Evidence-first deep reading for books, articles, PDFs, and document sets with claim-evidence reports, knowledge maps, recall questions, a Host tool, and an optional Web reading panel.

Vision & Multimodal

  • 54xkeee/dsh-vision — Zero-cost vision for text-only DeepSeek via a logged-in Chrome CDP bridge, with fallback providers.
  • akqwpeter-prog/dsh-media-skills — Free vision bridge and image generation for text-only models with engine failover.
  • Anionex/dsh-vision-toolkit — Intent-aware image Q&A, long-screenshot OCR, UI reproduction, and grounding.
  • ConsoleSun/Gemini-Eyes — MCP bridge to gemini.google.com for vision analysis plus Imagen/Veo generation, no API key.
  • Einskyle/dsh-llm-vision-bridge — Native vision bridge routing pasted images through a local VLM, then feeding the description to text-only DeepSeek.
  • exoticknight/dsh-labnana — Labnana image generation for DeepSeek Harness: text-to-image / image-to-image / precise editing (NanoBanana Pro, GPT-Image-2, Wan2.7, Seedream).
  • FuzzySoul/dsh-free-vision — Free-tier vision bridge (Qwen3-VL-Flash, Doubao, DeepSeek-OCR) with a settings GUI.
  • Flyvhidbwo/dsh-vision-proxy — GUI images auto-transcribed to text for text-only DeepSeek via the official deepseek-v4-flash-vision-exp by default (a pure-text V4-Pro brain can see images); any OpenAI-compatible VLM or local Ollama as alternatives.
  • gloryxpnv/dsh-tool-vision — Local-first structured vision returning JSON evidence — images never leave the machine.
  • good-boy4069/dsh-vision-guard — Transparent image guard avoiding session deadlocks, plus OCR/PDF/docx/pptx/video analysis.
  • haiziyao/dsh-vision-mix — Combines text, vision, and image-generation APIs into one auto-routing Mix model.
  • Nicholas023/vision-exp-tile — Large-image recognition for deepseek-v4-flash-vision-exp: lossless 800×800 tile recognition (smart/pipeline/full), local OCR with preprocessing & handwriting routing, optional multi-vendor GPU (DirectML/CUDA/OpenVINO) with auto CPU fallback.
  • PerryLink/dsh-background-agents — Durable background child agents on the official subagent seam plus persistent multi-agent team rooms with a message bus, shared task board, and approval-gated handoffs.
  • PerryLink/dsh-doublecheck — Engineering-discipline guard: requirements grill before the first edit, red/green test-evidence gates, adversarial delivery review, and a per-dimension verification report.

Skills

  • AKS1st/dsh-skill-manager — Browse and edit system/user/workspace/preset skills, import from zip, export or delete.

  • GanyuanRan/Aegis — Software-engineering method pack: baseline-first planning, systematic debugging, and verification before completion.

  • gongyijie85/dsh-ecc — 273 ECC skills ported from a large operator-system skill catalog.

  • hackerFish/awesome-dsh-skills — 12 tested engineering skills, each passing a format validator and an isolated load smoke test.

  • hatsuyuki0103/oh-my-deepseek-harness — OMX-style workflow skills: deep-interview, ralplan, ralph, autopilot, team, code-review, and more.

  • Ikalus1988/MisakaNet — Failure-recovery memory with BM25 + semantic RAG retrieval over past engineering sessions.

  • dhicoc/dsh-reverse-skill — 85-skill pack for reverse engineering and authorized pentesting/security research.

  • sandbaseai/sandbase-skills — 88 source-verifiable Agent Skills with a native DSH installer targeting .dsh/skills, covering research, social intelligence, marketing, and business workflows including multi-source evidence validation.

  • Daive1119/local-ocr — Offline local OCR skill for vision-less models: Windows native engine first (RapidOCR/Tesseract fallback), images + PDF, structured JSON output with confidence semantics, zero cloud cost.

  • YTyangtao666/dsh-skills-bridge — Mount your existing Claude Code skills (~/.claude/skills, ~/.agents/skills, custom dirs) into DSH as a native SkillProvider: frontmatter auto-normalized (when_to_use→whenToUse), rank-250 conflict policy, optional hot-reload, zero runtime deps.

Workflow & Automation

  • 1052326311/dsh-plan-lattice — Persistent execution contracts and recursive work graphs for long or underspecified tasks.
  • 940842546/dsh-permissions — Claude Code-style permission tiers (hard/deny/ask/allow) with workspace-scoped rules.
  • alib8b8/dsh-plugin-aflare — Deterministic YAML workflow DAGs with WAL crash recovery and Saga compensation, 300+ templates.
  • apheli0os/deepseek-harness-orchestrate — Declarative task-DAG orchestration with parallel topological execution.
  • biociao/dsh-science — Research workbench: ReAct research loop, versioned artifacts with provenance, and science skills.
  • btspoony/dsh-advisor — Pairs a second model that passively reviews each turn and injects notes.
  • chenzhi-clude/dsh-hooks-pack — One-click Claude Code & Codex hooks for DSH: auto-discovers existing ~/.claude / ~/.codex hook config and runs it on the official bridge plugins, with an explicit sandbox-policy shim so hook commands never die silently.
  • ChongCyrus/Vibe-Mathematics — Multi-agent math solving: brainstorm → solve → multi-verifier debate → verified knowledge base.
  • cloader/dsh-taskboard — Task board with project/model assignment and cron scheduling.
  • EvilIrving/dsh-proof — Independent read-only acceptance layer verifying each turn before it closes.
  • fakechris/dsh-track — Embedded task management engine: decision-point protocol, idea capture wall, Linear-style issue store.
  • february2015/dsh-taskswarm — Dependency-ordered task waves run in parallel git-worktree lanes with cross-model review and crash recovery.
  • dickpy/dsh-cloud-sync — Syncs DSH profiles and plugin archives through WebDAV/S3-compatible storage with encrypted snapshots.
  • PerryLink/dsh-github — Official-grade GitHub CI integration: a composite action, polling PR review bot with idempotent inline comments, a status-check gate, and approval-gated PR/issue tools.
  • PerryLink/dsh-lsp-actions — LSP action surface: diagnostics, formatting, completion, code actions, symbols, signature help, inlay hints and rename over real language servers.

Notifications & Integrations

  • 2006spy/dsh-token-billing — Real-time token billing with official CNY pricing and automatic peak/off-peak switching.
  • AbcdefgXW/dsh-msg-hub — IM channel bridge (WeChat/QQ/Feishu) with proactive push to your phone.
  • AI-Galaxy-GPU/dsh-sound — Per-event sound notifications for completion, approval, question, and task-failure.
  • Alan2Z/dsh-speak — Voice-announces the final reply via native OS voices on Windows and macOS.
  • alanpaul1969/dsh-agent-sticky-note — Agent-to-human notice board: renders pending decisions, notices, and version updates your agent (or background cron/headless workers) writes to a note file, as a Settings tab — survives chat floods and remote (Tailscale) sessions.
  • amlyczz/dsh-lark-link — High-reliability Feishu/Lark bridge with QR auth and card-based approval commands.
  • aokamoaki/dsh-notify — Windows toast + sound on turn done/error/goal, plus ask & approval alerts.
  • Dawn388887/dsh-notify — Windows desktop toast + remote-device browser notifications (Service Worker) when a session agent finishes or errors, with a /notify command and Settings toggle.
  • BiBoyang/dsh-im-bridge — Two-way WeChat bridge with in-chat approve/reject and message injection.
  • Bing-Bryan/dsh-unread-dot — macOS Dock badge and chime built on the Badging API.
  • cdxiaodong/dsh-island — Bridges sessions, tool calls, and approvals to the macOS notch panel.
  • Pasumao/dsh-plugin-notify — Windows native toasts plus a system-tray whale icon when the agent stops (done/error/waiting/closed), zero dependencies.
  • PGZXB/dsh-feishu — Feishu (Lark) UI for DeepSeek Harness: panel-driven control console, in-card approvals and questions, live streaming cards, one-QR setup.
  • temotee2103/dsh-overdrive — Multi-platform chat gateway for DeepSeek Harness (WhatsApp, Telegram, Discord, Slack, Feishu, DingTalk, WeCom) with in-chat trajectory replay, subagents, cron scheduling and tap-to-approve buttons.
  • ttmouse/dsh-dingtalk-channel — DingTalk IM channel via Stream-mode WebSocket: each chat drives its own tooled agent; replies stream back as messages, no public callback URL needed.
  • PerryLink/dsh-auto-review — Second-model auto-review on the approval answerer chain: a read-only reviewer subagent returns structured allow/deny verdicts, fail-closed by default.
  • PerryLink/dsh-defend — Prompt-injection, jailbreak, and secret-leak detection with allow/ask/block interception across user messages, tool arguments, and tool results.
  • PerryLink/dsh-mask — PII masking middleware: anonymize names, phones, emails, ID cards, bank cards, keys, and addresses before the model boundary and restore them at display; plaintext is never logged.
  • PerryLink/dsh-permission-rules — Declarative Claude Code-style allow/deny/ask permission rules plus a Codex-style process-level network policy with a built-in local HTTP/CONNECT proxy.
  • UllrAI/dsh-mqtt — MQTT agent gateway for submitting, steering, observing, and cancelling DSH sessions over authenticated or TLS broker connections.
  • xmanrui/dsh-im — Connects DeepSeek Harness to Feishu, WeChat, DingTalk, WeCom, QQ, Slack, Telegram, Discord, and WhatsApp through one settings page, using QR codes, an app manifest, or bot credentials.

Git & Engineering

  • DamonKoy/dsh-web-ui#dsh-git-graph — Git branch selector and Git graph in the conversation header.
  • No-PRM/dsh-explorer — Git-first file-tree sidebar: VS Code-style indent guides, M/A/U/D/R decorations, HEAD-vs-worktree diff preview, drag-to-reference.
  • WhitePlusMS/dsh-git-graph — Dedicated read-only Git Graph view: commit topology, local/remote/tag refs, working-tree status, search and filtering.
  • Wongzexu/dsh-git-status — Git status drawer with a commit DAG lane graph, uncommitted changes and stash rows, inline diffs, one-click fetch from all remotes.
  • a179-sanae/dsh-code-check — Runs tsc --noEmit after edits and reports errors via a code_check tool.
  • AngelosZou/graphlint — Dead-code detection for AI-generated codebases via dependency-graph reachability.
  • loadingvx/deepseek-harness-workbench-plugin — Full IDE workbench inside the Web UI: multi-tab editing, workspace terminal, file tree, and SCM (stage/commit/push/pull, branch switch, git graph, inline diffs).
  • temotee2103/dsh-ci-co-pilot — GitHub CI co-pilot for DeepSeek Harness: PR review, CI failure fixing, issue triage and release notes.

Security & Governance

  • cdxiaodong/dsh-guardian — Agent security guardrail: intercepts and audits every tool call, requiring human confirmation on sensitive operations.
  • JohnXu22786/secret-guard — Blocks agents from reading or writing sensitive files (.env, credentials, keys), masks leaked secret-shaped values, and keeps an audit journal.
  • LeslieWylie/dsh-fleet-audit — Read-only agent-fleet credential-hygiene audit: file permissions, embedded credentials in git remotes, provider-token literal counts.
  • 863683348/dsh-gov — Agent governance: policy-based tool gating, a structured JSONL audit trail, per-agent token quotas.
  • 863683348/dsh-plugin-gate — Installation safety gate: antivirus-style scan of install scripts and permissions before dsh plugin add.
  • dfycaly98931680/dsh-trajectory-governance — Rebuilds session logs into multi-branch trajectory trees, detects loop deadlock, invalid retry, and goal drift, with cost-attributed alerts.
  • DamonKoy/dsh-plugins (dsh-approve-for-me) — Auto-approves read-only tools and auto-denies dangerous commands via a fail-closed policy engine.
  • PerryLink/dsh-fast — Read-only performance diagnostics: session load timing, spill hits, compaction stats, context-injection token share, and LLM cache hit rate via /fast and fast_report.
  • PerryLink/dsh-mcp-panel — MCP management console for the official DSH MCP client: /mcp health diagnostics, a Settings MCP tab with approval-gated server CRUD, and a tool trial console.
  • PerryLink/dsh-observe — OpenTelemetry and Langfuse observability exporter: turn/step/tool/LLM spans, token and cost metrics, sanitized capture, batching, and bounded offline buffering.
  • Raphaelutumn/dsh-change-budget — Configurable per-turn budgets limiting distinct files, mutation calls, and payload bytes before file-mutation tools run.
  • liuqingman/dsh-hawkeye-scan — AI-driven source-code security scanning workbench: 5 model tools (start/finding/status/report/list) plus a /hawkeye web UI and JSON/Markdown/HTML vulnerability reports; zero-dependency Cordis plugin, installable as agent preset or npm package.
  • accpowered/dsh-credential-manager — Named credential manager: the model uses API keys, tokens, and logins by reference; secrets are injected into each shell run as DSH_CM_* env vars and never enter the conversation.
  • accpowered/dsh-auto-review — LLM auto-review for sandbox-escalation approvals under the 'auto' policy: deterministic filter plus a clean-context reviewer model, fail-closed on every error path; requires a patched harness core (patches in core-patches/).

Remote Access & Mobile

  • Phant0Meow/dsh-meow-smooth — Mobile-first UX polish for the DSH Web UI (composer auto-fold, compact mobile sidebar/header/settings, zoom lock) plus notifications when AI finishes long tasks or asks for permission (in-page cards, Web Push, Bark webhook); zero dsh changes, Tailscale phone-access guide included.
  • mrgaoang/dsh-remote — Password-gated reverse-proxy gateway to control the DSH Web UI from a phone browser with full feature coverage (including privileged methods): loopback masquerading, WebSocket passthrough, login rate limiting, optional TLS, LAN or public reverse-proxy deployment.
  • Dawn388887/dsh-fileview — In-GUI file viewer/editor for remote browsers: same-origin fenced, path-allowlisted, encoding-preserving saves.

Output & Deliverables

  • Devin-AXIS/deepseek-design#deepseek-idesign — Visual design studio for websites, prototypes, posters, and reports, with templates and direct element editing.
  • taxueseek/dsh-files — File upload with color-coded attachment cards (session-isolated storage, sha256 dedup) plus a content-sniffing document-read tool for PDF/DOCX/XLSX/TXT.
  • SenmuuuuW/dsh-whale-report — Deterministic agent reports from session logs: cost & token breakdown, collaboration review, live provider balance, PDF/PNG/HTML export.
  • beijingwahw/dsh-companion — Smart conversation export (Markdown/PDF/JSON/PNG long-image) with privacy redaction and batch ZIP.
  • Nothree-code/folder-tree-sh — Workspace file tree with multi-tab preview (text/DOCX/PDF/Markdown/CSV/images) and inline Markdown editing.
  • 263311487-ux/dsh-verify — Independent browser acceptance testing for agent deliverables: JSON spec in, real Chromium verdict out (PASS/FAIL with screenshots). MCP server + CLI + GitHub Action, works with any agent and CI.

Domain & Specialist

  • 863683348/dsh-plugin-academic-writing — Academic writing toolkit: paper outlines, title/abstract skeletons, GB/T 7714 / APA / MLA citations, pre-submission checklist.
  • 863683348/dsh-plugin-finance-data — Finance data toolkit: currency formatting (incl. Chinese wan/yi units), return/CAGR math, valuation ratios, risk metrics.
  • Asher-2000/dsh-expert-mode — Bilingual expert-mode preset: chief coordinator + domain-expert subagents (data analyst, legal review, product, frontend, growth, quant finance) with automatic task delegation.
  • literaf/dsh-ai4scholar — Academic search across Semantic Scholar, PubMed, Google Scholar, arXiv, bioRxiv/medRxiv, and DOI resolution, with citation graphs and auto-cite.
  • pengpengyi92/dsh-quant — Quantitative R&D toolkit: 46 tools across market data, indicators, factor evaluation, walk-forward ML validation, risk, options, bonds, fund simulation.
  • poplarity/dsh-science-workbench — Reproducible science workbench: agent-driven cells, inline figures with feedback/rerun, manifest provenance, environment snapshots, and publication-grade figure skills (9 bio_* tools + workbench UI).
  • Realyujie/dsh-us-stocks — US stock quotes, price history, financial statements, analyst consensus and news.
  • wade20250715/dsh-pubmed — PubMed deep-research toolset: literature search, author investigation, same-name disambiguation, institution statistics.
  • xmutfyh/dsh-plugin-writing-guard — Academic writing guard: removes AI-style defensive writing, protects scientific evidence, calibrates tone toward a target journal.
  • 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.
  • liyc-sys/dsh-fixed-income-skills — Fixed-income / credit skills: issuer rating-migration watch (fundamentals + market-implied spread + catalysts) and rate-scenario analysis (historically anchored curve scenarios with duration-based exposure impact). Ported from the LLMQuant financial Agent Skills library.

Development & Runtime

  • 863683348/dsh-plugin-verify — Evidence-based claim checking against workspace files with line citations.

  • 863683348/dsh-trend-radar — Ecosystem trend dashboard: new plugins, star gainers, category heat, keyword radar.

  • ai-eks/dsh-auth-tunnel — Password-gated public access through Cloudflare Tunnels with an in-app directory picker.

  • Airmetro/dsh-update-checker — Compares the harness and every plugin against npm/GitHub releases with one-click updates and rollback.

  • aokamoaki/dsh-startup-guard — Repairs corrupt session logs and quarantines crash-causing bundles so a broken plugin can't brick startup.

  • ayahunter/dsh-plugin-clinic — Read-only health check of the installed plugin set: loader health, dependency integrity, install-script risk.

  • Pasumao/dsh-plugin-dev-kb — Offline plugin-development knowledge base: full mirror of the official docs (168 pages) plus repo extras, with topic navigation and full-text search for the agent.

  • fakechris/dsh-harness-ops — Self-healing ops toolbox: daily-snapshot A/B rotation with acceptance-gated atomic switch and rollback, a 10s watchdog that auto-relaunches the web and resumes interrupted turns, and an out-of-band dsh-doctor for when web and agent are both down.

  • kanneiren/dsh-network-settings — Visualize the DSH process network path on Windows or WSL with layered DNS/TCP/TLS/HTTP probes, detect stale proxy configuration, and apply snapshot-guarded repairs.

  • Linxiushen/dsh-workflow-isolate — Runs model-written workflows in a fresh QuickJS/WASM runtime with bounded memory, execution fuel, wall time, and child-agent fan-out.

  • beihzb/dsh-notebook — Native Jupyter-style notebook: real ipykernel sidecar, VS Code-aligned cell UI, tqdm progress, inline figures, per-cell AI revision.

  • sandbaseai/sandbase-harness — Local-first runtime whose installable managed-agents DSH plugin exposes six MCP tools for persistent sessions, streamed turns, artifacts, cancellation, audit/replay, and local/Docker/Kubernetes/self-hosted-worker sandboxes.

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

  • sylkmpo/dsh-web-app-launcher — Runs dsh web like a Windows desktop app while the native web UI stays the engine (no Electron, no fork): auto-creates a DeepSeek Harness.lnk shortcut that opens the Web UI in a frameless Edge/Chrome/Brave/Vivaldi app window and exits the harness when the window closes.

Plugin Markets & Managers

  • sandbaseai/dsh-plugin-store — Native Settings marketplace for discovering, filtering, installing, and managing the community catalog, with separate Community and Installed views.
  • 1e0zj/dsh-plugin-mall — Live GitHub dsh-plugin topic search with per-repo manifest verification and anti-squatting checks.
  • 863683348/dsh-insight — Plugin insight center: needs-matching, environment recipes, health scoring, security audit verdict.
  • 863683348/dsh-need-finder — Requirement-driven plugin discovery matching natural-language needs to a curated directory.
  • 863683348/dsh-plugin-audit — Ecosystem-wide health audit: maintenance/docs/downloads scoring, security scan, web leaderboard.
  • 863683348/dsh-recipe — Scenario bundles of plugins ("dotfiles for the plugin world") with ordered install sequences.
  • alex04130/dsh-forge — Runtime extension suite: cross-session mailbox, agent teams, subagent spawn policy, plugin market.
  • DshMarketPlace/dsh-plugins-store — Browse and install DSH plugins from inside the harness through /store, a Settings tab, and agent search/install tools, with approval-gated installs.
  • huguangyu666/dsh-store — npm-authoritative catalog plus curated list (550+ plugins), with quality verification.
  • icefall7/dsh-plugin-scout — Scouts every dsh-plugin-tagged repo and judges each as worth trying, watching, or skipping.
  • chenzhi-clude/dsh-plugin-market — AI-native marketplace with a machine-readable registry (all.json + llms.txt) built for agent-driven plugin search and one-command install.

Just for Fun

Writing Your Own Plugin

  1. Scaffold a dsh.bundle manifest declaring what your plugin extends (model, tool, sandbox, UI, session store, or the agent loop itself).
  2. Tag the repo with the dsh-plugin GitHub topic for discoverability.
  3. Install locally with dsh plugin --profile web add <path-or-name> to iterate.
  4. Read deepseek-ai/deepseek-harness's architecture docs and AGENTS.md before building anything that touches the core agent loop.

Related Projects

  • awesome-openclaw — curated resources for OpenClaw, the self-hosted messaging-first agent with the largest community skill catalog.
  • awesome-hermes-agent — curated resources for Hermes Agent (Nous Research), the self-evolving skill-generating agent.
  • Open-Generative-AI — a broader curated hub of open-source generative AI tools and platforms.
  • Generative-Media-Skills — agent-skill building blocks for generative media workflows, in the same plugin/skill spirit as dsh.

Contributing

PRs welcome. Keep entries to one line, link the actual plugin repo (not a fork or mirror), and make sure the plugin installs and does what its description says before submitting.


⭐ If this saved you time hunting through the plugin ecosystem, star it so others can find it too.

上一个 Prev dsh-vision-router 下一个 Next PicGo-Core