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
.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). Install the tarball from GitHub Releases:
- Download the latest
cordis-transfer-plugin-<version>.tgzfrom Releases. - Install it into the web profile:
dsh plugin --profile web add /path/to/cordis-transfer-plugin-<version>.tgz - 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" } } - Restart
dsh weband open Settings → Plugins → Import / Export.
Documentation
보안 및 설치 증거
이 점수는 공개 저장소 메타데이터와 이 사이트에 등록된 설치 증거에만 기반하며, 코드 보안 감사와 다릅니다.
공개 플러그인 카탈로그에서 왔으며, 공개 GitHub 저장소로 연결됩니다.
저장소가 MIT 라이선스를 선언했습니다.
최근 180일 내 코드 업데이트가 있습니다.
재현 가능한 정확한 설치 메타데이터가 아직 등록되지 않았습니다. 저장소 설명에 따라 직접 확인하세요.
검사한 패키지 메타데이터에 설치 라이프사이클 스크립트가 선언되지 않았습니다.