dsh-plugins
从DSH插件注册表搜索并安装DeepSeek Harness插件。
Search and install DeepSeek Harness plugins from the DSH plugin registry
怎么安装
dsh plugin add dsh-plugins 简介
dsh-plugins DeepSeek Harness 插件合集,由社区维护。 | 插件 | npm | 说明 | |---|---|---| | dsh-desktop-entry | | Windows 桌面入口:一键在桌面生成快捷方式 + 启动器(官方图标,后端未运行时自动拉起 dsh web,用 Chrome 应用模式打开 UI) | | dsh-quote-selection | | 对话引用注释:选中任意文本 → 浮动「引用」按钮 → 可选备注 → 编号卡片显示在输入区左上角,发送时自动附带 | 安装 bash dsh plugin --profile web add dsh-desktop-entry dsh plugin --profile web add dsh-quote-selection 两个插件都是正式格式(dsh.bundle 自动加入 bundle 层 + dsh.client 客户端 bundle), 重启后端不丢、零依赖。 开发 每个插件都是独立的零依赖包,可直接改后重新发布: bash cd dsh-desktop-entry && npm publish cd dsh-quote-selection && npm publish 贡献 欢迎通过 PR 添加新插件到本仓库;也欢迎给本仓库打 dsh-plugin 主题标签, 让它出现在 GitH…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 0
- 月下载
- –
- 最近更新
- 2026-08-20
- 创建于
- 2026-08-19
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- deepseek-harness, dsh, dsh-plugin
同类推荐
dsh-find-plugin
awesome-dsh-plugin/dsh-find-plugin
会话内直接找插件:按关键词/分类搜索本精选 registry,返回描述与可直接执行的安装命令。
dsh-plugin-hub
Noob-stupid/dsh-plugin-hub
插件管理面板:已安装插件一键启用/停用,内置 GitHub dsh-plugin 插件市场,支持详情查看与一键安装。
dsh-market
dsh-market/dsh-market
在 DeepSeek Harness 设置页内浏览、搜索并安装社区插件,支持分类筛选、一键更新与停用,以及主题切换与配置备份。
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-plugin-manager
设置 → 插件 分区里的插件管理 Tab:从 npm/git 安装带进度、下次启动生效的启停开关、安装冲突对账可撤销、失败一键转交修复会话。