awesome-dsh-plugins
Discovered★ 8A curated, evidence-led directory of DeepSeek Harness (DSH) plugins: verified loadable extensions, skills, and permission-aware installation guidance.
awesome-dsh-plugins
一个面向 [DeepSeek Harness(DSH)][1] 的精选插件目录。项目优先收录可由 DSH Profile 装载、具备可复现安装说明且源码公开的社区扩展;技能、预设与相关应用会明确区分,不把“使用 DeepSeek API”或仅贴有
dsh-plugin标签的项目误当作原生插件。
DeepSeek Harness 目前处于 Developer Preview。官方采用 Cordis 的“Everything is a plugin”架构:Profile 组合 Bundle,外部插件通常以 package.json 的 dsh 字段及 patch 文件声明挂载方式。[1] [2] 因此,本目录中的安装方法和兼容性应在你自己的 DSH 版本上先行验证。
快照日期:2026-09-17。 本版主目录收录 1939 个经源码或安装清单核验的插件与 Skill,按 22 个能力分类组织(与配套网站 deepseekharnessplugins.com 同构);完整清单已拆分到 docs/categories/ 的 22 个分类页面。同时提供 全量聚合目录 CATALOG.md(2733 个仓库),合并 GitHub 搜索与多个社区目录去重后得到。聚合 ≠ 可装载、可兼容、可安全运行;只有本目录核验子集进入主目录,证据见 data/verified-plugins.csv 与 data/audit-results.csv。[3]
| 导航 | 内容 | | --- | --- | | 全量聚合目录 | 2733 个 DSH 相关仓库的完整聚合(含未审核候选);审计日志 | | 已核验插件目录 | 按 22 个能力分类的已核验可装载扩展(与网站同构) | | 界面与体验 · 会话与消息 · 其他 · 桌面与应用 · MCP 与协议 · 插件工具 · Web 界面与前端 · 主题与皮肤 · 安全与鉴权 · 聊天与 IM · 命令行与终端 · 语音 · 清单与资源 · 用量与计费 · Agent、自动化与工作流 · 集成与分享 · 开发者工具 · 知识与研究 · 设计、媒体与视觉 · 网页与浏览器 · 生态与资源 · 纯属好玩 | 22 个分类锚点 | | 官方内置能力 | 随 DSH 源码发行的官方运行时构件 | | 相关项目与观察名单 | 相关但并非已核验原生插件的项目 | | 安装与安全 | 安装惯例、权限提示与审计建议 | | 贡献规则 | 新项目的提交格式与审核门槛 |
全量聚合目录
CATALOG.md 是自动生成的全量聚合目录:它把 GitHub dsh-plugin / deepseek-harness 话题、名称搜索、dsh-plugin 主题页候选快照以及多个社区目录(bruc3van/awesome-dsh-plugin、Alex-Yanggg/awesome-DSH-plugin、awesome-dsh-plugin/awesome-dsh-plugin、AdamPlatin123/awesome-dsh-plugins)中发现的全部仓库合并去重。机器可读版本是 data/repositories.csv。
- 聚合池是发现清单,不是推荐或兼容性列表;只有
✅已核验子集进入下方主目录。 - 用 scripts/aggregate.py 重新拉取并重建
CATALOG.md与data/repositories.csv(需要gh登录)。
已核验插件目录
下列条目已核验至少一个原生特征:可复现的 dsh plugin 安装命令、dsh.bundle / cordis.patch.yml 声明,或 DSH/Cordis 可挂载的 apply 入口。“已核验”不代表作者、代码质量或安全性背书。
每个分类的完整清单已拆到
docs/categories/下的独立页面,顶部均附有对应网站分类的链接;下方仅展示每类最近活跃的若干条目。
| 导航 | 内容 | | --- | --- | | 全量聚合目录 | 2733 个 DSH 相关仓库的完整聚合(含未审核候选);审计日志 | | 分类目录(完整清单) | 界面与体验 · 会话与消息 · 其他 · 桌面与应用 · MCP 与协议 · 插件工具 · Web 界面与前端 · 主题与皮肤 · 安全与鉴权 · 聊天与 IM · 命令行与终端 · 语音 · 清单与资源 · 用量与计费 · Agent、自动化与工作流 · 集成与分享 · 开发者工具 · 知识与研究 · 设计、媒体与视觉 · 网页与浏览器 · 生态与资源 · 纯属好玩 | | 官方内置能力 | 随 DSH 源码发行的官方运行时构件 | | 相关项目与观察名单 | 相关但并非已核验原生插件的项目 | | 安装与安全 | 安装惯例、权限提示与审计建议 | | 贡献与维护 | 新项目的提交格式与审核门槛 |
界面与体验
| 插件 | 能力 | 安装或挂载方式 | 许可 / 风险 |
| --- | --- | --- | --- |
| FeatherHunter/dsh-prompt | Adds prompt templates, a /prompt input trigger, smart recommendations, and a settings panel to DSH. | dsh plugin --profile web add dsh-prompt; # or: dsh plugin --profile desktop add dsh-prompt | MIT;README verifies DSH CLI >=0.1.5-rc.1 and a DSH Desktop 2.0.9 baseline; install into the active profile and restart the corresponding DSH entry. |
| GooDAnDReaDY/dsh-russian-lang | Switch the DSH web UI to Russian with localization, typography, and keyboard-layout correction. | dsh plugin --profile web add @goodandready/dsh-russian-lang | MIT;README and package metadata report different translation coverage totals (6,808 versus 11,295 keys); treat the count as version or scope dependent. |
| claudejaune/OmaSeek | Adds 22 Omarchy-inspired themes, a pixel hero field, and an Omarchy Radio now-playing card to the DSH web profile. | npx @deepseek-ai/dsh plugin --profile web add omaseek-themes omaseek-pixel omaseek-music; Or from a source checkout: cd /path/to/deepseek-harness && pnpm dsh plugin --profile web add omaseek-themes omaseek-pixel omaseek-music; Restart the harness; each package may also be installed separately. | MIT;OmaMusic fetches the live playlist and tracks from radio.omarchy.org; the themes and pixel assets are ports of Omarchy, and the three packages are installed independently. |
| dhicoc/dsh-theme-mineradio | Adds a configurable Mineradio glass theme, backdrop, ambient effects, and appearance settings to DSH Web. | dsh plugin --profile web add dsh-theme-mineradio; reload the Web UI (restart the dsh web process if the plugin does not appear). | MIT;The README says the visual identity is a re-skin of XxHuberrr's Mineradio project, whose original is GPL-3.0, while this repository declares MIT. The DSH compatibility claims target prerelease versions and were not live-smoke-tested here. |
| youqu68/dsh-delete-chat | Adds a settings page for active and archived sessions, reversible archive operations, and guarded permanent deletion. | dsh plugin --profile web add dsh-delete-chat; restart dsh web. | MIT;Permanent deletion is a two-step action and is intentionally limited to session artifacts; stale search-index rows may remain until a DSH restart. Review the destructive action before enabling it in a shared profile. |
| startnewlabs/dsh-history | Lists, searches, copies, and jumps to the user's complete message history in DSH Web. | dsh plugin --profile web add dsh-history@latest; bash ~/.dsh/profiles/web/node_modules/dsh-history/restart-dsh-web.sh | MIT;The GitHub repository is startnewlabs/dsh-history, but package.repository and README source/GitHub URLs point to chenproton/dsh-history; verify mirror/provenance before treating it as the canonical listing. |
| sz1698/dsh-bg-new | Adds a DSH web wallpaper/background drawer for preset, color, gradient, image, and video backgrounds, plus a bg_apply tool. | dsh plugin --profile web add github:sz1698/dsh-bg-new | MIT;Community plugin; README says local images/videos are persisted and served locally, and the video path has no size limit. |
| TOBYCAI/dsh-sessions-manager | Adds DSH settings and sidebar controls for session archive/restore, cross-workspace moves, trash, lineage, search, statistics, and export. | dsh plugin --profile desktop add "github:TOBYCAI/dsh-sessions-manager" | MIT;Permanent purge and cross-workspace moves are guarded filesystem operations; the README documents runtime-version and active-writer limitations. |
| Angel2518975237/deepseek-harness-hello-kitty-suite | Themes the DSH Web interface and notifies the user with a toast, sound, or system notification when an agent turn ends. | dsh plugin --profile web add https://github.com/Angel2518975237/deepseek-harness-hello-kitty-suite.git; dsh web | MIT;The client polls every 700 ms and requests browser notification permission. Hello Kitty names and character assets may carry third-party trademark or distribution constraints beyond the repository's MIT code license. |
| Winter-And-You-Gone/dsh-turn-fold | Reduces long conversation clutter with automatic step and whole-turn folding, live usage metrics, and configurable fold icons. | Run dsh plugin --profile web add @winteries/dsh-turn-fold or dsh plugin --profile web add github:Winter-And-You-Gone/dsh-turn-fold, then fully exit and restart DSH. | MIT;The client is tightly coupled to DSH session snapshots, node shapes, CSS selectors, and slot contracts across preview versions, so compatibility should be rechecked after DSH UI changes. |
该分类共 266 个已核验条目,查看完整清单 →
会话与消息
| 插件 | 能力 | 安装或挂载方式 | 许可 / 风险 |
| --- | --- | --- | --- |
| AgentDebugX/AgentDebugX | Captures and diagnoses DSH session trajectories via /agentdebug commands and model tools; local FastAPI dashboard. | python -m pip install "agentdebugx[ui]>=0.3.1,<0.4" && dsh plugin --profile web add dsh-agentdebugx && dsh web | MIT;Targets DSH 0.1.1-rc.2; dashboard must not be exposed without auth/TLS. |
| corrinehu/dsh-workbuddy-connect | Adds WorkBuddy models to the DSH model picker with zero configuration across Web/Desktop/TUI; settings card shows account info and remaining credits. | dsh plugin --profile web add dsh-workbuddy-connect | MIT;Depends on non-official WorkBuddy client interface; may break on app updates; README restricts to personal research use. |
| DingTalk-Real-AI/dsh-dingtalk | Chat bot bridging dsh web to DingTalk private/group chats: streaming AI cards, session persistence, model selection, workspace switch, access policies. | dsh plugin --profile web add @dingtalk-real-ai/dsh-dingtalk@latest && dsh web | MIT;Only dsh web profile supported; local-only uptime; Windows experimental; requires Node ^22.19 or >=24. |
| MichengAI/dsh-archive-manager | Archive sessions from sidebar, browse/manage in Settings->Archived, restore single/all, permanent delete with double-confirm. | dsh plugin --profile web add @michengai/dsh-archive-manager@latest | Apache-2.0;Not an official DeepSeek product; verify plugin source before granting delete permissions. |
| Ultronen/dsh-archived-chats | Web-plugin archive management UI: workspace-grouped browsing, full-text search, native preview, History with restore-as-copy, ZIP export/import, Recycle Bin, retention policies. | dsh plugin --profile web add dsh-archived-chats@latest | MIT;Reads archived conversation content (may include sensitive chat text); data persists under $DSH_HOME after uninstall (by design). |
| AgentConnect/dsh-awiki | Web-profile DSH bundle adding AWiki identity (OTP login/recovery), IM (DMs, groups, attachments), AI summaries, 5 mail + 5 message agent tools. | dsh plugin --profile web add @awiki/dsh-plugin@latest | MIT;Third-party org (not DeepSeek); depends on hosted awiki.ai services; v1 lacks E2E encryption. |
| boomzikazita/dsh-cybernetics | Agent 工具循环的控制论运行时:前馈拦截不可逆操作、EMA 失败率滤波、fast/deep/conservative 档位自适应稳定阀、发散/振荡检测、能控性自检 | dsh plugin --profile web add github:boomzikazita/dsh-cybernetics | MIT;拦截并记录本地工具调用、写本地 NDJSON 状态日志;不访问网络、无需 API Key;会 block 命中规则的工具调用 |
| yjh051108/dsh-router-standard | Task-aware reasoning-mode router for DSH: classifies first real user message (build/fix/ambiguous), injects matching persona + band-gated tool surface, progressive tool disclosure, dev_router_status/mode/subagent commands | Copy-Item -Recurse .\preset\router-standard $HOME\.dsh\.agent-presets\router-standard; npm package dsh-router-standard | MIT;Research artifact; author formally retracted dual-attractor theory sections; presets are experimental and rewrite first-turn prompts |
| SiriLee/dsh-rewind | Claude Code-style in-place /rewind for DSH web profile: cut conversation back to any earlier user message, optional workspace-file restore from disk-persisted before-backups, per-message button + candidate picker UI | dsh plugin --profile web add dsh-rewind-plugin (git installs need allowBuilds in profile's pnpm-workspace.yaml) | MIT;npm name is dsh-rewind-plugin (dsh-rewind taken); known <=v0.2.4 marker-turn bug can corrupt client replay; ships dsh-rewind-repair |
| tinqiao-oss/engramory | 便携记忆协议:常驻规则 + 记忆纪律(SKILL.md),纯 markdown 笔记单一库跨宿主共享;原生插件 dsh-engramory 用 ctx.tools.guard() 把常驻索引的体积上限做成单调拒绝(写前 deny 而非提醒),并经 ctx.inject(['skills']) 在运行时注册 skill,不依赖文件落到五个 skill 根之一 | dsh plugin --profile <name> add dsh-engramory(npm 包 dsh-engramory;亦可 python tools/engramory_init.py dsh --install-skill 只装 skill + AGENTS.md 块) | MIT;dsh 仍是开发者预览、插件 API 可能变化;0.2.0 装上永不激活(issue #8),须 0.2.1 及以上;记忆以明文 markdown 存本地 .engramory-memory/,位于项目仓内时应加入 git 忽略;插件本身无 exec/eval/网络请求/环境变量读取 |
该分类共 110 个已核验条目,查看完整清单 →
其他
| 插件 | 能力 | 安装或挂载方式 | 许可 / 风险 |
| --- | --- | --- | --- |
| FishBottle7/opencode2dsh | Add OpenCode Zen's anonymous free model lane as a native DSH provider in the model picker. | dsh plugin --profile web add @opencode2dsh/dsh-plugin; restart dsh web and select a model from the opencode2dsh group. | MIT;The anonymous lane is quota-per-IP and external; inspect upstream/privacy and keep the default adapter mode because the legacy sidecar is not in the published package. |
| EarzuChan/DshVibeLearning | Adds a /learn workflow with interactive lessons, review scheduling, quizzes, persistent outlines and notes, and an in-app learning panel. | Run dsh plugin --profile web add dsh-vibe-learning, then dsh web; in a new session run /learn. | MIT;The README labels the project early-stage/POC, warns of breaking changes, missing background reminders, last-writer-wins outline edits, and possible UI desynchronization. |
| Drhushi/dsh-plugin-tav2 | Adds a conversational Ren'Py localization workflow with detection, terminology, translation, checking, patch packaging, verification, migration, and uninstall tools. | Run pnpm build, then powershell -ExecutionPolicy Bypass -File scripts/install-plugin.ps1 -ProfileDir "$env:USERPROFILE\.dsh\profiles\web" -PluginPath "<本仓库绝对路径>" -Apply | MIT;The link install loads dist/index.js, so build output must exist before mounting; the script writes the target DSH profile and the workflow writes translation artifacts into the selected game workspace. |
| PensiveFei/dsh-voice-scribe | Voice dictation input for DSH composer with local/offline ASR default. | dsh plugin --profile web add dsh-voice-scribe | MIT;Unaffiliated third-party plugin; host-side /voice-input routes fenced (loopback/trustedHosts). |
| Ramenne/DeepSeek-Harness-Gov | Mount a 3081 government-style WebUI and a /hongtou command that reads the current session and renders Word 2003 XML documents. | repo_dir=$(pwd); dsh plugin --profile web add link:${repo_dir}/plugins/dsh-gov-portal; dsh plugin --profile web add link:${repo_dir}/plugins/dsh-tool-hongtou; dsh web | MIT;The root repository is a bundle of two independently mountable plugins rather than one single root package; its public demo is not evidence of production security or government endorsement, and /hongtou writes XML into the current workspace/output. |
| TencentCloud/tencentcloud-agentobs-sdk-dsh | Streams DSH GenAI traces to Tencent Cloud CLS log service with 5-layer span hierarchy, configurable batching/retry, content capture toggle. | dsh plugin --profile web\|headless\|harness add tencentcloud-agentobs-sdk-dsh | Apache-2.0;Content capture enabled by default; disable via captureContent:false; requires DSH >=0.1.0-rc.6 <0.2.0. |
| lizhiyao/oh-my-knowledge | Runs controlled A/B evals, artifact health checks, evidence-gated promote/evolve/rollback version lifecycle, observability traces. | dsh plugin --profile web add oh-my-knowledge && dsh --profile web | MIT;Primarily a standalone npm CLI; DSH integration is one of several executors. |
| ZSeven-W/dsh-harbor | Scans installed third-party DSH bundles and reports 13 capabilities with file:line evidence, conflict detection, version drift tracking. | dsh plugin --profile web add @zseven-w/dsh-harbor@next && dsh web | MIT;Pre-release 0.1.0-rc.2 (install via @next tag); static analysis yields false pos/neg. |
| Yan-Zero/dsh-std | Protocol-definition meta-layer and DSH adapter loading standard dsh-plugin.json facets into DSH. | dsh plugin --profile web add @dsh-std/adapter-dsh | MIT;Explicitly early drafts (0.1.0-rc); package surface and rc protocol alignment still churning. |
| lninghaha/dsh-coding-subscription-oauth | 为 DSH 提供编码订阅 OAuth 登录的模型路由插件,一个插件覆盖五个 Provider:SuperGrok/Grok Build、ChatGPT Plus/Pro Codex、Kimi Code、Claude Code 及 Google Antigravity。含本地 OAuth/device-code 登录、动态模型目录、凭据 0600 原子存储、可选本地 API 网关、Codex 搜索/用量/图像等可选能力 | dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.0(可选加 dsh plugin --profile web add dsh-agy@0.1.2),随后重启 DSH Web 进程;要求 DeepSeek Harness 0.1.0-rc.6+ 与 Node 22.19+ | Apache-2.0;合规性:通过第三方 harness 使用厂商订阅账号处于各厂商条款灰色地带,项目声明仅限自有账号、不支持批量/配额转售/绕过付费墙;商业使用建议官方 API-key 渠道 |
该分类共 77 个已核验条目,查看完整清单 →
桌面与应用
| 插件 | 能力 | 安装或挂载方式 | 许可 / 风险 |
| --- | --- | --- | --- |
| KannaKuron/dsh-gitbash-shell | Run DSH agent shell commands through Git for Windows Bash and materialize Git Bash presets. | dsh plugin --profile web add dsh-gitbash-shell | MIT;The executor is Windows-specific; on non-Windows hosts it is disabled, and installing it changes the profile's shell behavior by intentionally disabling PowerShell. |
| wushi2333/dsh-computer-use_codex-style | Controls Windows desktop apps and skill-gated Chromium tabs through real input, screenshots, accessibility data, approvals, and an optional browser catalog. | dsh plugin --profile web add github:wushi2333/dsh-computer-use_codex-style; In $DSH_HOME/.agent-presets/<name>/agent.cordis.yml add:; - id: tool-computer-use; name: dsh-computer-use/tool; config:; surfaces:; - computer; browserSkill: computer-use-browser; Then run node node_modules/dsh-computer-use/scripts/sync-skills.mjs --write --defaults and restart the profile. | MIT;Windows 10/11 x64 only; isolate it in a dedicated preset and retain the documented approvals and deny list because it can control the real desktop and logged-in browser tabs. |
| liguobao/ds-harness-remote | Lets authorized desktop, web, and Android clients operate a remote Harness host. | dsh plugin --profile web add ds-harness-remote@0.4.2 | MIT;Remote use requires account and device authorization and the hosted relay; credentials, settings, and remote workspace access expand the trust boundary. |
| riesbri/dshline | Provides a terminal-native DSH frontend for sessions, profiles, plugins, agents, themes, and live scrollback. | dsh plugin --profile dshline add @dshline/dshline; dsh --profile dshline | MIT;The GitHub repository root is a workspace, so use the published @dshline/dshline package or the documented packages/dshline local path rather than a repository-root Git install. |
| slywalker2006/dsh-passwords | 登录网关(密码门):首次配置、多用户(主/子用户)、防爆破锁定、审计日志、自动 HTTPS;让 DSH 可安全远程访问 | bash install.sh(一键安装;Windows: install.bat;dsh 侧挂载 cordis 补丁) | GPL-3.0-only;处理特权凭证属高风险;公网部署需放行 80/443 并妥善保管首次配置密钥;经密码门登录的远程浏览器可编辑 dsh 设置 |
| ARFCON/dsh-hotplug-hub | DSH 热插拔插件中枢/桌面管理器(C# WinForms + WebView2):插件与 Skill 管理、MCP(STDIO/streamable-http)管理、全局记忆中枢(~/.dsh/memory-hub)、hotpack 插件组合(assembly)、AI 对话式装配 | 从 Releases 下载安装包 DSH-Hotplug-Hub-win-x64-setup-v0.9.8.exe --silent,安装后自动将内置插件装入 ~/.dsh/profiles/web;或 node launcher/index.js assemble example | MIT;仓库仅创建 3 天(2026-08-19),版本处于 pre-release;插件打包用自定义 hotpack 格式而非标准 cordis.patch.yml;桌面端以 Windows 为主 |
| RAFOLIE/dsh-desktop-windowos | DSH Windows desktop shell plugin: installs/auto-updates a Tauri v2 tray app (single portable exe) launching dsh web with embedded webchat UI, desktop shortcuts, desktop_launch tool, task-done notifications, diagnostics export | dsh plugin --profile web add dsh-desktop-plugin (or drop the exe beside node_modules/.bin/dsh.cmd) | MIT;Project is primarily a desktop shell; only the companion dsh-desktop-plugin npm package is the DSH-loadable artifact; unsigned exe triggers SmartScreen |
| saya-ch/dsh-mobile | Exposes a computer's DeepSeek Harness over a secure LAN to a phone browser or Android App; provides a mobile layout, device pairing (QR/link/key), /mobile conversational customization of the phone UI, and a local extension host for phone-triggered computer capabilities (e.g. live CPU/RAM/disk monitor). | dsh plugin --profile web add dsh-mobile@alpha | Apache-2.0;LAN-only; treat paired devices as fully trusted since they can control computer DSH; do not forward the gateway to the public internet; lost phone should have its device trust revoked on the desktop; extension host.mjs runs with local user privileges. |
| Yu-tao-Li/dsh-computer-use-win | Expose Windows UI Automation, screenshots, OCR, keyboard and mouse input, semantic actions, and window management to DSH through MCP. | dsh plugin --profile web add github:Yu-tao-Li/dsh-computer-use-win; # then restart; dsh web | MIT;Windows-only; the README identifies this as a derivative of cgissing/windows-computer-use, and the local desktop actions should be reviewed before enabling. |
| JUANWANG-BUAA/dsh-full-remote | Token-gated reverse proxy keeps DSH web usable over public tunnels/other devices: settings, credentials and file access stay working; per-device sessions. | dsh plugin --profile web add dsh-full-remote | MIT;公网反向代理暴露设置/凭据/文件访问,务必启用 token 鉴权并限制暴露面。 |
该分类共 52 个已核验条目,查看完整清单 →
MCP 与协议
| 插件 | 能力 | 安装或挂载方式 | 许可 / 风险 |
| --- | --- | --- | --- |
| youdotcom-oss/agent-skills | Mounts You.com skills and five MCP servers for search, research, finance, documentation, and integration discovery in DSH. | dsh plugin --profile <your-profile> add @youdotcom-oss/dsh-plugin | MIT;Authenticated servers need YDC_API_KEY; the package requires the DSH composition to already provide dsh-skill and dsh-mcp-client, while keyless servers degrade independently. |
| yxy050208/multisim-mcp | Connects DSH to a local Multisim MCP server for circuit generation, bounded simulation, analysis, exports, and experiment reports. | $env:MULTISIM_MCP_PYTHON = "C:\path\to\python32\python.exe"; & $env:MULTISIM_MCP_PYTHON -m pip install "multisim-mcp==1.1.0"; dsh plugin --profile web add "multisim-mcp-dsh-plugin@1.1.0"; dsh --profile web --dump-config; restart the profile. | MIT;The current source declares multisim-mcp-dsh-plugin 1.3.0-rc.1 and multisim-mcp 1.3.0rc1, while the README's published install example pins both packages to 1.1.0; do not mix these versions without revalidation. Requires licensed Multisim 14+ and a 32-bit Python COM worker on Windows. |
| reactive-resume/reactive-resume | Use DSH to read, create, and edit Reactive Resume resumes and job applications through MCP. | dsh plugin --profile web add dsh-plugin-reactive-resume; export RXRESUME_API_KEY='<key from the Reactive Resume API-key settings page>'; start the selected DSH profile. | MIT;The plugin exposes every Reactive Resume MCP tool; its README says plugin-level tool narrowing is not currently available. The repository also contains a separate skills/resume-builder/SKILL.md, but this verdict relies on the native DSH bundle evidence. |
| reactive-resume/app | Use DSH to read, create, and edit Reactive Resume resumes and job applications through MCP. | dsh plugin --profile <name> add dsh-plugin-reactive-resume; export RXRESUME_API_KEY before starting dsh, or override the reactive-resume row in the profile cordis.patch.yml. | MIT;The plugin exposes every Reactive Resume MCP tool; its README says tool narrowing is not currently available from the plugin. |
| ArvinQi/dsh-mcp | Configures stdio or HTTP MCP servers in DSH, manages their tools, and supports OAuth plus search-based tool injection. | dsh plugin --profile web add github:ArvinQi/dsh-mcp; append '- insert: [{ id: dsh-mcp, name: dsh-mcp }]' to $DSH_HOME/profiles/web/cordis.patch.yml; restart dsh web and hard-refresh the browser | MIT;Review each MCP server command, URL, header, and OAuth target before enabling it; installation alone does not activate the plugin until the manual loader row is added. |
| xxxyz/DeepSeekHarness-MCP-Manager | Manage MCP server and DSH skill entries with CRUD, enable/restart, import/export, health, and model-facing controls. | dsh plugin --profile web add @xxxyz/dsh-mcp-manager@latest; hard-refresh the browser with Cmd/Ctrl+Shift+R and open Settings -> MCP manager | MIT;The token is optional and disabled by default; do not expose the DSH web port without configuring DSH_MCP_MANAGER_TOKEN or an equivalent loader token, and treat configured stdio commands as executable code. |
| huaweicloud/huaweicloud-devkit | Routes Huawei Cloud tasks to service skills and MCP tools, KooCLI, APIs/SDKs, safety checks, and sandbox operations. | npx --yes huaweicloud-devkit install --target dsh; restart the DSH session. If the DSH MCP client is missing, run: npx @deepseek-ai/dsh plugin --profile web add @deepseek-ai/dsh-mcp-client. | Apache-2.0;Curate this as verified_skill rather than native verified_plugin: docs/dsh-integration.md explicitly says V1 does not ship a native Cordis plugin, despite the root dsh.bundle/cordis.patch metadata; the DSH path depends on the MCP client and cloud credentials. |
| duhu2000/dsh-mcp-connector | Connects and manages Streamable HTTP and stdio MCP servers with OAuth 2.0 PKCE/API keys, discovery, tool and prompt loading, health checks, and a Web marketplace. | dsh plugin --profile web add dsh-mcp-connector; fully restart DeepSeek Harness Desktop, or stop and restart the dsh web process. | MIT;Default patch settings persist secrets locally, open the browser for OAuth, and fetch a remote registry; only connect trusted MCP servers and stdio commands, and review permissions before exposing tools to an agent. |
| null119/dsh-mcp-manage | Adds a Web settings page that persists MCP definitions and live-loads their tools without restarting the DSH host. | dsh plugin --profile web add link:<path to this repo>; or, once published, dsh plugin --profile web add dsh-mcp-manage; restart dsh web. Remove with dsh plugin --profile web remove dsh-mcp-manage. | MIT;The plugin does not vet the security of user-configured MCP commands or endpoints; inspect command, env, cwd, URL, and headers before enabling a server. |
| Likenttt/garmin-connect-plugin-for-dsh | 通过 DSH/MCP 查询 Garmin 活动、睡眠、步数、心率和训练数据,并支持 MFA、FIT 导出和确认后的训练创建。 | npx --legacy-peer-deps=false @deepseek-ai/dsh plugin --profile web add dsh-plugin-garmin-connect | MIT;不要把 GARMIN_PASSWORD、GARMIN_SESSION_TOKEN 或 session 文件内容交给模型;README 要求本地 loopback MFA/账户确认,且实际 Garmin API、账号数据和可写训练操作都超出纯本地工具范围。 |
该分类共 33 个已核验条目,查看完整清单 →
插件工具
| 插件 | 能力 | 安装或挂载方式 | 许可 / 风险 |
| --- | --- | --- | --- |
| yxxbc/dsh-balance-plugin | DeepSeek 余额监控与用量统计:CNY/USD 双余额池多账户查询、低余额告警、官方充值入口、Miyu 风格用量仪表盘、三方插件管理、query_api_quota 模型工具 | dsh plugin --profile web add dsh-balance-plugin(github: 源)或 curl -fsSL https://raw.githubusercontent.com/yxxbc/dsh-balance-plugin/main/install.sh \| bash | MIT;npm 上存在他人同名包 dsh-balance-plugin@0.1.0,裸包名会装错,务必用 github: 源或官方一键脚本 |
| bowenliang123/dsh-context | Context dashboard tab + /context command showing context-window composition, per-turn history, compaction/prune events, per-message token costs | dsh plugin --profile web add dsh-context | Apache-2.0 |
| crazywoola/dsh-balance | DSH Settings-page balance monitor: total/recharge/gift balance, chat-composer balance summary, available models for the API key, cached queries with manual refresh, DeepSeek peak-hour indicator, zh/en i18n | dsh plugin --profile web add @pinkbanana/dsh-balance@latest ; dsh --profile web | MIT;以本机保存的 DEEPSEEK_API_KEY 调用 DeepSeek API 查余额/模型,key 只在本机 Host 使用、不上浏览器 |
| feibi-mochi/deepseek-harness-control-center | Web control center for DSH: account monitoring, usage accounting, completion alerts, official recharge link, flexible layout, agent-assisted session controls (capability-gated) | dsh plugin --profile web add deepseek-harness-wallet (or: dsh plugin --profile web add github:feibi-mochi/deepseek-harness-control-center) | MIT;插件会读取 DSH 本地存储并可能调用账户接口,涉及额度信息 |
| feiyang-dev/dsh-usage-plugin | DSH 用量与成本追踪:每次调用的 token/缓存命中统计、峰谷计费、余额查询、日历热力图、CSV/JSON/PNG 导出,Host+Client 双半一体化包 | dsh plugin --profile web add @feiyang666/dsh-usage-plugin(或经 DeepSeek Harness Desktop 一键安装),重启生效 | MIT;余额查询使用 DEEPSEEK_API_KEY 调官方接口;用量记录写入会话工作区 dsh-usage/usage-records.json |
| Francis-Xavier-code/dsh-balance-plugin | DeepSeek 余额监控与用量统计(CNY/USD 双余额池、阈值告警、充值入口、Miyu 风格用量图表、三方插件管理、query_api_quota 工具) | dsh plugin --profile web add github:Francis-Xavier-code/dsh-balance-plugin(另在 ~/.dsh/cordis.patch.yml 追加 insert id: dsh-balance-plugin) | MIT;自动读取 DEEPSEEK_API_KEY 并调用 api.deepseek.com 余额接口;密钥仅存于插件进程内存,不上传第三方 |
| toby-bridges/api-relay-audit | Local 14-step security audit of AI API relays/LLM proxies — detects prompt injection, model substitution, tool-call rewriting, SSE anomalies, error leakage and Web3 wallet risks; emits a Markdown report via the /relay-audit slash command. | DSH_PLUGIN_REF=v2.4.0; dsh plugin --profile web add "github:toby-bridges/api-relay-audit#${DSH_PLUGIN_REF}" (or --profile cc-tui) | AGPL-3.0;AGPL-3.0 copyleft; audits require trusting the target relay with your API key; Web3 profile can trigger wallet-signing probes; depends on @deepseek-ai DSH rc packages. |
| 1514100951/dsh-usage-footer | Floating coin button showing account balance, peak/off-peak pricing, today/session cost & token estimates; adds a '用量与费用栏' toggle in Settings; day-reset local stats in localStorage. | Link/copy packages dsh-usage-status and dsh-client-ui-usage-footer into $DSH_HOME/profiles/node_modules/ and append name: dsh-usage-status + name: dsh-client-ui-usage-footer to profiles/web/cordis.patch.yml; restart dsh web | MIT |
| 1HelloMan1/dsh-stats-dashboard | Provider/model usage stats dashboard: response speed, call log, token totals, cache rate, cost estimates (built-in DeepSeek pricing), CSV export; driven by dsh-session-stats and dsh-token-meter projections. | dsh plugin --profile web add "github:1HelloMan1/dsh-stats-dashboard#main" (npm: dsh plugin --profile web add dsh-stats-dashboard) | MIT;GitHub API reports no LICENSE file, but package.json declares MIT. |
| 95384/DSH-user-plugin-list | Adds a '用户插件' tab in Settings→插件 listing non-system plugins from the loader tree (profile-local, external-path, enabled/disabled) with search/status/collapse interaction; classifies via Node resolve + realpath and excludes transitive deps. | dsh plugin --profile web add github:95384/DSH-user-plugin-list (or local: git clone && dsh plugin --profile web add .; update: dsh plugin --profile web update user-plugin-list; remove: dsh plugin --profile web remove user-plugin-list) | MIT |
该分类共 64 个已核验条目,查看完整清单 →
Web 界面与前端
| 插件 | 能力 | 安装或挂载方式 | 许可 / 风险 |
| --- | --- | --- | --- |
| Canary-Builds/dsh-mobile-ui | Adds touch-friendly navigation, layout refinements, and standalone PWA styling inside the existing DSH web interface. | dsh plugin --profile web add @canary-builds/dsh-mobile-ui | MIT;Requires Node.js 22.19+ and targets DSH 0.1.1-rc.x; build-specific UI selectors may stop applying after DSH upgrades. It overrides the host web manifest and must not be loaded alongside the older dsh-plugin-splash or @canary-builds/dsh-wpa packages. |
| 1692775560/dsh-Mimir-Academic-research | Installs into DSH as a native Cordis bundle providing an 8-view research web workbench, slash commands, agent tools, 9 research skills. | npm install -g @deepseek-ai/dsh && dsh plugin --profile web add dsh-mimir@latest && dsh web | MIT;Very new repo (created 2026-08-20); remote GPU/SSH features require user-supplied server credentials. |
| ai-daming/clickvibe | GitHub issue-to-merge delivery control plane: per-issue status board, one-click agent dev in worktrees, auto review, rework, dry-run. | dsh plugin --profile web add link:/path/to/clickvibe | MIT;v0.1.0 experimental; no LICENSE file detected on GitHub (MIT only in package.json); agents run arbitrary shell and may auto-merge. |
| hancao97/hanai-investment-dsh | A-share research workbench on DSH: market heatmap, watchlists, valuation views, four investor-method agent personas. | git clone ... && pnpm install && pnpm run build && pnpm run profile:install -- --package . && dsh --profile hanai-investment | MIT;README clone URL points to hanai-labs/worth-dsh (repo mismatch); requires DSH pre-release 0.1.1-rc.2; not investment advice. |
| statem-li/dsh-webui | DSH desktop-shell session enhancement suite: view tiles, tool-call aggregation, Shiki/KaTeX/Mermaid Markdown, cron task engine, multi-agent relay canvas, AI browser, memory, usage heatmap. | dsh plugin --profile web add github:statem-li/dsh-webui | BSD-3-Clause;Disable kernel ui-skill to avoid slash-menu conflict; browser/proxy/gateway-masquerade modules should be toggled off as needed. |
| zhu1090093659/dsh-web | One-command install of a full DSH web workbench: monitoring HUD, task board, SSH panel, mobile remote, vision tool, git graph, skins, plugin manager. | dsh plugin --profile web add @linxin666/dsh-web-all@latest | Apache-2.0;Third-party community project (not official); verify npm package availability before install; not a fork of core harness. |
| Aisland-SJL/dsh-worktable | Sidebar project drawer, dockable split workspace (file explorer, terminal, browser), control-room dashboard. | dsh plugin --profile web add "https://github.com/Aisland-SJL/dsh-worktable/releases/latest/download/dsh-worktable.tgz" | MIT;Windows fully tested; macOS experimental; state stays in localStorage. |
| lavapapa/dsh-composer-layout | DSH Web Composer 布局插件:可选右侧停靠、可调整面板宽度、按会话记录布局偏好,并在空间不足时临时回到底部布局 | dsh plugin --profile web add dsh-composer-layout@0.1.5 | MIT;仅调整界面和布局;不访问本地文件、网络、API Key、凭据或 shell;布局偏好通过 DSH 设置与会话状态保存 |
| GDWhisper/dsh-web-startup-auth | Remote DSH Web startup (replaces hard-reject 0.0.0.0), login/register pages, signed session cookies, all-route API auth, password reset. | dsh plugin --profile web add dsh-web-startup-auth@latest | MIT;No built-in transport encryption — trusted intranet or HTTPS reverse proxy only; complete first registration before exposing. |
| liangmianya/dsh-synapse | DeepSeek Harness Web 可视化会话工作区:把会话/追问/分支渲染为可拖拽缩放的画布式会话地图,双向同步原生对话,按 callId 折叠工具过程,持久化画布布局 | corepack pnpm dsh plugin --profile web add github:liangmianya/dsh-synapse && corepack pnpm dsh web(卸载:corepack pnpm dsh plugin --profile web remove dsh-synapse) | MIT;仅支持 web profile 且要求 DSH 2026-08+ 与 Node>=22.19;两个 dsh web 实例共享同一 profile 写同一 workspaces.json 存在覆盖风险(作者建议单实例运行) |
该分类共 212 个已核验条目,查看完整清单 →
主题与皮肤
暂无已核验条目。
安全与鉴权
| 插件 | 能力 | 安装或挂载方式 | 许可 / 风险 |
| --- | --- | --- | --- |
| xbzbing/dsh-auth-gateway | Places password and optional TOTP authentication in front of the DSH Web HTTP and WebSocket surface. | dsh plugin --profile web add dsh-auth-gateway; dsh web --port 8080; complete the printed initial-password onboarding | MIT;The gateway grants an authenticated user the instance's full DSH capabilities; keep the upstream loopback patch intact and deploy behind trusted networking or TLS. Git clone had a transient TLS failure, but GitHub API source retrieval succeeded. |
| PerryLink/dsh-defend | Intercepts risky commands and suspicious prompt or tool content with configurable allow, approval, deny, and audit behavior. | Run dsh plugin --profile web add dsh-defend or dsh plugin --profile web add "github:PerryLink/dsh-defend#main". | Apache-2.0;README documents a host-compatibility limitation: session-log audit is disabled by default when the host cannot preserve ignorable custom events, because forcing it may make sessions unresumable. |
| mrRisega/dsh-remote | 通过手机浏览器和中继/自建服务远程访问并操作本机 dsh web。 | npx @mrrisega/dsh-remote; # 自建 relay-router 时:npx @mrrisega/dsh-remote setup --server wss://<你的域名>:端口 --key <访问密钥> | PolyForm-Noncommercial-1.0.0;这是非商业许可项目;默认云服务和自建 relay-router 都是公网入口。不要把仓库 SECURITY.md 的设计说明当成独立安全审计,必须保护访问密钥、账号、JWT 和会话 Cookie。 |
| fb0sh/dsh-pentester | Orchestrates authorized reconnaissance, analysis, validation, reporting, and isolated Docker-based security tooling. | dsh plugin --profile web add dsh-pentester@2.4.0 | MIT;Use only against systems explicitly authorized for testing; Docker daemon access is highly privileged. |
| delef/dsh-plugin-auto-review | Automatically reviews native DSH tool approval requests through a configured DSH LLM route, with Web controls, delegated-session inheritance, and fail-closed handling. | dsh plugin --profile web add dsh-plugin-auto-review | MIT;The selected provider receives bounded approval context and its model may allow a tool call; keep DSH sandbox and permission boundaries enabled, review the provider's data handling, and retest after DSH upgrades because this release targets 0.1.2-alpha.3. |
| KongFangXun/sofagent | Adds audit, rollback, governance, constraint injection, ontology, and workflow controls to DSH. | skillhub install cordis-plugin-sofagent-audit (repeat with cordis-plugin-sofagent-rollback, cordis-plugin-sofagent-inject, cordis-plugin-sofagent-evolve, cordis-plugin-sofagent-ontology, cordis-plugin-sofagent-commons, cordis-plugin-sofagent-gate, cordis-plugin-sofagent-daemon, or cordis-plugin-sofagent-fde) | MIT;The root repository is a monorepo and the DSH units are the individual engine/dsh-plugins packages; install only the specific family members needed. |
| Hyna-hla/dsh-remote | Pair a mobile client with DSH for remote sessions, approvals, MCP/file browsing, and token-gated host access. | git clone --depth 1 https://github.com/Hyna-hla/dsh-remote.git && cd dsh-remote/dsh-remote-access && npm pack && dsh plugin --profile web add ./dsh-remote-access-2.5.1.tgz; restart DSH web. | MIT;The repository root mixes the Android app and plugin, and its nested README still names v2.4.1 while package.json is v2.5.1; install from dsh-remote-access and review exposure/tunnel settings carefully. |
| TecFancy/dsh-auth-gate | Protects DSH Web HTTP and WebSocket surfaces with login sessions and provides CLI tools for users, TOTP, skills, and an optional local proxy. | dsh plugin --profile web add dsh-auth-gate; printf '%s\n' 'choose-a-strong-password' \| pnpm --dir "$DSH_HOME/profiles/web" exec dsh-auth user add admin --password-stdin; Configure the dsh-auth-gate row in $DSH_HOME/cordis.patch.yml, then restart DSH. | MIT;This is security-critical middleware, not proof that a deployment is secure or audited. Validate reverse-proxy behavior, HTTPS and Secure-cookie settings, credential-file permissions, lockout semantics, and DSH version compatibility before exposing an instance. |
| HakureiMonika/dsh-sandbox-escalation-fix | Project per-session sandbox escalation schemas and suppress redundant escalation retries in DSH. | dsh plugin --profile web add github:HakureiMonika/dsh-sandbox-escalation-fix#c209f3358853e8c486cf0bfe6cfbb79c88a0bc0a | MIT;This is an independent community plugin, and its package repository/homepage metadata still references JUSTMONIKA2022; use the canonical HakureiMonika URL and the pinned commit above. Compatibility is limited to the DSH versions listed in README.md. |
| SCSpotato/dsh-remote | Control DSH sessions from Android over HTTPS/WebSocket and browse or mutate host files through the companion plugin. | From a clone, run: npx dsh plugin --profile web add "file:C:/path/to/dsh-remote/remote-control"; then npx dsh web. | GPL-3.0;Use only on a tightly controlled private network and audit the file routes before exposure: /remote/list, /remote/file, /remote/upload, /remote/delete, /remote/rename, /remote/copy, and /remote/mkdir accept filesystem paths without the token check used by task routes. |
该分类共 36 个已核验条目,查看完整清单 →
聊天与 IM
| 插件 | 能力 | 安装或挂载方式 | 许可 / 风险 |
| --- | --- | --- | --- |
| FeatherHunter/dsh-im-companion | Adds agent/workspace status, channel dashboards, fleet radar, and IM companion controls to dsh-im. | dsh plugin --profile desktop add dsh-im && dsh plugin --profile desktop add dsh-im-companion; # use --profile web for a web profile | MIT;Install dsh-im and this companion into the same profile; README compatibility notes require a verified dsh-im version and a DSH host exposing connection.fetch. |
| PerryLink/dsh-talk | Adds microphone transcription, spoken replies, event announcements, and speak-to-interrupt to DSH Web. | dsh plugin --profile web add "github:PerryLink/dsh-talk#main"; restart dsh web; ask the agent to use the speak tool | Apache-2.0;Compatibility is tied to developer-preview DSH versions; local speech executables/models and configured endpoints are separate prerequisites, and browser Web Speech may send microphone audio to Google. |
| suntianc/dsh-antigravity-auth | Adds Antigravity login, model routing, search, image generation/editing, video understanding, and quota UI to a DSH profile. | dsh plugin --profile web add dsh-antigravity-auth@0.1.4-rc.1; dsh plugin --profile web list; restart dsh web. | MIT;The README explicitly describes the channel as unofficial and single-account. Install only the pinned compatible DSH/plugin versions, keep OAuth and private provider traffic under review, and do not infer official support from the homepage metadata. |
| xmuwenxiang/dsh-web-chat | Uses a signed-in DeepSeek web session for streaming chat, conversation recovery/import, and transfer of distilled context into DSH sessions. | dsh plugin --profile web add github:xmuwenxiang/dsh-web-chat; restart dsh web; first use opens a visible login window for DeepSeek. | Apache-2.0;This is an authenticated web-session bridge rather than an API-only client; review browser profile isolation, cookies, transfer destinations, and DeepSeek page changes before enabling it. |
| cloveric/tarocub | Bridges local CLI agents to Feishu/Lark or optional Telegram and includes source-traceable Brave/Tavily web search. | dsh plugin --profile web add "github:cloveric/tarocub#path:deepseek-harness-plugin" | MIT;Use the nested deepseek-harness-plugin path; installing the repository root alone targets the gateway, not the DSH bundle. Provider API keys are required for live search. |
| Clarklevis1995/dsh-plugin-mobile-gateway | Expose an authenticated mobile WebSocket gateway for DSH sessions, tasks, goals, approvals, commands, and file transfers. | dsh plugin --profile web add dsh-plugin-mobile-gateway@latest; restart dsh web. For Linux public access, use npx --yes dsh-plugin-mobile-gateway@latest init. | MIT;Keep device authentication enabled and do not expose the DSH WebUI or port 3081 to the public Internet; the Linux initialization path requests sudo and configures Nginx/Certbot/system services. |
| godchen520/dsh-web-remote | Reach and control DSH sessions from a browser or configured WeChat and Feishu channels through LAN or Cloudflare-tunneled access. | dsh plugin --profile web add github:godchen520/dsh-web-remote && dsh web | MIT;Public access is mediated by a Quick Tunnel and generated token, while LAN access can be token-free; the README also documents auto-downloading cloudflared and persistent bot credentials, so deployment and credential exposure need operator review. |
| MichengAI/dsh-im-connect | Connects DSH sessions to WeChat, WeCom, DingTalk, Feishu/Lark, QQ, and Telegram with per-account access controls. | git clone https://github.com/MichengAI/dsh-im-connect.git && cd dsh-im-connect && npm install && npm test && dsh plugin --profile web add . | Apache-2.0;Requires platform credentials and careful allowlist configuration; the README and SECURITY.md warn that inbound chats can drive the local assistant and that DSH Web should not be exposed beyond loopback. |
| wsz987/dsh-channels | Connect five IM platforms to DSH with QR/bot authentication, unified channel sessions, rich messages, and attachment handling. | npx @deepseek-ai/dsh plugin --profile web add -w @wsz987/dsh-channels@latest; npx @deepseek-ai/dsh --profile web --dump-config; npx @deepseek-ai/dsh web; configure Settings -> Channels and Secure access | MIT;Configure Secure access before enabling inbound chat; Telegram startup deletes an existing webhook, and rich interactions/media remain unverified until live gates pass. This is a community project, not an official DeepSeek or platform project. |
| PGZXB/dsh-feishu | Feishu/Lark chat UI for DSH: every slash command a button on a control-panel card, in-card approvals/questions, streaming cards, QR setup | npx @deepseek-ai/dsh plugin --profile feishu add @dsh-feishu/dsh-feishu@latest | MIT;Requires Feishu/Lark app credentials and a bot webhook; processes inbound messages and approvals — restrict who can send commands; external network egress to Feishu APIs |
该分类共 75 个已核验条目,查看完整清单 →
命令行与终端
| 插件 | 能力 | 安装或挂载方式 | 许可 / 风险 |
| --- | --- | --- | --- |
| wuwuzhige-sudo/dsh-terminal-panel | Manual Terminal tab inside DSH web conversation view: run host commands from the browser, persistent cwd, sudo password prompt, command history. | dsh plugin --profile web add - id: dsh-terminal-panel / name: 'dsh-terminal-panel' to cordis.patch.yml) | MIT;Treat as full remote shell on the host; restrict network exposure of the dsh web port. |
该分类共 1 个已核验条目,查看完整清单 →
语音
暂无已核验条目。
清单与资源
| 插件 | 能力 | 安装或挂载方式 | 许可 / 风险 |
| --- | --- | --- | --- |
| bruc3van/dsh-desktop-safe-market | 先审后装插件市场 | | MIT | | [qichuang321/dsh-plugin-browser](https://github.com/qichuang321/dsh-plugin-browser) | 插件市场入口+运维面板 | | MIT |
该分类共 2 个已核验条目,查看完整清单 →
用量与计费
| 插件 | 能力 | 安装或挂载方式 | 许可 / 风险 |
| --- | --- | --- | --- |
| bpc-oss/dsh-web-billing | RMB/USD token-billing for dsh web: official-policy auto pricing with peak/off-peak hours, per-message ledger, account balance polling, locale-driven currency display; host /billing route + hand-written client fee badge/panel (read-only over session/event). | dsh plugin --profile web add github:bpc-oss/dsh-web-billing (or dsh plugin --profile web add dsh-web-billing after publish); restart dsh web | MIT |
| brittanistrehlowll-oss/dsh-quota-panel | Provider quota/balance corner panel for the dsh web surface: server-side credential proxies plus a config-driven page badge; shipped defaults overridable in the profile's cordis.patch.yml. | dsh plugin --profile web add "github:brittanistrehlowll-oss/dsh-quota-panel" ; restart dsh web (bundle layers apply at boot) | MIT;Review which provider keys the credential proxies touch. |
| dshiq04/dsh-deepseek-balance | 余额查看 (API balance widget): web UI 侧边栏底部(Settings 上方)展示 DeepSeek API 余额,悬停显示币种/总额/赠送/充值,可配置颜色与手动刷新;API key 存 $DSH_HOME/settings.yaml 或 DEEPSEEK_API_KEY env。 | dsh plugin --profile web add dsh-deepseek-balance --link - id: dsh-deepseek-balance loader entry in $DSH_HOME/profiles/web/cordis.patch.yml (package must be resolvable from the profile node_modules) | MIT;Cross-device setup needs 4 manual steps; on this machine it relies on a local junction into the dsh installation's @deepseek-ai dir. |
| Ghost011118/dsh-balance-meter | 余额与会话成本面板:Web GUI 显示 DeepSeek 账户余额与按会话 token 成本;account balance and session-cost readout for the DSH Web GUI | dsh plugin --profile web add https://github.com/Ghost011118/dsh-balance-meter (or dsh plugin --profile web add link:$(pwd)/dsh-balance-meter) | BSD-3-Clause;Needs Harness 0.1.0-rc.6+ web profile; pairs with dsh-autostart for stable hosting |
| Han-1413141/dsh-cost-meter | 会话费用统计(中英双语):本会话/当日费用、历史记录与官方价格同步;会话徽章、侧边栏余额与预算图框、设置页 | dsh plugin --profile web add github:Han-1413141/dsh-cost-meter | MIT |
| hccccc01333/dsh-analytics | Agent FinOps/Token 用量分析:从会话 Engine+Cache 收集用量,webServer 挂载时提供只读 /analytics JSON 路由与浏览器 client bundle,含 skill/sub-agent ROI 分析 | dsh plugin --profile web add dsh-analytics (或 add github:you/dsh-analytics#<sha> / 本地目录) | MIT |
| hnmrxz/dsh-plugin-deepseek-balance | 底部状态栏实时显示 DeepSeek 账户余额(同源路由 /dsh-deepseek-balance,credentials seam 实时解析 API Key,10 秒缓存) | npm install dsh-plugin-deepseek-balance 后,在 ~/.dsh/profiles/web/cordis.patch.yml 插入 name: dsh-plugin-deepseek-balance | MIT;Not yet published to npm - use local install until published. |
| hnmrxz/dsh-plugin-usage-dashboard | 底部状态栏 DeepSeek 用量与估算花费:按会话聚合 token/成本,余额预算告警(复用与余额插件同一条凭据链路) | npm install dsh-plugin-usage-dashboard 后,在 ~/.dsh/profiles/web/cordis.patch.yml 插入 name: dsh-plugin-usage-dashboard | MIT |
| hurry060215-tech/dsh-api-usage-bar | Web UI 轻量 API token 用量条:按缓存输入/未缓存输入/输出三分段显示用量构成与数值,纯前端不新增模型工具或 token 开销 | dsh plugin --profile web add github:hurry060215-tech/dsh-api-usage-bar#v0.1.0,重启 dsh web 并刷新页面 | MIT;适用于 DSH >=0.1.0-rc.6 <0.2.0;条形表达的是用量构成而非账户余额进度 |
| imeepos/dsh-billing-plugin | 实时计费:Service+Consumer+Policy 三角色,价格/峰谷窗口/预算全部配置化,超预算时下一步被拒绝并记录预算耗尽通知 | 在 profile 的 cordis.patch.yml(或自有 cordis.yml) 添加挂载行 name: "dsh-billing",用 dsh --profile <p> --dump-config 确认已入插件树 | MIT;教材随书代码(第 11–15 章),配置价格/预算需自行核对;仓库无独立 LICENSE 文件(仅 package.json 声明) |
该分类共 38 个已核验条目,查看完整清单 →
Agent、自动化与工作流
| 插件 | 能力 | 安装或挂载方式 | 许可 / 风险 |
| --- | --- | --- | --- |
| Clearailhc/clearai-dsh | Adds evidence-bound planning, verification, durable epistemic state, agent tools, presets, and a ClearAI Web workspace to DSH. | npx clearai-dsh install; restart dsh web; equivalent host command: dsh plugin --profile web add clearai-dsh. | Apache-2.0;The GitHub source tree omits generated root cordis.patch.yml and lib artifacts; the documented installer targets the generated published package, while tools/build-package.mjs must run before using a local build. README also records browser-verification gaps. |
| rootkiller6788/dsh-flow | Visualizes DSH sessions and agent-team state in a navigable canvas with conversation projection, task dependencies, and workspace persistence. | dsh plugin --profile web add github:rootkiller6788/dsh-flow; dsh web. | MIT;The GitHub install is the documented path because dsh-flow is not published to npm; it writes its own flow snapshots under DSH home and includes write actions such as branching, drafting, and archiving. |
| WestFox-AwA/dsh-prompt-optimizer | Intercepts composer input, applies configurable prompt optimization tiers, and sends the confirmed result to the DSH agent. | dsh plugin --profile web add github:WestFox-AwA/dsh-prompt-optimizer#v0.1.7-beta.1; add "@dsh-external/dsh-prompt-optimizer" to ~/.dsh/profiles/web/package.json dsh.profile.bundles; restart DSH. | BSD-3-Clause;The README documents both bundle registration and a direct profile-patch alternative; use only one path or the same loader entry is inserted twice. The checked package is 0.1.9-beta.1 while the README example uses the older v0.1.7-beta.1 tag, so pin a matching release artifact. |
| Nyasers/DSHana | Runs DeepSeek Harness as a managed HanaAgent subagent with DSH Web UI, task tools, approvals, and session controls. | Download dshana-v<version>.zip from GitHub Releases, drag it into Hana's App install UI, approve the requested run/local-run/network/resource permissions, open the DSHana card, and verify with dshana(action="open", task="...", cwd="<workdir>"). | MPL-2.0;The installable artifact is a Hana App ZIP rather than a standalone dsh plugin; GitHub website metadata points to liliMozi/openhanako. |
| a86582751/dsh-nexttavern | Provides a long-form roleplay workspace with character-card import, worldbook lookup, memory, multi-agent character reasoning, branching sessions, and exports. | PowerShell: npm install --prefix $ProfileDir --legacy-peer-deps --ignore-scripts --no-audit --no-fund "$PWD/dsh-nexttavern.tgz" "$HarnessRoot/node_modules/@deepseek-ai/dsh-tools"; node "$PackageRoot/tools/install.mjs" --home $env:DSH_HOME --harness $HarnessRoot --apply --stopped --backup "$PWD/nexttavern-preset-backup-1"; node "$PackageRoot/tools/patch-harness.mjs" --harness $HarnessRoot --apply --stopped --backup "$PWD/nexttavern-harness-backup-1"; start the web profile with the documented Harness command. | MIT;This is a DSH/Harness alpha compatibility package rather than an npm-published stable release; the optional public-access path is not enabled by the default local install, and the author says to pin the release tarball and audit backups before applying patches. |
| yinnho/aginxbrowser | Use DSH to fetch, search, screenshot, and drive stateful web sessions through a hosted or self-hosted AginxBrowser engine. | cd dsh-aginxbrowser && npm pack && dshx install aginxbrowser dsh-aginxbrowser-0.1.0.tgz && dshx list | Apache-2.0;The root SKILL.md and skill.sh target Claude/skills.sh rather than DSH; the verified verdict relies on the nested dsh-aginxbrowser package. Its default engine is hosted at browser.aginx.net, and the documented browser-session features include cookies, login state, and eval; review endpoint and credential exposure before use. |
| gitroomhq/postiz-agent | Connect DSH to Postiz MCP to list channels and schedule, draft, or publish social posts. | dsh plugin --profile web add "github:gitroomhq/postiz-agent#path:/plugins/dsh-postiz"; export POSTIZ_API_KEY=your-api-key; dsh web | AGPL-3.0;GitHub license metadata is NOASSERTION; the repository LICENSE and plugin package identify AGPL-3.0. Review connected accounts and platform rules before any immediate publish action. |
| Alan2Z/dsh-speak | Reads eligible DSH session events aloud, announces approvals and questions, and provides speech controls and settings. | git clone https://github.com/Alan2Z/dsh-speak.git; cd dsh-speak; powershell.exe -NoProfile -ExecutionPolicy Bypass -File adapters\dsh\install.ps1; restart the DSH web application. | MIT;Windows natural-voice support may require NaturalVoiceSAPIAdapter; the plugin also has a Claude Code adapter, but this verdict relies on the native DSH bundle. No live DSH speech smoke test was run. |
| jigjoy-ai/baro | Lets DSH delegate repository work to concurrent coding agents, review results, and return a verified run outcome. | npm i -g baro-ai && dsh plugin --profile web add baro-dsh | MIT;Requires the separate baro-ai CLI and its model authentication; the DSH provider integration is pinned to DSH 0.1.2-rc.1 developer-preview interfaces. |
| ManoloRemiddi/augmentor-dsh-extension-plugin | Lets a DSH session inspect and operate the user's real Chromium browser through the Augmentor extension. | dsh plugin --profile web add dsh-augmentor; or clone the repository and run dsh plugin --profile web add /path/to/augmentor-dsh-extension-plugin/plugin, then install the matching extension/native host and restart DSH. | MIT;Version 0.1.32 requires DSH 0.1.5-rc.1, Node.js 22.18+, Chromium, and matching extension/native-host files; treat browser and session access as high risk. |
该分类共 265 个已核验条目,查看完整清单 →
集成与分享
| 插件 | 能力 | 安装或挂载方式 | 许可 / 风险 |
| --- | --- | --- | --- |
| kinyokun/dsh-session-import | 会话日志导入:解析 /export 导出的 zip/裸 .jsonl 为新会话,导入前做结构真实性验证 + SHA-256 指纹校验,可同步模型/预设/权限等状态;自带浏览器端「导入对话」按钮与对话框,导入/删除实时推送免刷新 | 手动安装:mkdir -p "$PROFILE_DIR/node_modules/dsh-session-import" && cp host.js client.js package.json 目录,再在 $PROFILE_DIR/cordis.patch.yml 追加 name: dsh-session-import 行,重启 dsh web | MIT;导入内容来自外部 zip/jsonl,校验逻辑是唯一防线;删除内存活跃且非本插件导入的会话会被拒(409 live) |
| omdsh-dev/dsh-shuttle | 在 DSH 与 Codex、Claude Code、Pi、Reasonix、OpenCode 之间双向迁移对话记录,支持 CLI 与 Web UI;CLI 示例 node lib/cli.js export --to opencode --session 通过 DSH 常规插件流程安装(bundle 自带 cordis.patch.yml,挂载 ctx.shuttle 与 migrate-conversations skill);本地 pnpm build 后 dsh plugin add;CLI 可独立 node lib/cli.js | MIT;导出文件含完整对话内容,导入目标工具前注意其存储与可见性。 |
该分类共 2 个已核验条目,查看完整清单 →
开发者工具
| 插件 | 能力 | 安装或挂载方式 | 许可 / 风险 |
| --- | --- | --- | --- |
| Lenonss/DSH_VsCodeMode | Edit workspace files in a Monaco-based DSH UI, review agent diffs, and use LSP navigation. | dsh plugin --profile web add github:Lenonss/DSH_VsCodeMode#v0.1.23 | MIT;README installation examples pin v0.1.23, while package.json reports version 0.4.6; the documented pinned command is preserved here. |
| dingminhua/dsh-connect-trae | Adds Trae-backed model routing and a read-only credits/usage overview to DSH, with desktop-profile configuration and optional raw-chat probing. | dsh plugin --profile desktop add dsh-connect-trae; restart the corresponding DSH process. | MIT;Treat local Trae token storage and external provider requests as sensitive; the plugin targets a prerelease DSH dependency graph and Raw Chat probing has platform-specific prerequisites and limitations. |
| BrokkAi/bifrost | Adds Bifrost code navigation, structural queries, and static-analysis MCP tools to DSH sessions. | dsh plugin --profile <name> add @brokkai/dsh-plugin-bifrost; dsh --profile <name> --dump-config \| grep -A2 dsh-plugin-bifrost; cd /path/to/your/project; dsh --profile <name>. | Apache-2.0;The repository contains multiple host integrations; this review covers only plugins/bifrost-dsh. The launcher can download and execute a pinned native binary, and the analyzer workspace root must be explicitly trusted. No live DSH profile smoke test was run. |
| yan-mc/dsh-normify | Lets agents map, validate, update, render, and track codebase architecture with 30+ normify_* tools and the normify-gen skill. | dsh plugin --profile web-desktop add <absolute path to dsh-normify>; Or: dsh plugin --profile web-desktop add link:F:/dsh-normify; For link mode, run npm install in the repository first; then restart DSH. | MIT;Targets DSH 0.1.5-rc.2 through below 0.2.0 and the web-desktop profile; link installs need local npm dependencies, and a DSHEAC upgrade can wipe the profile registration. |
| agentic-os-org/ANOLISA | Load the AgentSight DSH bundle to expose an agentsight_status tool for plugin status and version checks. | cd src/agentsight/dsh-plugin && pnpm install && pnpm run build && dsh plugin --profile web add . | Apache-2.0;Catalog only src/agentsight/dsh-plugin; do not imply that the ANOLISA CLI, eBPF AgentSight runtime, OS Skills, or other adapters are part of the DSH plugin entry. |
| dingminhua/dsh-connect-workbuddy | Connects locally signed-in WorkBuddy models to DSH as a workbuddy provider and exposes read-only credits and model management. | dsh plugin --profile desktop add dsh-connect-workbuddy | MIT;Requires a signed-in WorkBuddy desktop app, relies on non-official WorkBuddy endpoints, and account switching uses historical desktop auth backups; review credential handling before enabling. |
| Cerbur/clutch-dsh | Provides installable DSH extensions for worktree-oriented sessions, deterministic or LLM-assisted titles, brainstorming commands/skills, and a fireworks tool. | dsh plugin --profile web add @cerbur/clutch-dsh-worktree; dsh plugin --profile web add @cerbur/clutch-dsh-fireworks; dsh plugin --profile web add @cerbur/clutch-dsh-title; dsh web | MIT;The repository root is not itself an installable plugin. @cerbur/clutch-dsh-discuss is listed in the README but was not present in the npm registry when checked, so use the confirmed package installs above or review its source-install procedure separately. |
| ClickPM/dsh-acp-interactive | Runs DSH coding-agent sessions inside an ACP-compatible editor with tools, permissions, commands, MCP, and in-process subagents. | Run npm install --global deepseekharness-acp-interactive, then dsh-acp-interactive --setup, and register the installed dsh-acp-interactive command as an ACP agent in Zed settings. | MIT;This is an editor-facing self-contained Cordis/DSH deployment, not a package added to an existing profile with dsh plugin add; its Node engine requires ^22.19.0 or >=24.0.0. |
| Zoria-Lind/dsh-token-optimizer | Compresses or caches model context and tool results, trims tool schemas, reports usage, and schedules DSH compaction for long sessions. | dsh plugin --profile web add ./dsh-token-optimizer | MIT;package.json repository metadata points to git+https://github.com/Liora2050348900/dsh-token-optimizer.git rather than the reviewed canonical Zoria-Lind repository; verify package provenance and pin a commit before installation. README/package compatibility marks DSH 0.1.1-rc.2 compatible but later listed releases unknown, and the text2img path may send source text/rendered images to the configured DeepSeek endpoint. |
| dushaobindoudou/dsh-freeroute | Routes DSH model requests across built-in and custom upstreams, rotating keys and failing over before the first token. | dsh plugin --profile web add dsh-freeroute; configure a provider key in Settings -> Models -> Free, then select freeroute/auto or use http://127.0.0.1:3080/freeroute/v1. | MIT;package.json repository/homepage URLs still point to 0xrushmoon/dsh-freeroute, and package-lock.json says 0.8.4 while package.json is 0.8.5; the installed package dry run is 0.8.5. |
该分类共 252 个已核验条目,查看完整清单 →
知识与研究
| 插件 | 能力 | 安装或挂载方式 | 许可 / 风险 |
| --- | --- | --- | --- |
| Roarpeng/GraphFlow | Build a local code graph, compress context, and expose planning and memory tools through DSH/MCP. | dsh plugin --profile web add @roarpeng/graphflow | Apache-2.0;The bundle exposes MCP tools and optional provider integrations; do not also run the README's home-overlay installer after dsh plugin add, or duplicate loader registration can occur. |
| alpacachen/dsh-kanban | Adds a persistent Board tab, workspace-isolated cards/lists/labels, comments and activity history, plus 15 kanban tools for the agent. | dsh plugin --profile web add @alpacachen/dsh-kanban; restart dsh web; verify with dsh --profile web --dump-config. | MIT;The agent can mutate shared board state through 15 tools; the package declares compatibility only with DSH 0.1.5-rc.1 and 0.1.5-rc.2, so re-check the graph after host upgrades. |
| xinchen03/minta | Connects DSH to Minta memory tools, registers a memory-governance skill, and prewarms engine health and recent memory at session start. | python minta_cli.py start (or docker compose up -d); dsh plugin --profile web add @xxinchen/dsh-plugin; restart dsh web. | Apache-2.0;The DSH package is a thin adapter over a separately deployed Minta engine; the engine must be running for tools to respond, and users should review Minta credential handling and memory retention before enabling the preset. |
| 00080000/dsh-project-memory | Indexes workspace documents and code, recalls cited context, persists cross-session tasks, and provides a DSH Web task panel. | cd dsh-project-memory && dsh plugin --profile web add . -w | MIT;Compatibility is tied to DSH developer-preview APIs; README says automatic indexing/watch are enabled by default while optional LLM reflection/query expansion are separately configurable, so review stored workspace content and global-memory scope before enabling broader settings. |
| hr98w/dsh-memory | Persist global and workspace memory, expose memory_update, and consolidate eligible DSH sessions with a Web settings UI. | dsh plugin --profile web add @hr98w/dsh-memory; then fully restart dsh web. From source: pnpm install && pnpm run build && dsh plugin --profile web add . | MIT;Memory is stored as plaintext Markdown; session consolidation can send selected session content to the configured model provider, and multiple independent DSH processes sharing one memory root may overwrite changes. |
| FylarOpen/dsh-fylar-office-editor | Adds Office file delivery cards, an editor workspace, local Office viewing/editing, and a model-facing DOCX creation tool. | npx @deepseek-ai/dsh plugin --profile web add @fylar/dsh-fylar-office-editor; npx @deepseek-ai/dsh web | 未发现;The combined package is proprietary rather than open source, requires a valid Fylar credential, includes an aggregate 3,000-use allowance, and may require paid entitlement afterward; inspect the commercial license before deployment. |
| HTian-qwq/prts-terrarchive | 为明日方舟和终末地提供本地语料检索、原文阅读、时间线和可选云端混合检索。 | npm install --global @deepseek-ai/dsh@0.1.2-alpha.2; git clone https://github.com/HTian-qwq/prts-terrarchive.git; cd prts-terrarchive; node bin/install.js web | MIT;MIT 代码许可不覆盖游戏数据、素材和第三方语料;THIRD_PARTY_NOTICES.md 另列 Arknights/Endfield、PRTS Wiki 和上游语料许可。云端检索为可选功能。 |
| lemoncat7/dsh-knowledge | Adds scoped local or remote knowledge bases, recall/search/read tools, controlled write-back, and a web management console. | dsh plugin --profile web add @lemoncat7/dsh-knowledge | MIT;Default local management is same-origin but anyone who can reach DSH Web can manage it; remote mode requires HTTPS outside loopback and coordinated client/server versions. |
| 398894496-arch/DSH-KRouter | Adds read-only KRouter status, preference, correction, memory, project, search, and suggestion tools backed by an Obsidian vault. | export OBSIDIAN_VAULT=/path/to/YourVault; ./scripts/install.sh; dsh plugin --profile web add github:398894496-arch/runtime36 | MIT;The package metadata and homepage use runtime36 while the current canonical repository name is 398894496-arch/DSH-KRouter; the documented GitHub path is the reproducible install target. |
| chenxiachan/thoughtdag | Adds a same-origin ThoughtDAG canvas, session bridge, and optional local conversation-history tools to DSH Web. | git clone https://github.com/chenxiachan/thoughtdag.git /tmp/thoughtdag && cd /tmp/thoughtdag && npm install && npm run dsh:build && dsh plugin --profile web add /tmp/thoughtdag/dsh && dsh web | MIT;The verified plugin lives in the repository's dsh/ subdirectory and requires the documented build before local-path installation. |
该分类共 152 个已核验条目,查看完整清单 →
设计、媒体与视觉
| 插件 | 能力 | 安装或挂载方式 | 许可 / 风险 |
| --- | --- | --- | --- |
| welsione/dsh-mmx-bridge | Give DSH one mmx_bridge tool for MiniMax image, video, speech, music, search, and quota operations. | dsh plugin --profile web add dsh-mmx-bridge | MIT;Requires mmx-cli and MiniMax authentication; README says macOS/Linux are first-class and Windows support is best-effort without real-machine verification. |
| corrinehu/dsh-chat-imagine | Inline image generation with bundled cli-image-gen recovery skill; analyze_image reads local/URL images into structured JSON evidence; set_image_default for channel selection. | dsh plugin --profile web add dsh-chat-imagine | MIT;Tested only on DSH Web profile; images live in process memory only (links die on restart). |
| sunxin-ai/dsh-design-qa | Adds deepseek_vision so a text-only DSH model can inspect local, attached, or remote images through a configured vision route. | dsh plugin --profile web add dsh-design-qa; cd "${DSH_HOME:-$HOME/.dsh}/profiles/web/node_modules/dsh-design-qa"; export BAILIAN_API_KEY=<key>; node install.mjs --route-only; node install.mjs --restart. | MIT;The installer patches three DSH host packages in place and keeps backups; rerun or revert after DSH upgrades. Remote image URLs and the BAILIAN key require explicit trust in the configured service. |
| fandc520/dsh-comfyui | Agent tools comfyui_run/comfyui_object_info/comfyui_workflow submit and inspect ComfyUI workflows, render results in-chat. | dsh plugin --profile web add dsh-comfyui | MIT;Works best when DSH and ComfyUI share a filesystem; beta version 0.3.0-beta.4. |
| dickpy/dsh-imagegen | AI image generation workbench for the DSH web GUI — text-to-image and image-to-image via configurable OpenAI-compatible endpoints, agent-callable tools (generate_image, edit_image), background task queue, multi-model comparison, persistent gallery | dsh plugin --profile web add @dickpy/dsh-imagegen (or from GitHub Releases tgz), then restart dsh web | Apache-2.0;Brand-new project (first release Aug 15, 2026); model detection returns a candidate list, not compatibility certification |
| shanliuling/dsh-image-gen | Adds in-chat multimodal image generation via a generate_image tool with multi-provider support (Gemini/OpenAI/Seedream), interactive preview, copy/download, and session-attached results. | pnpm dsh plugin --profile web add dsh-image-gen@latest | MIT;Requires user-owned external provider API keys; outbound calls to third-party image APIs; provider/base URL configurable in settings. |
| dundunhan/dsh-video-lens | Two tools that let text-only DSH agents understand local video: frame extraction + vision captioning and ASR transcription, provider-configurable | dsh plugin --profile web add dsh-video-lens | MIT;Requires ffmpeg/ffprobe on PATH and external vision/ASR API keys; reads local video files — mind filesystem access scope |
| MJorgin/dsh-media-skills | Two free skills: paste-image reading in any (even text-only) session via a free vision failover chain, and image generation (Kolors) — three-engine fault tolerance, no-key entry | dsh plugin --profile web add github:MJorgin/dsh-media-skills | MIT;Requires external model API keys (GLM_API_KEY etc.); paste-image reading needs a DSH core build with the api-proxy image-admission patch; keys read from ~/.dsh/secrets or DSH credential store |
| jing-hy/picturereader | Gives text-only models vision: image_scan (pixel/color/hue/structure analysis), image_ocr (built-in Windows + optional PaddleOCR), image_sample (material/texture pixel sampling), and vision_analyze (unified multi-evidence analysis with optional external VLM semantic bridge). Cross-validates VLM vs. pixel/OCR evidence to suppress hallucination. | dsh plugin --profile web add picturereader | MIT;Enabling SEE_BASE routes image content to an external/cloud vision endpoint (API key exposure risk); PaddleOCR setup spawns a local Python interpreter; plugin auto-launches a local llama-server if SEE_SERVER_* vars are set. Default config is fully local/offline. |
| Yts1919/dsh-vision-complete | Windows skill pack: SKILL.md + vision.py (image/OCR/object-detect/video/voice/PDF via cloud Qwen), registers qwen-mm-plugins MCP into cordis.patch.yml, clipboard screenshot tool. | Windows only: git clone + run install.bat (needs DASHSCOPE_API_KEY); uninstall via uninstall.bat; see README | MIT;非 dsh plugin 包:脚本把 skill 复制到 ~/.dsh/skills 并在 cordis.patch.yml 追加 MCP 条目;需阿里云 API Key;仅 Windows |
该分类共 80 个已核验条目,查看完整清单 →
网页与浏览器
| 插件 | 能力 | 安装或挂载方式 | 许可 / 风险 |
| --- | --- | --- | --- |
| ma-pony/deepspider | AI 原生网页抓取与 JavaScript 逆向:用 Patchright/CDP 观察真实请求与运行时事实,沿调用栈定位参数写入边界,通过独立 Node 语义运行时 (sdenv) 重新生成 Cookie 并以真实请求 (CycleTLS) 验证,导出可脱离浏览器重跑的 Solver | dsh plugin --profile web add deepspider | MIT;高权限:浏览器 Cookie/Session 恢复、脚本执行、向任意站点真实出站请求。仅应在自己拥有或已获授权的目标上使用,并遵守目标条款与法律;postinstall 会自动下载 Patchright Chromium |
| heartleo/hn-cli | Exposes Hacker News tools to DeepSeek Harness agents: ranked feeds (top/new/best/ask/show/job), item comment trees, Algolia search, and user profiles, all via public HN APIs. | dsh plugin --profile <name> add -w dsh-hacker-news | MIT;Network egress to third-party HN APIs; query text is sent to hn.algolia.com. The separate Go TUI hn binary has an optional translation feature requiring an OpenAI-compatible API key, but that is unrelated to the DSH plugin. |
| cocofhu/anime-find | 对话内多源搜番(Mikan/AniBT/AnimeGarden):卡片展示 Bangumi 评分与详情、按字幕组浏览、复制磁力/种子;可选流媒体解析播放 Tab | dsh plugin --profile web add github:cocofhu/anime-find(本地: dsh plugin --profile web add /abs/path);更新: dsh plugin --profile web update anime-find | MIT;向第三方来源站点发搜索/详情请求并经 Host 代理媒体流,含磁力/种子下载能力,需遵守来源条款与版权 |
| wxkingstar/SpecFusion | Zero-config fused search over 65,600+ API docs from 20 Chinese open platforms (WeCom/Feishu/DingTalk/Taobao/Douyin etc); ships both DSH native plugin and SKILL.md for Claude/Cursor/Codex | dsh plugin --profile web add @wxkingstar/specfusion-dsh; 或 curl SKILL.md 装入 ~/.claude/skills/ (见 README) | MIT;文档检索走云端服务(SPECFUSION_BASE_URL),注意查询内容外发 |
| anysearch-team/anysearch-dsh | AnySearch 实时 web 搜索 Provider:接管 DSH 原生 web_search,另供能力发现 anysearch_capabilities、垂直 anysearch_search、1-5 路批量搜索 | npx -y @deepseek-ai/dsh plugin --profile web add @anysearch/anysearch-dsh | MIT;经第三方 API;匿名配额有限,常规使用需配 ANYSEARCH_API_KEY(存 $DSH_HOME/.credentials.yaml) |
| Tabbit-Browser/dsh-plugin | DSH bundle 随插件加载 tabbit-browser Skill:模型经 skill({name:"tabbit-browser"})//tabbit-browser 控制 Tabbit 浏览器 (tabbit-cli Runtime),自动检测/下载国内国际正式版安装包,多实例支持 | dsh plugin --profile web add github:Tabbit-Browser/dsh-plugin; 需 Tabbit 浏览器 >=1.9.0 | MIT;控制本机 GUI 浏览器并自动下载/安装浏览器安装包;Windows Runtime 需会话切 Full Permission,浏览器页面数据可被模型读取 |
| awesome-dsh-plugin/dsh-find-plugin | In-agent plugin discovery: live GitHub repository search scoped to the official dsh-plugin topic, star-ranked; every result comes with a ready-to-run dsh plugin add command. | dsh plugin --profile web add dsh-find-plugin (or: dsh plugin --profile web add github:awesome-dsh-plugin/dsh-find-plugin) | MIT;Requires network access to GitHub at runtime. |
| canghai666x/dsh-news-plugin | 新闻采集工具插件:注册 news_fetch 工具抓取 RSS 新闻源并解析为结构化条目(Node 原生 fetch + 正则,零第三方依赖),五维评分/筛选/简报编排交给模型;附 dsh-news-briefing Skill。 | 将仓库放入 Harness 项目,在 cordis.yml 组合中声明 - name: './index.ts'(参考官方 cordis-tutorial/07 第 7 章),node --import tsx ../../vendor/cordis/bin.js 启动 | MIT;仓库根目录无 LICENSE 文件(仅 package.json 声明 MIT);无 dsh.bundle,安装为非标准组合式(手写 cordis.yml);基于 2026-08 官方教程,v0.1 API 可能变更。 |
| ch1bug/dsh-mimo-agent-tools | 把小米 MiMo API 封装为 DSH Cordis 模型工具:mimo_search / vision / audio / video / asr / tts(Python 驱动,MIMO_DRIVER 指向默认安装路径),与 @deepseek-ai/dsh-tools 共存不重复加载。 | dsh plugin --profile web add /path/to/dsh-mimo-agent-tools(或 github:ch1bug/dsh-mimo-agent-tools);安装 python 驱动后重启 dsh web,工具自动挂载 | MIT;依赖 MiMo API 可用性与密钥配置。 |
| Clizo1209/dsh-playwright-browser | Semantic, multi-tab browser automation for DeepSeek Harness powered by Playwright: abort-aware page operations, Cordis-owned lifecycle cleanup, configurable screenshotDir (default .dsh-browser/screenshots); ships sanitized real-world test suite on public demo sites. | dsh plugin --profile web add dsh-playwright-browser (or tarball: dsh plugin --profile web add ./dsh-playwright-browser-0.1.3.tgz; headless: dsh plugin --profile headless add ./dsh-playwright-browser-0.1.3.tgz); needs npx playwright install chromium | MIT;Requires Playwright Chromium install; pnpm 10+ may need allowBuilds in profile pnpm-workspace.yaml for git installs. |
该分类共 53 个已核验条目,查看完整清单 →
生态与资源
| 插件 | 能力 | 安装或挂载方式 | 许可 / 风险 |
| --- | --- | --- | --- |
| Kaiji-Z/dsh-plugin-lookatstudy | Turns learning material into a gated course with skill-tree progression, BKT mastery, SM-2 reviews, tutor tools, and a DSH Web study panel. | dsh plugin add dsh-plugin-lookatstudy; or dsh plugin add ./dsh-plugin-lookatstudy-0.2.1.tgz. | MIT;The README tarball example names older version 0.2.1 while the checked package is 0.23.0; pin a current matching release and DSH peer graph. GitHub/folder imports and tutor requests can expose source material to configured model services. |
| axelfreeman/marketing-mindset | Register the marketing-mindset prompt skill for marketing, growth, positioning, and customer-acquisition tasks. | dsh plugin --profile <name> add github:axelfreeman/marketing-mindset | MIT;SKILL.md contains aggressive growth-hacking and persuasion language; README.md and AGENTS.md explicitly frame it as legal positioning and disallow fraud, fabricated testimonials, and deception. |
| master1Sun/dsh-prompt-library | Manages reusable prompts and personas, injects selected context into sessions, and imports or exports DSH skills under user or project skill roots. | dsh plugin --profile web add @sunjuntao/dsh-prompt-library; dsh web | MIT;The checked-out source is version 0.13.2 while npm reported 0.12.8, so the documented unpinned install may lag the reviewed commit. AI features can expose stored prompt or persona text to the configured model provider, and skill management can overwrite or delete local skill directories. |
| gongyijie85/dsh-ponytail | Load six ponytail prompt skills into the DSH skill registry for minimal and YAGNI-oriented development workflows. | dsh plugin --profile web add github:gongyijie85/dsh-ponytail; # then restart; dsh web | MIT;This is an unofficial adaptation of DietrichGebert/ponytail; the audit verified source structure and load wiring but did not runtime-test DSH compatibility. |
| Qian-Ning/prompt-skill-armory | Installs a DSH web and desktop control center for prompts, skills, MCP servers, agent presets, wallpaper, conversations, and usage stats. | npx prompt-skill-armory | MIT;The root npm package is an installer; it modifies every discovered DSH profile and requires a compatible official DSH or desktop runtime. |
| yinhcao/yinchao-ai-music-skill | Generates playable songs and instrumentals through a DSH tool backed by the YinChao API. | Run dsh plugin --profile web add github:yinhcao/yinchao-ai-music-skill (replace web with the target profile), add refs.YINCHAO_API_KEY to ${DSH_HOME:-$HOME/.dsh}/.credentials.yaml, then restart DSH. | MIT;Requires a YinChao API key and external provider availability; local reference or extension audio is uploaded to that provider. |
| sagirimo/BioDSH | 通过可复制到 .agents/skills 的 13 个 dsh-native SKILL.md 技能提供单细胞、生信数据格式、药物对接、桌面控制和 Zotero 能力。 | git clone https://github.com/sagirimo/BioDSH; cd BioDSH; ./scripts/install-into-dsh.sh /path/to/your/dsh-project/.agents/skills; Windows:.\scripts\install-into-dsh.ps1 -Dest C:\path\to\skills;也可将 shell 脚本参数改为 --global 安装到 ~/.agents/skills。 | MIT;仓库同时包含 BioDSH 桌面壳;本判定只覆盖可独立复制的 SKILL.md 技能。安装脚本会先删除目标中同名技能目录,单细胞/作图技能还要求相应 Python 环境。 |
| Wenaixi/dsh-superpower | Adds 14 localized development workflow skills covering brainstorming, planning, TDD, debugging, subagents, review, and verification. | dsh plugin --profile web add github:Wenaixi/dsh-superpower; then dsh --profile web | MIT;This is a methodology/skill pack; its instructions influence model tool choices but do not themselves provide an isolated execution sandbox. Actual side effects depend on DSH permissions and available tools. |
| Unclecheng-li/AI_Animation | Generate standalone animated HTML diagrams, presentations, notes, protocol visualizations, and UI demos from prompts. | npx skills add https://github.com/Unclecheng-li/AI_Animation/tree/main/skills/scholar-notes | MIT;This is a generic skill collection rather than a host-side Cordis plugin; the documented command installs one skill, and the other skill directories must be installed separately. |
| cheshireez/dsh-skill-hub | Manages the local DSH skill catalog from Settings, including toggles, diagnostics, trusted-repository import/update, statistics, and new-skill scaffolding. | dsh plugin --profile web add dsh-skill-hub@0.3.0; restart dsh web; open Settings -> Skills -> Market | MIT;Import only trusted skill repositories because imported SKILL.md content becomes agent instructions; project, bundled, and runtime roots remain read-only. |
该分类共 132 个已核验条目,查看完整清单 →
纯属好玩
| 插件 | 能力 | 安装或挂载方式 | 许可 / 风险 |
| --- | --- | --- | --- |
| TongY1n/ui-muyu | 赛博木鱼:Web 悬浮小摆件,点击敲击累积功德、可拖拽,刷新不丢进度 | dsh plugin --profile web add github:TongY1n/ui-muyu | MIT;纯浏览器 UI;无网络请求、无 API Key、无文件/会话/凭据访问;仅 localStorage 存功德/位置/配色 |
| Sutera-Diffusus/dsh-whale-musume | 在 DSH Web 界面右下角提供可拖拽看板娘:监听工具运行状态切换工作/待机立绘(90+ 张,含节日换装与 13 种梗表情)、530+ 条台词与定时闲聊、摸头/分区互动特效、养成(心情/好感/等级/签到/每日任务)与 39 个成就墙、戳泡泡小游戏、可选天气陪伴与全屏天气特效,设置项集成进 DSH 设置页。 | dsh plugin --profile web add github:Sutera-Diffusus/dsh-whale-musume | MIT;官方测试环境仅 Windows 10/11 + Edge/Chrome,绑定 DSH 0.1.0-rc.6 前端结构,DSH 升级后注入点可能失效;脚本模式修改内置前端文件(务必保留备份目录,勿与 bundle 模式混用);启用天气需联网并可能填入第三方 API Key;package.json 标记 private:true,仅能经 github: 源安装。 |
| QCYTSN/dsh-dafeiyu | Windows 桌面原生 Agent 伴侣:由 DSH 会话真实事件驱动的透明无边框始终置顶窗口,展示思考/工作/等待/完成/错误状态;随 DSH 启停 | pnpm exec dsh plugin --profile web add dsh-dafeiyu@alpha(Windows/WSL2;或 GitHub Release .tgz: dsh plugin --profile web add "...tgz") | MIT |
| PC2005-cloud/dsh-pet | DSH Web 界面桌面宠物:51 个透明 webm 动画随机链播、屏幕漫游、点击/拖拽;附提示词配方+AI 视频素材生成链可自造宠物 | dsh plugin --profile web add dsh-pet (本地包: dsh plugin --profile web add file:D:/path/to/dsh-pet) | MIT |
| c3ll256/dsh-toy | DSH plugin controlling toy hardware via Buttplug/Intiface (BLE/serial/USB, auto-downloaded pinned engine) and MonsterParty shared links, with intensity/duration/timeout guardrails | npx -y @deepseek-ai/dsh plugin --profile web add github:c3ll256/dsh-toy | BSD-3-Clause;成人向硬件控制;需蓝牙/串口权限与外部分享令牌,注意使用授权与保险丝 |
| cakeni/harness-pet | 桌面宠物:一只住在 DeepSeek Harness 里的小鲸鱼——像素精灵内嵌 client bundle(Canvas 鲸鱼兜底),按当前活动工具展示 working 状态,不认识的工具只报 working、绝不伪造工具名。 | dsh plugin --profile web add github:cakeni/harness-pet(或 dsh plugin --profile web add harness-pet / link:../harness-pet) | MIT;要求 Harness 0.1.0-rc.6 + pnpm;Git 依赖触发 prepare 构建,被 pnpm 拦截时需在 profile 的 pnpm-workspace.yaml 加 allowBuilds;安装/移除后需重启 dsh web。 |
| Fromlan/dsh-godot-tool | 驱动 Godot 4.x 编辑器:回环 TCP JSON-lines 桥 + 27 个 godot_* 工具(开/停场景、播放错误、场景树、lint、导出构建);drive the Godot 4.x editor from the agent via loopback TCP bridge | Install addons/agent_rpc into the Godot project; mount @deepseek-ai/dsh-godot-tool from the harness workspace (packages/extensions/tool-godot) or via '--patch' overlay pointing at dsh-godot-tool/src/index.ts + compose dsh-tools | MIT;Mirror of the official harness extension with workspace-scoped peer deps; cleanest install is inside the deepseek-harness monorepo or an explicit patch overlay |
| HomophonicFate/rpg-maker-mac-skill | DSH 技能:在 macOS 上原生运行 RPG Maker MV/MZ 游戏并套用 MTool 翻译文件(环境搭建/翻译整合/插件注册/启动器创建);触发 /rpg-maker-mac-skill 或自然语言 | 把安装指南 URL 发给 DSH agent('帮我安装这个 skill: …/docs/install.md')-> 装入 ~/.dsh/skills/rpg-maker-mac-skill/ | 未发现;No LICENSE detected in repo metadata; MTool has no macOS version so only existing translation files can be loaded; upstream plugin attribution kept (knowlet/RPGDynamicTranslation). |
| liyupi/dsh-kun-like-pet | 桌面宠物「小坤宠」:Web 界面右下角随 Agent 工作状态切换 9 种动画,任务完成播放「你干嘛~哎哟」音效;host 状态机 + client shell.overlay 渲染 + 拖动/点击互动。 | node build-kunpet-package.mjs 生成载荷 → DSH 会话内调 cordis_define(kind:new,提供 spritePath/voicePath)→ cordis_run 激活 | MIT;动态插件会话级绑定,仅注入激活它的会话页面;状态事件经轮询 agents 服务获取(事件监听实测不可靠,见 CHANGELOG v3/v4)。 |
| lvyuchuiyi/dsh-funpack | 趣味插件包:夸夸(/praise)、运势(/fortune)、摸鱼战报(/report)、番茄钟(/pomodoro)、休息提醒(/break),右下角鲸鱼娘桌宠(自定义形象/台词/互动键,支持 HatchPet/Codex 宠物包),/persona 切换说话人设;单文件零依赖零构建。 | dsh plugin --profile web add github:lvyuchuiyi/dsh-funpack (或 dsh plugin --profile web add ./dsh-funpack) | MIT;桌宠素材来自 dsh-pet(BSD-3) 与 Taffy 宠物包,随插件打包供个人/爱好者使用。 |
该分类共 37 个已核验条目,查看完整清单 →
官方内置能力(不是社区插件)
官方仓库中已有大量随运行时分发的包;它们属于 DSH 的可组合系统组件,不宜与独立社区扩展混为一谈。官方架构文档列出了模型、工具、Session、Agent Loop 等可替换缝隙。[2] 下表列出用户最常接触的官方能力入口。
| 官方模块 / 族 | 作用 | 来源 |
| --- | --- | --- |
| dsh-base、dsh-web-app、dsh-headless | 基础、Web 与无界面 Profile Bundle | 官方源码 packages/bundle |
| llm-deepseek、llm-pi-ai、llm-retry | 模型适配与重试 | 官方源码 packages/llm |
| tool-web、web-search-deepseek、web-search-exa、web-search-perplexity | Web 工具与搜索 Provider | 官方源码 packages/web |
| skill-filesystem、tool-skill | Skill 发现与调用 | 官方源码 packages/skill |
| sandbox-*、fs-*、shell-* | 沙箱、文件系统与命令执行边界 | 官方源码 packages |
| session-*、subagent-*、schedule、workflow-* | 会话、子 Agent、日程与工作流 | 官方源码 packages |
相关项目与观察名单(不计入主目录)
以下项目与 DSH 或 DeepSeek 生态相关,但不是本次已核验的可装载原生插件,或主仓库本身并非插件。它们被刻意放在主目录之外,以便后续独立核验。
| 项目 | 定位 | 原因 |
| --- | --- | --- |
| whiteguo233/OpenBiliClaw | 本地内容发现 Agent | 主仓库指向独立的 whiteguo233/dsh-openbiliclaw 客户端插件;应审核该独立仓库后再纳入 |
| Anionex/agent-vision-toolkit | 通用视觉 CLI 与 Skill | DSH 原生 Bundle 位于独立的 Anionex/dsh-vision-toolkit 仓库,待单独核验 |
| paean-ai/deeptide | 独立 macOS 编程 Agent | 未发现 DSH Bundle、Patch 或 DSH 安装步骤 |
| yejiming/MuseAI | AI 角色与文字冒险桌面应用 | 支持 DeepSeek API 不等于支持 DSH 插件协议 |
| PM-Shawn/Abu-Cowork | 本地优先桌面 Agent | 未核验到 DSH Profile/Bundles 挂载方式 |
| cofy-x/axern | Agent 沙箱与持久化服务 | 是可关联基础设施,不是 DSH 插件 |
| dsplugin.app(vbarter/dsh-plugin-registry) | 非官方社区 DeepSeek Harness 插件目录 / 注册表 | 社区发现与索引站点,不是可装载原生插件;含 Manifest / dsh.bundle 校验 |
安装与安全
先安装 DSH 并启动一个 Profile。官方快速开始方式是:
npx @deepseek-ai/dsh web
随后使用项目说明中给出的 dsh plugin --profile <profile> add … 命令。安装前应锁定版本或 commit、阅读 package.json、cordis.patch.yml 与依赖安装脚本;不要在不了解代码的情况下执行 curl \| bash、pnpm 生命周期脚本或授予系统级凭据。
| 风险级别 | 涉及项目示例 | 安装前的最低措施 |
| --- | --- | --- |
| 高 | dsh-better-browser、dsh-ssh、jumpserver-dsh、飞书桥接 | 使用隔离 Profile、最小权限凭据、主机/域名白名单与人工审批;不得将生产密钥写入仓库 |
| 中 | 搜索 Provider、视觉插件、长时记忆、自动化、费用查询 | 了解请求/图像/会话会发送到哪里;将 API Key 放入环境变量;设置预算和数据留存规则 |
| 低到中 | UI、TUI、通知、主题、知识链接 | 审核浏览器权限、客户端注入与通知内容;留意升级后兼容性 |
详细检查清单见 docs/SECURITY.zh-CN.md。
贡献与维护
欢迎提交新增插件、兼容性报告和失效链接修复。请先阅读 贡献指南 和 维护手册。提交一个新条目时,必须给出公开源码、精确安装方法、DSH 原生证据、许可和风险说明;仅凭 GitHub topic、DeepSeek API 支持或宣传文案的项目会进入观察名单,而不是主目录。
本仓库的插件数据为可机器读取的 data/verified-plugins.csv(主目录)与 data/repositories.csv(全量聚合),主题页的未审核发现快照位于 data/dsh-plugin-topic-candidates.csv,其口径见 数据集说明。审查标准在 data/curation-criteria.yaml。全量目录由 scripts/aggregate.py 自动重建。本仓库内容以 MIT License 发布;各收录项目仍受其自身许可证约束。
参考资料
[1] DeepSeek Harness Developer Preview — Everything is a plugin
Comments
Loading…
Similar plugins
by ZSeven-W
DeepSeek Harness (DSH) plugin: a read-only ledger for the plugins you already have installed — a capability inventory with file:line evidence, declared-vs-detected reconciliation, cross-profile versio
★ 24
↓ 44/wk
MIT
JavaScript
Sep 11, 2026
dsh plugin --profile web add @zseven-w/dsh-harborby haveanote06
Plugin advisor for DeepSeek Harness: senses a need, checks installed plugins first, searches the dsh-plugin ecosystem with multi-signal quality scoring, and installs the best pick after confirmation.
★ 0
MIT
TypeScript
Aug 17, 2026
dsh plugin --profile web add dsh-plugin-advisorby bobby-sheng
Search, inspect, update, and install DeepSeek Harness plugins from DSH Get.
★ 0
MIT
JavaScript
Aug 19, 2026
dsh plugin --profile web add dshget-pluginby hellosky983
Plugin Foundry — a self-extending, everything-is-a-plugin compiler for DeepSeek Harness (DSH). Blueprint registry + scaffold/validate tools.
★ 3
↓ 154/wk
MIT
JavaScript
Aug 16, 2026
dsh plugin --profile web add dsh-foundryby magian1127
DeepSeek Harness (DSH) plugin: A comprehensive enhancement plugin with UI polish, layout tweaks, prompt injection, and more. 综合性增强插件,界面优化、布局调整与提示词注入等更多功能。
★ 28
↓ 1.2k/wk
MIT
TypeScript
Sep 13, 2026
dsh plugin --profile web add deepseek-harness-zh_proPlugin development toolkit for DeepSeek Harness with scaffolding, contract checks, plugin vetting, impact analysis, and upstream compatibility tracking.
★ 0
dsh plugin --profile web add dsh-plugin-maker