🐋 Awesome DeepSeek Harness Plugins

August 30, 2026 · View on GitHub

🐋 Awesome DeepSeek Harness Plugins

A curated directory of 306+ DeepSeek Harness (dsh) plugins across 14 categories — every entry with ⭐ stars and a dsh plugin add command. Bilingual (EN + 中文), machine-readable data, auto-sync CI.

plugins categories license PRs

English · 中文版

Quick Start · Hot Plugins · Categories · Browse All · Full Index · Contributing


🧭 What is this

DeepSeek Harness is DeepSeek's open-source agent harness — a ready-to-run coding agent whose core is an "everything is a plugin" framework: models, tools, sandboxes, session storage, the UI, and even the agent loop itself are plugins.

This repository is a community-maintained plugin index: it organizes DSH plugins scattered across GitHub into browsable categories. No website, no runtime — just a readable, clickable, contributable directory.

  • ✅ Official install: dsh plugin --profile <name> add <pkg> (forwards to pnpm; npm / git / tarball)
  • ✅ Official discovery: npm + the GitHub dsh-plugin topic (no built-in marketplace)

✨ Why this directory

Several awesome-dsh-* lists already exist. This one is different:

  • 14 hand-curated categories with clear boundaries (taxonomy) — not a flat name dump
  • Star counts + install commands on every entry — judge popularity and install in one glance
  • Bilingual (English primary + 中文) with a one-click toggle
  • Inline collapsible browsing — expand every category right here in the README
  • Machine-readable data (web/data.js) + generation scripts + auto-sync CI

⚡ Quick Start

Three ways to use this directory:

  1. Browse — expand any category below (or jump into a category file); each entry links straight to its GitHub repo.
  2. Search — press t (or Ctrl+F) on the repo page and search keywords like mcp, memory, TUI, multi-agent.
  3. Consume programmatically — read web/data.js (generated from the category files; see web/README.md).

🔥 Hot Plugins

Top community plugins by GitHub stars:

#PluginDescription
🥇deepseek-ai/deepseek-harnessOfficial core repo: "everything is a plugin", driven by Cordis.204526
🥈deepseek-harness-desktopModern DeepSeek Harness desktop experience22067
🥉awesome-dsh-plugin/awesome-dsh-pluginCommunity curated list (105 plugins + sites + badges).13698
4dsh-web-uiDSH Web UI plugin and skin collection: task board, Git graph, right panel, mobile remote, skin center6515
5deepseek-ai/awesome-deepseek-agentOfficial curated list of DeepSeek agents.6020
6modlensVision bridge for text-only models: paste an image, get structured JSON evidence (OCR, layout, semantics).3774
7dsh-desktopCross-platform desktop app3315
8DSH-better-sidebarFull sidebar workbench with file rendering and editing, terminal, Git, and subagents; third-party plugins can register new tabs.3126
9dsh-marketThe plugin market inside DSH: a Settings page to browse and search the full community catalog by category, with confirmed one-click installs and an installed-plugins view.2835
10dsh-TUIClaude Code-style full-screen terminal UI: pixel-whale header, live status line, and streaming thought expansion.2718

📊 Stats

MetricValue
Plugins listed306 entries (306 unique)
Categories14 top-level
Ecosystem referencedsh-plugin topic ~3300+ repos · compat radar 286+

🗂 Categories

#CategoryPluginsDescription
1🛠️ Tools31deterministic tools, git, test runners, safe delete
2🧩 Skills16engineering discipline, skill migration, book-to-skill
3🔌 MCP8MCP server management, webfetch, vision MCP
4🎨 UI / Skins / Themes45skins, themes, generative UI, input enhancements
5🖥️ Desktop / TUI / Mobile23desktop shells, terminal TUI, mobile, companions
6🤖 Agent Orchestration10agent teams, plan/execute, A2A, cross-session messaging
7🧠 Context / Memory24long-term memory, context compression/audit, session control
8👁️ Multimodal / Vision18image Q&A, OCR, screenshots, computer use
9🔁 Workflow / Automation21deep research, cron, condition wakeup, review loops
10📡 Notifications / Channels19Telegram/WeChat/Feishu bots, SSH, desktop notify
11🌐 Browser / Search16browser control, scraping, search providers
12🏗️ Infra / Plugin Mgmt33plugin managers, health checks, sandboxes, telemetry
13🎮 Fun / Other32games, pets, stickers, learning, design
14🏛️ Official & Meta10core repo, awesome lists, compat radar, community hub

📚 Browse All Plugins

Expand any category to browse all plugins inline — no need to leave this page.

🛠️ Tools · 31
PluginDescriptionInstall
dsh-toolkit28Zero-dependency toolkit: time / encoding / json / calculator / csv / regex / markdown / diff / stat / schema — ten deterministic tools in one install.dsh plugin add @deepseek-ai/dsh-toolkit
dsh-tool-calculator8Safe math expression evaluator, zero-dependency recursive-descent parser.dsh plugin add @deepseek-ai/dsh-tool-calculator
dsh-tool-csv4Parse/query/aggregate/convert CSV (RFC 4180) with a zero-dependency state-machine parser.dsh plugin add @deepseek-ai/dsh-tool-csv
dsh-tool-diff4Structured comparison and unified diffs for text/JSON/CSV/Markdown.dsh plugin add @deepseek-ai/dsh-tool-diff
dsh-tool-encoding3base64/url/hex encoding, common hashes, and UUID generation.dsh plugin add @deepseek-ai/dsh-tool-encoding
dsh-tool-json3JSON queries with a JMESPath subset.dsh plugin add @deepseek-ai/dsh-tool-json
dsh-tool-markdown4HTML↔Markdown conversion, GFM table normalization, and TOC generation.dsh plugin add @deepseek-ai/dsh-tool-markdown
dsh-tool-regex3Test/extract/safe-replace/statically explain regexes without executing code.dsh plugin add @deepseek-ai/dsh-tool-regex
dsh-tool-schema3JSON Schema validation: validate/paths/explain/normalize.dsh plugin add @deepseek-ai/dsh-tool-schema
dsh-tool-stat6Descriptive statistics, percentiles, frequency distributions, and correlation.dsh plugin add @deepseek-ai/dsh-tool-stat
dsh-tool-time4Strict ISO 8601 parsing, IANA timezone conversion, and UTC calendar arithmetic.dsh plugin add @deepseek-ai/dsh-tool-time
dsh-tool-git4Structured Git tools (status/diff/log/branch/stage/commit/stash/show) with dangerous-command guardsdsh plugin add dsh-tool-git
dsh-test-runner2Structured test_run that auto-detects vitest/jest/pytest/node:test and parses failure summariesdsh plugin add dsh-test-runner
dsh-security-scan1Scans for secrets and dangerous patterns (API keys/tokens/private keys), zero dependenciesdsh plugin add dsh-security-scan
dsh-tool-search3Per-agent on-demand tool discovery and progressive schema disclosure.dsh plugin add @deepseek-ai/dsh-tool-search
dsh-custom-tool23Create and manage sandboxed JavaScript tools with a Monaco editor and model-driven tool lifecycle.dsh plugin add dsh-custom-tool
dsh-bash-encoding8Auto-detects and decodes Bash output encoding (UTF-16LE/UTF-8/GBK), fixing Chinese mojibake
dsh-at-file498Codex-style @file mentions: search workspace files in the composer and attach their contents to prompts.dsh plugin add dsh-at-file
dsh-wikilink3Obsidian-style [[wikilink]] mentions: fuzzy-search note titles and attach contentdsh plugin add dsh-wikilink
dsh-safe-delete2Safe deletion: moves files to trash/staging instead of permanent deletion, supports recovery
dsh-bisect-debug1Bisects to locate bug root causes (code/boundary/commit)dsh plugin add dsh-bisect-debug
dsh-payload-capture1Captures every upstream model API payload to disk as JSON (debug/observability)dsh plugin add dsh-payload-capture
dsh-data-agent181Let the AI connect to databases and write SQL for you.dsh plugin add @deepseek-ai/dsh-data-agent
dsh-openapi4Safe OpenAPI 3.x discovery and API invocation tooldsh plugin add dsh-openapi
dsh-plugin-interpreters10Exposes run_python / run_node tools with configurable interpreter pathsdsh plugin add @huanlin/dsh-plugin-interpreters
dsh-cowork5Bounded, cell-addressed doc_read/doc_write for xlsx / pdf / docx / pptx / ipynb, plus an MCP server and CLI.
dsh-plugin-mineru43Expose MineRU document parsing tools to the model.dsh plugin add @huanlin/dsh-plugin-mineru
dsh-plugin-sleep10Exposes a single sleep tool for on-demand pauses (cancelable)dsh plugin add @huanlin/dsh-plugin-sleep
dsh-port-guard1Port conflict handling (reuse/switch/precise kill)dsh plugin add dsh-port-guard
dsh-scout2Read-only environment probing: runtime/versions/resources/ports/services/hardware/workspacedsh plugin add @deepseek-ai/dsh-tool-scout
dsh-nuke-plugin3Transactional plugin-uninstall engine: every destructive action runs validate/preview/execute/undo + Saga rollback, WAL crash recovery, hash-chain audit log, hardlink dedupe and Bayesian success prediction; recycle bin instead of permanent delete.dsh plugin add github:beijingwahw/dsh-nuke-plugin
🧩 Skills · 16
PluginDescriptionInstall
dsh-review-skills2Engineering discipline skill pack: code-review/simplify/plan-then-execute/test-first/resolve-conflictdsh plugin add dsh-review-skills
dsh-skillport5Bring your existing Agent Skills (SKILL.md) library to DSH: discover skills across Claude/Codex/Cursor/Gemini paths, inject a progressive-disclosure index, and load bodies on demand.dsh plugin add @dsh-skillport/bundle
dsh-find-skill4Bridges vercel-labs/skills ecosystem: LLM-driven skill search/install/lifecycle managementdsh plugin add dsh-find-skill
dsh-plugin-skills12Agent skills for building and testing DSH plugins (scaffolding to layered testing)
dsh-book2skill4Five-stage book-to-skill pipeline (scrape→parse→understand→generate→install) with 3 human checkpointsdsh plugin add dsh-book2skill
dsh-superpowers5Superpowers (obra/superpowers) as DSH plugin: methodology skills + session guidancedsh plugin add dsh-superpowers
dsh-plugin-code-review1Structured code review skills (YYTbit series)dsh plugin add dsh-plugin-code-review
dsh-review-loop2Incremental diff review: checkpoint queue + web panel + review-feedback injection agentdsh plugin add @dsh-plugin/dsh-review-loop
dsh-plugin-claude-bridge9Bridges Claude Code memory/skills/config into DSHdsh plugin add dsh-plugin-claude-bridge
dsh-plugin-codex-bridge2Bridges Codex skills/config into DSHdsh plugin add dsh-plugin-codex-bridge
dsh-plugin-opencode-bridge4Bridges OpenCode skills/config into DSHdsh plugin add dsh-plugin-opencode-bridge
dsh-plugin-pi-bridge2Bridges pi skills/config into DSHdsh plugin add dsh-plugin-pi-bridge
Code2Skill8Generate Functions, MCP tools, workflow Skills, and offline test packages from user-authorized source code.dsh plugin add github:leechen298/Code2Skill#v1.1.3
dsh-reverse-skill95Complete reverse-skill pack (85 SKILL.md) as a DeepSeek Harness Cordis plugin: reverse engineering, authorized pentesting and security-research skill router.dsh plugin add github:dhicoc/dsh-reverse-skill
dsh-find-plugins170Skill that searches, installs, and verifies GitHub plugins for DSHdsh plugin add github:Nagi-ovo/dsh-find-plugins
forkprobe71Compare multiple skills on the same task and pick the winner.dsh plugin add github:Jayden-X-L/forkprobe
🔌 MCP · 8
PluginDescriptionInstall
dsh-mcp-proxy1Context-saving lazy MCP accessdsh plugin add dsh-mcp-proxy
deepseek-harness-plugin-mcp3MCP server letting any agent discover/install/run DSH pluginsdsh plugin add deepseek-harness-plugin-mcp
dsh-webfetch2Zero-dependency webfetch MCP server (clean text/markdown/HTML/JSON, robots.txt compliant, SSRF protection)
dsh-search-mcp12Replaces built-in search with search MCP (Tavily/Brave/Exa/Perplexity/DuckDuckGo)dsh plugin add dsh-search-mcp
dsh-oauth-mcp-client9Connects to OAuth 2.1 Streamable HTTP MCP services
shadow-vision2Open-source MCP vision server giving text-only LLMs image understanding/OCR/UI inspection
mcp-bridge34MCP browser bridge enabling web AI to call MCP tools
dsh-acp-for-bitfun10ACP bridge between BitFun and DSH.dsh plugin add dsh-acp-for-bitfun
🎨 UI / Skins / Themes · 45
PluginDescriptionInstall
dsh-skins3Web UI skin collection (including the harbor sunset skin)dsh plugin add @dsh-external/dsh-web-skins
dsh-deep-whale1833Whale-girl skin series for the DSH Web UI (maid-atelier).
dsh-qq200624QQ2006 retro skin
dsh-deepcel15An Excel-style skin
dsh-tonghuashun3Tonghuashun market-terminal style skin + code-volume K-line panel
dsh-plugin-colorscheme2Color scheme plugin
dsh-custom-css3Custom CSSdsh plugin add dsh-custom-css
dsh-web-background2Web UI background customization
dsh-plugin-background11Web UI wallpaper customization
dsh-chat-width7Adjusts reply width (terminal-width aware)
deepseek-harness-skin51Skinning system with 21 built-in skins plus one-image color scheme generation
dsh-homepage-skin3Puts the DeepSeek Harness homepage-style background on dsh web: WebGL fluid, dot grid and digital whale, in dark and light themes.
DSH-better-sidebar3126Full sidebar workbench with file rendering and editing, terminal, Git, and subagents; third-party plugins can register new tabs.dsh plugin add dsh-better-sidebar
dsh-side-panel15Side panel with file browser, terminal, and Git review for quick file previews.dsh plugin add @dsh-external/dsh-side-panel
dsh-focus-chat22A "focus chat" minimal view that shows only final outputs.dsh plugin add @dingyi222666/dsh-focus-chat
ui-status-label42Customize the "deep diving" thinking status label to anything you like.dsh plugin add dsh-ui-status-label
dsh-navbar59Conversation node navigation bar for quick jumps between user messages.dsh plugin add @dsh-external/dsh-navbar
dsh-task-status9Background task status bar: progress plus live output tail on the chat page.dsh plugin add @dsh-external/dsh-task-status
dsh-web-archive9Collapse noisy messages (Think, Bash, etc.) in conversations.dsh plugin add dsh-web-archive
dsh-milestone24Right-side dot-timeline rail: jump between user messages.dsh plugin add dsh-milestone
dsh-spotlight18Keyboard-first command palette for the DSH Web UI.dsh plugin add @dsh-external/dsh-spotlight
dsh-deeplink4Deep links: open a specific session or workspace via ?session= / ?workspace=.dsh plugin add @dsh-community/dsh-deeplink
dsh-diff-viewer26PiUI-style diff viewer replacing the stock DiffBlock for write/edit tool calls.dsh plugin add @dsh-external/dsh-diff-viewer
dsh-drag-and-drop24Cross-platform file drag-and-drop with raw path insertion, no file copying.dsh plugin add @bill9109/dsh-drag-and-drop
ex-setting2Settings extensions for DSH.dsh plugin add @deepseek-ai/dsh-ex-setting
dsh-annotation104Select text → annotate → send with your message; replies map back to each annotation.dsh plugin add @omdsh-dev/dsh-annotation
dsh-prompt-studio3Edit user and built-in system-prompt sections with live preview.dsh plugin add dsh-prompt-studio
dsh-prompt-persona14Edit the system prompt (deployment persona) from settings with live previewdsh plugin add @xilin3/dsh-prompt-persona
dsh-local-filetree1Show the current session workspace file tree in the right detail column (lazy-loaded, read-only)dsh plugin add dsh-local-filetree
dsh-sticky-disclosure3One-click collapse of every expanded section (Think rows, tool cards) with a live-count pill and a customizable hotkey.dsh plugin add dsh-sticky-disclosure
dsh-token-usage3Prettier token usage bar: context, input/output, cache breakdown, time-to-first-tokendsh plugin add dsh-token-usage
TokenLedger190Track local DSH token usage by relay site, project and model, and show account balance and subscription quota cycles.
dsh-web-billing13RMB/USD token billing: official peak/off-peak auto pricing, per-provider/source cost grouping, budget and balance views, CSV/JSON export.
dsh-plugin-usage-meter4API usage/cost/balance dashboard: pill usage bar with peak/off-peak labels, per-model stacked bar chart by day / last 7 days, model distribution, budget alerts and a cross-session ledger.dsh plugin add dsh-plugin-usage-meter
dsh-model-config-sync19Advanced model configurator applying pi-ai presets to custom providers in one clickdsh plugin add dsh-model-config-sync
dsh-web-ui6515DSH Web UI plugin and skin collection: task board, Git graph, right panel, mobile remote, skin centerdsh plugin add dsh-web-ui
dsh-plugin-open-app6Brings open-mcp-apps into DSH: one sidebar container per MCP app (own workspace, session and App mode), an agent status strip, inline chat rendering and an App Store.
dsh-ui-hub5UI butler: fold and toggle official/plugin UI by section, drag to move and resize, with collision avoidance and one-click auto layout.
dsh-what-changed2Session top bar summarizing the whole session's changes: every file the agent wrote and each edit, with permission-denied writes counted separately.
dsh-easyrewrite96Inline edit & recall for user message bubbles in DSH Web: lazy commit, seamless replacement, version pager, auto draft backup, trilingual i18n.dsh plugin add dsh-easyrewrite
dsh-meow-smooth34Mobile-first UX polish for the DSH Web UI (composer auto-fold, phone enter-as-newline, compact sidebar/header, zoom lock) plus task/permission/question notifications (Web Push / Bark webhook) with zero dsh changes.dsh plugin add meow-smooth
dsh-visualize231In-conversation generative UI: the model renders interactive HTML cards into the chat stream, with streaming preview and sandboxed rendering.dsh plugin add @dsh-external/dsh-visualize
dsh-genui372Interactive UI components rendered inline in replies: layout, charts, forms, quizzes, mermaid, 3D scenes, and an action event loop back to the model.dsh plugin add @omdsh-dev/dsh-genui
web-components2Web Components support.dsh plugin add @deepseek-ai/dsh-client-web-component
dsh-openpencil156OpenPencil design preview and editing plugin.dsh plugin add @zseven-w/dsh-openpencil
🖥️ Desktop / TUI / Mobile · 23
PluginDescriptionInstall
dsh-TUI2718Claude Code-style full-screen terminal UI: pixel-whale header, live status line, and streaming thought expansion.dsh plugin add dsh-cc-tui
dsh-tianshu-tui250A terminal UI (TUI) for DeepSeek Harness.dsh plugin add @huiliyi37/dsh-tianshu-tui
dsh-pi-tui3Pi TUI frontend: streaming markdown, thinking collapse, tool cards, slash commands
deepseek-harness-tui8Native terminal TUI built with Ink/Reactdsh plugin add deepseek-harness-tui
dsh-tui4Lightweight, session-aware terminal UIdsh plugin add dsh-tui
dsh-tui31Claude Code-style terminal UI (out-of-tree bundle)dsh plugin add @dsh-tui/dsh-tui
oh-dsh294Community distribution: TUI, desktop, and Web UI as one bundle with layered installation.dsh plugin add @oh-dsh/desktop
deepseek-harness-desktop11Native Windows desktop shell: 1:1 official Web UI, built-in server hosting, tray residency
deepseek-harness-desktop4Unofficial in-process Windows desktop app (tray, native notifications, IPC)
dsh-desktop76Community-maintained unofficial desktop client (reuse official instance or built-in runtime)
dsh-desktop8Wails (Go) desktop shell, Codex-style native app
dsh-desktop2.NET 10 WPF + WebView2 desktop launcher
dsh-desktop3315Cross-platform desktop app
dsh-desktop-electron5Cross-platform Electron desktop shell (tray resident, no bundled Node)
dsh-desktop-window1Open the Web UI in a standalone app window (auto-launch + settings toggle)dsh plugin add dsh-desktop-window
deepseek-harness-desktop22067Modern DeepSeek Harness desktop experience
Deepseek-Harness-Desktop147Electron desktop shell with themes, wallpapers, and tray; chat stays on official dsh webdsh plugin add deepseek-harness-desktop
dsh-launcher184Lightweight Windows launcher: auto-start on boot + standalone small window
dsh-tray-launcher5Windows tray launcher: runs dsh web without a window, right-click tray to switch icons (Liangzu / whale-girl / DeepSeek / custom); quitting quits all.
dsh-work635Local AI workspace: unified Session, files, data analysis, MCP, and Office
dsh-companion5Resident desktop assistant: global summon, scheduled automation, quick replies, plugin marketplace
dsh-mobile24Mobile client (⚠️ dsh-external, public availability unverified)
deepseek-harness-tui65A Rust/ratatui terminal client that speaks the DSH SDK JSON-RPC protocol directly and runs standalone or as a profile bundle.dsh plugin add github:openma-ai/deepseek-harness-tui
🤖 Agent Orchestration · 10
PluginDescriptionInstall
dsh-agent-teams1201AgentTeams multi-agent teams.dsh plugin add dsh-agent-teams
dsh_workflow110UltraCode-style multi-agent orchestration: a generatable, savable, governable, observable, resumable workflow layer.dsh plugin add @dsh-external/workflow
dsh-meta-orchestrator3Model-native meta-agent synthesizing task-specific workflows at runtime and coordinating tools/subagentsdsh plugin add dsh-meta-orchestrator
dsh-crosstalk4Cross-session messaging for DSH: any session on the machine can list and message any other, Claude Code-style, via a local heartbeat registry and inbox.dsh plugin add @dsh-crosstalk/bundle
dsh-agent-messaging5Cross-session agent-to-agent message delivery (addressed by session name)dsh plugin add dsh-agent-messaging
dsh-interconnect35Cross-instance message and event handoff between DSH instances via an interconnect server.dsh plugin add dsh-interconnect
dsh-session-hub4Aggregate and natively control DSH sessions across servers (hub gateway + official UI bridge)dsh plugin add dsh-session-hub
dsh-plugin-yet-another-subagent15Configurable subagent profiles plus live tool-call/token display and sub-session jumpdsh plugin add @huanlin/dsh-plugin-yet-another-subagent
dsh-a2a7Agent2Agent mesh interconnection ⚠️ dsh-external, public availability unverified
dsh-devices7Decentralized multi-device fleet: mDNS discovery + key pairing + SSH cross-network control + SFTP file transfer; auto-registers 6 fleet tools in dsh sessions (zero npm dependencies).dsh plugin add dsh-devices
🧠 Context / Memory · 24
PluginDescriptionInstall
dsh-memory-evolve261Cross-session long-term memory plus background self-evolution (five-track memory, git branch awareness, skill evolution)
billion-context-dsh59Model-driven context compression (ACP) where the model decides when to compress (ported from billion-context-pi)
dsh-memory2Cited memory over DSH's lossless session log: distilled facts carry (sessionId, eventRange) citations that expand back to the exact original log excerpt.dsh plugin add @dsh-memory/bundle
dsh-memory1Cross-session SQLite persistent memorydsh plugin add dsh-memory
dsh-mnemon296Deep Mnemon integration: local three-tier memory (Runtime Memory, retrievable Documents, supervised Memory Spaces).dsh plugin add dsh-mnemon
nowledge-mem-deepseek-harness6One memory layer for every AI tool and agent: Context Bundle injection, prompt-time recall, MCP tools, and turn-end DSH thread capture.dsh plugin add nowledge-mem-deepseek-harness
dsh-plugin-meta-memory4Structured long-term memory systemdsh plugin add dsh-plugin-meta-memory
dsh-kb-sieve2Build auditable KB packs (SQLite FTS5) from md/txt/docx/pdf with deterministic retrieval and original-text reading.dsh plugin add @dsh-external/dsh-kb-sieve
dsh-llm-wiki4Manage the LLM-Wiki knowledge base from an agent (wiki_search/read/stats/ingest, etc.)dsh plugin add @detpecca/dsh-llm-wiki
dsh-continual-evolve16Continual self-evolution: versioned, auditable, rollback-safe harness state (prompts, memory, skills, subagent specs) refined from session trajectories, with review gates and hot-reloaded skills.dsh plugin add dsh-continual-evolve
dsh-meow-memory62Cross-session project memory: layered SQLite storage with keyword/semantic retrieval, per-message hit injection and windowed consolidation.dsh plugin add github:Phant0Meow/dsh-meow-memory
dsh-context-doctor21Context injection audit: token costs of instruction chains / skill catalogs / tool schemas, duplicate and conflict detection.dsh plugin add dsh-context-doctor
context-vista12A right-side floating panel and /context command for DeepSeek Harness — a live donut chart of context token usage, allocation, and estimated cost.dsh plugin add context-vista
distill24Automatic conversation distillation: background subagent reflection + skill create/update.dsh plugin add @loserfox/distill
dsh-auto-compact1compact_now tool that auto-compacts context at turn end
dsh-context1185Context 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.dsh plugin add dsh-context
dsh-turn-rewind105Rewind conversation and workspace state, powered by a persistent Change Ledger.dsh plugin add @dsh-external/turn-rewind
dsh-undo4Context undo/redo: roll back to the previous completed step and restoredsh plugin add dsh-undo
dsh-recall3Message recall: an undo button per user message deleting that turn and everything after (no code changes)dsh plugin add dsh-recall
dsh-sidechain11/side persistent side sessions and /btw one-off side questions running in temporary forksdsh plugin add @dsh-external/dsh-sidechain
dsh-message-edit46Branch-based message editing, reroll, retry, and a version timeline.dsh plugin add dsh-message-edit
dsh-session-search2Index-free full-text search across dsh/Codex/Claude/pi/OpenCode sessions
dsh-chat-import125Import full-fidelity chat histories from 13 coding agents (Claude Code, Codex, ChatGPT, Cursor, Gemini, opencode, and more) as resumable DeepSeek Harness sessions, with reverse export back to Claude Code.dsh plugin add dsh-chat-import
dsh-claude-move12Migrate Claude Code sessions/memory/skills/CLAUDE.md to DSHdsh plugin add dsh-claude-move
👁️ Multimodal / Vision · 18
PluginDescriptionInstall
modlens3774Vision bridge for text-only models: paste an image, get structured JSON evidence (OCR, layout, semantics).dsh plugin add @liustack/modlens
dsh-vision-toolkit842Vision tasks for text-only models: intent-aware image Q&A, long-screenshot OCR, UI reproduction, grounding, and pixel diff.dsh plugin add @dsh-external/dsh-vision-toolkit
agent-vision-toolkit1124General agent vision toolkit and skills (multi-image understanding and GUI automation)
dsh-vision35view_image tool bridging any OpenAI-compatible VLM (defaults to Zhipu's free tier)
dsh-vision-LMstudio1Call local vision models via LM Studio
dsh-vision-proxy15DeepSeek brain + automatic image transcription: attach images in the GUI and each one is transcribed to text via any OpenAI-compatible VLM before reaching the text-only DeepSeek — a keyed fast path (default qwen3.7-flash; DashScope/Zhipu/OpenRouter or any OpenAI-compatible endpoint) with your own key, or local Ollama auto-detected with zero config.dsh plugin add dsh-vision-proxy
dsh-plugin-deepeye4DeepEye vision plugin: image description, OCR, VQA, UI layout, and clipboard analysisdsh plugin add dsh-plugin-deepeye
deepseek-omnimodal4Open-source multimodal MCP plugin recognizing/generating images, video, and audio via Qwen/DashScope (compatible with Codex/Claude Code/DSH)
sidesight2CLI-first vision sidecar analyzing screenshots, charts, UI diffs, and video (OpenAI-compatible multimodal models)dsh plugin add sidesight
dsh-paddle-ocr3Baidu PaddleOCR-VL document layout parsing (OCR tool plus settings card and task panel)dsh plugin add dsh-paddle-ocr
dsh-screenshot-diff1Pixel-compare two screenshots to generate diff.png plus a three-panel image (pixelmatch)dsh plugin add dsh-screenshot-diff
Qwen-MM-PluginsQwen multi-modal plugin support.dsh plugin add @deepseek-ai/dsh-qwen-mm
dsh-computer-use34Accessibility-first macOS computer use: fresh observations, stale-state rejection, scoped permissions, and safe input.dsh plugin add @dsh-external/dsh-computer-use
dsh-mobile-control4Control phones (ADB/iOS)dsh plugin add dsh-mobile-control
dsh-hdc-bridge16HarmonyOS device bridge: hdc screenshot/install/log/crash/UI automation loop with read_image, official-first versioned API knowledge (SDK .d.ts + offline bundled docs), and a DevEco CLI build/sign/lint lane.dsh plugin add dsh-hdc-bridge
dsh-plugin-aigc-canvas16Provider-agnostic AIGC HTTP bridge plus freeform canvas and ffmpeg post-processingdsh plugin add @huanlin/dsh-plugin-aigc-canvas
dsh-vision-router1031Free 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 to use it.dsh plugin add dsh-vision-router
dsh-labnana3Labnana image generation plugin: text-to-image / image-to-image / precise editing for NanoBanana Pro, GPT-Image-2, Wan2.7 and Seedream, with in-chat image cards and credit estimate.dsh plugin add github:exoticknight/dsh-labnana
🔁 Workflow / Automation · 21
PluginDescriptionInstall
dsh-deep-research20Adaptive deep-research orchestrator built on the official workflow engine.dsh plugin add @dsh-external/dsh-deep-research
dsh-deepresearch11Evidence-first autonomous research workflow (persistent state plus standalone web view)dsh plugin add @deepseek-ai/dsh-deepresearch
dsh-loop5Recurring loops: /loop command + loop tool + activity status bar.dsh plugin add @dsh-external/dsh-loop
dsh-sentinel15Condition-driven wakeup: durable file/command/http/process/webhook watches that wake the agent.dsh plugin add @dsh-external/dsh-sentinel
dsh-automation84Scheduled coding runs in fresh agent sessions with auditable history.dsh plugin add @dsh-external/dsh-automation
dsh-routines1Scheduled agents on a cron: run a prompt on a schedule and get the digest where you already are, with overlap/missed-run/timeout safety defaults.dsh plugin add @dsh-routines/bundle
dsh-plannotator11Plan review with anchored annotations and structured feedback back to the agent.dsh plugin add @dsh-external/dsh-plannotator
dsh-inspect7Adversarial checkup → fix → review loop toolset.dsh plugin add @dsh-external/dsh-inspect
dsh-advisor18A secondary model passively reviews each turn and injects insightsdsh plugin add dsh-advisor
mstar-harness57Skill-driven harness/loop engineering workflow agent plugin.
dsh-llm-fallbacks20Role-based model retry/fallback strategiesdsh plugin add dsh-llm-fallbacks
dsh-polyglot4The model switch for DSH: point it at any OpenAI-compatible endpoint, with curated free/cheap DeepSeek provider presets and automatic fallback when a free tier rate-limits you.dsh plugin add @dsh-polyglot/bundle
dsh-track7Embedded task management engine: decision-point protocol, idea capture wall, Linear-style issue store.dsh plugin add @deepseek-ai/dsh-track
dsh-record-replay10Record macOS desktop workflow demos and convert them into agent skills (orr_* tools)dsh plugin add dsh-record-replay
dsh-daily-progress3Daily progress: tonight's plan for tomorrow plus today's checklist and completion thermometerdsh plugin add dsh-daily-progress
dsh-goal-mode3Visualize goal mode: goal bar, settings page, multi-session overview, and goal_overview tooldsh plugin add dsh-goal-mode
dsh-ramify11Creative branching canvas: generate, compare, and iterate multiple approaches in a tree workspacedsh plugin add @ramify/dsh-ramify
dsh-tool-approval1Manual approval mode ("Manual Mode" / "Ask Mode").dsh plugin add dsh-tool-approval
dsh-tiered-approval2Tiered auto-review: static rules plus LLM review plus human fallbackdsh plugin add dsh-tiered-approval
dsh-event-auditor1Event-stream audit panel observing event types, dispatch patterns, and counts, helping plugin authors understand internalsdsh plugin add @dsh-external/dsh-event-auditor
dsh-auto-continue44Auto-resumes interrupted DSH Web requests: sends a queued 「Continue」 after network, timeout or host-crash failures, with error classification, adaptive backoff, templated continue text and browser notifications.dsh plugin add github:HsiangNianian/dsh-auto-continue
📡 Notifications / Channels · 19
PluginDescriptionInstall
telegram7Bridge to the Telegram Bot API: long polling, per-chat sessions, HTML formatting.dsh plugin add @loserfox/telegram
dsh-telegram1Telegram runtime adapter (per-chat sessions, allowlist authentication)dsh plugin add dsh-telegram
DSH-Telegram-Relay5Chat remotely and receive notifications via Telegramdsh plugin add dsh-telegram-relay
dsh-chatnode-wechat7Chat with, monitor, and approve your DSH agents from WeChat via the iLink gateway: text both ways, session targeting, digest heartbeats, and numbered approval prompts.dsh plugin add @dsh-cowork/chatnode-wechat
dsh-lark-bridge7Bidirectional Lark/Feishu controller for DeepSeek Harness with project and session routing, interactive cards, approvals, attachments, and task controls.dsh plugin add dsh-lark-bridge
dsh-onlyne2IM gateway sending/receiving QQ, WeChat, Feishu, and Telegram messages from dsh sessions
dsh-im1001One settings entry to connect Feishu/WeChat/DingTalk/WeCom/QQ/Slack/Telegram/Discord/WhatsApp bots via QR scan, App Manifest or credentials.
dsh-notification77Desktop notifications for turn completions, with per-outcome controls and keyword rules.dsh plugin add dsh-notification
dsh-notify-windows6Windows notifications (zero dependencies)
dsh-win-notify4Windows toast notifications (sound on task completion)dsh plugin add dsh-win-notify
dsh-web-ui-notify23Desktop notification reminders.dsh plugin add @bill9109/dsh-web-ui-notify
dsh-session-notification16Notifications for four session states, with browser alerts and prompts.dsh plugin add @dingyi222666/dsh-session-notification
dsh-bell-notify4Rings bells and shows a breathing status dot for Agent lifecycle events; Web Audio synthesized (zero audio files), custom sounds uploadable per event.dsh plugin add github:Laplace-bit/dsh-bell-notify
task-chime1DSH task chime: plays local sounds for approval/permission requests and task completion, with configurable volume and cooldown from the web GUI.dsh plugin add task-chime
dsh-ssh8SSH remote execution (ProxyJump chains, SFTP filesystem, PTY)
dsh-webhook-bridge1Generic webhook receiver: POST /hook/:channel wakes per-channel agentsdsh plugin add dsh-webhook-bridge
dsh-open-in-vscode55Open DSH workspace directories in VS Code directly from the web GUI.dsh plugin add dsh-open-in-vscode
dsh-share35Share your conversations with one click.dsh plugin add @dsh-external/dsh-share
dsh-conversation-share3Share any excerpt of a conversation.dsh plugin add @bill9109/dsh-conversation-share
🌐 Browser / Search · 16
PluginDescriptionInstall
dsh-browser530Chrome sidebar extension that lets DSH operate your browser directly, no vision capabilities required.
dsh-browser-control1Control browsers via CDP/Playwrightdsh plugin add dsh-browser-control
ego-browser67Connect ego-lite (Chromium for AI agents) to DSH with 13 structured ego_* tools
dsh-better-browser10Let agents control the user's logged-in browser via Kimi WebBridge (13 tools)dsh plugin add @dsh-external/dsh-better-browser
dsh-webbridge4DSH meets Kimi WebBridge.dsh plugin add @bill9109/dsh-webbridge
dsh-browser5Playwright-driven browser automationdsh plugin add dsh-browser
DSH-Chrome-devtools3Real Chrome control via Chrome DevTools MCPdsh plugin add dsh-chrome-devtools
dsh-playwright-cli3Wrap Playwright CLI: install browsers, run tests, and open HTML reports from the agent loopdsh plugin add dsh-playwright-cli
deepseek-pp1728Browser-extension AI agent workspace with built-in MCP and memory
dsh-web-search-firecrawl2Firecrawl search provider for built-in web_searchdsh plugin add @yangzhe1003/dsh-web-search-firecrawl
dsh-web-search-tavily3Tavily search provider (no DeepSeek key needed)
dsh-tavily-search4Key-free Tavily search tooldsh plugin add dsh-tavily-search
dsh-web-search-pro57Persistent enhanced web search: multi-engine routing (DeepSeek/Exa/DDG/Bing/Jina + GitHub/Bilibili/YouTube/V2EX/Xiaohongshu/Twitter/Reddit/RSS), SQLite+LRU cache, userscript-style extraction, Playwright rendering.dsh plugin add dsh-web-search-pro
dsh-all-search1AnySearch web search provider (ctx.web)dsh plugin add dsh-all-search
modsearch324Web search bridge for text-only agents: ask the web or X, get structured JSON evidence (search, fetch, citations).dsh plugin add @liustack/modsearch
argo113Search built for agents: multilingual coverage across web, academic, code, shopping, finance, news, and encyclopedias.dsh plugin add github:taxueseek/argo
🏗️ Infra / Plugin Mgmt · 33
PluginDescriptionInstall
plugin-registry57Ecosystem infrastructure: a thin browser console for managing official repository plugins (zero patches) plus a make-dsh-plugin skill for guided plugin development.
dsh-plugin-manager-registry1Offline-tolerant registry discovering and deduplicating DSH plugins from awesome lists, GitHub topics, and npm
dsh-hub3OMDSH community extension hub (built on official contracts)dsh plugin add @omdsh/dsh-hub
dsh-plugin-installer6Marketplace plugin connecting DSH to the GitHub plugin ecosystem.dsh plugin add dsh-plugin-installer
dsh-super-injector154Super module injector: inject local plugin packages at runtime (junction + loader.create, hot reload).dsh plugin add @dsh-external/dsh-super-injector
oh-my-dsh54Plugin ecosystem for DSH: 700+ plugins with extension seams registered without touching the agent loop.
dsh-plugin-hub75A plugin management panel: one-click enable/disable for installed plugins plus a GitHub dsh-plugin marketplace with details and one-click installs.dsh plugin add dsh-plugin-hub
dsh-plugin-check27Plugin health checks: manifest protocol / patch format / build traps, zero-dependency and read-only.dsh plugin add @deepseek-ai/dsh-plugin-check
dsh-plugin-doctor1Plugin health check: verify peer version compatibility before install.dsh plugin add dsh-plugin-doctor
dsh-doctor1Profile health check: find configs broken by patches, dead patches, and tool name conflicts.
dsh-capability-inspector2DSH Doctor plus runtime diagnostics (tools/models/skills/workspace/session/plugins/MCP troubleshooting).dsh plugin add dsh-capability-inspector
dsh-security-audit14Local security audit: config, plugin origins, sessions, network exposure — read-only redacted risk report.dsh plugin add @deepseek-ai/dsh-security-audit
dsh-session-health9Frame-level scan diagnostics for session files (torn/corrupt/empty detection).dsh plugin add @deepseek-ai/dsh-session-health
dsh-passwords35Login gateway for the DSH web UI: password door with first-run setup, bcrypt + at-rest encryption (AES-256-GCM/HMAC), brute-force lockout, audit log, TLS 1.2+ with 80→443 redirect, CSRF, anti-framing.dsh plugin add github:slywalker2006/dsh-passwords
dsh-evolve12Self-evolution: the agent hot-mounts/removes persistent plugins on itself mid-session.dsh plugin add @dsh-external/dsh-evolve
dsh-trace2Telemetry backend exporting turns, model steps, and tool calls to yiTrace.dsh plugin add @deepseek-ai/dsh-trace
fabric18An MC-Fabric-style hook processor.dsh plugin add cordis-fabric-bundle
sandbox-micro4Support for the microsandbox backend.dsh plugin add @deepseek-ai/dsh-sandbox-microsandbox
sandbox-mxc2Microsoft cross-platform sandbox support.dsh plugin add @deepseek-ai/dsh-sandbox-mxc
sandbox-nono3Support for the nono sandbox backend.dsh plugin add @deepseek-ai/dsh-sandbox-nono
dsh-stream-rules5Inject rules on demand without wasting context.dsh plugin add dsh-stream-rules
dsh-git-identity7Pin Git commits to the environment's own author identity; env-var injection overrides all git config settings.dsh plugin add @loserfox/git-identity
dsh-plugin-graph2Visualize plugin relationship graphs.dsh plugin add dsh-plugin-graph
dsh-dev-actions2Turn reusable dev commands proposed by the agent into sidebar actions.dsh plugin add dsh-dev-actions
dsh-tool-policy4Declarative default-deny tool policy.dsh plugin add dsh-tool-policy
dsh-openai-codex-auth12OpenAI Codex OAuth login and usage card.dsh plugin add dsh-openai-codex-auth
deepseek-harness-docker53Community Docker/K8s packaging (hardened image + Compose + Helm).
dsh-harness-ops13Ops toolkit: A/B dual-slot snapshot upgrades, auto-recovery, rollback, and self-healing diagnostics.
dsh-multica-runtime58Multica DSH runtime bridge (stdio JSONL protocol).dsh plugin add @multica-ai/dsh-runtime
session-teleport2PostgreSQL single-writer session handoff service.dsh plugin add @mattheliu/session-teleport
session-persistence-rdb4Relational database persistence for sessions.dsh plugin add @morlay/session-persistence-rdb
dsh-market2835The plugin market inside DSH: a Settings page to browse and search the full community catalog by category, with confirmed one-click installs and an installed-plugins view.dsh plugin add github:dsh-market/dsh-market
dsh-webui-market-plugin103In-harness plugin market for the dsh web GUI: browse the awesome-dsh-plugin.com catalog and install/uninstall plugins into a profile from Settings → Plugins → Plugin Market.dsh plugin add github:Sanqi-normal/dsh-webui-market-plugin
🎮 Fun / Other · 32
PluginDescriptionInstall
dsh-gomoku16Play Gomoku against the AI, or let two AIs battle it out.dsh plugin add @deepseek-ai/dsh-gomoku
dsh-minigames27Side-panel arcade: 18 offline mini-games to play while the model thinks.dsh plugin add @dsh-external/dsh-minigames
dsh-auto-chess3Auto chess: human vs AI, or AI vs AI.dsh plugin add @deepseek-ai/dsh-auto-chess
dsh-plugin-d3999Pops up a mini-game menu (wordle, match-3, extensible) while the model generates.dsh plugin add @huanlin/dsh-plugin-d399
dsh-ui-whale29Fully hand-drawn pixel whale companion (blinking, tail-wagging, water-spouting, hearts).
whale-girl301Desktop pet (QQ-pet style): floats in the corner, draggable, feedable, playable.dsh plugin add whale-girl
dsh-pixel-whale1Lively pixel whale runtime status companion.dsh plugin add dsh-pixel-whale
dsh-blue-whale-maid6Blue whale maid desktop pixel pet.dsh plugin add dsh-blue-whale-maid
deepseek-pet42Keep a big blue whale pet in DSH.dsh plugin add deepseek-pet
dsh-stickers23Bidirectional sticker reactions between user and agent.dsh plugin add @dsh-external/dsh-stickers
dsh-emoji41Automatically add emojis to AI replies.dsh plugin add @dsh-external/dsh-emoji
dsh-ads590Parody ads in 2005-Chinese-web style: sidebar banners, in-chat feeds, corner popups, and a close button whose hit area is smaller than it looks. All fictional.dsh plugin add @dsh-external/dsh-ads
dsh-stock-market19Fixes the bug where your account can't lose money while you code.dsh plugin add dsh-stock-market
dsh-douyin6Short-video sidebar: native player, series navigation, precise history replay.dsh plugin add dsh-douyin
deepseek-manners15Append a thank-you note after every message. Mind your manners.dsh plugin add deepseek-manners
dsh-sound-effects-plugin2Reasonix-style sound effects (generative pentatonic ambience + alert tones).dsh plugin add dsh-sound-effects-plugin
dsh-fun-typewriter3WebAudio typewriter ambience with zero audio assets.dsh plugin add @deepseek-ai/dsh-fun-typewriter
dsh-daily-fortune3Daily fortune: Guanyin lots, tarot, and a daily quote.dsh plugin add @deepseek-ai/dsh-daily-fortune
dsh-plugin-spur6A braid in the chat stream; tug it to send the agent "get to work".dsh plugin add @huanlin/dsh-plugin-spur
dsh-toy64Connect small toys to DSH (Toy Control Protocol).dsh plugin add dsh-toy
dsh-learn-everything6Feynman learning loop: teach, explain back, judge, re-explain, rendered as rich HTML course cards.dsh plugin add dsh-learn-everything
dsh-openmaic33OpenMAIC: classrooms, slides, interactive widgets, and Socratic teaching.dsh plugin add @openmaic/dsh-openmaic
dsh-scholar25Academic assistant plugin.dsh plugin add @dsh-scholar/research-plugin
dsh-1016Document reading mode for DSH.dsh plugin add @dsh-external/dsh-101
dsh-reasoning-translator3Make the model's chain-of-thought output in your language.dsh plugin add dsh-reasoning-translator
dsh-director-toolkit7Direction pack for 3D/technical artists: Blender, Three.js, Houdini, and C4D guidance.dsh plugin add @lhmd/dsh-director-toolkit
dsh-apple-mode1Xcode AI integration for DSH: 26 Xcode MCP tools (mcpbridge) + Apple platform skills + Xcode Intelligence-style persona (agent preset or global bundle).dsh plugin add dsh-apple-mode
notes154Export DSH conversations as Smartisan Notes-style PNGs, or create and update Markdown notes in a configured account-scoped workspace.
dsh-cost-meter225Per-session and daily API cost, budget with usage %, official balance, history dashboard, and one-click official price sync with peak/off-peak pricing.dsh plugin add github:Han-1413141/dsh-cost-meter
dsh-user-experience19Finds potential UX issues in your project: automatically reviews React/TypeScript code, pinpoints each problem, and gives concrete suggestions.dsh plugin add github:DietCokewithSugar/dsh-user-experience
dsh-balance-meter19DeepSeek account balance and session cost in the composer dock, with auto-fetched official pricing and peak/off-peak support.dsh plugin add github:Ghost011118/dsh-balance-meter
dsh-novel-writer14Chinese novel writing assistant: sentence-pattern/emotion/imagery analysis, six-dimension prose baseline band, 12-axis atmosphere spectrum, style profile, local semantic retrieval (0 token) and foreshadowing management; 15 tools.dsh plugin add dsh-novel-writer
🏛️ Official & Meta · 10
PluginDescriptionInstall
deepseek-ai/deepseek-harness204526Official core repo: "everything is a plugin", driven by Cordis.
deepseek-ai/awesome-deepseek-agent6020Official curated list of DeepSeek agents.
awesome-dsh-plugin/awesome-dsh-plugin13698Community curated list (105 plugins + sites + badges).
bruc3van/awesome-dsh-plugin302"Find your plugin in 30 seconds", with scenario descriptions and a 505-plugin snapshot.
0xsline/awesome-deepseek-harness949Curated DSH ecosystem: plugins, tools, and infrastructure.
AdamPlatin123/awesome-dsh-plugins1432Catalog plus a daily compatibility radar (four-dimension checks + live tests).
Alex-Yanggg/awesome-DSH-plugin92Categorized catalog covering productivity, extensions, debugging, and custom development.
HenryZ838978/deepseek-harness47Third-party harness: Python library + dsh CLI + MCP server + SKILL.md.
vvlife/whalehub-dsh5Third-party plugin store/hub.
plugin-template12Plugin template repo (based on the official turtle-ui repo).dsh plugin add @your-scope/dsh-plugin-template

📦 Install a Plugin

# Install a plugin (forwards to pnpm; npm / git / tarball all supported)
dsh plugin --profile <name> add <pkg>

# Example
dsh plugin add dsh-cc-tui

Each enriched entry above shows its install command, e.g. `dsh plugin add <npm-package>`.

🛠️ For plugin developers

Want to build your own plugin? A minimal DSH plugin is just a module exporting name + apply:

import type { Context } from '@deepseek-ai/cordis'
export const name = 'hello-plugin'
export function apply(ctx: Context) {
  // register a tool, a command, a UI node, ...
}

💾 Data

Machine-readable data lives in web/data.js (generated by scripts/gen-web-data.mjs from the 14 category files). Category definitions in docs/taxonomy.md. For AI agents / LLMs, see llms.txt.

🤝 Contributing

Contributions welcome — add your plugin, fix a category or a description. See CONTRIBUTING.md.

Please add the dsh-plugin topic to your plugin repo so others can find it.

⚠️ Disclaimer

This is a community-maintained index. Listing does not imply safety, quality, or compatibility endorsement. Plugins are developed and maintained by their authors; installing a plugin means running third-party code on your machine — review the source and proceed at your own risk. This repository is not affiliated with DeepSeek.

📄 License

Code MIT · Content CC-BY-SA 4.0


Made with 💙 for the DSH community · Not affiliated with DeepSeek