跳过主要内容

插件

浏览、筛选并安装 DeepSeek-Harness 插件。

共 236 个插件

V

dsh-memory-archive

vv5v5/dsh-memory-archive

面向 DeepSeek Harness 的记忆库 + 提示词查看器:把被压缩折叠掉的内容重新变得取得到——浏览历史会话或 Tavern 周目归档(摘要、原文、状态)并全文检索;逐轮查看模型真正收到的提示词,列出每个 system 段落的顺序、字数、偏移、哈希与可变性,附装配地图、注册表导出,以及段落为空或日志读不出时的如实诊断。可选一键生成 RP preset。

017小时前记忆
Z

dsh-snippets

zhang24xiao/dsh-snippets

管理 DSH Web 界面的 CSS 与 JS 代码片段:启用的 CSS 注入为 style 元素,启用的 JS 在页面内执行;提供侧栏底部快捷开关,设置里在「插件」下自带一张卡片,并可选本地文件夹监听与 Gist 同步。

04天前UI 增强MIT
S

dsh-change-review-live

sujingkpo/dsh-change-review-live

实时审查插件:追踪会话内 write/edit 工具调用,改动列表常驻输入框上方,点开即在插件自注册的右侧栏标签页里查看行级 diff,支持「会话记录 / 初始版本 / Git 版本」三种对比、单项与整文件撤回、子代理聚合与 SSE 实时刷新,配色可自定义;fork 自 cirelir/dsh-change-review,审查界面整体重构到右侧栏。

0昨天UI 增强MIT
T

dsh-data-agent

tomowang/dsh-data-agent

DeepSeek Harness 的数据库连接与 SQL 插件:注册数据源,浏览并注释表结构,通过 AST 校验执行 SQL(每个数据源可单独切换只读),并渲染柱状图、折线图和饼图,可在对话或设置页中使用。

0前天工具与能力MIT
A

dsh-locale-tr

aytacbilgisayar-hub/dsh-locale-tr

Turkish (Türkçe) language pack for DeepSeek Harness (dsh) — a client plugin that registers the 'tr' UI locale.

09天前UI 增强MIT
B

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 块。

06天前工具与能力MIT
V

dsh-web-tavily

vvilliam-qwq/dsh-web-tavily

Tavily-backed search provider for dsh: registers the `tavily` provider on ctx.web so the web_search tool runs against the Tavily Search API

05天前模型与账号接入MIT
F

dsh-git-panel

fengbinmov/dsh-git-panel

External dsh Web GUI plugin: a Git tab (changes, staging, commits, diffs, history, branches, remotes) registered as a Conversation View, packaged as a dsh profile bundle

05天前Git 与代码评审MIT
Z

dsh-qqmail

zhengjy01/dsh-qqmail

QQ Mail (and any IMAP/SMTP mailbox) for DeepSeek Harness: registers qqmail_* agent tools that list, search, read, send, reply to, flag and download mail through IMAP/SMTP with a QQ Mail authorization code (no OAuth, no 2FA redirect), plus a `qqmail` CLI a

05天前MCP 与连接器MIT
1

dsh-command-palette

1921622004/dsh-command-palette

Command palette (⌘K) for the DeepSeek Harness Web GUI: keyboard-first quick entries over sessions, settings, and actions, with a customizable hotkey and a register extension point.

06天前工具与能力
J

dsh-session-log-repair

jsoncode/dsh-session-log-repair

DSH session-log repair plugin: scan every stored session, detect a seq collision in the committed region or a torn trailing record, and repair it from a one-click Web UI, model tools, or the /dsh-session-log-repair command. Installing it also registers it

011天前UI 增强
A

dsh-honeybee

artenx/dsh-honeybee

Routes DSH filesystem, shell, subprocess, and PTY operations to local, SSH, and Docker execution nodes, with a node registry, an authentication gate, a mobile-aware management UI, and per-workspace custom project instructions.

08天前安全与权限MIT
Z

dsh-vercel-mcp

zhengjy01/dsh-vercel-mcp

Vercel MCP connection for DeepSeek Harness: official OAuth 2.0 flow (dynamic client registration + PKCE) against mcp.vercel.com, Vercel API tools under mcp__vercel__*, and a web settings panel

010天前MCP 与连接器MIT
Z

dsh-npm

zhengjy01/dsh-npm

NPM registry management for DeepSeek Harness: query package info, list versions, search packages, and publish/deprecate packages — registry info via HTTP API, publish via the npm CLI with optional token injection, plus a web settings panel

010天前UI 增强MIT
V

dsh-web-search-anysearch

vincibeans/dsh-web-search-anysearch

AnySearch-backed WebSearchProvider for DeepSeek Harness (dsh): register AnySearch's /v1/search, switch explicitly between the official DeepSeek search endpoint and AnySearch from the Plugins settings page card, compatible with dsh v0.1.2-alpha.1 ~ rc.1 (s

012天前工具与能力MIT
A

dsh-todo-continuity

apex-mochen/dsh-todo-continuity

让没做完的任务清单跨回合保留。DSH 在每个回合开始时清空 todos 投影,指望模型重写整份清单,于是回合一旦被中断,计划虽然durable 地留在会话日志里,界面上却永久消失——而 todo_write 只写不读,用户和模型都拿不回来。本插件只注册一个普通的 session/event 监听器,按会话记住最后一份清单;当 turn/start 到来而那份清单仍有未完成项时,把它补折回去,投影就不再显示空计划。不 fork tool-todo、不注册任何 waterfall:插件换不掉投影(注册表对 stateVersion 不一致直接抛错),追加折叠所反应的那条事件才是够得着的缝。刻意收得很窄——只管未完成的清单、每次回合开始最多补一条、失败即放行。已用真实会话上的受控 A/B 验证:两次运行内容相同,唯一差别是插件装没装,都用真实的投影定义折叠。零依赖。

06天前会话与消息MIT
A

dsh-reasoning-only-guard

apex-mochen/dsh-reasoning-only-guard

防止「只有推理、没有正文」的一轮把整个会话变成不可用。某一轮没有可见文本也没有 tool-call 时,assistant 消息会以空内容落盘,此后该会话的每一次请求都会被网关以 "content or tool_calls must be set" 拒绝,会话彻底死亡且无法再从对话里找回。本插件只注册一个 llm/stream waterfall 监听器,且仅当这一轮没有任何可见产出时,在终止 finish 之前注入一小段文本,使落盘消息永远不为空。附带 DSH 自带 mock 造不出的夹具(严格只有推理的 SSE 服务,因为 llm-mock-server 不允许空 successText,且 reasoning_success 总会再补一段正文),以及把真实落盘会话经 DSH 自己的 serializeMessages 重放的端到端复现。属预防而非修复。零依赖、单文件、不访问进程与文件系统。

06天前会话与消息MIT
9

dsh-plugin-market

99galaxy/dsh-plugin-market

在 DSH 设置页浏览 awesome-dsh-plugin 目录:按分类或已安装状态筛选,按名称或简介搜索,按 Star、下载量、名称或收录时间排序,一键把插件装进当前 profile。另外两个标签页分别列出已安装的插件、以及其中有更新版本的,并可一键更新。目录在本地缓存一小时,官方源不可达时依次回退到镜像、CDN 与 npm registry。

020小时前开发与插件工具MIT
G

dsh-plugin-development

gezi-wen/dsh-plugin-development

携带一份技能,讲怎么开发、调试、发布 DSH 插件——host/client 双半包骨架、把 fork 挂进丢弃式 profile 开发、发布到 GitHub 与 npm,以及发布过程中实际踩到的坑。安装插件即注册该技能。

0昨天技能包MIT
Z

dsh-anysearch

zhitiaojun/dsh-anysearch

给 agent 用的 AnySearch 搜索工具:通用与垂直域搜索、并行批量查询、垂直域目录发现、网页转 Markdown,并在设置中提供 API Key 面板。它注册独立工具而非 web_search provider,不能与 @anysearch/anysearch-dsh 同时安装。

08天前工具与能力Apache-2.0
S

dsh-provider-login

shaneconner/dsh-provider-login

Sign in to DeepSeek Harness model providers with a subscription: drives the OAuth flows the harness registers but never exposes.

022天前模型与账号接入MIT
P

dsh-cert-mcp

perrylink/dsh-cert-mcp

Read-only MCP server over the DSH plugin-certification registry, exposing a plugin certification grade, its snapshot and the five-dimension evidence behind it.

018小时前开发与插件工具Apache-2.0
A

dsh-honeybee (dshb)

artenx/dsh-honeybee

为 DSH 提供多节点执行路由,将文件系统、Shell、子进程和 PTY 操作分发到本地、SSH 与 Docker 执行节点,并包含节点注册表、认证门禁、移动端管理 UI,以及可注入新对话的工作区自定义项目指令。

0昨天集成与远程MIT
Z

dsh-zhihu

zhengjy01/dsh-zhihu

为 DeepSeek Harness 提供知乎能力:包装本机 pyzhihu-cli 为 18 个 zhihu_* 工具——14 个只读(搜索/热榜/问题/回答/用户/推荐流/话题/通知/收藏夹)与 4 个发布类工具(readOnly 关闭前不注册)——并在侧栏提供 Web 面板做登录、配置与查询。

08天前工具与能力MIT