DSH Plugin Store
Back to home

kejixiaoliang

awesome-dsh-plugins

DeepSeek Harness (DSH) 插件精选目录 — 14 类 280+ 个社区插件,覆盖 MCP / Skill / TUI / 多 Agent / 上下文记忆 / UI 皮肤,点链接直达仓库。Curated directory of dsh plugins for DeepSeek Harness.

Stars
4
Language
JavaScript
Created
Aug 13, 2026
Updated
Aug 13, 2026
WorkspaceListsTerminal UIMCPSkills
GitHub repo

Introduction

🐋 Awesome DeepSeek Harness Plugins

A curated directory of 280+ 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 (data/plugins.json) + 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 data/plugins.json (334 structured entries; field docs in data/README.md).

🔥 Hot Plugins

Top community plugins by GitHub stars (snapshot 2026-08):

  1. modlens — the first vision plugin for DSH; paste an image, get structured JSON evidence ⭐696
  2. dsh-cc-tui — Claude Code-style full-screen terminal TUI ⭐192
  3. dsh-vision-toolkit — vision toolkit for text-only models ⭐144
  4. DSH-better-sidebar — a full sidebar workbench (files / terminal / git / subagents) ⭐123
  5. dsh-ads — 2005-style gag ad skins ⭐103
  6. dsh-tianshu-tui — terminal TUI ⭐73
  7. dsh-agent-teams — multi-agent team collaboration ⭐68
  8. oh-dsh — community distro (TUI / desktop / web) ⭐62
  9. dsh_workflow — multi-agent workflow layer ⭐35
  10. dsh-openpencil — design preview & editing ⭐33

📊 Stats

MetricValue
Plugins listed280+ entries (250+ unique)
Categories14 top-level
Ecosystem referencedsh-plugin topic ~505 repos · seed data 334 · compat radar 286+

🗂 Categories

#CategoryDescriptionFile
1🛠️ Toolsdeterministic tools, git, test runners, safe deleteplugins/tools.md
2🧩 Skillsengineering discipline, skill migration, book-to-skillplugins/skills.md
3🔌 MCPMCP server management, webfetch, vision MCPplugins/mcp.md
4🎨 UI / Skins / Themesskins, themes, generative UI, input enhancementsplugins/ui-themes.md
5🖥️ Desktop / TUI / Mobiledesktop shells, terminal TUI, mobile, companionsplugins/desktop-tui-mobile.md
6🤖 Agent Orchestration / Multi-Agentagent teams, plan/execute, A2A, cross-session messagingplugins/agent-orchestration.md
7🧠 Context / Memorylong-term memory, context compression/audit, session controlplugins/context-memory.md
8👁️ Multimodal / Visionimage Q&A, OCR, screenshots, computer useplugins/multimodal.md
9🔁 Workflow / Automationdeep research, cron, condition wakeup, review loopsplugins/workflow-automation.md
10📡 Notifications / Channels / RemoteTelegram/WeChat/Feishu bots, SSH, desktop notifyplugins/notifications-channels.md
11🌐 Browser / Searchbrowser control, scraping, search providersplugins/browser-search.md
12🏗️ Infra / Plugin Mgmt / Dev Toolsplugin managers, health checks, sandboxes, telemetryplugins/infrastructure-dev.md
13🎮 Fun / Othergames, pets, stickers, learning, designplugins/fun-other.md
14🏛️ Official & Metacore repo, awesome lists, compat radar, community hubplugins/official-meta.md

📚 Browse All Plugins

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

🛠️ Tools · 30
  • dsh-toolkit — 零依赖工具十件套(time/encoding/json/calculator/csv/regex/markdown/diff/stat/schema)一键安装 ⭐11 · dsh plugin add @deepseek-ai/dsh-toolkit
  • dsh-tool-calculator — 安全的数学表达式求值器,零依赖递归下降解析器 ⭐3 · dsh plugin add @deepseek-ai/dsh-tool-calculator
  • dsh-tool-csv — CSV 解析/查询/统计/转换(RFC 4180) ⭐3 · dsh plugin add @deepseek-ai/dsh-tool-csv
  • dsh-tool-diff — 文本/JSON/CSV/Markdown 结构化比较与 unified diff ⭐2 · dsh plugin add @deepseek-ai/dsh-tool-diff
  • dsh-tool-encoding — base64/url/hex 编解码、常用哈希、UUID 生成 ⭐2 · dsh plugin add @deepseek-ai/dsh-tool-encoding
  • dsh-tool-json — JMESPath 子集 JSON 查询 ⭐2 · dsh plugin add @deepseek-ai/dsh-tool-json
  • dsh-tool-markdown — HTML↔Markdown 转换、GFM 表格规范化、目录生成 ⭐2 · dsh plugin add @deepseek-ai/dsh-tool-markdown
  • dsh-tool-regex — 正则测试/提取/安全替换/静态解释(不执行代码) ⭐2 · dsh plugin add @deepseek-ai/dsh-tool-regex
  • dsh-tool-schema — JSON Schema 验证:validate/paths/explain/normalize ⭐2 · dsh plugin add @deepseek-ai/dsh-tool-schema
  • dsh-tool-stat — 描述统计/百分位数/频数分布/相关性 ⭐2 · dsh plugin add @deepseek-ai/dsh-tool-stat
  • dsh-tool-time — 严格 ISO 8601 解析、IANA 时区、UTC 日历运算 ⭐2 · dsh plugin add @deepseek-ai/dsh-tool-time
  • dsh-tool-git — 结构化 Git 工具(status/diff/log/branch/stage/commit/stash/show)+ 危险命令守卫 · dsh plugin add dsh-tool-git
  • dsh-test-runner — 结构化 test_run:自动探测 vitest/jest/pytest/node:test 并解析失败摘要 ⭐1 · dsh plugin add dsh-test-runner
  • dsh-security-scan — 密钥/危险模式扫描(API key/token/私钥脱敏,零依赖) ⭐1 · dsh plugin add dsh-security-scan
  • dsh-tool-search — 按 agent 的按需工具发现 + 渐进式 schema 披露 ⭐1 · dsh plugin add @deepseek-ai/dsh-tool-search
  • dsh-custom-tool — 用 Monaco 编辑器创建/管理沙箱化自定义 JS 工具 ⭐18 · dsh plugin add dsh-custom-tool
  • dsh-bash-encoding — 自动识别并解码 Bash 输出编码(UTF-16LE/UTF-8/GBK),修中文乱码
  • dsh-at-file — Codex 风格 @file 文件引用,输入框里直接搜索并引用工作区文件 ⭐25 · dsh plugin add dsh-at-file
  • dsh-wikilink — Obsidian 风格 [[wikilink]] 提及:模糊搜索笔记标题并附加内容 ⭐2 · dsh plugin add dsh-wikilink
  • dsh-safe-delete — 安全删除:移入回收站/暂存区而非永久删除,支持恢复
  • dsh-bisect-debug — 二分法定位 bug 根因(代码/边界/commit) ⭐1 · dsh plugin add dsh-bisect-debug
  • dsh-payload-capture — 捕捉每次上行模型 API payload 落盘 JSON(调试/可观测) ⭐1 · dsh plugin add dsh-payload-capture
  • dsh-data-agent — 让 AI 帮你连数据库、写 SQL ⭐4 · dsh plugin add @deepseek-ai/dsh-data-agent
  • dsh-openapi — Safe OpenAPI 3.x 发现与 API 调用工具 ⭐4 · dsh plugin add dsh-openapi
  • dsh-plugin-interpreters — 暴露 run_python / run_node 工具,可配置解释器路径 ⭐2 · dsh plugin add @huanlin/dsh-plugin-interpreters
  • dsh-cowork — doc_read/doc_write:以有界、单元格寻址方式读写 xlsx/pdf/docx/pptx/ipynb
  • dsh-plugin-mineru — 向模型暴露 MineRU 文档解析工具 ⭐4 · dsh plugin add @huanlin/dsh-plugin-mineru
  • dsh-plugin-sleep — 暴露单个 sleep 工具,让模型按需暂停(支持取消) ⭐2 · dsh plugin add @huanlin/dsh-plugin-sleep
  • dsh-port-guard — 端口占用处置(复用/切换/精确 kill) ⭐1 · dsh plugin add dsh-port-guard
  • dsh-scout — 只读环境探测:运行环境/版本/资源/端口/服务/硬件/工作区 ⭐1 · dsh plugin add @deepseek-ai/dsh-tool-scout
🧩 Skills · 13
  • dsh-review-skills — 工程纪律技能包:code-review/simplify/plan-then-execute/test-first/resolve-conflict ⭐1 · dsh plugin add dsh-review-skills
  • dsh-skillport — 把已有 Agent Skills(Claude/Codex/Cursor/Gemini 的 SKILL.md)带进 DSH,渐进式索引 + 按需加载 ⭐1 · dsh plugin add @dsh-skillport/bundle
  • dsh-find-skill — 桥接 vercel-labs/skills 生态:LLM 驱动技能搜索/安装/生命周期管理 ⭐1 · dsh plugin add dsh-find-skill
  • dsh-plugin-skills — 构建与测试 DSH 插件的 Agent 技能(脚手架到测试分层)
  • dsh-book2skill — 五阶段「书→技能」长任务(抓取→解析→理解→生成→安装)+ 3 个人工关卡 ⭐1 · dsh plugin add dsh-book2skill
  • dsh-superpowers — Superpowers(obra/superpowers)作为 DSH 插件:方法论技能 + 会话引导 ⭐2 · dsh plugin add dsh-superpowers
  • dsh-plugin-code-review — 结构化代码审查技能(YYTbit 系列) ⭐1 · dsh plugin add dsh-plugin-code-review
  • dsh-review-loop — 增量 diff 审查:checkpoint 队列 + Web 面板 + 审查意见注入 agent ⭐2 · dsh plugin add @dsh-plugin/dsh-review-loop
  • dsh-skill-manager — 在 Web 设置页管理(列出/禁用启用/编辑)skills ⭐1 · dsh plugin add dsh-skill-manager
  • dsh-plugin-claude-bridge — 把 Claude Code 记忆/技能/配置桥接进 DSH ⭐2 · dsh plugin add dsh-plugin-claude-bridge
  • dsh-plugin-codex-bridge — 把 Codex skills/config 桥接进 DSH ⭐2 · dsh plugin add dsh-plugin-codex-bridge
  • dsh-plugin-opencode-bridge — 把 OpenCode skills/config 桥接进 DSH ⭐2 · dsh plugin add dsh-plugin-opencode-bridge
  • dsh-plugin-pi-bridge — 把 pi skills/config 桥接进 DSH ⭐2 · dsh plugin add dsh-plugin-pi-bridge
🔌 MCP · 9
  • dsh-mcp-manager — MCP 服务器管理:Settings 页 OAuth(PKCE) 或静态 token 认证,工具注册为 mcp__* ⭐2 · dsh plugin add dsh-mcp-manager
  • dsh-mcp-proxy — 省上下文的惰性 MCP 访问 ⭐1 · dsh plugin add dsh-mcp-proxy
  • deepseek-harness-plugin-mcp — 让任意 agent 发现/安装/运行 DSH 插件的 MCP server ⭐2 · dsh plugin add deepseek-harness-plugin-mcp
  • dsh-webfetch — 零依赖 webfetch MCP server(干净文本/markdown/HTML/JSON,robots.txt 合规,SSRF 防护)
  • dsh-search-mcp — 用搜索 MCP(Tavily/Brave/Exa/Perplexity/DuckDuckGo)替换内置搜索 ⭐1 · dsh plugin add dsh-search-mcp
  • dsh-oauth-mcp-client — 连接支持 OAuth 2.1 的 Streamable HTTP MCP 服务
  • shadow-vision — 开源 MCP 视觉 server,给纯文本 LLM 图片理解/OCR/UI 检查
  • mcp-bridge — MCP 浏览器桥接,让网页端 AI 调用 MCP 工具
  • dsh-acp-for-bitfun — BitFun 与 DSH 的 ACP 交互对接 ⭐9 · dsh plugin add dsh-acp-for-bitfun
🎨 UI / Skins / Themes · 36
  • dsh-skins — Web UI 皮肤合集(含 harbor 夕港黄昏皮肤) ⭐1 · dsh plugin add @dsh-external/dsh-web-skins
  • dsh-deep-whale — DSH Web 鲸鱼娘皮肤系列(深海女仆工坊)
  • dsh-qq2006 — QQ2006 复古皮肤
  • dsh-miku-skin — 初音未来主题(蓝紫渐变/毛玻璃/亮暗双主题) ⭐1 · dsh plugin add @deepseek-ai/dsh-client-ui-skin-miku
  • dsh-deepcel — 模仿 Excel 的皮肤
  • dsh-tonghuashun — 同花顺行情终端风格皮肤 + 代码量 K 线面板
  • dsh-plugin-colorscheme — 配色方案插件
  • dsh-custom-css — 自定义 CSS ⭐1 · dsh plugin add dsh-custom-css
  • dsh-web-background — Web UI 背景自定义
  • dsh-plugin-background — Web UI 壁纸自定义
  • dsh-chat-width — 调整回复宽度(终端宽度感知)
  • DSH-better-sidebar — 侧边栏完整工作台:文件渲染编辑/终端/Git/子代理,支持三方注册 Tab ⭐123 · dsh plugin add dsh-better-sidebar
  • dsh-side-panel — 侧边栏集成文件浏览器、终端和 Git 审查 ⭐8 · dsh plugin add @dsh-external/dsh-side-panel
  • dsh-focus-chat — 「聚焦会话」精简视图,只关注最终产出结果 ⭐7 · dsh plugin add @dingyi222666/dsh-focus-chat
  • ui-status-label — 把鲸鱼娘思考时的 "deep diving" 状态文案自定义 ⭐21 · dsh plugin add dsh-ui-status-label
  • dsh-navbar — 对话节点导航条,右缘节点串快速跳转 user 消息 ⭐3 · dsh plugin add @dsh-external/dsh-navbar
  • dsh-task-status — 后台任务状态条:对话页任务进度 + 实时输出 tail ⭐3 · dsh plugin add @dsh-external/dsh-task-status
  • dsh-web-archive — 折叠对话中的 Think、Bash 等「无用消息」 ⭐2 · dsh plugin add dsh-web-archive
  • dsh-milestone — 会话里程碑导航条:像 Git 提交图定位每条提问 ⭐3 · dsh plugin add dsh-milestone
  • dsh-spotlight — 键盘优先的命令面板(command palette) ⭐1 · dsh plugin add @dsh-external/dsh-spotlight
  • dsh-deeplink?session= / ?workspace= 深链直达指定项目对话 ⭐1 · dsh plugin add @dsh-community/dsh-deeplink
  • dsh-diff-viewer — PiUI 风格 diff 查看器,替换 write/edit 的默认 DiffBlock ⭐1 · dsh plugin add @dsh-external/dsh-diff-viewer
  • dsh-drag-and-drop — 跨平台文件拖拽与原始路径插入,无需复制文件 ⭐1 · dsh plugin add @bill9109/dsh-drag-and-drop
  • ex-setting — DSH 的设置扩展 ⭐1 · dsh plugin add @deepseek-ai/dsh-ex-setting
  • dsh-annotation — 选中文字→批注→回车随消息发送,回复按批注逐条对照 ⭐18 · dsh plugin add @omdsh-dev/dsh-annotation
  • dsh-prompt-studio — 带实时预览的用户/内置 system prompt 分节编辑器 ⭐2 · dsh plugin add dsh-prompt-studio
  • dsh-prompt-persona — 从设置页编辑系统提示词(deployment persona),带实时预览 ⭐2 · dsh plugin add @xilin3/dsh-prompt-persona
  • dsh-model-selector — provider 分组折叠 + 名称搜索的模型选择器增强 ⭐1 · dsh plugin add dsh-model-selector
  • dsh-local-filetree — 右侧详情列显示当前会话工作区文件树(懒加载、只读) ⭐2 · dsh plugin add dsh-local-filetree
  • dsh-sticky-disclosure — 把滚出屏幕的折叠标签(Think/工具卡)钉在视口顶部 ⭐1 · dsh plugin add dsh-sticky-disclosure
  • dsh-token-usage — 更美观的 Token 用量条:上下文占用/输入输出/缓存分解/首字延迟 ⭐2 · dsh plugin add dsh-token-usage
  • dsh-model-config-sync — 高级模型配置器:把 pi-ai 预设一键应用到自定义提供商 ⭐2 · dsh plugin add dsh-model-config-sync
  • dsh-visualize — 对话内生成式 UI:模型把交互式 HTML 卡片直接画进会话流,带流式预览 ⭐29 · dsh plugin add @dsh-external/dsh-visualize
  • dsh-genui — 助手回复内渲染交互式 UI 组件:布局、图表、表单、测验、mermaid、3D 场景 ⭐14 · dsh plugin add @omdsh-dev/dsh-genui
  • web-components — Web Components 支持 ⭐1 · dsh plugin add @deepseek-ai/dsh-client-web-component
  • dsh-openpencil — OpenPencil 设计预览与编辑(Agent 操作真实设计画布) ⭐33 · dsh plugin add @zseven-w/dsh-openpencil
🖥️ Desktop / TUI / Mobile · 21
  • dsh-cc-tui — Claude Code 风格全屏交互终端:像素鲸鱼顶栏、流式思考展开、双击 Esc 回滚、上下文/TPS 仪表 ⭐192 · dsh plugin add dsh-cc-tui
  • dsh-tianshu-tui — DSH 终端 TUI(天枢) ⭐73 · dsh plugin add @huiliyi37/dsh-tianshu-tui
  • dsh-pi-tui — Pi TUI 前端:流式 markdown、思考折叠、工具卡、斜杠命令
  • deepseek-harness-tui — Ink/React 终端原生 TUI ⭐4 · dsh plugin add deepseek-harness-tui
  • dsh-tui — 轻量、会话感知的终端 UI ⭐2 · dsh plugin add dsh-tui
  • dsh-tui — Claude Code 风格终端 UI(out-of-tree bundle) ⭐6 · dsh plugin add @openguardrails/dsh-tui
  • oh-dsh — 一站式社区发行版:TUI、桌面端与 Web UI 三种形态统一体验 ⭐62 · dsh plugin add @oh-dsh/desktop
  • oh-dsh-desktop — 可扩展 macOS 工作台:原生 PTY、工作区工具、双语插件、隔离预览市场
  • deepseek-harness-desktop — Windows 原生桌面壳:1:1 官方 Web UI + 内置服务器托管 + 托盘驻留
  • deepseek-harness-desktop — 非官方进程内 Windows 桌面应用(托盘 + 原生通知 + IPC)
  • dsh-desktop — 社区维护的非官方桌面客户端(复用官方实例或内置运行时)
  • dsh-desktop — Wails(Go) 桌面壳,Codex 风格原生应用
  • dsh-desktop — .NET 10 WPF + WebView2 桌面启动器
  • dsh-desktop — 跨平台桌面应用
  • dsh-desktop-electron — 跨平台 Electron 桌面壳(托盘驻留、无内置 Node)
  • dsh-mac-desktop — 在原生 macOS 窗口打开 Web GUI(SwiftUI + WKWebView) ⭐2 · dsh plugin add dsh-mac-desktop
  • dsh-desktop-window — 以独立应用窗口打开 Web UI(自动开窗 + 设置开关) ⭐1 · dsh plugin add dsh-desktop-window
  • dsh-companion — 常驻桌面助手:全局唤起、定时自动化、快捷回复、插件市场
  • dsh-mobileweb-adapter — 手机 Web 适配器:让 Web GUI 在手机上可用(⚠️ dsh-external,公开性待核实)
  • dsh-mobile — 移动端客户端(⚠️ dsh-external,公开性待核实)
  • dsh-android — 在 Android 上运行 dsh(⚠️ dsh-external,公开性待核实)
🤖 Agent Orchestration · 12
  • dsh-agent-teams — AgentTeams 多智能体团队协作 ⭐68 · dsh plugin add dsh-agent-teams
  • dsh_workflow — 把 UltraCode 式多 Agent 调度带给 DSH:可生成/保存/治理/观察/恢复的 Workflow 层 ⭐35 · dsh plugin add @dsh-external/workflow
  • dsh-meta-orchestrator — 模型原生 meta-agent:运行时合成任务专属工作流并协调工具/子代理 ⭐1 · dsh plugin add dsh-meta-orchestrator
  • dsh-crosstalk — 跨会话消息互发:本机任意会话像 Claude Code 一样互发消息 · dsh plugin add @dsh-crosstalk/bundle
  • dsh-agent-messaging — 跨会话 agent-to-agent 消息投递(按会话名寻址) ⭐4 · dsh plugin add dsh-agent-messaging
  • dsh-interconnect — 跨实例消息/事件交接(interconnect 服务 + 工具) ⭐14 · dsh plugin add dsh-interconnect
  • dsh-session-hub — 多服务器 DSH 会话聚合与原生操控(hub 网关 + 官方 UI 桥) ⭐1 · dsh plugin add dsh-session-hub
  • dsh-plugin-yet-another-subagent — 可配置子代理 profiles + 实时工具调用/token 显示 + 子会话跳转 ⭐3 · dsh plugin add @huanlin/dsh-plugin-yet-another-subagent
  • dsh-plan-execute — 双模型 plan/execute 路由(planner 想、executor 做)⚠️ dsh-external,公开性待核实
  • dsh-a2a — Agent2Agent 网状互联 ⚠️ dsh-external,公开性待核实
  • dsh-subagent-tree — 子代理树可视化 ⚠️ dsh-external,公开性待核实
  • dsh-teamwork — 团队协作(cordis)⚠️ dsh-external,公开性待核实
🧠 Context / Memory · 22
  • dsh-memory-evolve — 跨会话长期记忆 + 后台自我进化(五轨记忆/git 分支感知/技能进化)
  • billion-context-dsh — 模型驱动上下文压缩(ACP):模型决定何时压缩(移植自 billion-context-pi)
  • dsh-memory — 基于无损会话日志的引用式记忆(事实带 sessionId/eventRange 引用) ⭐1 · dsh plugin add @dsh-memory/bundle
  • dsh-memory — 跨会话 SQLite 持久记忆 ⭐1 · dsh plugin add dsh-memory
  • dsh-mnemon — Mnemon 本地三层记忆(Runtime Memory/可检索文档/受监督 Memory Spaces) ⭐3 · dsh plugin add dsh-mnemon
  • nowledge-mem-deepseek-harness — 给所有 AI 工具共用的一层记忆(Context Bundle 注入 + MCP 工具 + 线程捕获) ⭐2 · dsh plugin add nowledge-mem-deepseek-harness
  • dsh-plugin-meta-memory — 结构化长期记忆系统 ⭐1 · dsh plugin add dsh-plugin-meta-memory
  • dsh-kb-sieve — 从 md/txt/docx/pdf 构建可审计知识库包(SQLite FTS5) ⭐1 · dsh plugin add @dsh-external/dsh-kb-sieve
  • dsh-llm-wiki — 从 agent 管理 LLM-Wiki 知识库(wiki_search/read/stats/ingest 等) ⭐2 · dsh plugin add @detpecca/dsh-llm-wiki
  • dsh-context-doctor — 上下文注入审计:统计指令链/技能目录/工具 schema 的 token 成本,检测重复冲突 ⭐5 · dsh plugin add dsh-context-doctor
  • context-vista/context 命令 + 环形图实时展示上下文 token 用量与费用
  • distill — 自动对话蒸馏:后台 subagent 反省 + 技能 create/update ⭐12 · dsh plugin add @loserfox/distill
  • dsh-auto-compact — compact_now 工具,回合结束自动压缩上下文
  • dsh-easy-ctx-manager — 上下文管理:节省、注意力优化、压缩档案馆 ⚠️ dsh-external,公开性待核实
  • dsh-turn-rewind — 对话回退:基于持久 Change Ledger 回滚会话与工作区状态 ⭐22 · dsh plugin add @dsh-external/turn-rewind
  • dsh-undo — 上下文 undo/redo:回退到上一个已完成步骤并恢复 ⭐2 · dsh plugin add dsh-undo
  • dsh-recall — 消息撤回:每条用户消息一个撤销按钮,删除该轮及其后内容(不改代码) ⭐2 · dsh plugin add dsh-recall
  • dsh-sidechain/side 持续性侧会话与 /btw 一次性侧问,在临时 fork 中运行 ⭐3 · dsh plugin add @dsh-external/dsh-sidechain
  • dsh-message-edit — 基于分支的消息编辑、reroll、重试与版本时间线 ⭐11 · dsh plugin add dsh-message-edit
  • dsh-session-search — 跨 dsh/Codex/Claude/pi/OpenCode 会话的无索引全文搜索
  • dsh-chat-import — 从 Claude Code/Codex/ChatGPT/Cursor 全保真导入历史会话为可续聊 DSH 会话 ⭐4 · dsh plugin add dsh-chat-import
  • dsh-claude-move — 迁移 Claude Code 会话/记忆/技能/CLAUDE.md 到 DSH ⭐2 · dsh plugin add dsh-claude-move
👁️ Multimodal / Vision · 16
  • modlens — DSH 首个视觉插件:粘贴图片返回结构化 JSON 证据(OCR/布局/语义) ⭐696 · dsh plugin add @liustack/modlens
  • dsh-vision-toolkit — 纯文本模型的视觉工具箱:图片问答、长截图 OCR、UI 还原、定位、像素对比、Artifacts ⭐144 · dsh plugin add @dsh-external/dsh-vision-toolkit
  • agent-vision-toolkit — 同上,agent 通用视觉工具箱与技能(多图理解/GUI 自动化)
  • dsh-vision — view_image 工具桥接任意 OpenAI 兼容 VLM(默认智谱免费档)
  • dsh-vision-LMstudio — 通过 LM Studio 调用本地视觉模型
  • dsh-vision-proxy — DeepSeek 大脑 + 自动识图(图片经 Qwen VLM 转文字后作答) ⭐3 · dsh plugin add dsh-vision-proxy
  • dsh-plugin-deepeye — DeepEye 视觉插件:图片描述/OCR/VQA/UI 布局/剪贴板分析 ⭐2 · dsh plugin add dsh-plugin-deepeye
  • deepseek-omnimodal — 开源多模态 MCP 插件:经 Qwen/DashScope 识别/生成图像、视频、音频(兼容 Codex/Claude Code/DSH)
  • sidesight — CLI 优先的视觉 sidecar:分析截图/图表/UI diff/视频(OpenAI 兼容多模态模型) ⭐1 · dsh plugin add sidesight
  • dsh-paddle-ocr — 百度 PaddleOCR-VL 文档布局解析(OCR 工具 + 设置卡 + 任务面板) ⭐1 · dsh plugin add dsh-paddle-ocr
  • dsh-screenshot-diff — 两截图像素对比生成 diff.png + 三联图(pixelmatch) ⭐1 · dsh plugin add dsh-screenshot-diff
  • Qwen-MM-Plugins — Qwen 多模态插件支持 ⭐1 · dsh plugin add @deepseek-ai/dsh-qwen-mm
  • dsh-computer-use — macOS 电脑控制:Accessibility 观测、过期状态拒绝、作用域权限、安全输入 ⭐12 · dsh plugin add @dsh-external/dsh-computer-use
  • dsh-mobile-control — 操控手机(ADB/iOS) ⭐1 · dsh plugin add dsh-mobile-control
  • dsh-hdc-bridge — 原生鸿蒙设备桥:hdc 截图-看图-装包-验证闭环调试 ⭐2 · dsh plugin add dsh-hdc-bridge
  • dsh-plugin-aigc-canvas — provider 无关的 AIGC HTTP 桥 + 自由画布 + ffmpeg 后处理 ⭐1 · dsh plugin add @huanlin/dsh-plugin-aigc-canvas
🔁 Workflow / Automation · 20
  • dsh-deep-research — 自适应深度研究编排器(基于官方 workflow 引擎) ⭐4 · dsh plugin add @dsh-external/dsh-deep-research
  • dsh-deepresearch — 证据优先的独立研究工作流(持久状态 + 独立 Web 视图) ⭐2 · dsh plugin add @deepseek-ai/dsh-deepresearch
  • dsh-loop — 定时循环:/loop 命令 + loop 工具 + 活动状态条 ⭐2 · dsh plugin add @dsh-external/dsh-loop
  • dsh-sentinel — 条件驱动唤醒:file/command/http/process/webhook 持久监视触发 agent ⭐3 · dsh plugin add @dsh-external/dsh-sentinel
  • dsh-automation — 定时任务:Coding 任务按计划在全新 Agent Session 中运行 ⭐6 · dsh plugin add @dsh-external/dsh-automation
  • dsh-routines — cron 定时 Agent:按计划跑 prompt 并把摘要送到你所在处 ⭐1 · dsh plugin add @dsh-routines/bundle
  • dsh-plannotator — 计划批注:选中计划原文逐条批注并回送结构化反馈 ⭐2 · dsh plugin add @dsh-external/dsh-plannotator
  • dsh-inspect — 发现问题→修复→复查的对抗式闭环(基于官方 workflow 引擎) ⭐2 · dsh plugin add @dsh-external/dsh-inspect
  • dsh-advisor — 副模型每轮被动审查并注入见解 ⭐2 · dsh plugin add dsh-advisor
  • mstar-harness — Skill 驱动的 Harness/Loop 工程工作流 Agent 插件
  • dsh-llm-fallbacks — 基于角色的模型重试/备用策略 ⭐1 · dsh plugin add dsh-llm-fallbacks
  • dsh-polyglot — 模型切换器:任意 OpenAI 兼容端点 + 免费/低价 DeepSeek 预设 + 限流自动回退 · dsh plugin add @dsh-polyglot/bundle
  • dsh-track — 嵌入式任务管理引擎:决策点协议、念头捕获墙、Linear 形 issue 存储 ⭐2 · dsh plugin add @deepseek-ai/dsh-track
  • dsh-record-replay — 录制 macOS 桌面工作流演示并转成 agent 技能(orr_* 工具) ⭐2 · dsh plugin add dsh-record-replay
  • dsh-daily-progress — 每日进度:今晚定明日计划 + 今日清单 + 完成度温度计 ⭐1 · dsh plugin add dsh-daily-progress
  • dsh-goal-mode — 可视化 goal 模式:Goal 栏/设置页/多会话总览/goal_overview 工具 ⭐2 · dsh plugin add dsh-goal-mode
  • dsh-ramify — 创意分支画布:树状工作区生成、对比、迭代多个方案 ⭐3 · dsh plugin add @ramify/dsh-ramify
  • dsh-tool-approval — 手动审批模式(Manual/Ask Mode) ⭐1 · dsh plugin add dsh-tool-approval
  • dsh-tiered-approval — 分层自动审查:静态规则 + LLM 审查 + 人工兜底 ⭐2 · dsh plugin add dsh-tiered-approval
  • dsh-event-auditor — 事件流审计面板:观察事件类型/分发模式/计数,帮插件作者理解内部 ⭐1 · dsh plugin add @dsh-external/dsh-event-auditor
📡 Notifications / Channels · 18
  • telegram — Telegram Bot API 桥接:长轮询、per-chat 会话、HTML 格式化 ⭐6 · dsh plugin add @loserfox/telegram
  • dsh-telegram — Telegram 运行时适配器(per-chat 会话、allowlist 认证) ⭐1 · dsh plugin add dsh-telegram
  • DSH-Telegram-Relay — 通过 Telegram 远程对话并接收通知 ⭐3 · dsh plugin add dsh-telegram-relay
  • dsh-chatnode-wechat — 通过 iLink 网关在微信里与 DSH agent 聊天/监控/审批 ⭐1 · dsh plugin add @dsh-cowork/chatnode-wechat
  • dsh-lark — 飞书 IM bot 通道:聊天驱动 agent、审批回传卡片 ⭐2 · dsh plugin add @dsh-contrib/dsh-lark-channel
  • dsh-lark-bridge — 双向飞书控制器 ⭐1 · dsh plugin add dsh-lark-bridge
  • dsh-onlyne — IM 网关:从 dsh 会话收发 QQ/微信/飞书/Telegram 消息
  • dsh-notification — 回合完成桌面通知,按结果分控 + 关键词过滤 ⭐23 · dsh plugin add dsh-notification
  • dsh-notify-windows — Windows 通知(零依赖)
  • dsh-win-notify — Windows toast 通知(任务完成带声音) ⭐2 · dsh plugin add dsh-win-notify
  • dsh-web-ui-notify — 桌面通知提醒 ⭐3 · dsh plugin add @bill9109/dsh-web-ui-notify
  • dsh-session-notification — 会话完成等四种状态通知,支持浏览器提示 ⭐2 · dsh plugin add @dingyi222666/dsh-session-notification
  • dsh-ssh — SSH 远程执行(ProxyJump 链、SFTP 文件系统、PTY)
  • dsh-webhook-bridge — 通用 webhook 接收器:POST /hook/:channel 唤醒 per-channel agent ⭐1 · dsh plugin add dsh-webhook-bridge
  • dsh-open-in-vscode — 从 Web GUI 一键在 VS Code 中打开工作区目录 ⭐33 · dsh plugin add dsh-open-in-vscode
  • dsh-share — 一键分享你的对话 ⭐11 · dsh plugin add @dsh-external/dsh-share
  • dsh-conversation-share — 分享任意段落的对话 ⭐1 · dsh plugin add @bill9109/dsh-conversation-share
  • dsh-acp-for-bitfun — BitFun 与 DSH 的 ACP 交互对接 ⭐9 · dsh plugin add dsh-acp-for-bitfun
🌐 Browser / Search · 16
  • dsh-browser — Chrome 侧边栏扩展,让 DSH 直接操作你的浏览器(无需视觉能力)
  • dsh-browser-control — CDP/Playwright 操控浏览器 ⭐1 · dsh plugin add dsh-browser-control
  • ego-browser — 把 ego-lite(给 AI Agent 的 Chromium)接入 DSH,13 个结构化 ego_* 工具
  • dsh-better-browser — 通过 Kimi WebBridge 让 Agent 操作用户已登录浏览器(13 个工具) ⭐3 · dsh plugin add @dsh-external/dsh-better-browser
  • dsh-webbridge — DSH 结合 Kimi WebBridge ⭐1 · dsh plugin add @bill9109/dsh-webbridge
  • dsh-browser — Playwright 驱动的浏览器自动化 ⭐1 · dsh plugin add dsh-browser
  • DSH-Chrome-devtools — 基于 Chrome DevTools MCP 的真实 Chrome 控制 ⭐1 · dsh plugin add dsh-chrome-devtools
  • dsh-playwright-cli — 包装 Playwright CLI:装浏览器、跑测试、从 agent 循环打开 HTML 报告 ⭐2 · dsh plugin add dsh-playwright-cli
  • deepseek-pp — 浏览器扩展 AI Agent 工作区,内置 MCP 与记忆
  • dsh-webfetch — 零依赖 webfetch MCP server(robots 合规、SSRF 防护)
  • dsh-web-search-firecrawl — Firecrawl 搜索提供方接入内置 web_search ⭐1 · dsh plugin add @yangzhe1003/dsh-web-search-firecrawl
  • dsh-web-search-tavily — Tavily 搜索提供方(免 DeepSeek key)
  • dsh-tavily-search — 免 key Tavily 搜索工具 ⭐1 · dsh plugin add dsh-tavily-search
  • dsh-web-search-pro — 增强持久搜索(多引擎 + SQLite/LRU 缓存 + Playwright 渲染) ⭐1 · dsh plugin add dsh-web-search-pro
  • dsh-all-search — AnySearch 网页搜索提供方(ctx.web) ⭐1 · dsh plugin add dsh-all-search
  • modsearch — CLI 搜索工具:把搜索查询转结构化 web 证据 JSON
🏗️ Infra / Plugin Mgmt · 30
  • plugin-registry — 第三方本地插件系统:dsh.plugin.json 协议 + install/enable/disable + Web 面板(公开)
  • plugin-registry — 插件管理控制台:浏览器面板管理官方 repository 插件 + 开发引导
  • dsh-plugin-manager-registry — 离线容忍的注册表:从 awesome 列表/GitHub topics/npm 发现并去重 DSH 插件
  • dsh-hub — OMDSH 社区扩展 hub(基于官方 contracts) ⭐2 · dsh plugin add @omdsh/dsh-hub
  • DSH-plugin-switch — 插件市场:浏览/搜索/安装 GitHub 项目,自动识别 plugin/skill ⭐1 · dsh plugin add dsh-plugin-switch
  • dsh-plugin-installer — 把 DSH 快速接入 GitHub 插件生态的市场插件 ⭐3 · dsh plugin add dsh-plugin-installer
  • dsh-super-injector — 超级模组注入器:运行时注入本地插件包(junction + loader.create,热重载) ⭐6 · dsh plugin add @dsh-external/dsh-super-injector
  • dsh-plugin-check — 插件健康检查:扫描清单协议/patch 格式/构建陷阱/hub 状态 ⭐11 · dsh plugin add @deepseek-ai/dsh-plugin-check
  • dsh-plugin-doctor — 插件体检:安装前检查 peer 版本兼容性 ⭐1 · dsh plugin add dsh-plugin-doctor
  • dsh-doctor — profile 健康检查:找 patch 静默破坏的配置/死 patch/工具名冲突
  • dsh-capability-inspector — DSH Doctor + 运行时诊断(工具/模型/技能/工作区/会话/插件/MCP 排障) ⭐1 · dsh plugin add dsh-capability-inspector
  • dsh-security-audit — 本机安全审计:配置/插件来源/会话/网络暴露面,只读脱敏报告 ⭐8 · dsh plugin add @deepseek-ai/dsh-security-audit
  • dsh-session-health — 会话文件帧级扫描诊断(torn/损坏/空会话检测) ⭐7 · dsh plugin add @deepseek-ai/dsh-session-health
  • dsh-evolve — 自进化:agent 会话内给自己热挂载/卸载持久化插件 ⭐2 · dsh plugin add @dsh-external/dsh-evolve
  • dsh-trace — 遥测后端:导出 turns/model steps/tool calls 到 yiTrace ⭐2 · dsh plugin add @deepseek-ai/dsh-trace
  • fabric — 类似 MC Fabric 的 hook 处理器 ⭐7 · dsh plugin add cordis-fabric-bundle
  • sandbox-micro — microsandbox 沙箱支持 ⭐2 · dsh plugin add @deepseek-ai/dsh-sandbox-microsandbox
  • sandbox-mxc — 微软跨平台沙盒支持 ⭐1 · dsh plugin add @deepseek-ai/dsh-sandbox-mxc
  • sandbox-nono — nono 沙盒支持 ⭐1 · dsh plugin add @deepseek-ai/dsh-sandbox-nono
  • dsh-stream-rules — 按需注入规则、不浪费上下文 ⭐3 · dsh plugin add dsh-stream-rules
  • dsh-git-identity — git 提交固定使用环境自身作者身份 ⭐7 · dsh plugin add @loserfox/git-identity
  • dsh-plugin-graph — 插件关系图谱可视化 ⭐2 · dsh plugin add dsh-plugin-graph
  • dsh-dev-actions — Agent 提议的可复用开发命令,转为侧栏动作 ⭐1 · dsh plugin add dsh-dev-actions
  • dsh-tool-policy — 声明式默认拒绝的工具策略 ⭐1 · dsh plugin add dsh-tool-policy
  • dsh-openai-codex-auth — OpenAI Codex OAuth 登录与用量卡 ⭐2 · dsh plugin add dsh-openai-codex-auth
  • deepseek-harness-docker — 社区 Docker/K8s 打包(加固镜像 + Compose + Helm)
  • dsh-harness-ops — 运维工具箱:A/B 双槽快照升级、自动恢复、回滚、诊断自愈
  • dsh-multica-runtime — 支持在 Multica 上使用 DSH 作为 runtime ⭐6 · dsh plugin add @multica-ai/dsh-runtime
  • session-teleport — PostgreSQL 单写者会话交接服务 ⭐1 · dsh plugin add @mattheliu/session-teleport
  • session-persistence-rdb — session 关系型数据库持久化 ⭐2 · dsh plugin add @morlay/session-persistence-rdb
🎮 Fun / Other · 27
  • dsh-gomoku — 与 AI 下五子棋,也可双 AI 对弈比棋力 ⭐6 · dsh plugin add @deepseek-ai/dsh-gomoku
  • dsh-minigames — 右侧 18 款离线小游戏面板(恐龙跳一跳/俄罗斯方块/扫雷/2048…) ⭐6 · dsh plugin add @dsh-external/dsh-minigames
  • dsh-auto-chess — 自走棋:人机对战或双 AI 对弈 ⭐1 · dsh plugin add @deepseek-ai/dsh-auto-chess
  • dsh-plugin-d399 — 模型生成时弹出小游戏菜单(wordle/消消乐,可扩展) ⭐1 · dsh plugin add @huanlin/dsh-plugin-d399
  • dsh-ui-whale — 全手绘像素鲸鱼伙伴(眨眼/摆尾/喷水/爱心)
  • whale-girl — 桌面宠物鲸鱼娘(QQ 宠物形态,可拖拽/投喂/玩耍) ⭐25 · dsh plugin add whale-girl
  • dsh-pixel-whale — 活泼像素鲸鱼运行状态伴侣 ⭐1 · dsh plugin add dsh-pixel-whale
  • dsh-blue-whale-maid — 蓝鲸女仆桌面像素宠物 ⭐2 · dsh plugin add dsh-blue-whale-maid
  • deepseek-pet — 在 DSH 上养一只大蓝鲸 ⭐2 · dsh plugin add deepseek-pet
  • dsh-stickers — 用户与 agent 双向表情贴纸互动 ⭐6 · dsh plugin add @dsh-external/dsh-stickers
  • dsh-emoji — 为 AI 回复自动添加表情 ⭐7 · dsh plugin add @dsh-external/dsh-emoji
  • dsh-ads — 2005 中文站点风格整活广告(侧栏/信息流/弹窗,素材全虚构) ⭐103 · dsh plugin add @dsh-external/dsh-ads
  • dsh-stock-market — 股票行情数据插件(整活向) ⭐4 · dsh plugin add dsh-stock-market
  • dsh-douyin — 侧栏短视频:原生播放器、系列导航、历史回放 ⭐2 · dsh plugin add dsh-douyin
  • deepseek-manners — 每次消息后注入感谢语,做个有礼貌的人 ⭐2 · dsh plugin add deepseek-manners
  • dsh-sound-effects-plugin — Reasonix 风格音效(生成式五声音阶环境音 + 提示音) ⭐2 · dsh plugin add dsh-sound-effects-plugin
  • dsh-fun-typewriter — WebAudio 打字机氛围音效(零音频资源) ⭐1 · dsh plugin add @deepseek-ai/dsh-fun-typewriter
  • dsh-daily-fortune — 每日运势:观音签、塔罗、每日一句 ⭐1 · dsh plugin add @deepseek-ai/dsh-daily-fortune
  • dsh-plugin-spur — 挂在聊天流里的辫子,抓住甩一甩给 agent 发「去干活」 ⭐1 · dsh plugin add @huanlin/dsh-plugin-spur
  • dsh-learn-everything — 费曼学习模式:教→讲回→判→再解释,渲染为富 HTML 课程卡 ⭐2 · dsh plugin add dsh-learn-everything
  • dsh-openmaic — OpenMAIC 教学:课堂、幻灯片、交互组件、苏格拉底式教学 ⭐3 · dsh plugin add @openmaic/dsh-openmaic
  • dsh-scholar — 学术助手插件 ⭐3 · dsh plugin add @dsh-scholar/research-plugin
  • dsh-101 — DSH 文档阅读模式 ⭐1 · dsh plugin add @dsh-external/dsh-101
  • dsh-reasoning-translator — 让模型的思维链用你的语言输出 ⭐1 · dsh plugin add dsh-reasoning-translator
  • dsh-openpencil — OpenPencil 设计预览与编辑(Agent 操作真实设计画布) ⭐33 · dsh plugin add @zseven-w/dsh-openpencil
  • dsh-director-toolkit — 3D 艺术家/技术美术方向包:Blender/Three.js/Houdini/C4D 方向指引 ⭐1 · dsh plugin add @lhmd/dsh-director-toolkit
  • dsh-apple-mode — Xcode AI 集成:26 个 Xcode MCP 工具 + Apple 平台技能 ⭐1 · dsh plugin add dsh-apple-mode
🏛️ Official & Meta · 17

📦 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 data/plugins.json (334 seed entries with name / repo / npm / star / license / category); field docs and consumption examples in data/README.md. 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