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.

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

relay-dsh-plugin-manager

Relay Dsh Plugin Manager

Conversation-first plugin discovery and lifecycle management for DeepSeek Harness.

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

npx -y @deepseek-ai/dsh plugin --profile web add relay-dsh-plugin-manager@0.3.1
READMECompatibilityVersions

Compatibility and provenance

Relay Dsh Plugin Manager is published as relay-dsh-plugin-manager and currently resolves to version 0.3.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

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

Versions

0.3.1stable
9/15/2026
0.3.0stable
9/11/2026
0.2.6stable
9/7/2026
Show 17 more versionsCollapse versions
0.3.2-rc.1prerelease
9/16/2026
0.3.1-rc.2prerelease
9/15/2026
0.2.5stable
9/7/2026
0.2.4stable
9/5/2026
0.2.3stable
9/4/2026
0.2.3-rc.1prerelease
9/3/2026
0.2.2stable
9/3/2026
0.2.1-rc.1prerelease
9/1/2026
0.2.1stable
9/1/2026
0.2.0stable
9/1/2026
0.2.0-rc.1prerelease
9/1/2026
0.1.1stable
8/31/2026
0.1.0stable
8/31/2026
0.1.0-rc.4prerelease
8/28/2026
0.1.0-rc.3prerelease
8/26/2026
0.1.0-rc.2prerelease
8/26/2026
0.1.0-rc.1prerelease
8/26/2026

Related plugins

Loading related plugins…

Latest
0.3.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
471.8 kB
Files
31
Surface
web
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
344
Security scan
✓ v0.3.1 scan passed
Last push
9/16/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

Manage DeepSeek Harness Plugins from Chat

Stable 0.3.1 is verified on official DSH 0.1.5-rc.2 and 0.1.6-alpha.1. No implementation adaptation was required; its peer metadata declares both exact releases. Install it from npm · Compatibility evidence.

Release channels: latest → 0.3.1; next → 0.3.1-rc.2.

npx @deepseek-ai/dsh@0.1.6-alpha.1 plugin --profile web add relay-dsh-plugin-manager@next
npx @deepseek-ai/dsh@0.1.6-alpha.1 web

English | 中文

npm package: relay-dsh-plugin-manager · Relay DSH plugin catalog

Find and manage DSH plugins by describing what you need, without leaving the conversation or editing Profile files by hand.

relay-dsh-plugin-manager lets DeepSeek Harness Chat discover, install, update, enable, disable, and remove plugins. Search and inspection are read-only. Before any change, DSH shows the plan and waits for a separate confirmation.

Plugin Manager installs relay-dsh-plugin-codex successfully in DSH

Watch the 40-second real DSH run: search, review a no-change plan, confirm separately, and finish with the Codex plugin installed. Recorded on official DSH commit b150a551 with Plugin Manager 0.1.0-rc.3 and Codex plugin 0.1.2.

If conversation-first plugin management is useful to you, star this plugin and share your install result or missing plugin use case.

Install

If you installed official DSH yourself, stop DSH Web and install the published npm package with the DSH CLI:

dsh plugin --profile web add relay-dsh-plugin-manager@latest

Then start or restart DSH Web:

dsh web

If dsh is not on PATH, replace it with pnpm dlx @deepseek-ai/dsh@0.1.2-rc.1 in both commands.

The plugin appears under Settings > Plugins > Recommended plugins, the tab that Settings > Plugins opens on. It presents the recommended conversation-backend plugins and a short help view; plugin management itself happens in Chat.

Installed by KeySync

When you use KeySync to install DSH with its one-click setup, this plugin is included and installed automatically. You do not need to install it again. The command above is for standalone official DSH installations or Profiles where the plugin was removed.

Use

Describe what you want in ordinary language:

Find a plugin that connects to Lark
Find DSH plugins owned by GitHub user yangbobo2021
Install relay-dsh-plugin-codex
Install relay-dsh-plugin-codex, relay-dsh-plugin-files, and relay-dsh-plugin-terminal together
List my installed plugins and their status
Disable example-dsh-plugin
Remove example-dsh-plugin

You can also use the single /plugins command:

/plugins find a workspace file browser
/plugins search owner:yangbobo2021
/plugins install relay-dsh-plugin-files

Search and inspection are read-only. Installation, update, removal, enablement, disablement, and restart always show a plan. You can confirm with DSH's choice UI, or explicitly approve in a later Chat message. When you request multiple installs together, DSH shows one ordered plan and any missing companion peers, waits for one confirmation, and runs the installs in sequence. Completed changes that still need restart are reported explicitly as restart-required or waiting for a manual restart.

Anonymous usage analytics

Anonymous operational analytics are enabled by default to measure plugin-manager search and installation outcomes. To opt out without disabling plugin management, set this when starting DSH Web:

RELAY_PLUGIN_MANAGER_TELEMETRY=0 dsh web

Registry operators performing a production acceptance run can mark only that run as test traffic:

RELAY_PLUGIN_MANAGER_TELEMETRY_TEST=1 dsh web

This adds only is_test: true; ordinary users do not send the marker.

The manager sends events only to the first-party https://dsh-plugins.tech/v1/telemetry/events endpoint. The Registry validates the exact event schema and forwards accepted events to its PostHog analytics project. The plugin records only the manager action type and plugin install start, success, or failure events produced by the manager. Install events contain the public package name, activation/restart booleans, and a bounded error code. Search terms, conversation content, local paths, command output, error text, IP geolocation, and account identity are not sent. A random anonymous ID is stored in .relay-plugin-manager/telemetry.json inside the current Profile to avoid counting one installation as many users; delete the file to reset it.

These events measure manager use and manager-executed installs. They do not claim that another plugin's feature was actually used merely because it loaded or activated.

DSH Registry discovery provider

The source-only Registry search provider uses https://dsh-plugins.tech by default. Set plugin option registryUrl or environment variable DSH_PLUGIN_REGISTRY_URL to override the Registry origin (for example, a local preview at http://127.0.0.1:4174). Non-local URLs must use HTTPS. Set registryUrl: false to disable Registry discovery explicitly.

This provider sends only the task query, inferred Chinese/English locale, and result limit. Returned candidates are always inspected locally through the same npm/GitHub flow before any plan can be created; Registry descriptions are untrusted text and cannot authorize changes. Search combines a bounded keyword pool with the active semantic directory, then locally inspects and merges npm/GitHub aliases by project identity. The Agent builds the smallest complete answer from the resulting pool: every distinct responsibility and materially different solution approach is covered, related alternatives are grouped by role, and clearly unrelated or duplicate candidates are omitted. It neither pads the answer to twenty nor silently cuts it to an arbitrary top count. Exact package and repository queries remain rank one.

For a task with several responsibilities, the Agent uses a two-step read-only workflow. It first searches a minimal set of required and optional roles, then reviews each role group and asks the manager to assess only the selected direct solutions. The manager reports complete only when every required role has a reviewed candidate and no material user choice remains unresolved. One plugin may cover several roles without being repeated; distinct implementations remain grouped as primary and alternatives. These drafts expire after ten minutes and never authorize installation.

For monitoring that must survive a wait and continue the original conversation, the Agent searches source-specific state/event reading separately from durable waiting and Session resumption. A plugin that covers both responsibilities is still shown only once in the assessed solution.

Part of Relay

This plugin is developed in the Relay integration workspace and is published as an independently installable DSH plugin. Relay explores durable Agent work, external-event delivery, reusable DSH views, and multiple conversation backends.

Other Relay DSH plugins:

  • Codex conversations
  • Claude Code conversations
  • Workbench panels
  • Workspace files
  • Terminal

See the complete Relay DSH plugin guide for installation combinations and compatibility notes.

Feedback

Report bugs and feature requests in the issue tracker.