插件
浏览、筛选并安装 DeepSeek-Harness 插件。
共 26 个插件
AI-Novel-Writer (dsh-ai-novel-writer)
ethanyoq/ai-novel-writer
安装专用 AI 小说创作预设与工作台:提供带修订号的本地项目资产、紧凑侧边工作台,以及需要原生审批的逐文件变更。
openguardrails
openguardrails/openguardrails
Auto mode for DeepSeek Harness (dsh): an Auto entry in the Permissions selector whose approval prompts are answered by OpenGuardrails policy instead of a human — plus the full OGR guard engine underneath. No core changes.
dsh-plugin-market
springbrand-lab/dsh-plugin-market
设置页里的插件市场,可操作本机任意 profile 而不只是当前运行的那个:在 web、headless 及其他 profile 上安装、更新、卸载,带安装脚本风险提示,已装视图同时覆盖目录之外的 profile 依赖,改动当前 profile 时自动重启 DSH。
dsh-plugin-diff-review
civitasv/dsh-plugin-diff-review
Codex-style diff review in a floating panel: per-round session changes plus a git workspace view with stage/revert/commit/push and a history timeline.
upstream-radar
micromilo/upstream-radar
面向 DSH 插件的常驻依赖安全监控:追踪实际安装路径、OSV 漏洞、npm 发布和破坏性更新信号,再把项目证据交给 DSH Agent。
dsh-recall
mongfayi/dsh-recall
Message recall (撤回) plugin for the DSH Web UI: one undo button on each user message that removes the turn and everything after it, durably, without reverting code changes.
dsh-boot-guard
saisenbox/dsh-boot-guard
独立于常规客户端插件加载链的 DSH Web 启动救援工具,可定位疑似故障插件、临时跳过,并且只恢复 Boot Guard 写入的配置。
dsh-negative-ledger
akslcw/dsh-negative-ledger
证据约束的负面知识账本:记录被证伪的路径(command_failed / file_missing)及其结果与前置条件证据,重复尝试时警告或拦截,证据变化后自动解除。
dsh-vscode-review (dsh-review-changes)
tlyer233/dsh-vscode-review
Web 输入框上方的 Review Changes 面板与 VS Code 侧栏桥:发送编辑器选区、把文件/文件夹拖成 tag,并批量接受/撤回列表中的全部文件。
dsh-what-changed
sjh9714/dsh-what-changed
在会话顶栏审阅本次会话 Agent 写过的所有文件,按文件列出逐处改动,被权限拒绝的写入单独计数不算改动。
folder-tree-sh
nothree-code/folder-tree-sh
工作区文件树插件:多标签预览(文本/DOCX/PDF/Markdown/CSV/图片)、Markdown 内联编辑、Git 变更面板与右键文件操作(重命名/删除/复制/移动/新建)。
dsh-review-loop
wuxiangru915/dsh-review-loop
增量代码审查插件:批准一批改动后只审查检查点之后的新改动,提供 Web 审查面板与 `/review` 命令,并把审查意见注入回 agent。
dsh-file-mount
acefun29/dsh-file-mount
Incremental file mounting with read dedupe: mounted line ranges are never re-sent to the model, on-disk changes invalidate and remount, with a Mounted Files tab and token-savings accounting.
dsh-web-terminal
iamsee123/dsh-web-terminal
Local terminal plugin for the DeepSeek Harness web GUI: a multi-tab xterm.js panel over real node-pty shells, streamed through a WebSocket route on the host process. Hot-pluggable — mounted via the web profile bundle list, no dsh source changes.
dsh-archive-manager
saikel-orado-liu/dsh-archive-manager
Archived-session management plugin for the DSH Web GUI — show archived, unarchive, and permanently delete sessions with zero changes to official packages.
dsh-mascot
falser101/dsh-mascot
可拖拽的猫狗悬浮伴侣,表情随当前会话变化,在 Companion 设置页里换皮肤。
dsh-theme-switch
kinmat-a/dsh-theme-switch
DSH 主题切换:自动检测已安装的皮肤/主题,在设置页一键互斥切换,全部停用时回退官方默认外观,切换即时生效并跨重启保留。
dsh-git-status
wongzexu/dsh-git-status
专精于 Git 分支与状态处理:Web 右缘 Git 状态浮窗,commit DAG 泳道图、未提交改动与 stash、行内 diff,右键分支/tag 切换、合并、重命名、删除、新建,一键拉取全部远程。
dsh-remote-ssh-ops
weisiren000/dsh-remote-ssh-ops
DSH SSH 远程运维:通过 SSH 或一次性配对码的 remote-hostd 连接服务器,执行命令、管理后台任务、读写远程文件并审阅变更(host_pair/host_bash/host_jobs/host_read_file/host_write_file/host_review_changes)。
dsh-git-guard
bibibala/dsh-git-guard
Git-aware write guard plugin for DeepSeek Harness: blocks whole-file writes that would overwrite the user's uncommitted changes, and reports what happened to protected files at turn end
gdkanban
alpha961/gdkanban
搞定看板 (gdkanban) — a DSH web GUI task board with custom categories, per-task workspace binding, and dual list/kanban views. Tasks execute for real through dsh sessions (session.prompt). Hot-pluggable, no dsh source changes.
dsh-bundle-vision
skillre/dsh-bundle-vision
Vision bundle + plugin for DeepSeek Harness: the describe_image tool reads local images and asks any configured multimodal route, with zero core changes
dsh-tool-edit
hy-sde/dsh-tool-edit
The rich `edit` tool for DeepSeek Harness (replace / patch / apply_patch / hashline modes) with embedded format-on-write and diagnostics — a standalone plugin with no upstream harness changes required.
dsh-login
ravenli059/dsh-login
Password gate for dsh-web: opening the web port requires a username/password login; account credentials are stored salted+scrypt-hashed and AES-256-GCM encrypted in a local config file under $DSH_HOME. Host-only cordis plugin, no dsh source changes.