🎁 福利专区全网大模型免费应用 + 新用户福利 + 注册活动入口,低成本玩转 AI
广告☁️ 云服务器特惠阿里云首购 8 折 · 腾讯云合作特惠
DeepSeek Harness Hub
← 返回列表

luokai-demo/dsh-plugins

DeepSeek Harnessspec-screened扫描:低风险在 GitHub 查看 ↗
需源码安装

纯 DeepSeek 系列插件,面向 DeepSeek Harness——每个插件只针对 DeepSeek 平台:官方…

暂不能直接安装(需源码编译或环境不满足):缺少 main/exports/bin 入口声明;仓库 package.json 标记 private,未发布到 npm,需从源码安装。 · 最近上游提交 2026/9/13 · 已提供中文文档
综合分
29.9
GitHub 分
29.9
用户评分
—
★ Stars
1
周下载量
—
安装插件(需先安装 dsh CLI 引擎:npm install -g @deepseek-ai/dsh)
dsh plugin --profile web add luokai-demo/dsh-plugins
缺少 main/exports/bin 入口声明;仓库 package.json 标记 private,未发布到 npm,需从源码安装,改用 GitHub 源安装
信任档位:已验证本站已于 1 天前真实安装成功
是什么
dsh 原生插件 · other
装得上吗
本站已真实安装成功(非静态推断)
安全吗
本站尚未对该插件做风险分级(暂未覆盖,不等同于无风险)
还在维护吗
活跃:最近一次提交在 12 天前

档位由下列信号合成:本站实装验证(真实安装,当前最高到 L4)· 验证所用 dsh 版本 · 静态安装检查 · 风险分级 · 仓库维护状态。下方各区块是它的证据明细。 验证判据与等级说明 →

🟢实装验证通过· 2026/9/24
由本站实装验证器在真实 dsh 环境安装成功,非静态推断。
数据截至 2026/9/21(元数据每日更新 · 实装验证按队列轮转,单条结论的验证时间见上方)
安装兼容性检查需源码安装

以下结论由程序自动检查 npm 包、engines 声明与入口文件得出,未做人工实机验证——能装不等于用着没问题。

✓npm 包dsh-plugins @ 0.1.2
✓Node 引擎未声明 engines.node
✓dsh CLI 依赖未声明 dsh 版本约束
✗入口文件缺少入口声明

缺少 main/exports/bin 入口声明;仓库 package.json 标记 private,未发布到 npm,需从源码安装

验证方式:npm registry 存在性 + package.json 静态校验 · 最后验证 2026/9/21 23:45:51

用户评分
还没有人投票,来当第一个
订阅周报,不错过优质插件更新
每周一封 · 高评分插件 + 新用户活动

README

由 DeepSeek 最新模型翻译生成
dsh-plugins

纯 DeepSeek 系列插件,面向 DeepSeek Harness——每个插件只针对 DeepSeek 平台:官方 DeepSeek API 端点、DEEPSEEK_API_KEY 凭证、DeepSeek 钱包。不支持任何其他平台或服务商,也没有跨平台兼容计划。每个插件都是独立 bundle,一键安装、独立版本。

插件列表

| 插件 | 效果 | 说明 | 安装 |
|---|---|---|---|
| dsh-balance-plugin | 余额显示 | 侧边栏底部显示 DeepSeek 钱包余额:信用卡图标 + 状态色金额(≥2 绿 / 0~2 黄 / ≤0 红),对话结束自动刷新、点击刷新;余额变动时带符号差额(+¥3.14 / -¥1.97)上飘淡出 | dsh plugin add dsh-balance-plugin |

安装方式

方式一:npm(推荐,一条命令)

web 是 dsh web 使用的 profile(即 ~/.dsh/profiles/web,带网页界面);如果你的 profile 不是 web,换成你自己的名字(ls ~/.dsh/profiles/ 可查看):

dsh plugin --profile web add dsh-balance-plugin

如果刚发布的版本尚未同步到你的 registry 镜像,或被 pnpm 11 的最小发布时间保护暂时拦截,请改用 npm 官方源精确安装或升级该版本:

dsh plugin --profile web add dsh-balance-plugin@ --registry=https://registry.npmjs.org/

方式二:GitHub Release——从 Releases 下载目标版本的 dsh-balance-plugin-.tgz,然后:

dsh plugin --profile web add ./dsh-balance-plugin-.tgz

安装后重启 dsh web 并刷新浏览器,余额显示在侧边栏底部(设置按钮旁)。

升级

插件需要 DeepSeek Harness 0.1.5-rc.1 或更高版本。已通过 npm 安装时:

dsh plugin --profile web update dsh-balance-plugin
dsh --profile web --dump-config  # 应出现 "# == dsh-balance-plugin" 层

升级后重启 dsh web 并硬刷新浏览器。若通过 Release tarball 安装,请用新归档执行 dsh plugin --profile web add ./dsh-balance-plugin-.tgz,然后进行相同验证。

交给 AI 安装

把下面这句发给任意能操作终端的 AI,即可自动完成安装(用 web;如你的 profile 不是 web,替换成你自己的名字):

请帮我给 DeepSeek Harness 安装 dsh-balance-plugin 插件:先运行 dsh plugin --profile web add dsh-balance-plugin;如果 npm 上没有(报错 E404),就从 https://github.com/luokai-demo/dsh-plugins/releases 下载最新的 dsh-balance-plugin-.tgz,再运行 dsh plugin --profile web add ./dsh-balance-plugin-.tgz;安装后用 dsh --profile web --dump-config 确认出现 dsh-balance-plugin 层,然后重启 dsh web 并硬刷新浏览器(Cmd+Shift+R),最后确认侧边栏底部出现信用卡图标和余额数字。

开发与发布

新增插件、构建测试、双渠道发布的完整流程见 DEVELOPING.md。每个插件目录内有自己的 README 与发布手册。

许可

MIT

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

💬 加入社群

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

DPharness QQ 群二维码,QQ 扫码进群
QQ 扫码进群
DPharness 飞书群二维码,飞书扫码进群
飞书扫码进群