DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Plugin — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@skillroute/dsh-plugin

Plugin

DeepSeek Harness (dsh) bundle wiring SkillRoute's skill router into your agents.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add @skillroute/dsh-plugin@0.4.0
READMECompatibilityVersions

Compatibility and provenance

Plugin is published as @skillroute/dsh-plugin and currently resolves to version 0.4.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

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

Related plugins

Loading related plugins…

Latest
0.4.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
3.2 kB
Files
3
Surface
any
License
MIT
Source
npm
GitHub
★ 39
Weekly downloads
31
Last push
9/10/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in agents-orchestration.

Headless@deepseek-ai/dsh-headlessThe dsh one-shot bundle: a direct core Agent/Session runner over dsh-base with no Host, HTTP, or browser layerExperimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocolSubagent Claude Code@deepseek-ai/dsh-subagent-claude-codeOne-shot Claude Code subagent provider over the official Agent SDK

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