开发与运行时
59 个精选的 开发与运行时 DeepSeek-Harness 插件
共 72 个插件
oh-dsh
hust-open-atom-club/oh-dsh
社区发行版:TUI、桌面端与 Web UI 统一体验,分层安装、一步到位。
forkprobe
jayden-x-l/forkprobe
同一任务并行试跑多个技能,对比结果选出最优。
plugin-registry
vlln/plugin-registry
插件生态基建:浏览器面板管理官方 repository 插件(0 patch)+ make-dsh-plugin 插件开发引导技能。
dsh-multica-runtime
multica-ai/dsh-multica-runtime
Support dsh runtime on Multica.
dsh-multica-runtime
forrestchang/dsh-multica-runtime
让 dsh 运行时跑在 Multica 上。
dsh-user-experience
dietcokewithsugar/dsh-user-experience
帮你发现项目中可能存在的用户体验问题:自动走查 React/TypeScript 源码,定位问题并给出具体优化建议。
dsh-plugin-check
omdsh-dev/dsh-plugin-check
插件健康检查:扫描清单协议/patch 格式/构建陷阱,零依赖只读。
dsh-plugin-template
bugmaker2/dsh-plugin-template
Template for deepseek-harness plugin development.
deepseek-plugin-store
ericwong5021/deepseek-plugin-store
DeepSeek Harness 独立社区插件商店:发现、安装并提交经过验证的插件、工具与扩展。 | Independent community plugin directory.
dsh-security-audit
omdsh-dev/dsh-security-audit
本机安全审计:配置/插件来源/会话/网络暴露面,只读脱敏风险报告。
dsh-session-health
omdsh-dev/dsh-session-health
会话文件帧级扫描诊断(torn/损坏/空会话检测)。
fabric
omdsh-dev/fabric
类似 MC Fabric 的 hook 处理器。
dsh-fail-logger
areium/dsh-fail-logger
全模式调用工具失败自动实录:把原生工具 / PTC run_code / 代码内嵌工具调用的失败错因去重计数后写入 skill,越用越少错。
dsh-context-doctor
zhenyu98/dsh-context-doctor
上下文注入审计:统计指令链/技能目录/工具 schema 的 token 成本,检测重复与冲突。
dsh-git-identity
loserfox/dsh-git-identity
git 提交固定使用环境自身作者身份,环境变量注入压过一切 `git config` 设置。
dsh-updater-ui
xingyingyuzhui/dsh-updater-ui
设置页中的 DSH 自助更新器:一键检查/拉取(git pull --ff-only)、自动后台检查、版本对比与更新说明预览,带红点提醒。
dsh-webui-auth
yuuz12/dsh-webui-auth
WebUI 身份认证:HTTP/传输层强制登录(资源、插件 bundle、/api、WebSocket 四层防护),服务端会话 + HttpOnly Cookie。
dsh-annotate
bramblexu/dsh-annotate
面向 Vibe Coding 的浏览器元素标注插件:直接选取页面元素,并将结构化视觉反馈发送给 DeepSeek Harness Agent。
plugin-template
omdsh-dev/plugin-template
插件模板仓库(基于 turtle-ui 官方仓库)。
dsh-evolve
william-jin-cmu/dsh-evolve
自进化:agent 在会话内给自己热挂载/卸载持久化插件。
dsh-eval-harness
biboyang/dsh-eval-harness
DSH 插件评测框架:YAML 用例驱动真实 headless agent,断言工具调用/参数/返回与 token 用量,baseline 门禁做 CI 回归。
qiushi-dsh-evidence-audit
030611/qiushi-dsh-evidence-audit
把工具结果与会话事件的 receipt 写入本地哈希链 JSONL,不保存提示词、工具参数、结果正文或原始会话 ID。
dsh-verification-receipt
030611/dsh-verification-receipt
把每轮工具计数与粗粒度验证信号写入本地 JSONL,不保存提示词、工具参数或结果正文。
dsh-testgen
bujue600-arch/dsh-testgen
自动化单元测试生成:/testgen 命令与 generate_tests 工具,生成、运行并修复测试直至通过(LLM 与离线模板双生成器;支持 vitest/jest/mocha/node:test)。