返回目录

dsh-hub

coderperseus/dsh-hub

Discover The Best DSH plugins

3

星标

1

Fork

2026-08-13

创建于

2026-08-15

最近推送

README

DSH Hub

发现、比较和安装 DeepSeek Harness 社区插件。

浏览插件 · DeepSeek Harness · 开发文档 · 目录流水线

DSH Hub plugin catalog

关于 DSH Hub

DSH Hub 是 DeepSeek Harness 社区插件的发现入口。它持续扫描 GitHub 上可安装的插件,整理能力分类、项目说明、兼容性线索和安装命令,让使用者和 Agent 更快找到适合当前任务的扩展。

你可以在 DSH Hub:

  • 按能力分类、关键词、stars、更新时间和兼容状态查找插件;
  • 在详情页查看插件用途、安装方式、使用说明和来源仓库;
  • 复制安装命令,回到 DeepSeek Harness 中启用插件;
  • 从网页、公共 API、CLI 或 DSH 原生工具访问同一份目录;
  • 提交自己的插件,让社区更容易发现它。

开始使用

DSH Hub 提供两种使用方法。

方法一:给人使用

打开 dshhub.org,搜索想要的能力,或从下方分类进入完整列表。进入插件详情页后,可以查看用途、兼容性依据、来源仓库和安装命令。

也可以通过 CLI 在终端中搜索和查看详情:

# 搜索插件
npx -y @dshhubs/cli@0.1.0 search "跨会话记忆" --limit 10

# 查看某个搜索结果的详情
npx -y @dshhubs/cli@0.1.0 plugin owner/repository

需要让脚本处理结果时加上 --json

方法二:给 Agent 使用

在 DeepSeek Harness 中安装 DSH Hub 搜索插件:

npx -p @deepseek-ai/dsh dsh plugin --profile web add @dshhubs/plugin-search

安装后,Agent 会获得两个只读工具:

  • search_dsh_plugins:根据能力、分类和兼容状态搜索插件;
  • get_dsh_plugin:读取候选插件的兼容性依据、使用说明和安装命令。

你可以直接告诉 Agent:

帮我找一个能实现跨会话记忆的 DSH 插件,比较兼容性后给出安装命令。

Agent 会先搜索并检查候选项,不会自动安装搜索结果。仓库中的 find-dsh-plugins Skill 提供同一套工作流,并在原生工具不可用时回退到 CLI。详细接口见开发文档

Explore plugins by category

Discover 5742 community plugins across 11 categories. Each category highlights five plugins; open the category to search and browse the complete list.

agents · 1884

Plugin Description Stars Evidence
@dshhubs/plugin-search DeepSeek Harness tools for finding and inspecting plugins in the dshhub catalog ★ 1 declared
@open-design/dsh-runtime DeepSeek Harness profile runtime for Open Design ★ 87709 declared
dsh-better-sidebar DSH web plugin: a VSCode-like right sidebar (explorer / editor / terminal / git / browser), isolated per conversation session. Exposes a service for other plug… ★ 1712 declared
@agentrq/dsh-plugin-agentrq AgentRQ task manager for DeepSeek Harness: create, manage, and auto-pull AgentRQ tasks without leaving the harness ★ 1074 declared
aegis Make AI coding agents architecture-aware: baseline-first, evidence-verified, drift-checked, and safe across long tasks. ★ 1032 declared

View all 1884 agents plugins →

development · 982

Plugin Description Stars Evidence
@open-design/dsh-runtime DeepSeek Harness profile runtime for Open Design ★ 87709 declared
dsh-better-sidebar DSH web plugin: a VSCode-like right sidebar (explorer / editor / terminal / git / browser), isolated per conversation session. Exposes a service for other plug… ★ 1712 declared
aegis Make AI coding agents architecture-aware: baseline-first, evidence-verified, drift-checked, and safe across long tasks. ★ 1032 declared
dsh-cc-tui Claude Code style interactive TUI front door for DeepSeek Harness agents, built on the ported Ink core. ★ 387 declared
@ethanyoq/dsh-ai-novel-writer A local-first novel project plugin for DeepSeek Harness ★ 369 declared

View all 982 development plugins →

finance · 362

Plugin Description Stars Evidence
@feiyang666/dsh-usage-plugin DeepSeek Harness usage & cost tracker plugin: per-call token/cache-hit stats, peak/off-peak billing, DeepSeek balance query, CSV/JSON/PNG export with custom de… ★ 22 declared
@pinkbanana/dsh-balance DeepSeek Harness plugin that shows API balances and models in Settings, with balance below the chat composer ★ 19 declared
dsh-context-doctor DSH 上下文注入审计插件:统计 AGENTS.md 指令链 / 技能目录 / 工具 schema / MCP 工具的 token 成本,检测重复与冲突;原生 Context Doctor 面板 + context_audit 工具。 ★ 12 declared
dsh-opencode-go-usage OpenCode Go 用量与花费面板 — DeepSeek Harness 插件:可拖拽缩放的悬浮仪表盘,实时展示 OpenCode Go 配额、逐请求用量与花费 ★ 10 declared
@cassius0924/dsh-usage-dashboard DeepSeek 额度与用量仪表盘 —— DSH (DeepSeek Harness) Web 插件:余额还能撑几天、今日/本月花了多少、哪个模型和哪个会话最贵、缓存省了多少,以及 2026-08-17 峰谷定价后的账单预估 ★ 6 declared

View all 362 finance plugins →

integrations · 720

Plugin Description Stars Evidence
@agentrq/dsh-plugin-agentrq AgentRQ task manager for DeepSeek Harness: create, manage, and auto-pull AgentRQ tasks without leaving the harness ★ 1074 declared
@anionex/dsh-vision-toolkit DeepSeek Harness-native integration for agent-vision-toolkit: image Q&A, OCR, grounding, UI restoration, pixel diff, Artifacts, and Web UI. ★ 550 declared
@deepseek-ai/dsh-product-bridge Session-scoped DeepSeek Harness Desktop App capabilities for the current DSH Web profile ★ 111 declared
dsh-code-review Code review assistant for DeepSeek Harness: code_review_context collects deterministic git diff context; a bundled skill drives the review checklist. ★ 98 declared
@linxin666/dsh-client-ui-mode-switcher A session-header agent mode switcher that applies in place for blank sessions and starts a safe same-workspace session after conversation history exists. ★ 66 declared

View all 720 integrations plugins →

interface · 1665

Plugin Description Stars Evidence
@open-design/dsh-runtime DeepSeek Harness profile runtime for Open Design ★ 87709 declared
dsh-better-sidebar DSH web plugin: a VSCode-like right sidebar (explorer / editor / terminal / git / browser), isolated per conversation session. Exposes a service for other plug… ★ 1712 declared
@agentrq/dsh-plugin-agentrq AgentRQ task manager for DeepSeek Harness: create, manage, and auto-pull AgentRQ tasks without leaving the harness ★ 1074 declared
@anionex/dsh-vision-toolkit DeepSeek Harness-native integration for agent-vision-toolkit: image Q&A, OCR, grounding, UI restoration, pixel diff, Artifacts, and Web UI. ★ 550 declared
dsh-cc-tui Claude Code style interactive TUI front door for DeepSeek Harness agents, built on the ported Ink core. ★ 387 declared

View all 1665 interface plugins →

memory · 334

Plugin Description Stars Evidence
dsh-mnemon Three-tier memory system for DeepSeek Harness with nine pluggable providers, smart routing, independent task Agents, WebUI, and headless tools. ★ 60 declared
@mstar-harness/dsh Morning Star harness dsh (DeepSeek Harness) cordis function plugin — in-process engine gates (status/dispatch/lease) with hard refusal channels. ★ 46 declared
@modusensus/dsh-mneme Structured memory engine for DeepSeek Harness. Offline semantic search, entity-attribute-timeline, autoDream self-consolidation, and human-editable Markdown st… ★ 18 declared
@flowboard/dsh 运行在 DeepSeek Harness 中的开源办公协作与团队管理插件 ★ 12 declared
dsh-recall-plugin DSH 消息撤回插件:在用户消息气泡旁加「撤回」按钮,把项目文件(独立影子 git 仓库快照)与对话历史(官方 fork)一并回退到该消息发送之前。 ★ 12 declared

View all 334 memory plugins →

notifications · 225

Plugin Description Stars Evidence
dsh-notification Browser desktop notifications when the DeepSeek Harness finishes a turn: configurable per-outcome toggles and include/exclude keyword rules, shown through the… ★ 55 declared
dsh-notifier DSH 统一通知推送插件:一个 notify() API 打天下 + 多渠道 adapter;远程审批/远程会话支持 telegram/feishu/qq/wxpusher/wechat/dingtalk 六通道双向回传;移动指挥中心(长任务心跳 / 疑似卡住提醒 / 通知按钮停止任务);开放事件源(其他插件经 no… ★ 31 declared
dsh-lark-bot Bridge DeepSeek Harness (dsh) into Feishu / Lark with streaming cards, project workspaces, approvals and scheduling ★ 18 declared
dsh-memoir Project persistent memory and session-lessons distillation for DeepSeek Harness (DSH): an agent records a session's work summary, lessons learned, and next-act… ★ 8 declared
@just-genius/dsh-desktop-update Desktop update badge for DSH-Desktop: renders an update icon next to the sidebar Settings button, driven by window.dshDesktop (Electron preload bridge) ★ 6 declared

View all 225 notifications plugins →

other · 1086

Plugin Description Stars Evidence
dshmarket Visual plugin market inside DeepSeek Harness — browse, search, and one-click install community plugins. · DSH 可视化插件市场:逛一逛,点一下,装好。 ★ 637 declared
anime-find DeepSeek Harness 插件:对话内多源搜番,卡片详情、磁力复制与规则流媒体在线播放 ★ 131 declared
@nanmicoder/dsh-auto-mode Sandbox-first automatic permission policy for DeepSeek Harness ★ 74 declared
deepseek-idesign iPolloWork Design Studio and its curated design templates as a native DeepSeek Harness conversation view. ★ 67 declared
zat-dsh-engine Zat-DSH Engine — the visual plugin marketplace for DeepSeek Harness. Browse, search, install, update and uninstall community plugins from GitHub's dsh-plugin t… ★ 64 declared

View all 1086 other plugins →

productivity · 1453

Plugin Description Stars Evidence
dsh-better-sidebar DSH web plugin: a VSCode-like right sidebar (explorer / editor / terminal / git / browser), isolated per conversation session. Exposes a service for other plug… ★ 1712 declared
@agentrq/dsh-plugin-agentrq AgentRQ task manager for DeepSeek Harness: create, manage, and auto-pull AgentRQ tasks without leaving the harness ★ 1074 declared
@anionex/dsh-vision-toolkit DeepSeek Harness-native integration for agent-vision-toolkit: image Q&A, OCR, grounding, UI restoration, pixel diff, Artifacts, and Web UI. ★ 550 declared
dsh-at-file Codex-style @path references for the DeepSeek Harness web GUI: search workspace paths without injecting file content ★ 279 declared
@huiliyi37/dsh-tianshu-tui dsh-tianshu-tui: an interactive TUI layer over the dsh-base profile, installable as a plugin (dsh plugin --profile tui add @huiliyi37/dsh-tianshu-tui) ★ 194 declared

View all 1453 productivity plugins →

skills · 545

Plugin Description Stars Evidence
@dshhubs/plugin-search DeepSeek Harness tools for finding and inspecting plugins in the dshhub catalog ★ 1 declared
@open-design/dsh-runtime DeepSeek Harness profile runtime for Open Design ★ 87709 declared
aegis Make AI coding agents architecture-aware: baseline-first, evidence-verified, drift-checked, and safe across long tasks. ★ 1032 declared
@anionex/dsh-vision-toolkit DeepSeek Harness-native integration for agent-vision-toolkit: image Q&A, OCR, grounding, UI restoration, pixel diff, Artifacts, and Web UI. ★ 550 declared
@omdsh-dev/dsh-genui GenUI for DeepSeek Harness: interactive UI components rendered inline in assistant replies via the ```dsh-ui fence — layout, charts, plots, forms, quizzes, mer… ★ 149 declared

View all 545 skills plugins →

vision · 476

Plugin Description Stars Evidence
@anionex/dsh-vision-toolkit DeepSeek Harness-native integration for agent-vision-toolkit: image Q&A, OCR, grounding, UI restoration, pixel diff, Artifacts, and Web UI. ★ 550 declared
dsh-vision-router Eyes for text-only DeepSeek Harness agents: built-in free vision chain (no key) + pixel-level vision tools (Q&A, grounding, crop, pixel diff, colors, OCR, SVG… ★ 469 declared
@huiliyi37/dsh-tianshu-tui dsh-tianshu-tui: an interactive TUI layer over the dsh-base profile, installable as a plugin (dsh plugin --profile tui add @huiliyi37/dsh-tianshu-tui) ★ 194 declared
@dsh-external/dsh-ads DSH ad-infestation plugin: localized Chinese portal ads and English scam-ad parody, with fake pop-ups, a jackpot wheel, rewarded inference ads, and fake-game a… ★ 163 declared
dsh-codex ChatGPT OAuth, Codex models, search, read_image URL support, and gpt-image-2 generation for DeepSeek Harness ★ 16 declared

View all 476 vision plugins →

Catalog snapshot 2026-08-17T19:00:06.752Z-cb4158256424, generated 2026-08-17T19:00:06.752Z.

提交插件

访问 DSH Hub,点击页面右上角的 Submit plugin,填写 GitHub 仓库地址。目录服务会检查仓库结构、安装信息和文档,并在后续目录更新中收录符合条件的插件。

开发与贡献

本地开发、项目结构、Cloudflare 资源和校验命令见开发文档。插件发现、分类、翻译和发布流程见 Catalog pipeline

欢迎通过 Issue 或 Pull Request 改进目录、搜索体验和插件生态。

DSH Plugins 是独立的 DeepSeek Harness plugins 社区导航站,与 DeepSeek 官方无关,也不代表官方背书。第三方插件未经安全审计,安装前请审查源码。