插件
浏览、筛选并安装 DeepSeek-Harness 插件。
共 312 个插件
dsh-go-sensei
zhuang-a/dsh-go-sensei
围棋复盘教练:解析 SGF 棋谱,用自带 KataGo 引擎补算胜率与目差,在对话里逐手讲解问题手,并把讲解写回 SGF 副本;Web 面板用棋盘展示问题手、AI 首选与变化图。
dsh-global-context
zzjq678/dsh-global-context
全局提示词配置:在对话视图新增一个标签页,写进去的内容会加在每个会话系统提示词的最前面,保存后下一条消息即生效。
dsh-fs-allowlist
wangzhaonan16/dsh-fs-allowlist
白名单目录写入免审批——write/edit 文件工具直通白名单栅栏,命中白名单的 bash 沙箱升权自动放行,设置页可视化管理目录与开关。
dsh-sandbox-arg-guard
apex-mochen/dsh-sandbox-arg-guard
让「同级或更窄的 sandbox_permissions」不再让工具调用直接失败。会升级的工具(pwsh、bash、write、edit)都广告完整的 sandbox_permissions 枚举,但 DSH 只接受严格更宽于当前生效级别的请求——其源码自称这是「deliberately not a schema constraint」。于是反射式带上该参数的模型往往填它已经在的那个级别,调用在执行前就死掉:"sandbox escalation to \"workspace-write\" is not strictly wider than this call's current \"workspace-write\" mode",某些模型还会为此烧掉一整轮重试。本插件只注册一个 tools/execute waterfall 监听器,且仅在那一条文档化拒绝上、且参数里确实带了升级字段时,把同一个调用去掉该参数重投一次。安全性由 DSH 自己的文档保证:拒绝发生在任何执行之前("nothing has run"),且改过的参数无法再次匹配,因此重投在结构上不成环。已端到端复现并验证——改造前 isError 为 true 且命令从未执行;改造后拿到命令的真实输出、isError 为 false,会话里只有一个 tool/call 与一个 tool/result。零依赖。
dsh-pve
we39/dsh-pve
通过对话管理 Proxmox VE:116 个只读 + 116 个写工具,覆盖虚拟机、容器、存储、节点、集群、备份与防火墙,支持 API Token 或用户名密码(ticket)鉴权。
dsh-repair
gezi-wen/dsh-repair
携带一份技能加 6 个 Node 脚本,用来处理装完起不来的 DSH——沿 readiness 之前的引导阶段、profile 下的插件依赖桥与 junction、失效或重复的插件行、以及升级路径逐段排查。脚本默认只诊断,重建脚本只有显式加 --fix 才写盘。
dsh-github-companion
vclike/dsh-github-companion
33 个 github_* 工具,覆盖 REST 读取、Issue 写入、Git 数据写入、私有仓库创建与克隆;附带进程内权限门与成本纪律伴生 skill,无需 gh CLI。
dsh-memory-delta
lpf20200901/dsh-memory-delta
分层跨会话记忆,只推变化的部分:首轮注入全部有效条目,之后只推新增 / 已更新 / 已失效,没有任何变化时一个字都不注入。事实与决策带语义键(一个 key 只有一个有效结论),模型只能写收件箱、由人确认后才成为常驻事实;条目可以带复核时间,到期后提醒一次;检索按相关度排序,中文按 bigram 匹配;侧边栏页签不再只是列文件,而是讲清流程:条目按「待你确认 / 已在用 / 已归档」分组,可按类型、标签或日期三种维度查看,并能在界面上确认候选、撤回或归档常驻条目、取回已归档条目、删除候选,同时显示全局与工作区规范文件以及当前注入体积。附带零依赖 CLI,不装 DSH 也能用这套记忆库。
dsh-change-review-live
sujingkpo/dsh-change-review-live
实时审查插件:追踪会话内 write/edit 工具调用,改动列表常驻输入框上方,点开即在插件自注册的右侧栏标签页里查看行级 diff,支持「会话记录 / 初始版本 / Git 版本」三种对比、单项与整文件撤回、子代理聚合与 SSE 实时刷新,配色可自定义;fork 自 cirelir/dsh-change-review,审查界面整体重构到右侧栏。
dsh-iconic-launcher
skyblueeelabs/dsh-iconic-launcher
自定义 DeepSeek Harness 桌面快捷方式图标:选预设或上传图片,自动去除白底、生成多尺寸 ICO,一键写入桌面快捷方式。
dsh-xingye
iambatman1928/dsh-xingye
把 DSH 的一个会话变成聊天 agent:新建人物并写人设、为同一人物开多条档案线、本地保存的对话可撤销可回溯、剧情节点记进事件簿。
dsh-tool-text-editor
flotiarenor/dsh-tool-text-editor
Byte-faithful text editing tools (edit_text / write_text) for DeepSeek Harness. They fix what the built-in write/edit cannot do: both drop a UTF-8 BOM, neither restores the file's own line-ending style (writing LF content turns a CRLF file into an LF file
dsh-redaction
l-ingqin12/dsh-redaction
Preventive content policy for DeepSeek Harness tool results: rewrite matched text with regex rules, or drop/truncate unpredictable payloads by field path before they are normalised, rendered, or persisted. The upstream counterpart to dsh-plugin-redact.
dsh-session-steward
drscrewdriver/dsh-session-steward
面向 DSH 的会话管家:浏览并批量清理官方会话归档集合,并对会话做四门体检(日志完整性 / 投影缓存 / 无损 JSON / 冷读),最终给出可逆、先备份的处方。不改写会话日志。
dsh-goofish-mcp
zhengjy01/dsh-goofish-mcp
闲鱼 (Xianyu / Goofish) read-only MCP monitoring for DeepSeek Harness: drives the goofish-cli MCP server (stdio subprocess) and exposes read-only tools (search / item detail / listing / IM history) under mcp__goofish__*; write-capable tools (publish / delet
dsh-model-metadata
pgjh/dsh-model-metadata
DSH 插件:按模型名在运行时查一次目录,把你在自定义网关上声明的模型该有的能力元数据补上——上下文长度、输出上限、推理等级、能否看图;插件自己不写你的设置文档。
dsh-fetch-router
leolee9086/dsh-fetch-router
Route and rewrite the harness's outbound HTTP requests by host and path, with a native right-sidebar monitor.
dsh-anchored-gpt-patch
roc-20/dsh-anchored-gpt-patch
Anchored Standard preset with GPT Patch mode: task-aware first-request anchors using the bundled OpenAI Codex apply_patch instead of edit/write. Built for GPT/Codex models.
dsh-qqbot-panel
zhengjy01/dsh-qqbot-panel
Visual web settings panel for the official @tencent-connect/dsh-qqbot plugin: manage the QQ Bot AppID/AppSecret, c2c & group access modes/allowlists, cwd and requireMention directly in the DSH web settings page (reads/writes the qqbot profile's cordis.pat
dsh-plugins
hy-sde/dsh-plugins
The rich `edit` tool for DeepSeek Harness (replace / patch / apply_patch / hashline modes) with embedded format-on-write and diagnostics — a standalone plugin with no upstream harness changes required.
dsh-todo-continuity
apex-mochen/dsh-todo-continuity
让没做完的任务清单跨回合保留。DSH 在每个回合开始时清空 todos 投影,指望模型重写整份清单,于是回合一旦被中断,计划虽然durable 地留在会话日志里,界面上却永久消失——而 todo_write 只写不读,用户和模型都拿不回来。本插件只注册一个普通的 session/event 监听器,按会话记住最后一份清单;当 turn/start 到来而那份清单仍有未完成项时,把它补折回去,投影就不再显示空计划。不 fork tool-todo、不注册任何 waterfall:插件换不掉投影(注册表对 stateVersion 不一致直接抛错),追加折叠所反应的那条事件才是够得着的缝。刻意收得很窄——只管未完成的清单、每次回合开始最多补一条、失败即放行。已用真实会话上的受控 A/B 验证:两次运行内容相同,唯一差别是插件装没装,都用真实的投影定义折叠。零依赖。
stupid-comments
nmindz/stupid-comments
Enforces your comment policy at write time, inside DeepSeek Harness. Reads the policy from your AGENTS.md or CLAUDE.md, blocks violating writes, and re-injects the policy verbatim so the model stops drifting from it.
dsh-redaction (dsh-plugin-redact)
l-ingqin12/dsh-redaction
会话日志的原地脱敏与按行回退:守住「每行 seq 必须等于它的行号」这一不变式(删中间行会让整份日志打不开)。任何写入前先把原文复制成隔离备份,并以读取端自身的语义作为写前闸门。
dsh-redaction (dsh-plugin-content-policy)
l-ingqin12/dsh-redaction
工具结果的预防式内容策略:改写命中文本,并按字段路径整段丢弃或截断,让未经审查的载荷在结果被规范化/渲染/落盘之前就进不去。随包为真空操作,不含任何内置的类别或域名黑名单。