dsh-plugins
其他 活跃维护

dsh-plugins

yang520f/dsh-plugins

汇总多款大模型平台扩展插件,覆盖模型调用、结果校验、任务编排等常用场景,开箱即用,可灵活扩展平台基础能力,无需复杂配置即可快速集成部署。

1
Stars 标星
0
Forks 分支
1
Watchers 关注
0
Open Issues
JavaScript
主要语言
None
开源协议
6 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:yang520f/dsh-plugins
git clone https://github.com/yang520f/dsh-plugins.git
git clone git@github.com:yang520f/dsh-plugins.git
README.md master

dsh-plugins

Self-hosted plugin collection for DeepSeek Harness (dsh).

Each plugin lives in its own subdirectory as a standalone bundle package
(dsh.bundle manifest), installable via dsh plugin add.

Plugins

Plugin Version Description
dsh-win-mounts 0.1.0 WSL convenience: auto-links Windows drives under /root/win-*, registers WSL interop, and installs a powershell.exe wrapper so the UI's "open config" works on WSL

Install

From this repository (pnpm subdirectory syntax):

dsh plugin --profile web add github:<your-username>/dsh-plugins/dsh-win-mounts

Or from npm once published:

dsh plugin --profile web add dsh-win-mounts

Adding a new plugin

  1. Create a subdirectory my-plugin/ with:
    • package.json declaring dsh.bundle (see official publish guide)
    • cordis.patch.yml with the plugin row (- insert:)
    • plugin modules + README + LICENSE
  2. Add a row to the table above.
  3. Push.

License

MIT — each plugin carries its own LICENSE file.