如何安装 DeepSeek Harness(dsh)插件
2026-08-14
两种安装方式
插件可以从 npm 或 GitHub 仓库直接安装,都通过 dsh plugin 命令完成:dsh plugin --profile web add <npm 包名> 安装已发布的包;dsh plugin --profile web add github:owner/repo 则从源码克隆并构建。
如何查找插件
在 dshplugins.cc 的搜索框搜索,或按分类浏览。每个插件详情页都提供了带复制按钮的现成安装命令。
信任与安全
GitHub 来源的插件会在你机器上执行构建脚本。只安装你信任的来源,尽量固定 commit(github:owner/repo#sha)。安装前查看插件的健康评分与许可证。