插件
浏览、筛选并安装 DeepSeek-Harness 插件。
共 67 个插件
dsh-awake
htfc786/dsh-awake
dsh-awake · 守夜人:在 agent 任务执行期间阻止操作系统休眠
clutch-dsh
cerbur/clutch-dsh
Adds a Worktree view to DSH Web UI that groups Sessions by Git worktree while keeping DSH as the source of truth.
dsh-client-vision (tool-vision)
ankye/dsh-client-vision
屏幕截图与外部视觉识别:take_screenshot、list_windows、analyze_image、view_image 四个工具,可配置 GPT 视觉通道(gpt-5.5 / gpt-5.6-sol / gpt-5.6-terra),API Key 经凭据服务存储,带设置卡片;view_image 在 Web 对话中显示截图,模型上下文只保留文字。
dsh-fail-soft
lanbaolu/dsh-fail-soft
自动隔离损坏插件,让 DSH 在坏插件面前照常启动:坏插件被禁用、其余插件正常装配,提供隔离管理与一键恢复 UI(deepseek-harness plugin that quarantines broken plugins so the service keeps booting, with status tools, a one-click restore panel and auto patch adaptation)
bookkeeping
johnxu22786/bookkeeping
dsh 的对话式记账插件:聊天即可记账(严格金额校验、自然语言日期、自动分类),并支持查询、报表、CSV/HTML 导出和月度预算,数据存于本地 SQLite 账本。
dsh-power-awake
bole1001/dsh-power-awake
Prevent the computer from sleeping while Harness is running. Toggle at runtime through a model-facing tool.
cn-linebreak
chiang21fcb/cn-linebreak
中文网页文案断行静态审查与修复工具:检查显式 <br> 孤字行、keep-all 覆盖、标点禁则、保护词被拆等问题,并在自然停顿处自动插入 <wbr>;提供 cn_linebreak_audit 工具供代理调用。
dsh-self-evolve
jianghuife/dsh-self-evolve
Hermes-style self-evolution for DeepSeek Harness: a skill_manage tool that lets the agent save proven procedures as skills, prompt guidance for when to save them, usage tracking, and a background curator that keeps the self-authored skill library healthy
dsh-translator
jannchie/dsh-translator
A DeepL-style translation surface for dsh: replaces the shell's root frame with a two-pane translator driven by a tool-less agent preset, keeping the shipped settings panel (models, providers, plugins) intact
dsh-plugin-wiki-tools
lion-1209/dsh-plugin-wiki-tools
Obsidian wiki vault 原生工具:wiki_query、wiki_write、wiki_rename、wiki_scaffold、wiki_archive、wiki_lint 覆盖 BM25 链接图检索、带 sha256 源追踪的簿记式写入、全库改名、模式化脚手架、源归档与健康检查,并内置跨进程锁与可选 git 自动提交。
dsh-mask
perrylink/dsh-mask
PII masking middleware for DeepSeek Harness: anonymize names, phones, emails, ID cards, bank cards, keys, and addresses to placeholders before they reach the model, restore them at the display layer, keep the restore table only in memory and a controlled
secret-guard
johnxu22786/secret-guard
拦截 agent 对敏感文件(.env、凭据、密钥材料)的读写,对工具结果中泄露的机密形状内容做掩码兜底,记录审计日志,并提供永不输出原始值的 sg_* 安全检查工具。
dsh-preset-anchored-standard
ruby1304/dsh-preset-anchored-standard
Minimal 锚定的 agent preset:request #1 仅保留真实 bash + str_replace_editor 工具对并剥离自动注入上下文,晋升后开放完整 Standard 工具目录,并注入一次性后台 job 提示纠正 sleep 前台轮询惯性。
dsh-funnel
yuanyuanma03/dsh-funnel
摄入时点的工具输出治理:保留 error/warning 行与头尾,全文落盘留指针供模型按需读回;覆盖所有返回文本的工具,小结果原样通过。
dsh-memory-director
ljsysfurryace/dsh-memory-director
LLM 驱动的记忆记/忘插件:每轮对话后由模型决定记住什么/忘记什么(MemoryDirector),请求前注入相关记忆,自动去重,跨会话持久化。
dsh-compaction
ljsysfurryace/dsh-compaction
压缩后端:用确定性语义提取器替换 LLM 摘要(保留代码/路径/命令,剔除闲聊),附带 28.4x KV 压缩记账。
dsh-branch-review
chouyong/dsh-branch-review
为相关 DSH 会话分支记录人工决策:保留、淘汰或待跟进,并保存理由、标签与外部链接。
dsh-archived-conversations
aks1st/dsh-archived-conversations
侧边栏底部的已归档对话列表,可只读预览最近消息;针对产品刻意隐藏且无法重新打开的归档会话。
dsh-process-fold
uigdwunm/dsh-process-fold
把每轮 DSH Web 会话中的思考、工具调用和上下文合并为可展开的过程框,默认显示最新两项,同时把用户对话、交互式提问和最终回答留在框外。