插件
浏览、筛选并安装 DeepSeek-Harness 插件。
共 46 个插件
dsh-sseye
jhuanxx44/dsh-sseye
DeepSeek Harness 里的 LLM 调试台:在 llm/stream 层完整捕获每次模型调用(请求参数、流式块、用量、真实 wire 协议),以 DevTools 风格停靠面板展示,支持上下文共享前缀折叠对比、wire JSON 重建、JSON 导出与运行时可调的抓取策略。
skill-framework
johnxu22786/skill-framework
以单个 Cordis 插件打包一整套工程方法论技能库:14 个 Agent Skills(规划、测试、排障、评审、交付)注册到 DeepSeek Harness 的 ctx.skills。
chrome-faithful
bpc-oss/chrome-faithful
按精确 Profile 名控制你真实已登录的 Chrome 浏览器:MCP 服务器 + MV3 扩展 + 认证本地桥接,提供标签页、定位器、文件注入、媒体导出与持久滚动采集,不使用调试 Profile 或远程调试端口。
dsh-http-tools
lussey820/dsh-http-tools
HTTP/API 调试工具集:全参数 HTTP 请求(method/headers/body/auth)、curl 命令解析与一步执行、会话内请求历史与响应并排对比、分页 Link 头透出;配合可选 dsh-http-tools-ui 提供 DeepSeek 风格工具卡片。
dsh-payload-capture
moeblack/dsh-payload-capture
Capture every upstream model API payload to JSON (debug & observability).
dsh-inspector
cocosgt/dsh-inspector
检查并管理当前 dsh 会话生效的指令链与项目技能,支持就地创建与编辑——所见即模型所得。
dsh-failure-capsule
yiharvest/dsh-failure-capsule
DeepSeek Harness 的本地优先故障证据包:工具或 Agent 失败时自动整理脱敏 ZIP,记录失败前的状态、环境与插件组合。
dsh-feishu
itr-del/dsh-feishu
DeepSeek Harness 的飞书/Lark 私聊桥接插件,支持 `dsh plugin add` 一键安装,配套完整调试文档。
dsh-step-trace
hj01857655/dsh-step-trace
Record every step the agent took, and walk through it forwards and backwards to find where it went wrong.
dsh-connectors (browser-connector)
azhe0306/dsh-connectors
浏览器自动化连接器:用 DevTools 协议直接驱动本机 Edge/Chrome,零运行时依赖——可启动无头的一次性 profile 浏览器,也可接管用 --remote-debugging-port 启动的浏览器;通过 11 个工具完成打开页面、读取正文与可交互元素、点击、填表与截图。
dsh-wx-preview
zhxnix/dsh-wx-preview
在 DSH 右边栏预览原生微信小程序,提供本地运行时与 WXML 源码定位。
dsh-llm-trace
wpeng77/dsh-llm-trace
线路层 LLM 检查器:抓取模型调用的原始 HTTP 请求与响应报文,经 llm/stream 瀑布把每次抓取归属到发起它的会话。请求面板把报文渲染成带每节点大小的可折叠树——实测一次请求有 98.6% 是单个 973 项的数组——响应面板则把 OpenAI 风格的 SSE chunk 流重新组装成推理、正文、工具调用与用量。在对话栏标签页与本地查看页展示。
dsh-android-pane
hoyyang/dsh-android-pane
在 DSH 对话旁打开 Android 设备实时画面面板:scrcpy-server H.264 串流(WebCodecs 硬解 30-60fps),agent 可点按/滑动/输入并自动回截图验证,uiautomator 控件树带点按坐标,host 托管录屏+logcat 调试会话;FLAG_SECURE 安全页面自动识别、缓解链与控件树文本降级。模拟器与 USB 真机通吃,人机共屏,会话隔离,仅限本机回环。
dsh-weixin-minigame
mrtrujay/dsh-weixin-minigame
Preview, debug (logs and screenshots), and publish WeChat Mini Games inside the dsh Web GUI, through the official mini game helper service
dsh-desktop-shell
ringolink/dsh-desktop-shell
Turn the DeepSeek Harness Web UI into a real desktop application from inside DSH: one plugin that provisions a portable launcher (native WebView2 window, tray residency, silent backend start, readiness gating, debug console) plus desktop/start-menu shortc
dsh-plugin-development
gezi-wen/dsh-plugin-development
携带一份技能,讲怎么开发、调试、发布 DSH 插件——host/client 双半包骨架、把 fork 挂进丢弃式 profile 开发、发布到 GitHub 与 npm,以及发布过程中实际踩到的坑。安装插件即注册该技能。
dsh-logbook
d3vmeh/dsh-logbook
Makes ctx.logger output visible: a /logs chat command over a full-capture ring (level, name, grep, since filters) plus a default-on stderr exporter for warnings and errors, configurable per plugin; works headless. Also documents that dsh's default log buffer silently drops warn and debug records.
dsh-error-explainer
mkaliezz/dsh-error-explainer
DSH plugin: dsh-error-explainer
dsh-frontend-inspector
lovstudio/dsh-frontend-inspector
Lovstudio dev click-to-source for DeepSeek Harness web: runtime-only, reads React _debugSource on Shift+Option click and opens the editor. No build-time markers; works in vite dev (jsxDEV __source).
dsh-tool-debug
hy-sde/dsh-tool-debug
The `debug` tool for DeepSeek Harness — a model-facing Debug Adapter Protocol tool with 28 operations (launch/attach, breakpoints, continue/pause/step, threads/stackTrace/scopes/variables/evaluate, disassembly, memory, modules, output, terminate) over the
dsh-jwt
zhijiangtang/dsh-jwt
解码 JWT 便于调试(不校验签名),并提示是否过期。
dsh-plugin-lion-skills
lion-1209/dsh-plugin-lion-skills
Lion-Skills——面向开发者的中文 agent 技能套件 DeepSeek Harness 插件,含 11 个代码评审、调试、测试、写规格等技能。