編集者注

Cordis 插件导入导出

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.

これは DeepSeek Harness(DSH)プラグインです。当サイトは GitHub README、インストール情報、メンテナンス状況、公開セキュリティシグナルをまとめています。

上流で中国語 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_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 .zip file, upload it to the Host, and import; imported plugins appear in the Cordis Plugin panel and can be activated there

Model tools

ToolPurpose
cordis_plugin_listList all dynamic Cordis Plugins in the current session
cordis_plugin_bundle_exportExport one or more plugins as a zip bundle file
cordis_plugin_bundle_importImport plugins from a zip bundle

Installation

This is a static profile bundle (not an in-memory dynamic plugin). Install the tarball from GitHub Releases:

  1. Download the latest cordis-transfer-plugin-<version>.tgz from Releases.
  2. Install it into the web profile:
    dsh plugin --profile web add /path/to/cordis-transfer-plugin-<version>.tgz
    
  3. Make sure the profile registers the bundle in $DSH_HOME/profiles/web/package.json:
    {
      "dsh": {
        "profile": {
          "bundles": ["...", "cordis-transfer-plugin"]
        }
      },
      "dependencies": {
        "cordis-transfer-plugin": "file:<path>/cordis-transfer-plugin-<version>.tgz"
      }
    }
    
  4. Restart dsh web and open Settings → Plugins → Import / Export.

Documentation

REPOSITORY SIGNALS

セキュリティとインストールエビデンス

このスコアは公開リポジトリメタデータと当サイトに登録されたインストールエビデンスのみに基づくもので、コードセキュリティ監査とは異なります。

出所の追跡可能性

公開プラグインカタログから取得し、公開 GitHub リポジトリにリンクしています。

ライセンス

リポジトリは MIT ライセンスを宣言しています。

メンテナンス活動

過去180日以内にコードの更新があります。

インストールエビデンス

再現可能な正確なインストールメタデータはまだ登録されていません。リポジトリの説明に従って手動で確認してください。

インストールライフサイクルスクリプト

確認したパッケージメタデータにインストールライフサイクルスクリプトは宣言されていません。