relay-dsh-plugin-manager
A standalone plugin manager for DeepSeek Harness.
- Stars
- 0
- Language
- TypeScript
- Created
- Aug 26, 2026
- Updated
- Aug 26, 2026
Introduction
Plugin Manager for DeepSeek Harness
English | 中文
npm package: relay-dsh-plugin-manager
· Relay DSH plugin catalog
relay-dsh-plugin-manager lets you discover and manage DSH plugins directly
from a DeepSeek Harness Chat conversation. Ask for the capability you need, or
ask DSH to install, update, enable, disable, or remove a plugin. DSH shows a plan
and waits for confirmation before changing your Profile.
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
The plugin appears under Settings > Plugins > Plugin marketplace. This page is 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
Install relay-dsh-plugin-codex
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 install relay-dsh-plugin-files
Search and inspection are read-only. Installation, update, removal, enablement, disablement, and restart always show a plan and require a later confirmation.
Real Install Demo
Watch the 38-second real DSH run:
search, planning without changes, separate confirmation, installation, and the
final succeeded status. It was recorded against official DSH commit
b150a551
with Plugin Manager 0.1.0-rc.2 and Codex plugin 0.1.2. DSH reports when a
restart is required after installation.
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:
See the complete Relay DSH plugin guide for installation combinations and compatibility notes.
Feedback
Report bugs and feature requests in the issue tracker.
