插件
浏览、筛选并安装 DeepSeek-Harness 插件。
共 160 个插件
dsh-mac-cua
saunato/dsh-mac-cua
macOS 桌面应用 Computer Use 插件:以文本读取任意应用的无障碍树与元素索引,并据此点击、输入、粘贴、滚动、拖拽、选择文本与赋值,截图可回传为图片。由常驻 JavaScript REPL 驱动——智能体只拿到两个工具(`js`、`js_reset`),在其中调用 `sky` API,因此状态跨调用保持、能力增长时工具 schema 保持稳定。无障碍树在首次读取后以 diff 返回;动作按索引寻址,过期索引会被拒绝而非错用;输入前等待键盘焦点并回读输入框;粘贴会恢复剪贴板。需 macOS 14.4+、辅助功能权限(截图另需屏幕录制)与 Node 20+;随包提供预编译原生模块,安装时不需编译。
dsh-android-pane
hoyyang/dsh-android-pane
在 DSH 对话旁打开 Android 设备实时画面面板:scrcpy-server H.264 串流(WebCodecs 硬解 30-60fps),agent 可点按/滑动/输入并自动回截图验证,uiautomator 控件树带点按坐标,host 托管录屏+logcat 调试会话;FLAG_SECURE 安全页面自动识别、缓解链与控件树文本降级。模拟器与 USB 真机通吃,人机共屏,会话隔离,仅限本机回环。
dsh-sidebar-file-menu
yudaxia1/dsh-sidebar-file-menu
为 DeepSeek Harness Web UI 右侧栏文件树提供 VS Code 风格右键菜单:复制绝对/相对路径与名称、在资源管理器或 Finder 中显示、用默认程序打开。通过 extension 优先级带原地接管内置 files 标签页,不新增 tab,卸载即还原。
acryl-dsh-editor-plugin-web
acryldev/acryl-dsh-editor-plugin-web
DSH web plugin: a VS Code-style code editor view (file tree, Monaco, ripgrep search/replace, Markdown preview, git diff).
dsh-mattpocock-skills
maoleijin/dsh-mattpocock-skills
将完整 mattpocock/skills 技能树打包为 DSH 插件,保留上游调用策略,并在自动同步上游时校验和应用精确匹配的 DSH 语义适配层。
cordis-plugin-graph
acryldev/cordis-plugin-graph
DSH/Cordis Web plugin: a zoomable relation graph of every loaded plugin - dependencies, resolved providers, and Loader-tree nesting - as a Settings tab next to 'Plugin list'.
dsh-grill-tree
qiz029/dsh-grill-tree
DeepSeek Harness plugin bundle: grill_tree, a fixed-policy design-space search tool. Expands one decision per node, fans out independent proposers, has a separate judge prune the branches, beam-limits each depth, and ends with complete designs or an infea
dsh-escalation-advisor
zhangqian98/dsh-escalation-advisor
Three-mode visible-session advisor plugin for DeepSeek Harness with configurable tool permissions, local-subagent coverage, and task-tree budgets.
dsh-autopilot-public
my-denia/dsh-autopilot-public
Native Goal Autopilot Harness for DeepSeek Harness (dsh): plan-execute-audit gates, mechanical enforcement, and evidence-bound closeout as an out-of-tree plugin bundle.
dsh-worktree-manager
shenkonghui/dsh-worktree-manager
dsh 的 Git worktree 管理——按仓库聚合工作区,创建与切换 worktree,并查看变更、提交历史与文件差异。
dsh-chat-cost
igormel81/dsh-chat-cost
为 DSH Web UI 的每个对话实时计算 token 费用:本对话、其子代理与整棵会话树,价格来自内置的 models.dev 快照:七家供应商、139 个有价模型,缓存读写费率按供应商实际公布的取值,DeepSeek 则使用其官方峰谷价格表。每个完成的回答都会在对话中显示自身费用,未打开的对话则按日志计价而不是整行消失。费用按区间计价,依据写入项目目录的只追加 JSONL 账本,因此已记录的工作保留当时的费率。此外还提供:按金额预算排布的工作计划、展示值得接入哪些模型的路由方案比较、以英语/中文/俄语生成的计划文档,以及当费用未归入任何计划单元时的提醒。
dsh-file-explorer
jaxzhou/dsh-file-explorer
A [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) plugin that adds a **Files** tab to the Conversation View strip — the same level as **Chat** and **Trajectory** — showing the session workspace as a tree with a basic text preview beside it.
dsh-plugin-ops (bundle)
f-infinite-z/dsh-plugin-ops
Pre-boot health gate and repair for dsh plugin trees: seven static scan rules, fault attribution after failed boots, whitelisted reversible fixes, and a panel with plugin-row management plus a RAG knowledge base of past failures.
dsh-insight-tree
xingzhen199186/dsh-insight-tree
DeepSeek Harness 的运行可观测与插件运维面板:展示 Profile 插件树、Loader 真实 fiber 状态、能力/依赖/兼容性、本轮会话插件活动与上游来源/版本核验,支持一键关闭/启用/更新/卸载,并提供 DSH 未运行时也能打开的独立启动失败诊断页。
dsh-tauri-turnrewind
yingtianlan/dsh-tauri-turnrewind
Git worktree 的 turn 级工作区撤销:每个 turn 建私有快照,/undo 先出红绿 diff 预览卡、卡内确认;turn 之后被改过的文件拒绝用冲突 diff 覆盖,只有显式 --force 或 --skip-conflicts 才继续;不写用户仓库的 HEAD、index、stash 与提交历史。
code-ownership-audit
ffseika0304/code-ownership-audit
判定 Python 代码是原创还是演绎作品:给出与上游最长相同表达片段、逐条豁免依据和风险清单。纯标准库 `ast` 分析——离线运行,不调用模型。
dsh-gitea
goodandready/dsh-gitea
为 DeepSeek Harness 集成 Gitea 与 Forgejo,提供 issue、拉取请求和 worktree 工具及 Git 状态芯片。
dsh-gitlens
nateec/dsh-gitlens
Workspace-scoped Git graph with history search and diffs, multi-worktree WIP and agent-session views, and guarded Git operations with recovery refs.
dsh-plugins (dsh-git)
dennisrongo/dsh-plugins
Git 更改标签页:暂存、对比、AI 起草提交信息、分支/合并/储藏/工作树操作与同步,通过 fs.watch 加 changeToken 轮询实现实时更新。
dsh-xia-plugins (gameassist-knowledge)
w4xxx/dsh-xia-plugins
树状 Markdown 知识库:为 DSH Agent 提供 kb_list/kb_read/kb_write 工具、目录/正文 HTTP 接口,并配套浏览器面板。
dsh-sidepanel
yur0918/dsh-sidepanel
DSH Web 界面的 Codex 式右侧面板——会话产物浏览(文件树、扫描收录、预览、访达定位)+ 继承当前会话上下文的侧聊,支持模型选择器、拟人化定时调用、发送吸顶与智能滚动。
dsh-xia-plugins (client-gameassist-knowledge)
w4xxx/dsh-xia-plugins
知识库浏览器面板:目录浏览,支持把节点拖进输入框生成引用(仅路径或附全文)。
fsviewer
sunyuhuirong/fsviewer
Codex 式右侧工作区:文件树 + 预览页签(Markdown/源码)、嵌入式浏览器(直连/代理 iframe)、侧边聊天(直连 host LLM 流式对话),全部收敛为原生 details 右栏的页签,可开关多开。
dsh-treekeeper
xswt442-cmd/dsh-treekeeper
DSH 宿主的 Windows 进程树对账插件:采样宿主进程树与任务账本,把每个进程归属到创建它的任务,并按置信度标出未归属与孤儿进程,同时提供受保护的整树终止。终止必须满足:目标归属于 DSH 宿主树、在动手前重新采样复核(含创建时间)、目标树内不含受保护后代,因此白名单 PID 不会扩大可杀范围。