DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

@skillroute/dsh-plugin

Plugin

将 SkillRoute 的技能路由器接入您的代理的 DeepSeek Harness (dsh) 捆绑包。

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

npx -y @deepseek-ai/dsh plugin --profile web add @skillroute/dsh-plugin@0.4.0
README兼容性版本

兼容性与来源证明

Plugin 以 @skillroute/dsh-plugin 发布,当前版本为 0.4.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.4.0stable
2026/8/21
0.3.0stable
2026/8/15

相关插件

正在加载相关插件…

最新版
0.4.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
3.2 kB
文件数
3
Surface
any
许可证
MIT
发布源
npm
GitHub
★ 39
周下载
31
最近提交
2026/9/10
查看源码 ↗项目主页 ↗
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

@skillroute/dsh-plugin

A DeepSeek Harness (dsh) bundle that wires SkillRoute into your agents. It registers the SkillRoute MCP server (@skillroute/mcp-server) through dsh's built-in @deepseek-ai/dsh-mcp-client, so the model can route requests to skills, search the catalog, and inspect skills.

Install

dsh plugin --profile web add @skillroute/dsh-plugin

Restart dsh web and your agents gain three tools:

  • mcp__skillroute__route
  • mcp__skillroute__search
  • mcp__skillroute__inspect_skill

Prerequisite: the Python core (optional)

The MCP server shells out to SkillRoute's Python routing engine. It's zero-install when you have uv (which ships uvx) — the bridge runs uvx --from skillroute automatically. Otherwise install the console script once:

pipx install skillroute          # or: uv tool install skillroute / pip install skillroute

If neither skillroute nor uvx is on your PATH, the tools return a clear "install skillroute or uv" error instead of failing silently.

Then index your skills once (skillroute index --root <dir>) or point the tools at an existing catalog. With no catalog, the tools default to ~/.skillroute/catalog.db and return clarification questions until you index.

Manual install (no pnpm)

dsh plugin forwards to pnpm. If you don't have pnpm, append this package's cordis.patch.yml block to ~/.dsh/cordis.patch.yml instead.

How it works

dsh loads every capability as a plugin. This package is a bundle: its package.json declares dsh.bundle.patch, and dsh plugin add reconciles that into your profile's layer stack. The patch inserts one entry — @deepseek-ai/dsh-mcp-client — which discovers SkillRoute's three MCP tools and registers them as native tools.

License

MIT