DeepSeek Harness plugin

dsh-dynamic-plugin-manage

Persist and replay dynamic Cordis plugins: export the current Session's dynamic plugins to a fixed directory, then selectively load them back after a restart — and browse/import them from a Web Settin

Jump to install

Source facts

Repository
wacly/dsh-dynamic-plugin-manage
Latest update
Aug 15, 2026
Category
Memory
GitHub stars
2
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/wacly/dsh-dynamic-plugin-manage
Plugin: dsh-dynamic-plugin-manage
Author: wacly

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer2 files
README.mdSource · read only

dsh-dynamic-plugin-manage

给 DeepSeek Harness(dsh)的动态插件补上「持久化」能力:把当前会话里的动态插件导出到磁盘保存,之后按需选择性地加载重放回来,重启不丢失。

功能

安装后,模型(AI)可以调用三个工具:

  • export_dynamic_plugins:把当前会话的动态插件逐个导出保存到磁盘
  • list_dynamic_plugins:列出磁盘上已保存的插件
  • load_dynamic_plugins:按 names(包名)选择性加载指定插件

同时,Web 界面提供两个入口:

  • 设置 → 动态插件:管理磁盘仓库里的包——列表、导入、改名、删除、沉淀。
  • 会话顶部「插件」tab:展示当前会话已加载插件的运行时状态,支持全部导出、单插件导出、沉淀、重新加载、卸载。

使用示例

导出:「把当前会话的动态插件导出一下」
选择加载:「先列出可加载的插件」→「加载 xxx 和 yyy 这两个」
运行时管理:在会话顶部的「插件」tab 里卸载/重新加载已加载的插件
沉淀:「把这个插件沉淀成标准的 DeepSeek 插件」

安装

前置要求:已安装 dsh 并已创建目标 profile(如 demo)。

# 1. 在 deepseek-harness 仓库根目录安装插件
pnpm dsh plugin --profile demo add /absolute/path/to/dsh-dynamic-plugin-manage

# 2. 校验配置(应能看到 # == dsh-dynamic-plugin-manage 一层)
pnpm dsh --profile demo --dump-config

# 3. 启动
pnpm dsh --profile demo web

打开 Web 界面后,进入「设置」→「动态插件」管理磁盘仓库;或进入任意会话,在顶部「插件」tab 查看并管理当前会话已加载的插件。