插件目录 / Developer / cordis-transfer-plugin
cordis-transfer-plugin
已验证 · 实测可装 zby1211
功能简介
A persistent DSH plugin for importing and exporting dynamic Cordis Plugins.
可用 — 实测通过,早期项目
A persistent DSH plugin for importing and exporting dynamic Cordis Plugins. 实测能干净安装、正常启动。早期项目,但功能可用。
「已验证」表示我们的自动化 CI 在干净 profile 里实际执行了 dsh plugin add 并启动成功——仅此而已。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。
README
cordis-transfer-plugin
A persistent DSH plugin for importing and exporting dynamic Cordis Plugins.
It provides two interfaces: model tools (callable by the agent) and a browser
Settings panel for download/upload workflows.
中文说明见 README.zh-CN.md。
Browser panel
Open Settings → Plugins → Import / Export:
- List the current session's dynamic plugins (multi-select)
- Export bundle: select one or more plugins (optional manifest name/description)
and download a.dsh-cordis-bundle.zip; selecting a single plugin produces a
zip containing only that plugin - Import bundle: pick a local
.zipfile, upload it to the Host, and import;
imported plugins appear in the Cordis Plugin panel and can be activated there
Model tools
| Tool | Purpose |
|---|---|
cordis_plugin_list |
List all dynamic Cordis Plugins in the current session |
cordis_plugin_bundle_export |
Export one or more plugins as a zip bundle file |
cordis_plugin_bundle_import |
Import plugins from a zip bundle |
Installation
This is a static profile bundle (not an in-memory dynamic plugin).
From npm (recommended):
dsh plugin --profile web add cordis-transfer-plugin
dsh plugin add installs the package and, because this package declaresdsh.bundle.patch, automatically appends it to dsh.profile.bundles.
Restart dsh web after installation.
For a plain Node project, you can also run:
npm install cordis-transfer-plugin
From a tarball (GitHub Releases or local build):
Get the tarball first:
- GitHub Releases: download
cordis-transfer-plugin-<version>.tgz, or - Local build:
npm pack cordis-transfer-plugin
Then install it into the web profile:
dsh plugin --profile web add /path/to/cordis-transfer-plugin-<version>.tgz
Restart dsh web after installation.
Documentation
安装
装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:
dsh plugin add dshbase-catalog 然后对 agent 说「帮我装 cordis-transfer-plugin」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包。
该插件是 GitHub 源码(未发 npm)——直接从仓库装:
Web profile:
dsh plugin --profile web add github:zby1211/cordis-transfer-plugin Headless(CLI)profile:
dsh plugin --profile headless add github:zby1211/cordis-transfer-plugin 实测报告
验证通过:从 GitHub 源码完成 L1 安装 + L2 加载 + L3 运行(dsh 0.1.0-rc.6)。