ディレクトリに戻る

awesome-dsh-plugin

メンテナンス: 活発

anil-matcha/awesome-dsh-plugin

DeepSeek Harness(dsh)エコシステム向け厳選プラグインリスト

インストール方法

dsh には中央のインストールコマンドはありません。このプラグインのエントリ(下の README に記載)をプロファイルまたはパッチ設定に追加し、再起動します。

インストールの仕組み

952

スター

215

フォーク

2023-05-06

作成日

2026-08-18

最終プッシュ

README

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.
  • 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.
  • 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.
  • 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.
  • urzeye/dsh-outline — Realtime conversation outline: user questions plus Markdown headings, streaming updates, click-to-jump.

Usage & Billing

Themes & Appearance

Models & Providers

Sessions & Messages

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

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

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

Vision & Multimodal

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.

Workflow & Automation

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

GitHub で見る

DSH Plugins は DeepSeek Harness プラグインの独立したコミュニティ ディレクトリです。DeepSeek との提携・公認はありません。サードパーティ製プラグインはセキュリティ監査を受けていません。インストール前にソースコードをご確認ください。

DeepSeek Harnessの新着プラグインを毎週お届け。スパムはありません。