插件
浏览、筛选并安装 DeepSeek-Harness 插件。
共 906 个插件
dsh-context-proxy
evilirving/dsh-context-proxy
按需取回薄层:context_query / context_slice / context_grep 三个工具读取已持久化的历史,引用可回放。
dsh-healthcheck
neufagents/dsh-healthcheck
面向 DSH 的会话健康体检(只读):全库扫描(总量、最大会话、体积 / 事件数超限告警)与单会话深检(尾部闭合检查、工具调用 / 结果配对、事件类型分布)。
agent-manager
let-mi-think/agent-manager
在一个设置分区里新建与配置 Agent 预设——人格提示词、勾选后注入系统提示的知识库条目清单、四个知识库工具的独立开关、按 Agent 收窄 MCP 连接,以及知识库批量导入。
dsh-set-model
john-walks-slow/dsh-set-model
为 DSH 提供动态模型切换与思考深度调节:set_model / list_models 两个 Agent 工具让模型按任务难度自主切换 provider、model 与 reasoningEffort(思考深度),强制附带切换理由,带 Provider 白名单与上下文窗口 Token 水位护栏,活跃模型注入运行时上下文;进入 Plan 规划模式自动切换到配置的规划模型,退出自动恢复日常执行模型。
novelAssist-dsh (plugin)
fenghuolinshan/novelassist-dsh
长篇小说写作插件:每本书一个 git 仓库,当前 39 个 DSH 领域工具 + Web 写作台;深度导入产候选草稿、AI 采用类写入正式资产前必过审批、确定性连续性检查(报告型)。独立开源(MIT),非 DeepSeek 官方产品;需 Node ≥ 24.11.0,当前适配 DSH 0.1.2-rc.1。
dsh-apis-plugin
xianmua/dsh-apis-plugin
把任意一套 HTTP 接口注册成 agent 可用的文档查询与请求双工具。
dsh-web-search-9router
rebron1900/dsh-web-search-9router
9router 网页搜索与网页抓取 provider,为 DeepSeek Harness 提供搜索和抓取能力。
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-port-manager
wyzh0117/dsh-port-manager
dsh 原生右侧栏页签:列出本机监听的端口及占用它的进程,并可对每个端口执行打开、复制地址、定位工作目录或结束进程。
dsh-pve
we39/dsh-pve
通过对话管理 Proxmox VE:116 个只读 + 116 个写工具,覆盖虚拟机、容器、存储、节点、集群、备份与防火墙,支持 API Token 或用户名密码(ticket)鉴权。
duo (dsh-plugin)
cz-zl/duo
DSH 有界智能体评测插件:针对提示词或受支持的配置改动,用用户提供的检查比较原版与候选,记录证据和成本,由用户决定是否采用。
dsh-github-companion
vclike/dsh-github-companion
33 个 github_* 工具,覆盖 REST 读取、Issue 写入、Git 数据写入、私有仓库创建与克隆;附带进程内权限门与成本纪律伴生 skill,无需 gh CLI。
dsh-git-manager
dayi-z/dsh-git-manager
为 DeepSeek Harness 提供 GitHub 联动的可视化 Git 管理:引导式 GitHub Flow 步骤、带 PR/CI 徽章的提交图谱、一键 GitHub 登录、PR 与 issue 管理,以及面向 Agent 的结构化 Git 工具。2.0.0 起由 gitcompass 改名而来。
dsh-task-orchestrator
hasan-aghayev/dsh-task-orchestrator
自动编排复杂的 DeepSeek Harness 请求:判断任务是否适合委派,创建考虑依赖关系的计划,分配受数量限制的 researcher、architect、backend、frontend、tester 和 documentation worker,收集结构化证据,并将结果交给最终 reviewer。该 bundle 会一起启用工作流引擎和面向模型的 subagent 工具;关闭插件时也会同时关闭完整的工具组。
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-browser-panel
imroc/dsh-browser-panel
A browser that lives in the DSH host: every session gets its own tab, the AI drives it, and you watch or take over that same tab inside the DSH Web UI — logins, 2FA, QR codes and CAPTCHAs included.
dsh-mcp-manager
ctl456/dsh-mcp-manager
Unofficial DeepSeek Harness plugin: add, remove, enable and disable external MCP servers from the Web settings page or from chat, so the harness calls their tools as native tools
dsh-step-clock
wste47/dsh-step-clock
在网页版输入框上方用一句中文显示当前正在执行的智能体步骤:步号、正在执行的工具、以及已运行多久。步骤结束后会保留该步用时,直到下一步开始,因此慢步骤事后也能查证。
dsh-engineer-tools
bycall/dsh-engineer-tools
面向软件工程师的 DeepSeek Harness 插件:注册两个模型可直接调用的 Host Tool——受工作区约束的 `git` 运行器,以及按 lockfile 自动识别 npm/pnpm/yarn/bun 并选择正确动词的包管理器运行器(`dev`)。两者都经 dsh 沙箱 shell 执行,返回规整的 stdout/stderr/exitCode,让 agent 拿到聚焦、可复核的结果而不是裸 bash;再加一个工具只需复制一个 register 块。
dsh-zsxq
zhengjy01/dsh-zsxq
Knowledge Planet (知识星球 zsxq) integration for DeepSeek Harness: cookie/QR-login auth against the unofficial web API (api.zsxq.com/v2), exposes agent tools (groups, topics, topic detail, search, publish, comment, like), a login flow, and a web settings pane
dsh-hidden-paths
gabrip780/dsh-hidden-paths
Deny an AI agent access to .env files, credential stores, keys and any path you hide — across file tools, shell commands, search selectors and run_code. A DeepSeek Harness (dsh) plugin.
dsh-app-manager
blankdevil/dsh-app-manager
A CLI application manager for discovering, monitoring, and managing installed command-line tools across package managers. DSH plugin: 7 AI-callable tools plus a web dashboard at http://127.0.0.1:3080/app-manager.