DeepSeek Harness Hub
← 返回列表

界面增强插件集linyuan-ai1/dsh-plugins

DeepSeek Harnessspec-screened在 GitHub 查看 ↗
未验证

为聊天界面添加壁纸、卡片配色、提示音与用量悬浮卡

尚未跑自动兼容性验证,可查看页面内的依赖与入口分析。 · 最近上游提交 2026/8/18 · 已提供中文文档

deepseek-harness的独立合集

综合分
27.7
GitHub 分
27.7
用户评分
★ Stars
1
周下载量
安装插件(需先安装 dsh CLI 引擎:npm install -g @deepseek-ai/dsh)
dsh plugin --profile web add linyuan-ai1/dsh-plugins
该插件未发布到 npm,走 GitHub 源安装(pnpm 若拦截 prepare 脚本,按其提示在 pnpm-workspace.yaml 的 allowBuilds 中放行后重跑)
数据截至 2026/9/16(元数据每日更新 · 实装验证按队列轮转,单条结论的验证时间见上方)
用户评分
还没有人投票,来当第一个
订阅周报,不错过优质插件更新
每周一封 · 高评分插件 + 新用户活动

README

dsh-plugins

DeepSeek Harness 的独立插件合集 —— 每个功能一个插件,均已发布到 npm,可直接安装。

插件清单(全部已发布 ✅)

| 插件 | 功能 | npm | 安装 |
|---|---|---|---|
| dsh-wallpaper-plus | 🖼️ 全屏壁纸:图片/短视频,自动深色,视频原声开关 | npm | dsh plugin --profile web add dsh-wallpaper-plus |
| dsh-card-color | 🎨 AI 回复卡片颜色:5 预设,自动随主题 | npm | dsh plugin --profile web add dsh-card-color |
| dsh-event-sounds | 🔔 事件声音:任务完成/提问/审批(WebAudio 合成) | npm | dsh plugin --profile web add dsh-event-sounds |
| dsh-usage-monitor | 📊 用量面板:Go/DeepSeek/New API 悬浮用量卡 | npm | dsh plugin --profile web add dsh-usage-monitor |

安装

安装单个插件
dsh plugin --profile web add dsh-wallpaper-plus

或一次装全部
for p in dsh-wallpaper-plus dsh-card-color dsh-event-sounds dsh-usage-monitor; do
dsh plugin --profile web add "$p"
done

结构

dsh-plugins/
├── packages/                # 独立插件,一个功能一个包
│   └── dsh-/
│       ├── package.json     # dsh.bundle + dsh.client 声明
│       ├── cordis.patch.yml # 插件行(DSH 加载入口)
│       ├── lib/             # 免构建产物(index.js 宿主 + client.js 浏览器)
│       └── src/             # TypeScript 源码
├── LICENSE
└── README.md

发布新版本

cd packages/dsh-
npm version patch        # 或 minor / major
npm publish --registry=https://registry.npmjs.org/

License

MIT

上游仓库有新提交时邮件通知你(每天最多一封,无更新不打扰),随时一键退订。

💬 加入 DPharness 群聊

插件用法、部署报错、新插件第一时间同步——群里问,比一个人翻文档快。

点击加入 QQ 群
DPharness 群聊二维码,手机 QQ 扫码进群
扫码进群