qschen86 / dsh-extensions

Listed

qschen86 的 DeepSeek Harness 扩展插件全家桶(6 个插件 + 一键安装脚本)

mainOther View source

Installation

npx -y @deepseek-ai/dsh plugin --profile web add github:qschen86/dsh-extensions

This installation command is an unverified starting point generated from the GitHub repository address.

README

Maintainer-authored documentation snapshot.

View on GitHub ↗
Commit f986a13Synced Aug 17, 2026

dsh-extensions

qschen86 的 DeepSeek Harness(DSH)扩展插件全家桶。全部为树外插件: 独立 npm 包,通过官方 dsh plugin 通道安装,不修改 DSH 安装闭包。

前置条件

  • 已安装 dsh(验证于 0.1.0-rc.6)并能正常启动 dsh web
  • pnpm 在 PATH 中(dsh plugin 依赖它)

一键安装全部(推荐)

bash <(curl -fsSL https://raw.githubusercontent.com/qschen86/dsh-extensions/main/install-all.sh)

等价于逐条执行下表的安装命令。之后:

  1. dsh --profile web --dump-config 验证 8 个 bundle 层(base + web-app + 6 插件)
  2. 重启 dsh web(host 半生效),刷新页面(client 半生效)
  3. 按各插件的"初始化"章节完成配置

插件清单

插件版本功能安装(一条命令)初始化要点
dsh-calendar-todo0.2.0日历 + 待办应用(iCal 导入、对话工具)dsh plugin --profile web add dsh-calendar-todo无需配置;首次进入自动创建数据文件夹
dsh-deepseek-balance0.1.0余额 + 今日消耗徽章同上设置→凭据→添加 DEEPSEEK_API_KEY
dsh-plantuml0.1.0对话内渲染 PlantUML 图同上默认公共服务器;自建可配 DSH_PLANTUML_SERVER
dsh-telegram-bridge0.1.0Telegram 通知 + 远程继续会话同上data/config.jsonbotToken;发 /start 授权
dsh-web-restart0.2.0界面重启 dsh web(可自动继续会话)同上必须部署 launchd 监督进程(README 初始化章节,脚本随包发布)
dsh-workspace-dock0.1.0工作区 Dock 栏同上无需配置

tarball 直装等价命令:把包名换成 https://github.com/qschen86/<包名>/releases/download/v<版本>/<包名>-<版本>.tgz

卸载

dsh plugin --profile web remove <包名>

(web-restart 额外移除 launchd 监督进程,见其 README。)

升级

dsh plugin --profile web update <包名>

兼容性与安全

  • 全部插件验证于 dsh 0.1.0-rc.6;host 半失败不影响其他插件,但浏览器半为 fail-loud 设计(任一 client 插件不激活整个界面卡加载页),升级 dsh 后建议逐插件验证。
  • 密钥与用户数据(凭据、bot token、日历/待办数据、会话日志)全部留在本机 ~/.dsh 与插件 data/ 目录,不进入 npm 包与 GitHub 仓库(已用 .gitignore 与 files 字段双重隔离)。
  • dsh-deepseek-balance 的"鲸鱼动画/标签页"需要对该版本闭包的两个客户端文件手动 补丁(见其 README 已知限制),dsh 升级后这两个增强会丢失,其余功能不受影响。

许可

MIT(各仓库 LICENSE)。

Repository information

Language
Shell
License
Not reported
Last updated
Aug 17, 2026, 8:38 AM

Install deliberately

Review source code, permissions, lifecycle hooks, dependencies and network access. Test untrusted plugins in an isolated environment.