wingsky-1/dsh-plugin-hub--packages-dsh-plugins-all ↗★ 16
@wingsky-1/dsh-plugins-all
一键安装全部功能插件的聚合包
AI 分析
适合需要快速部署 notifier、lan-proxy 等全套功能插件的用户,简化安装流程。
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wingsky-1/dsh-plugin-hub#9dc74922bc481b9e517f245538501740b6b9bbb4&path:packages/dsh-plugins-all说明文档
阅读完整 README ↗@wingsky-1/dsh-plugins-all
DSH 插件全家桶聚合包:安装本包 = 一键装齐全部功能插件。
安装
前提:已安装 DeepSeek Harness 且 dsh web 可正常启动(未全局安装 dsh 见下方「未全局安装 dsh」)。
安装插件(add)
dsh plugin --profile web add @wingsky-1/dsh-plugins-all
卸载插件(remove)
dsh plugin --profile web remove @wingsky-1/dsh-plugins-all
更新插件(update)
dsh plugin --profile web update @wingsky-1/dsh-plugins-all
安装 / 卸载 / 更新后都需重启一次
dsh web(bundle 层只在启动时组合)生效。
指定版本号(@version)
省略 @版本号 即安装默认 latest(推荐)。仅当 registry 尚未同步到最新、或最新版在你的环境有问题时,在包名后追加 @版本号:
dsh plugin --profile web add @wingsky-1/dsh-plugins-all@
未全局安装 dsh
若本机没有全局 dsh 命令,用 npx 临时拉起(底层调用 pnpm,仍需本机装好 pnpm 与 Node.js):
npx @deepseek-ai/dsh plugin --profile web add @wingsky-1/dsh-plugins-all
npx @deepseek-ai/dsh plugin --profile web remove @wingsky-1/dsh-plugins-all
npx @deepseek-ai/dsh plugin --profile web update @wingsky-1/dsh-plugins-all
包含的插件
| 包 | 功能 |
|---|---|
@wingsky-1/dsh-notifier | 任务事件通知中心(6 类事件;浏览器 + 系统 toast 双通道 + Bark/Webhook 推送频道) |
@wingsky-1/dsh-provider-usage | 多 provider 用量统计胶囊(v2 适配器框架:内置 DeepSeek 官方与 OpenCode Go,自写 mjs 接入任意数据源) |
@wingsky-1/dsh-lan-proxy | 局域网访问 dsh web UI(HTTP/HTTPS/WS 转发 + TLS;Brotli/gzip 与 WebSocket 双压缩 + WS 半开探活 + 启动令牌自动注入) |
@wingsky-1/dsh-mcp-manager | MCP 服务器管理器(stdio/HTTP;项目级/全局两级配置,项目级经中间层收敛为 4 个原子工具) |
@wingsky-1/dsh-web-file-preview | 把对话内「用默认应用打开」的文件请求改写成官方右侧栏预览 |
@wingsky-1/dsh-verify-isolated | 插件开发隔离验证 skill(DSH_HOME / profile / 端口 / 浏览器实例四重隔离 + 自带浏览器驱动) |
历史退役说明——dsh-gzip / dsh-idle-archive / dsh-subagent-model-inherit / dsh-codegraph / dsh-mem0(已退役)
@wingsky-1/dsh-gzip 已退役:HTTP 响应压缩合并进 dsh-lan-proxy,不再随全家桶
分发。此前单独安装过 dsh-gzip 的用户升级后请执行
dsh plugin --profile web remove @wingsky-1/dsh-gzip 卸载。
@wingsky-1/dsh-idle-archive(会话闲置提醒归档)与
@wingsky-1/dsh-subagent-model-inherit(子 Agent 模型继承)均已退役,不再随
全家桶分发:前者因社区已有更成熟的会话生命周期管理/归档实现,后者因官方
dsh-subagent 0.1.2-alpha.2 已原生实现 resolveChildAgentOptions。此前安装过的用户
请执行 dsh plugin --profile web remove 卸载。
@wingsky-1/dsh-codegraph(codegraph MCP + worktree 开发纪律)与
@wingsky-1/dsh-mem0(mem0 长期记忆系统)均已退役,不再随全家桶分发:前者
封装工具与 codegraph CLI 版本强耦合、维护成本高于收益,后者环境隔离等缺陷未收敛
(#644 / #612)。此前安装过的用户请执行
dsh plugin --profile web remove 卸载。
dsh-memory(项目长期记忆)未包含在本聚合包内。
单独安装
只想用某个插件时单独安装(见各插件 README):
dsh plugin --profile web add @wingsky-1/dsh-notifier
安全提示
lan-proxy会在 0.0.0.0: 监听端口并提供 HTTPS,使用前阅读其 README 安全说明。mcp-manager会启动 MCP 服务器子进程(stdio)并执行其命令,仅配置可信服务器。notifier在 Windows 通过 PowerShell WinRT 弹系统通知。