deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:daha1216/dsh-plugin-collection
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
DeepSeek Harness(DSH)第三方插件精选目录与原生更新命令索引。
本仓库只维护插件索引、安装入口与原生更新命令,不复制或重新发布任何插件源码。每个条目均严格指向插件作者原仓库或官方发布的 npm 构建包。收录标准聚焦于日常真实使用,只收能切实提升 DSH 体验与效率的插件。
| 插件名称 | 版本 | 用途 | 来源 |
|---|---|---|---|
dsh-better-reasoning-effort |
0.3.10 | 配置第三方模型的推理强度(Effort)与输入模态 | HaoyueQin/dsh-better-reasoning-effort |
dsh-plugin-oauth-subs |
0.0.89 | 接入 ChatGPT、Grok、Copilot 等官方订阅账号 | xxww0098/dsh-plugin-oauth-subs |
billion-context-dsh |
0.2.22 | 动态压缩长会话上下文,防止超出模型窗口 | Tyan66666/billion-context-dsh |
deepseek-idesign |
0.2.2 | iPolloWork 设计工作室:对话生成设计稿并套用精选设计模板 | Devin-AXIS/iPolloWork |
deepseek-ippt |
0.1.2 | iPolloWork PPT 工作室:对话生成幻灯片并套用精选模板 | Devin-AXIS/iPolloWork |
deepseek-ivideo |
0.1.0 | iPolloWork 视频工作室:对话生成可编辑视频(HyperFrames 模板) | Devin-AXIS/iPolloWork |
| 插件名称 | 版本 | 用途 | 来源 |
|---|---|---|---|
dsh-all-usage |
1.1.9 | 多维度统计 Token 用量、费用消耗与热力图 | ParticleLight/dsh-all-usage |
@xueayi/dsh-opencode-go-usage |
0.1.6 | 悬浮监控 OpenCode Go 滚动配额与剩余用量 | xueayi/dsh-opencode-go-usage |
dsh-watcher |
0.4.0-insights.1 | HUD 悬浮球展示会话运行状态与模型实时用量 | aa2246740/dsh-watcher |
| 插件名称 | 版本 | 用途 | 来源 |
|---|---|---|---|
dsh-retrace |
0.4.40 | 消息撤回、编辑重发与重新生成,同步回退修改过的文件 | daha1216/dsh-retrace |
@michengai/dsh-archive-manager |
0.1.40 | 浏览、检索与恢复已归档的历史会话 | MichengAI/dsh-archive-manager |
@anysearch/anysearch-dsh |
0.1.4 | 为 Agent 提供网页实时搜索与正文抓取能力 | anysearch-team/anysearch-dsh |
| 插件名称 | 版本 | 用途 | 来源 |
|---|---|---|---|
dsh-pocket |
2.10.3-daha.1 | 手机扫码同步电脑端 DSH,支持移动端操作 | daha1216/dsh-pocket |
dsh-font-customizer |
0.1.0 | 自定义 Web 界面字体、代码字体与字号 | daha1216/dsh-font-customizer |
dsh-pet |
0.2.8 | 在页面右下角显示可互动的桌面宠物 | PC2005-cloud/dsh-pet |
| 插件名称 | 版本 | 用途 | 来源 |
|---|---|---|---|
dshmarket |
1.46.1 | 官方社区插件市场,支持浏览、搜索与一键安装 | dsh-market/dsh-market |
dsh-skills |
0.1.1 | 统一管理全局与项目级 Agent 技能包 | CocoSgt/dsh-skills |
默认安装目标均为 DSH 的
webprofile(~/.dsh/profiles/web)。可通过--profile <name>切换。
在目录中挑选好插件后,直接使用官方 CLI 命令从作者上游安装(以 dsh-retrace 为例):
npx --yes -p @deepseek-ai/dsh dsh plugin --profile web add github:daha1216/dsh-retrace
先 clone 本仓库(脚本会读取同目录的 plugins.json),再通过自带脚本按需选择:
# 列出可选插件
.\install.ps1 -List
# 按名称安装指定插件
.\install.ps1 -Plugin dsh-pocket
macOS / Linux:
bash install.sh --list
bash install.sh --plugin dsh-pocket
一键安装本目录收录的全部插件当前最新版:
Windows(单行,cmd / PowerShell 通用):
$tmp = "$env:TEMP\dsh-plugin-collection"; git clone -q --depth 1 https://github.com/daha1216/dsh-plugin-collection.git $tmp; powershell -NoProfile -ExecutionPolicy Bypass -File "$tmp\install.ps1" -All
也可直接双击仓库中的 install.cmd(未 clone 时自动 clone 到临时目录后执行)。
macOS / Linux:
curl -fsSL https://raw.githubusercontent.com/daha1216/dsh-plugin-collection/main/install.sh -o install.sh
bash install.sh --all
提示:安装或更新完成后,刷新页面或重启 DSH Web UI 即可生效。
下表命令逐条直接引用自各插件上游 README 的原生写法(尊重各作者的原生发布通道与生命周期)。若系统环境变量中未包含全局 dsh 命令,在前面追加 npx --yes -p @deepseek-ai/dsh 即可。
| 插件名称 | 更新命令(来自各插件 README) |
|---|---|
dsh-better-reasoning-effort |
dsh plugin --profile web add github:HaoyueQin/dsh-better-reasoning-effort |
dshmarket |
dsh plugin --profile web add dshmarket |
dsh-skills |
dsh plugin --profile web add dsh-skills |
dsh-pet |
dsh plugin --profile web add dsh-pet |
dsh-pocket |
dsh plugin --profile web update dsh-pocket --latest -w |
@michengai/dsh-archive-manager |
dsh plugin --profile web add @michengai/dsh-archive-manager@latest --registry=https://registry.npmjs.org/ |
@xueayi/dsh-opencode-go-usage |
dsh plugin --profile web update @xueayi/dsh-opencode-go-usage |
dsh-all-usage |
dsh plugin --profile web add github:ParticleLight/dsh-all-usage |
@anysearch/anysearch-dsh |
npx -y @deepseek-ai/dsh plugin --profile web update @anysearch/anysearch-dsh |
billion-context-dsh |
dsh plugin --profile web add billion-context-dsh |
deepseek-idesign |
dsh plugin --profile web add deepseek-idesign |
deepseek-ippt |
dsh plugin --profile web add deepseek-ippt |
deepseek-ivideo |
dsh plugin --profile web add deepseek-ivideo |
dsh-retrace |
dsh plugin --profile web add dsh-retrace |
dsh-font-customizer |
dsh plugin --profile web add github:daha1216/dsh-font-customizer |
dsh-watcher |
dsh plugin --profile web add github:aa2246740/dsh-watcher |
dsh-plugin-oauth-subs |
dsh plugin --profile web add https://github.com/xxww0098/dsh-plugin-oauth-subs |
add 即更新:多数插件(如 dshmarket、dsh-skills、dsh-pet 等)上游 README 未设立独立的 update 命令,重新执行其 add 命令即可拉取最新提交或发布版。update 动词:部分插件(anysearch-dsh、dsh-opencode-go-usage、dsh-pocket)支持并推荐使用原生的 update 动词。dshmarket 自身作为插件市场,在 DSH Web 设置页面支持一键自更及更新其它插件。github: 源安装插件,后续更新时切勿改跑不带 spec 的 add <pkg>@latest,否则会被 npm registry 解析,可能拉取到落后于 GitHub HEAD 的历史旧包。更新请始终沿用显式 github:<owner>/<repo> 或上表对应的原生指令。dsh-pocket:github:daha1216/dsh-pocket),非上游原仓库。-w 参数(解决 pnpm workspace 根目录限制);跨大版本升级时 --latest 必选。dsh-retrace:dsh plugin --profile web add dsh-retrace。github:daha1216/dsh-retrace。dsh-font-customizer:github:daha1216/dsh-font-customizer;本地若处于开发态(link:),以本地代码优先。本仓库推行“配置即代码”与“自动化验证”机制:
plugins.json 记录所有插件的规范元数据。pwsh scripts/verify.ps1 校验目录一致性:plugins.json 结构与格式;CHANGELOG.md。CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。