DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Universal Plugin Hub — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
U

universal-plugin-hub

Universal Plugin Hub

Universal Plugin Hub (Agent 插件市场) — 跨生态 AI 智能体与 MCP 插件市场,支持一键安装、技能扫描与子代理委派。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:Ultmebius/universal-plugin-hub#a8f82890598753d5c19e697d47d56418f58e901b
README兼容性版本

兼容性与来源证明

Universal Plugin Hub 以 universal-plugin-hub 发布,当前版本为 1.0.0-preview。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/8/26

版本

1.0.0-previewprerelease
2026/8/26

相关插件

正在加载相关插件…

最新版
1.0.0-preview
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 1
周下载
0
最近提交
2026/8/31
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 agents-orchestration 分类下经过校验的插件。

Headless@deepseek-ai/dsh-headlessdsh one-shot bundle:基于 dsh-base 的直接核心 Agent/Session 运行器,不包含 Host、HTTP 或浏览器层Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profile用于 Agent Teams Remote 和 UI 插件的实验性 Web 配置层Subagent Codex@deepseek-ai/dsh-subagent-codex基于官方 app-server 协议的一次性 Codex 子代理提供程序Subagent Claude Code@deepseek-ai/dsh-subagent-claude-code基于官方 Agent SDK 的一次性 Claude Code 子代理提供方

README

Universal Plugin Hub

English | 中文

Plugin marketplace for DeepSeek Harness (DSH). Browse plugins from multiple Git sources, install with one click, and let their skills, subagents, MCP connectors, LSP servers, and hooks light up in DSH.

Universal Plugin Hub overview

What it does

Universal Plugin Hub is a visual plugin manager for DSH. It clones plugin sources (the Anthropic official catalog, community repos, or any Git repository), lists what each plugin actually provides, and wires those pieces into DSH:

  • skills and slash commands become agent skills (commands/ is mirrored into skills/, as is a root SKILL.md)
  • subagents are compiled into one delegated Hub skill per plugin (skills/<plugin>-agents/)
  • MCP connectors register into cordis.patch.yml as @deepseek-ai/dsh-mcp-client entries
  • LSP servers register as @deepseek-ai/dsh-lsp-stdio entries — install typescript-lsp, restart DSH, and the lsp tool works
  • hooks are loaded into DSH by registering a per-plugin @deepseek-ai/dsh-hooks-claude-code bridge entry; the bridge runs the plugin's native Claude Code hooks.json on DSH's own interception points

Features

  • Multiple sources — add or remove Git repositories as plugin sources; the built-in Anthropic catalog is always there
  • Drag-to-reorder source tabs — hold and drag a source tab to reorder it (the bar auto-scrolls at the edges, so you can reach the last tab); the order persists
  • Search, filter & sort — fuzzy search across the current source plus filter and sort controls; hover a card for a quick preview before opening it
  • Skill & subagent scanning — detects skills, slash commands, and subagent definitions in a plugin, and compiles subagents into a Hub skill DSH can delegate to
  • MCP connectors — connectors that need no auth register automatically on install; the rest you verify and enable from the manage page, and you can toggle individual MCP tools on or off per connector
  • LSP servers — plugins declaring lspServers (clangd, pyright, typescript-lsp, and more) are registered into DSH on install; the detail page shows them with an active dot
  • Hooks — a plugin's Claude/Codex hooks.json is parsed and loaded into DSH via the Claude hooks bridge; the detail page shows the real events (e.g. SessionStart, PreToolUse: Bash) rather than filenames
  • Light / dark theme — follows the DSH UI theme

Requirements

  • Node.js 18+
  • DSH with the web profile (0.1.0-rc.6 or newer recommended). The hub's own install (dsh plugin add universal-plugin-hub) runs a postinstall script that pre-provisions the 5 LSP/hook host packages into the DSH installation — versions are resolved to match the running DSH release, and a provisioning failure fails the hub install outright. After that, plugins declaring LSP servers or Claude/Codex hooks register as a single cordis.patch.yml write each (DSH HMR picks them up within ~1s).

Where data lives

All hub state sits under ~/.dsh/agent-skills/universal-plugin-hub/:

  • state.json — sources, installed-plugin records, and their order
  • market/<sourceId>/ — shallow (--depth 1) clones of each plugin source
  • market/remote/ — clones of plugin repositories installed from remote URLs
  • installed/<name>/ — the working copy of each installed plugin (skills, agents, connectors)
  • icons/ — cached plugin icons, served through the hub's /icon proxy

Connectors, LSP servers, and hooks register by writing entries into the DSH cordis patch ($DSH_HOME/profiles/web/cordis.patch.yml); per-tool MCP switches live in ~/.dsh/.mcp-tools-state.json.

Install

From the DSH marketplace

Search Universal Plugin Hub in the DSH plugin market and click install.

From the CLI

dsh plugin add universal-plugin-hub

Manually

cd ~/.dsh/plugins
git clone https://github.com/CaesarEmperor/universal-plugin-hub.git
cd universal-plugin-hub
npm install

Restart DSH, then open the Universal Plugin Hub panel from the DSH UI.

Quick start

  1. Open the panel. The built-in Anthropic source is loaded by default.
  2. Optional: add another source, e.g. anthropics/claude-plugins-community.
  3. Browse or search. Open a plugin to see what it ships: skills, subagents, connectors, LSP servers.
  4. Click Install. The hub copies the plugin, registers skills and subagents, wires any LSP servers and Claude/Codex hooks into DSH, and auto-connects what needs no setup.
  5. Manage installed plugins from the manage page — enable/disable, toggle connectors and individual MCP tools, verify auth tokens, update, or remove.

Install dialog

Project structure

src/       server: REST routes, marketplace parser, git ops, agents compiler, install lifecycle
client/    UI — a single React file loaded through the DSH client runtime (no build step)
scripts/   postinstall — pre-provisions the 5 LSP/hook host packages into the DSH install

Development

npm install
node --check src/index.js
node --check client/client.js
node scratch/verify-lsp-support.mjs   # end-to-end check against a throwaway DSH_HOME

The UI is a single React file loaded through the DSH client runtime (dsh-client-runtime and dsh-client-ui-theme are injected by the host). There is no build step — edit client/client.js and reload.

Support

Report bugs or request features via GitHub Issues.

Contributing

PRs are welcome. Keep changes surgical and run node --check on touched files; for server behavior changes, extend scratch/verify-lsp-support.mjs with end-to-end coverage.

License

MIT © CaesarEmperor