編集者注

imsai-sh/awesome-deepseek-harness-plugins

Curated community plugin directory and live marketplace for DeepSeek Harness.

これは DeepSeek Harness(DSH)プラグインです。当サイトは GitHub README、インストール情報、メンテナンス状況、公開セキュリティシグナルをまとめています。

DSH 1024Store

面向 DeepSeek Harnessdsh)生态的社区插件目录,共收录 2676 个插件(含 PR 收录与 GitHub dsh-plugin topic 自动发现),目录数据更新于 2026-08-15。

这里主要展示可安装的插件。每个插件由各自作者独立开发和维护,收录仅表示其通过了目录的基础格式校验。

在线网站 · 英文目录 · 提交插件

GitHub Stars

如果这个目录帮你找到好用的插件,欢迎点个 ⭐ Star,让更多 DeepSeek Harness 用户看到它。

安装插件并计入统计

网站优先提供开源包装 CLI;它会调用官方 DeepSeek Harness 插件命令、校验 profile 的真实安装结果,并把匿名安装结果可靠地上报到排行榜:

npx @dsh-1024store/cli add <owner>/<repository> --profile web

仓库标识和 --profile 之外的参数会原样传给官方 CLI;参数可能与包装器冲突时可放到 -- 后,例如 ... -- --ignore-scripts --reporter append-only。透传参数不会写入遥测或本地 receipt。

统计身份是保存在 $DSH_HOME/.dsh-1024store/ 的随机安装实例 ID,不是实名用户或账号。CLI 不上传命令输出、路径、用户名、环境变量、会话内容或原始错误;可用 npx @dsh-1024store/cli telemetry disableDO_NOT_TRACK=1DSH_1024STORE_TELEMETRY=0 关闭。直接使用官方 dsh plugin 命令仍然可用,但不会计入 DSH 1024Store 安装统计。详细字段、口径、存储和部署方式见 安装统计设计,CLI 源码见 apps/cli

提交插件

使用 Agent Skill 提交(推荐)

如果你使用 Codex、Claude Code、Cursor 或其他兼容 Agent Skills 的编程助手,可以安装本仓库提供的提交 Skill:

npx skills add imsai-sh/awesome-deepseek-harness-plugins --skill submit-dsh-plugin -g

安装后告诉助手:

使用 $submit-dsh-plugin 检查并提交我的 DeepSeek Harness 插件。

该 Skill 会检查插件仓库、生成唯一允许提交的目录 JSON、验证变更范围,并在获得授权后创建 PR。静态审查通过的非草稿 PR 会自动合并;合并后 CI 自动同步目录到网站数据库并刷新本 README,贡献者和维护者都不需要手工更新任何生成文件。查看 Skill 源码

手动提交

欢迎把你的 DeepSeek Harness 插件提交到本目录。请阅读 CONTRIBUTING.md,通过 PR 提交一个新的结构化插件文件;自动审查将验证提交范围和最基础的 DeepSeek Harness 插件配置,通过后自动合并,并由 CI 自动同步到网站与本 README。

安装命令:npx @dsh-1024store/cli add <owner>/<repository> --profile web

项目定位

本项目与 awesome-dsh-plugin 都服务于 DeepSeek Harness 插件生态。在继承其目录数据与社区整理思路的基础上,本项目重点补充两类能力:

  • 自动发现与校验:定期扫描 GitHub 上带有 dsh-plugin topic 的仓库,校验 package.jsondsh.bundle 及插件补丁路径,并以结构化 JSON 提交、自动审查和自动同步维护目录。
  • 在线插件市场:提供功能较完整的 deepseek1024.com 网站,支持搜索、分类筛选、排行榜、插件详情及 GitHub 活跃度数据浏览。

项目结构

catalog/plugins/    插件提交表单与 curated 元数据(每个插件一个 JSON)
catalog/categories.json  分类定义(唯一分类信源)
skills/             面向贡献者的可安装 Agent Skills
apps/cli/           上报安装统计的开源包装 CLI
apps/web/src/       React + Vite 前端
apps/web/worker/    Cloudflare Worker API 与数据刷新(唯一读写 D1 的进程)
packages/dsh-1024store/  1024 品牌的 DSH 设置页内插件市场
scripts/            提交审查、目录同步与 README 生成脚本

线上目录数据的唯一信源是 Cloudflare D1;本 README 与 catalog/README.md 由 CI 从目录 API 全量生成,职责划分见 仓库布局

本地运行与部署

需要 Node.js 22+、npm 10+。本地开发:

npm ci
cd apps/web
npx wrangler d1 migrations apply dsh-store-star-history --local
cd ../..
npm run dev

浏览器访问 http://127.0.0.1:5173。如需完整 GitHub 数据,可在 apps/web/.dev.vars 中配置 GITHUB_TOKEN;本地接收安装事件还需要一个至少 32 字符的 INSTALL_CLIENT_HASH_SECRET

部署到 Cloudflare Workers:

cp apps/web/.env.example apps/web/.dev.vars
# 在 apps/web/.dev.vars 中填写 GITHUB_TOKEN 和 INSTALL_CLIENT_HASH_SECRET
npx wrangler login
npm run build
cd apps/web
npx wrangler d1 migrations apply dsh-store-star-history --remote
npx wrangler deploy --secrets-file .dev.vars

wrangler.jsonc 已声明 KV、D1、Durable Object、Cron 定时任务和静态资源配置。生产环境要先执行 npm run db:migrate:remote,再部署 Worker;完整顺序、GitHub API 限额和费用估算见 Cloudflare 插件发现运维文档,公开 API 见 API 参考。请勿提交 .dev.vars

致谢

感谢以下项目为本目录提供基础与参考:

插件分类

UI 增强

  • deepseek-harness-tui — Rust/ratatui 终端客户端,直接使用 DSH SDK JSON-RPC 协议,支持独立运行或作为 profile bundle 加载。
  • ds-api-usage — 在设置页展示 DeepSeek API 余额与最近 24 小时用量,包括估算消费、Token、请求次数和按小时时间线。
  • dsh-101 — DSH 文档阅读模式。
  • dsh-annotation — 选中文字→批注→随消息发送,回复按批注逐条对照。
  • dsh-answer-pet — 蓝鲸桌面宠物:按会话实时展示回答进度、模型动作与工具调用轨迹、token、输出速率与耗时,并支持多会话状态卡片展开和收起。
  • dsh-at-file — Codex 风格的 @file 文件引用,输入框里直接搜索并引用工作区文件。
  • dsh-auto-continue — DSH Web 请求中断自动续跑:网络、超时或宿主崩溃等非人为失败后自动发送「继续」,支持错误分类、自适应退避、模板化继续文本与浏览器通知。
  • dsh-balance-meter — 输入框 dock 显示 DeepSeek 账户余额与会话花费,自动拉取官方定价,支持高峰/低谷计价。
  • dsh-balance-plugin — dsh 网页侧边栏的 DeepSeek 余额与 token 用量监控:今日/累计切换,并按 provider 过滤其他厂商。
  • DSH-better-sidebar — 侧边栏完整工作台:内置文件渲染编辑、终端、Git 与子代理,支持三方插件注册新 Tab。
  • dsh-builtin-toggles — 为 DSH Web 添加官方内置插件目录、搜索与状态说明,并提供经过审核的安全 UI 插件开关。
  • dsh-calculator — 右侧面板展示 DeepSeek API 费用(当前会话 + 全部会话累计)与账户余额,内置官方计价与峰谷计价支持。
  • dsh-chat-outline — 对话栏左侧常驻大纲:按轮次列出提问与最后回复,支持关键词过滤与一键跳转。
  • dsh-cost-meter — 会话与当日 API 费用统计、预算图框(已用%)、官方余额、历史看板,支持峰谷计价与官方价格一键同步。
  • dsh-cost-meter — Web UI 美元成本徽标:头部显示会话总成本、每条回复结尾显示该轮成本,悬停看分项。
  • dsh-deeplink?session= / ?workspace= 深链直达指定项目对话。
  • dsh-deepseek-billing — 在 Web UI 侧边栏显示 DeepSeek 账户余额和当前会话费用估算。
  • dsh-diff-viewer — PiUI 风格 diff 查看器,替换 write/edit 工具调用的默认 DiffBlock。
  • dsh-drag-and-drop — 拖放 fork:文档以可删除「文件芯片」挂在输入框上方,不打字也能发送。
  • dsh-drag-and-drop — 跨平台文件拖拽与原始路径插入,无需复制文件。
  • dsh-file-mentions — DSH 回复中的文件路径可点击:Codex 风格行内打开、文件管理器定位、回合尾部文件 chip 列表。
  • dsh-file-uploads — 从 Web 输入框上传任意本地文件,以待发送卡片展示,并在设置中管理已存文件。
  • dsh-files — 文件上传(彩色附件卡片、会话隔离存储、sha256 去重、TTL 清扫)+ 内容嗅探的 read_document 文档读取(PDF/DOCX/XLSX/TXT)。
  • dsh-focus-chat — 「聚焦会话」精简视图,只关注最终产出结果。
  • dsh-genui — 助手回复内渲染交互式 UI 组件:布局、图表、表单、测验、mermaid、3D 场景与回传事件循环。
  • dsh-hud — HUD 状态面板:Git 状态、MCP 服务器、技能列表、模型与 token 用量,悬浮侧栏一览无余。
  • dsh-message-preview — 右侧用户消息导航条,根据消息数量与可用高度自适应排布导航块,并支持悬停预览、键盘操作与点击跳转。
  • dsh-mic-input — 输入框麦克风语音输入:浏览器 Web Speech API 实时转写,自动去重/续听、智能标点,支持语言与自动发送设置。
  • dsh-milestone — 右侧圆点时间轴导航条,点击跳转到任意用户消息。
  • dsh-navbar — 对话节点导航条,右缘节点串快速跳转 user 消息。
  • dsh-opencode-go-usage — 在输入框上方 dock 显示 OpenCode Go 订阅用量(5h 滚动/每周/每月窗口与重置倒计时),内置凭据编辑器。
  • dsh-openpencil — OpenPencil 设计预览与编辑插件。
  • dsh-pet — DSH Web UI 桌面宠物:精灵图动画、agent 状态联动、拖拽、闹钟(每天/一次)与番茄钟,皮肤下拉选择 + 预览。
  • dsh-plugin-deepseek-balance — 在 DSH Web 设置中展示 DeepSeek API 余额、余额趋势与每日用量图表。
  • dsh-plugin-hub — 插件管理面板:已安装插件一键启用/停用,内置 GitHub dsh-plugin 插件市场,支持详情查看与一键安装。
  • dsh-side-panel — 侧边栏集成文件浏览器、终端和 Git 审查,方便预览文件。
  • dsh-spend — DSH Web 用量与费用统计插件:右下角悬浮窗,按模型/按天/按会话多维聚合与预计花费。
  • dsh-spotlight — 键盘优先的命令面板(command palette)。
  • dsh-sticky-disclosure — 一键收起会话中所有展开的区块(Think、工具卡等),常驻计数按钮 + 自定义快捷键。
  • dsh-sticky-note — 编辑框工具栏便签,随手记点子和 TODO,自动保存为 Markdown,一键发送到对话。
  • dsh-task-dag — 将会话子代理与持久工作流运行展示为实时 DAG,支持状态展示、节点导航与重启后历史恢复。
  • dsh-task-status — 后台任务状态条:对话页任务进度 + 实时输出 tail。
  • dsh-tianshu-tui — DeepSeek Harness 的终端 UI(TUI)。
  • dsh-token-usage — 按请求持久化模型 token 用量,Web 设置「Token 用量」统计页:按日趋势图、按模型明细表、日期/模型筛选。
  • dsh-TUI — Claude Code 风格全屏终端 UI:像素鲸鱼顶栏、实时工作状态行、思考流式展开。
  • dsh-turn-navigator — 对话轮次导航。
  • dsh-ux — Solarized 浅色主题、紧凑布局、思考/工具链折叠胶囊,以及余额、本轮成本与用量看板的 DSH Web 界面增强插件。
  • dsh-visualize — 对话内生成式 UI:模型把交互式 HTML 卡片直接画进会话流,带流式预览与沙箱渲染。
  • dsh-web-archive — 折叠对话中的 Think、Bash 等「无用消息」。
  • dsh-web-attention-badge — 会话需要你时三处同时亮起:角标、标签页标题计数、按状态换色的鲸鱼 favicon。
  • dsh-web-ui — DSH Web UI 插件与皮肤合集:任务看板、git 图、右侧面板、远程移动端 UI、桌宠、实时 token 统计与皮肤中心。
  • dsh-whale-animation — DSH Web 状态文字旁的持久化黑色鲸鱼深潜动画,提供减少动态效果回退与无缝闭环。
  • dsh-workspace-search — VS Code 式工作区关键词搜索 Tab(better-sidebar 扩展):同时匹配文件名与文件内容,结果按文件分组带行号,点击在侧栏编辑器打开。
  • ex-setting — DSH 的设置扩展。
  • ui-status-label — 把鲸鱼娘思考时的 "deep diving" 状态文案自定义成任意你想要的样子。
  • web-components — Web Components 支持。
  • widget-dock — 对话两侧空白区的可拖动卡片工作台:余额、Token 用量、会话统计、目标、成本估算等小组件,支持 S/M/L/XL 尺寸档位与官方定价成本估算。

主题与外观

  • dsh-deep-whale — DSH Web 鲸鱼娘皮肤系列(深海女仆工坊 maid-atelier)。
  • dsh-skin — Codex 风格皮肤切换器 + 自定义壁纸层,可调透明度与模糊。

会话与消息

  • dsh-chat-import — 把 Claude Code / Codex / ChatGPT / Cursor / Gemini / Reasonix / opencode 的聊天记录全保真导入为可续聊的 DSH 会话。
  • dsh-conversation-share — 分享任意段落的对话。
  • dsh-crosstalk — 跨会话消息:本机任意会话都可像 Claude Code 一样列出并互发消息,基于本地心跳注册表与收件箱。
  • dsh-explain — 本地优先学习模式:跨会话全局学习线程、按来源讲解。
  • dsh-file-claim — 同一工作区并行多会话的文件认领与写入保护(claim/release、心跳 stale 接管、pending 三路合并)。
  • dsh-inline-images — 对话内联图片:LLM 回复中输出的本地图片路径在消息正文直接渲染为图片(9 种格式、点击放大灯箱、可调尺寸)。
  • dsh-interconnect — 跨实例互联:经 interconnect 服务在多个 DSH 实例间转发消息与事件。
  • dsh-message-edit — 基于分支的消息编辑、reroll、重试与版本时间线。
  • dsh-peer-link — 让 dsh 和 Claude Code 会话直接互发消息,附带可点击的会话列表卡片(搜索/刷新/弹窗发送)。
  • dsh-prompt-stash — 本地、按会话隔离的 LIFO 输入暂存:临时收起未完成的输入,之后安全恢复并继续编辑。
  • dsh-prompt-studio — 带实时预览的用户/内置 system prompt 分节编辑器。
  • dsh-session-export — 把当前会话导出为可移植、带 schema 版本的 Markdown 与 JSON 文件,提供 session_export 工具与斜杠命令两种入口,文件名跨平台安全。
  • dsh-share — 一键分享你的对话。
  • dsh-side-chat — 选中对话片段,在右侧面板的侧边聊天中提问(按会话隔离);AI 回复可原文或摘要后带回主会话。
  • dsh-sidechain/side 持续性侧会话与 /btw 一次性侧问,在临时 fork 中运行、不写入主会话历史。
  • dsh-token-usage — 持久化记录每个会话的 Token 用量,在设置页提供 provider/model 统计与最近 52 周活跃度热力图。
  • dsh-turn-rewind — 对话回退:基于持久 Change Ledger 回滚会话与工作区状态。
  • task-passport — 通过机器可读检查点与乐观锁,在 DeepSeek Harness、WorkBuddy、Claude Code 和 Codex 之间交接持久任务状态。

记忆

  • distill — 自动对话蒸馏:后台 subagent 反省 + 技能 create/update。
  • dsh-file-memory — 文件型工作记忆:memorize/recall 把关键前提逐字保存在会话笔记文件,无损挺过上下文压缩。
  • dsh-knowledge — 全局知识库桥:kb_add/kb_search/kb_show/kb_timeline 读写与 Codex 共享的 D:\knowledge(格式逐字节兼容)。
  • dsh-memento — 有界、分层、带审批门、可审计的跨会话记忆:ctx.memory 服务 + 零依赖 SQLite 存储 + memory 工具与冻结快照注入;写入必过审批门,模型可见内容可自会话日志重建。
  • dsh-memory — 基于 DSH 无损会话日志的引用式记忆:蒸馏出的事实带 (sessionId, eventRange) 引用,可随时展开回原始日志片段。
  • dsh-memory-meow — 项目级跨会话记忆:PROJECT.md 快照注入首条用户消息(缓存友好)+ memory_remember 工具 + ReAct 任务结束自动反思;各项目独立记忆文件,互不互通。
  • dsh-memory-vault — 跨会话记忆库:remember / recall / forget 工具、每轮提示注入与设置页条目浏览。
  • dsh-mneme — 跨会话记忆:SQLite + 可人工编辑的 Markdown 镜像,后台自动巩固(去重/合并/冲突裁决),提供 6 个记忆工具。
  • dsh-mnemon — Mnemon 深度集成:本地三层记忆(Runtime Memory、可检索 Documents、受监督 Memory Spaces)。
  • dsh-plugin-asmemory — 动作-状态时序记忆:记录类型化的状态与动作,做趋势、异常与因果关联分析。
  • dsh-premise-guard — 压缩后前提漂移守卫:摘要丢失关键字面锚点时注入一次性提醒。
  • nowledge-mem-deepseek-harness — 给所有 AI 工具和 Agent 共用的一层记忆:注入 Context Bundle、提示时检索、MCP 工具与回合结束 DSH 线程捕获。
  • sgme — 拾光记忆引擎(SGME)桥接:多智能体共享长期记忆(HTTP)—— L0/L1/L1.5/L2 分层提炼、按场景注入、统一检索、主动关怀信号(memory_search / wiki_search / signal_pull / signal_claim / signal_ack),npm 包名 dsh-sgme

工具与能力

  • @zhaoolee/dsh-notes — 将 DSH 对话导出为锤子便签风格 PNG,或在配置的账号工作区中新建和更新 Markdown 便签。
  • argo — 专为 agent 打造的搜索工具:多语言,覆盖中文/英文/学术/代码/购物/金融/新闻/百科。
  • blender — Blender 3D 生产插件:提供 30 个建模/重建 Skill、13 个运行时工具和 26 个确定性 Helper,覆盖参考图拟合、渲染、验证、动画与可移植格式导出;npm 包名 dsh-blender
  • dsh-1024store — DSH 1024Store 官方商店插件:设置页内浏览/搜索 deepseek1024.com 实时目录,按分类筛选,确认后一键安装/卸载,支持自更新检查。
  • dsh-adb — ADB 设备·台架运维工具集:设备发现、结构化 logcat(后台采集)、apk 安装、文件 pull/push、性能快照。
  • dsh-adhd-copilot — ADHD 行为辅导技能:任务拆解、事项过载管理、启动仪式与失败重启。
  • dsh-apple-mode — DSH 的 Xcode AI 集成:26 个 Xcode MCP 工具(mcpbridge)+ Apple 平台技能 + Xcode Intelligence 风格 persona(agent preset 或全局 bundle)。
  • dsh-backup — 一键备份 DSH 用户数据:/backup 命令、定时自动备份、sha256 校验与自动轮换。
  • dsh-bash-terminal — 一个 shell 工具:Windows 上统一执行 PowerShell / Git Bash / WSL,外加交互式 PTY 终端,默认终端由用户在设置中选择。
  • dsh-browser — Chrome 侧边栏扩展,让 DSH 直接操控你的浏览器,无需视觉能力。
  • dsh-code-intel — 用 Tree-sitter 建立工作区符号索引,提供词法或可选 embedding 辅助的代码检索。
  • dsh-computer-use — macOS 电脑控制:Accessibility 观测、过期状态拒绝、作用域权限与安全输入。
  • dsh-context-proxy — 按需取回薄层:context_query / context_slice / context_grep 三个工具读取已持久化的历史,引用可回放。
  • dsh-continual-evolve — 持续自进化:从会话轨迹沉淀版本化、可审计、可回滚的 harness 状态(提示词/记忆/技能/子代理规格),带审查门禁与技能热加载。
  • dsh-cowork — doc_read/doc_write:以有界、单元格寻址的方式读写 xlsx / pdf / docx / pptx / ipynb,另附 MCP 服务器与 CLI。
  • dsh-custom-tool — 用 Monaco 编辑器创建和管理沙箱化的自定义 JavaScript 工具。
  • dsh-data-agent — 让 AI 帮你连数据库、写 SQL。
  • dsh-docker — 类型安全、带护栏的容器控制:ps/logs/inspect/exec/start/stop 与 compose up/down,JSON 输出、项目感知定位、破坏性操作需审批。
  • dsh-exam-countdown — 查询 64 场中国考试(高考/考研/四六级/CPA/法考…)的规则日期(第二个周六、第一个周日)与倒计时。
  • dsh-excel-chat — 在 DeepSeek Harness 里对话完成 Excel 工作:建表、编辑、修复公式、图表校验,每次编辑后自动体检公式。
  • dsh-figma-to-lottie — 将 SVG 路径与关键帧参数编译成自包含的 Lottie JSON 动画文件。
  • dsh-find-plugin — 会话内直接找插件:按关键词/分类搜索本精选 registry,返回描述与可直接执行的安装命令。
  • dsh-fleet-audit — 只读的 agent 机群凭据卫生审计:检查凭据文件权限、git remote 内嵌凭据(输出脱敏)与 provider token 字面量计数;零依赖、确定性。
  • dsh-hdc-bridge — 鸿蒙设备桥:hdc 截图/装包/日志/崩溃/UI 自动化闭环(配 read_image 看图),官方优先版本化 API 知识层(SDK .d.ts + 离线随包文档),以及 DevEco CLI 构建/签名/lint 通道。
  • dsh-image-search — 多引擎反向识图聚合:Google Lens、百度、Yandex、TinEye、SauceNAO、IQDB、Ascii2d。
  • dsh-kb-sieve — 从 md/txt/docx/pdf 构建可审计知识库包(SQLite FTS5),确定性检索与原文阅读。
  • dsh-market — 装在 DSH 里的插件市场:设置页内逛/搜全部社区插件,按分类筛选,确认后一键安装,已装插件一目了然。
  • dsh-mcp-lens — DeepSeek Harness 的渐进式披露 MCP 网关:保持两个面向模型的工具,按需返回排序后的远端精确 inputSchema,再调用明确的 server/tool。
  • dsh-md-preview — 把 Markdown 渲染为自包含的独立 HTML 页面:提供在 headless 配置下同样可用的 md_html_render 工具,以及在网页端浏览、预览、编辑并导出本地 .md 文件的抽屉;两个入口共用同一个渲染器,无运行时依赖。
  • dsh-mobile-gui-agent — Android GUI Agent:ADB 截图、压缩 UI hierarchy 定位、逐步动作验证、审批和 Mobile Web 视图。
  • dsh-net-proxy — 让 agent 的网络请求走本机 HTTP/CONNECT/SOCKS5 代理。
  • dsh-openmaic — OpenMAIC 教学:课堂、幻灯片、交互组件与苏格拉底式教学。
  • dsh-overleaf — 通过 OverleafMCP 将多个 Overleaf 项目接入 DSH,支持浏览、分析和通过 Git 写回 LaTeX 文件。
  • dsh-plugin — 通过 PicGo 已有配置(PicGo Cloud、GitHub、S3、腾讯云 COS、七牛,或任意已安装的上传插件)把本地图片和文件上传到图床,提供 picgo_upload 工具与 /picgo 命令。
  • dsh-plugin-knowledge-graph — 基于代码库知识图谱的 read_graph 工具(CONTAINS / EXPORTS / IMPORTS / IMPORTS_SYMBOL 关系)。
  • dsh-plugin-mineru — 向模型暴露 MineRU 文档解析工具。
  • dsh-recommend — DSH 插件透明排行与推荐:每日自动抓取 dsh-plugin 话题生态,公开评分模型,提供 rank/search/recommend 工具与设置页榜单。
  • dsh-remote — 多机远程工作区:管理多台 SSH 主机,在原生「添加工作区」流程里选本机系统文件夹或远程目录,把远程工作区镜像成真实本地文件夹并用 rw_* 工具操作。
  • dsh-scholar — 学术助手插件。
  • dsh-session-audit — 会话执行分析:步骤、工具调用、失败、重复动作、token 用量与验证信号,输出 text/Markdown/JSON 报告。
  • dsh-skillport — 把已有的 Agent Skills(SKILL.md)技能库带进 DSH:扫描 Claude/Codex/Cursor/Gemini 技能目录、注入渐进式索引,按需加载技能正文。
  • dsh-subagent-cwd — 在 dsh-subagent-tools 基础上增加子代理按调用 cwd,附带所需的两个 in-process provider 补丁。
  • dsh-subagent-tools — 子代理委派的按调用覆盖:model/provider/persona/toolFilter、@preset: 引用与 provider/model 组合 id。
  • dsh-tool-calculator — 安全的数学表达式求值器,零依赖递归下降解析器。
  • dsh-tool-csv — CSV 解析/查询/统计/转换(RFC 4180),零依赖状态机解析器。
  • dsh-tool-diff — 文本/JSON/CSV/Markdown 结构化比较与 unified diff。
  • dsh-tool-encoding — base64/url/hex 编解码、常用哈希、UUID 生成。
  • dsh-tool-json — JMESPath 子集 JSON 查询。
  • dsh-tool-markdown — HTML↔Markdown 转换、GFM 表格规范化、目录生成。
  • dsh-tool-regex — 正则测试/提取/安全替换/静态解释(不执行代码)。
  • dsh-tool-schema — JSON Schema 验证:validate/paths/explain/normalize。
  • dsh-tool-search — Hermes 风格工具搜索与瘦身:渐进式披露,语义搜索/查看/调用长尾工具,核心工具保持直通。
  • dsh-tool-search — 按 agent 的按需工具发现与渐进式 schema 披露。
  • dsh-tool-stat — 描述统计/百分位数/频数分布/相关性。
  • dsh-tool-time — 严格 ISO 8601 解析、IANA 时区转换、UTC 日历运算。
  • dsh-toolkit — 零依赖工具包:time / encoding / json / calculator / csv / regex / markdown / diff / stat / schema 十件套一键安装。
  • dsh-trio — 浏览器自动化(Playwright,带实时画面)+ MCP Server(把 DSH agent 暴露给任何 MCP 客户端)+ GitHub issue/PR/webhook 评审工具。
  • dsh-undo-plugin — DSH 撤销/回退系统:配置变更自动存档,一键撤销/恢复/回退到任意版本,支持 WebUI 与离线 CLI/GUI 工具(DSH 启动失败也能救)。
  • dsh-video-downloader — 检测并下载 B站/YouTube/抖音/小红书视频媒体,带清晰度与格式分析。
  • dsh-vision-bridge — 输入框贴图自动识别:由 OpenAI 兼容视觉模型转成文字描述后,再交给纯文本 DeepSeek 模型处理。
  • dsh-vision-proxy — DeepSeek 大脑 + 自动识图:GUI 附加的每张图片自动经 OpenAI 兼容 VLM 转译成文字,再交给纯文本的 DeepSeek 作答——默认走免费匿名端点(零配置),填自己的 key 可启用付费快速通道(qwen3.7-flash,支持 DashScope/智谱/Ollama/OpenRouter)。
  • dsh-vision-router — 为纯文本 Agent 提供视觉能力:内置免 Key 视觉链 + 像素级视觉工具(看图问答、定位、裁剪、像素对比、取色、OCR、矢量化、抠图、截图);粘贴图片即可用。
  • dsh-vision-toolkit — 让纯文本模型更好地做视觉任务:带意图的图片问答、长截图 OCR、UI 还原等。
  • dsh-voice — 语音输入、语音输出:把口述音频转写为用户消息(transcribe),让 agent 朗读回复(speak),本地优先,音频存于 ~/.dsh/voice。
  • dsh-wash-calendar — 基于纯日期数学的周期习惯排程:下次发生日、区间排程与逾期提醒。
  • dsh-web-search-exa — ctx.web 接缝的零配置 Exa 网页搜索提供方:无 API key 时走匿名 MCP 兜底,配 key 时走 REST 搜索。
  • dsh-webui-market-plugin — dsh Web GUI 内的社区插件市场:浏览 awesome-dsh-plugin.com 目录,从 设置 → 插件 → 插件市场 安装/卸载插件到 profile。
  • dsh-workshop — DSH Web UI 的 Steam 创意工坊式插件商店:浏览、搜索并一键安装社区插件,支持镜像加速、进度 UI、安全检测与中文描述。
  • modlens — 为纯文本模型架起视觉桥梁:粘贴图片,输出结构化 JSON 证据(OCR、版面、语义)。
  • modsearch — 纯文本 agent 的联网搜索桥:搜索网页与 X,返回结构化 JSON 证据(search/fetch/引用)。
  • noatmark-dsh-plugin — 文本卫生 dsh 插件:净化不可信文本、扫描隐形字符、清洗 LLM 格式、转义 CSV 公式注入。
  • pack-agent — 把 .pack.json/.pack.zip 投影到 .agent-pack/modpacks/,按工作区白名单暴露 skill。

技能包

  • airesearch-plugin — 面向股票研究的 AIResearch 技能包:单页快照、六视角个股深度研究、盘前 watchlist 简报、行业主题映射与 SEC 文件分析。
  • dsh-reverse-skill — 一个为 DeepSeek Harness 注册 85 个逆向工程、授权渗透测试与安全研究技能的 Cordis 插件。
  • dsh-skill-manager — 设置侧边栏的 Skill 管理器:池与启用目录启停、文件夹批量导入(重名询问)、状态驱动一键规范检查与自动修复、系统级/项目级来源标识。
  • skills — Creght 平台建站技能包:CLI 拉取/推送同步、页面与组件规范、CMS、表单、Auth、SEO、发布与版本回滚。

工作流与自动化

  • dsh_workflow — 把 UltraCode 式多 Agent 调度带给 DSH:可生成、可保存、可治理、可观察、可恢复的 Workflow 层。
  • dsh-advisor — 搭配一个副模型,每轮被动审查并注入见解。
  • dsh-agent-teams — AgentTeams 多智能体团队。
  • dsh-approval-llm — 基于模型的权限审批:由独立审查模型自动应答 approval 权限请求。
  • dsh-automation — 定时任务:让 Coding 任务按计划在全新 Agent Session 中运行,保留可审计历史。
  • dsh-deep-research — 自适应深度研究编排器(基于官方 workflow 引擎)。
  • dsh-doublecheck — 工程纪律守门:动笔前审讯需求,红绿测试证据门,交付后对抗评审(grill-requirements 技能 + 工具策略门)。
  • dsh-inspect — 发现问题→修复交付→质量复查的对抗式闭环工具集。
  • dsh-loop — 定时循环:/loop 命令 + loop 工具 + 活动状态条。
  • dsh-model-failover — 两级模型熔断与回退:模型或平台连续失败后自动熔断,并把下一个请求路由到配置好的备用模型。
  • dsh-plannotator — 计划批注:选中计划原文逐条批注,结构化反馈送回 Agent。
  • dsh-plugin-automations — 设置页定时任务:支持准点或 DeepSeek 谷时段执行、单次/每日重复,并持久化任务状态。
  • dsh-proof — 独立只读验收层:顶层 turn 收尾前 spawn 只读 verifier,未通过时把缺口注回主 agent。
  • dsh-req-miner — 需求挖掘插件:侧边栏入口打开每会话独立的浮动访谈窗口,由 continuable 子代理逐轮访谈(决策树、前沿问题、推荐答案),读取绑定会话的工作目录与近期上下文,共识达成后汇总成需求提示词并一键回传当前会话输入框。
  • dsh-routines — 定时 Agent:按 cron 计划运行 prompt,把摘要送到你已有的地方,内置重叠/漏跑/超时安全策略。
  • dsh-science — 面向 DSH 的 Claude Science 式科研工作台:ReAct 研究循环引擎(research_* 工具)、带溯源的版本化工件(artifact_* 工具)与面向基因组/病原体/生物信息的 10 个科研技能。
  • dsh-sentinel — 条件驱动唤醒:file/command/http/process/webhook 持久监视,触发即唤醒 agent。
  • dsh-specflow — 增加规格工件、技能、命令、由 goal 驱动的实施流程和任务进度上下文。
  • dsh-track — 嵌入式任务管理引擎:决策点协议、念头捕获墙、Linear 形 issue 存储。
  • mstar-harness — 技能驱动的 harness/loop 工程化工作流插件。

通知与集成

  • deepseek-harness-acp — ACP profile 插件与独立 stdio server,可从 Zed 等 ACP 客户端使用完整 DSH agent,并共享 DSH 凭据与会话。
  • dsh-acp-for-bitfun — BitFun 与 DSH 的 ACP 交互对接。
  • dsh-chatnode-wechat — 通过 iLink 网关在微信里与 DSH agent 聊天、监控与审批:双向文本、会话切换、进度摘要与编号审批提示。
  • dsh-ding — 对话完成提醒:Agent 空闲(idle)时播放提示音并弹 Windows 原生通知,可配 ding.mp3、音量与防抖节流。
  • dsh-im-bridge — 微信(iLink)双向桥:turn 完成/批准请求推送、聊天内批准与消息注入、持久去重与长回复收敛分段;通道层为多 IM 预留。
  • dsh-lark-bridge — DeepSeek Harness 的飞书/Lark 双向控制器,支持 Project 与 Session 路由、交互卡片、审批、附件和任务控制。
  • dsh-notification — 回合完成桌面通知,按结果分控 + 关键词过滤。
  • dsh-notify-bark — Bark 推送通知到 iPhone:回合完成、等待回答、等待授权等事件由 Host 端发送。
  • dsh-open-in-vscode — 从 Web GUI 一键在 VS Code 中打开工作区目录。
  • dsh-plugin-notify-sound — 按工作区定制的任务完成铃声,以及审批、提问、计划评审、目标受阻、任务失败等需要人介入事件的注意提示音,支持内置合成音、语音播报与自定义音频。
  • dsh-session-notification — 会话完成等四种状态的通知响应,支持浏览器提示。
  • dsh-telegram — DeepSeek Harness 原生 Telegram 桥:在手机上与 dsh agent 聊天、控制会话并管理 harness。
  • dsh-telegram-channel — DeepSeek Harness 的 Telegram 手机遥控器:附着本机正在跑的 Web 会话,手机与电脑同轨迹双向可见,支持 /sessions /model /last 命令。
  • dsh-web-ui-notify — 桌面通知提醒。
  • dsh-webbridge — DSH 结合 Kimi WebBridge。
  • telegram — Telegram Bot API 桥接:长轮询、per-chat 会话、HTML 格式化。

模型与账号接入

  • deepseek-harness-wallet — 多供应商钱包标签:官方 DeepSeek 余额、本会话花费与 token、第三方合计 token、一键充值、低余额提醒。
  • dsh-codex-auth — 复用 Codex CLI 的 ChatGPT 登录态注册 openai-codex LLM 路由,并在 DSH Web 设置中提供 GPT Auth 控件。
  • dsh-codex-connect — 通过 ChatGPT OAuth 将 OpenAI Codex 模型接入 DeepSeek Harness,并提供可选的搜索与图片工具。
  • dsh-everything-oauth — 把本机 Codex / Grok / Claude / OpenCode / CC Switch 登录态导入 DSH,在设置里自选来源并启用模型。
  • dsh-llm-fallbacks — 基于角色的模型重试与备用策略。
  • llm-adaptive — 自适应模型路由:请求级复杂度分类,按配置链自动选择后端 provider。
  • Qwen-MM-Plugins — Qwen 多模态插件支持。

开发与运行时

  • dsh-agent-budget — agent 树 token 预算管理。
  • dsh-annotate — 面向 Vibe Coding 的浏览器元素标注插件:直接选取页面元素,并将结构化视觉反馈发送给 DeepSeek Harness Agent。
  • dsh-context-doctor — 上下文注入审计:统计指令链/技能目录/工具 schema 的 token 成本,检测重复与冲突。
  • dsh-cost-tracker — 按模型追踪 token 成本:可配置缓存命中/未命中、输出与高峰时段单价,实时会话花费条,并标记未配置价格的模型。
  • dsh-eval-harness — DSH 插件评测框架:YAML 用例驱动真实 headless agent,断言工具调用/参数/返回与 token 用量,baseline 门禁做 CI 回归。
  • dsh-evolve — 自进化:agent 在会话内给自己热挂载/卸载持久化插件。
  • dsh-fail-logger — 全模式调用工具失败自动实录:把原生工具 / PTC run_code / 代码内嵌工具调用的失败错因去重计数后写入 skill,越用越少错。
  • dsh-git-identity — git 提交固定使用环境自身作者身份,环境变量注入压过一切 git config 设置。
  • dsh-gitflow — 增加需要审批的 Git 状态、diff、日志、提交、分支和可选检查点工具。
  • dsh-guardian — 增加危险操作策略检查、输出脱敏和安全审查工作流。
  • dsh-lan-access — 局域网访问:Web GUI 绑定 0.0.0.0 + crypto.randomUUID polyfill(修复非安全上下文下 RPC 崩溃)。
  • dsh-mcp-panel — 官方 MCP 客户端(dsh-mcp-client)的只读运行时管理面板:/mcp 命令与设置页 MCP 页签展示连接状态、已注册工具、错误与重连计数,脱敏展示并提供启停 patch 建议。
  • dsh-multica-runtime — 让 dsh 运行时跑在 Multica 上。
  • dsh-pain-point-check — 强制痛点检查:同一问题连续 2 个实验未收敛后注入三问、拦截非调查类工具调用直到答出、阻止同方向重试。
  • dsh-passwords — DSH Web UI 登录网关:首次配置、bcrypt + 静态加密(AES-256-GCM/HMAC)、防爆破、审计日志、TLS 1.2+ 与 80→443 跳转、CSRF 与防嵌框。
  • dsh-plugin-check — 插件健康检查:扫描清单协议/patch 格式/构建陷阱,零依赖只读。
  • dsh-plugin-managerdsh pm 插件管理器:多源搜索(awesome 列表 + GitHub + npm)、按 profile 安装/移除/更新,以及 doctor 审计(清单、bundle patch、版本漂移)。
  • dsh-polyglot — DSH 的模型切换器:指向任意 OpenAI 兼容端点,内置精选免费/低价 DeepSeek 服务商预设,免费额度限流时自动回退。
  • dsh-prompt-profile — DeepSeek Harness 可复用 Markdown Prompt Profile,支持单轮模型选择、参数替换和状态恢复。
  • dsh-repro — /repro 导出最小可复现问题包:去 secret 的会话日志、失败命令与 git diff。
  • dsh-revdiff — DeepSeek Harness 原生交互式 Git diff 审查,支持结构化批注并回传当前 Agent 会话。
  • dsh-security-audit — 本机安全审计:配置/插件来源/会话/网络暴露面,只读脱敏风险报告。
  • dsh-session-health — 会话文件帧级扫描诊断(torn/损坏/空会话检测)。
  • dsh-telemetry-redactor — 在已配置遥测后端接收前,对 session-telemetry/record 导出副本中的已支持秘密模式进行脱敏。
  • dsh-testgen — 自动化单元测试生成:/testgen 命令与 generate_tests 工具,生成、运行并修复测试直至通过(LLM 与离线模板双生成器;支持 vitest/jest/mocha/node:test)。
  • dsh-tmuxctl — 掌控你的 tmux 面板:list/send-keys/capture、在面板中运行长任务并 watch,破坏性命令需审批。
  • dsh-tool-approval — 手动审批模式(Manual/Ask Mode)。
  • dsh-tool-call-stats — 进程内工具调用统计:提供 tool_stats 工具,按工具汇报调用次数、失败次数与平均耗时。
  • dsh-tps — TPS 指标插件。
  • dsh-trace — 遥测后端:把 turns、model steps、tool calls 导出到 yiTrace。
  • dsh-turn-approval — DSH「允许本次任务」临时授权:仅在当前任务内自动放行同类 danger-full-access 请求,任务结束自动失效。
  • dsh-updater-ui — 设置页中的 DSH 自助更新器:一键检查/拉取(git pull --ff-only)、自动后台检查、版本对比与更新说明预览,带红点提醒。
  • dsh-user-experience — 帮你发现项目中可能存在的用户体验问题:自动走查 React/TypeScript 源码,定位问题并给出具体优化建议。
  • dsh-verification-receipt — 把每轮工具计数与粗粒度验证信号写入本地 JSONL,不保存提示词、工具参数或结果正文。
  • dsh-webui-auth — WebUI 身份认证:HTTP/传输层强制登录(资源、插件 bundle、/api、WebSocket 四层防护),服务端会话 + HttpOnly Cookie。
  • fabric — 类似 MC Fabric 的 hook 处理器。
  • forkprobe — 同一任务并行试跑多个技能,对比结果选出最优。
  • oh-dsh — 社区发行版:TUI、桌面端与 Web UI 统一体验,分层安装、一步到位。
  • plugin-registry — 插件生态基建:浏览器面板管理官方 repository 插件(0 patch)+ make-dsh-plugin 插件开发引导技能。
  • plugin-template — 插件模板仓库(基于 turtle-ui 官方仓库)。
  • sandbase-harness — 本地优先的 Agent 运行时,提供持久会话、沙箱后端、审计与回放,并通过 DSH bundle 暴露 MCP bridge。
  • sandbox-micro — microsandbox 沙箱支持。
  • sandbox-mxc — 微软跨平台沙盒支持。
  • sandbox-nono — nono 沙盒支持。
  • upstream-radar — 面向 DSH 插件的常驻依赖安全监控:追踪实际安装路径、OSV 漏洞、npm 发布与兼容性信号,并路由给 DSH Agent。

娱乐

  • DeepSeek-Harness-Pet — Codex 风格桌面宠物:右下角悬浮动画精灵,随 agent 运行状态实时变化(工作、等待、报错、完成)。
  • deepseek-manners — 给每次消息后注入感谢语,做个有礼貌的人。
  • dsh-ads — 2005 年中文站点风格的整活广告插件:侧栏广告/信息流/角落弹窗 + 假关闭叉,素材全虚构。
  • dsh-auto-chess — 自走棋:人机对战或双 AI 对弈。
  • dsh-browser — 自包含浏览器运行时:Playwright(chromium)+ OpenCLI 作为插件本地依赖(全局复用回退),提供 browser 服务与 9 个交互式浏览器工具。
  • dsh-douyin — 侧栏短视频:原生播放器、系列导航、精确历史回放。
  • dsh-emoji — 为 AI 回复自动添加表情。
  • dsh-expression — 陪 AI 斗图的搞笑插件:说个感觉,AI 帮你搜到、发出那张恰到好处的真实表情包。
  • dsh-gomoku — 与 AI 下五子棋,也可让 AI 对局比棋力。
  • dsh-minigames — 右侧小游戏面板:18 款离线小游戏,等模型回复时的摸鱼神器。
  • dsh-plugin-d399 — 模型生成时弹出小游戏菜单(wordle/消消乐,可扩展)。
  • dsh-restart — DSH 重启插件:可配置的重启方式(Node 原生/旧 PowerShell 适配)、重启后自动继续的提示词、可选看门狗自动拉起。
  • dsh-stickers — 用户与 agent 双向表情贴纸互动。
  • dsh-stock-market — 有效解决了写代码的时候账户不能同时亏钱的 BUG。
  • dsh-voice-webspeech — 浏览器 Web Speech API 语音输入:零服务端、零密钥、零模型下载(Edge=Azure 语音、Chrome=Google 语音)。
  • dsh-web-search-pro — 增强型、可持久化的网页搜索:多引擎路由(DeepSeek/Exa/DDG/Bing/Jina + GitHub/B站/YouTube/V2EX/小红书/Twitter/Reddit/RSS)、SQLite+LRU 缓存、userscript 风格抽取、Playwright 渲染。
  • whale-girl — 桌面宠物(QQ 宠物形态):右下角悬浮、可拖拽/投喂/玩耍。

待分类

  • 7d7d — omdsh-dev/7d7d discovered from GitHub.
  • adb_dsh_plugin — DeepSeek Harness plugin for controlling Android devices through ADB
  • adhdgofly-dsh-ext — ADHDGoFly POS highlighting plugin for DeepSeek Harness Web: nouns green, verbs red, adjectives/adverbs purple, others gray in rendered Markdown
  • Aegis — Make AI coding agents architecture-aware: baseline-first, evidence-verified, drift-checked, and safe across long tasks.
  • aflare — 本地优先的自动化 Agent · 数据不出本地 · 连接你自己的 LLM / 数据库 / 知识库 · ReAct 推理 · 300+ 技能模板 · 确定性工作流执行(DAG/WAL/Saga/幂等) · MCP 协议 · 离线/内网可用
  • ag-dsh-coding-plugins — 围绕软件工程开发的DeekSeek Harness 插件合集
  • Agent_Extensions — Agent Skills & DeepSeek Harness (DSH) 扩展库:通用智能体技能(General_skills)+ DSH 标准插件(dsh-plugin),开箱即用的 AI Agent 能力增强集合。
  • agent-dispatch-cli — Codex-native capability router for delegating bounded tasks to configurable local AI CLIs.
  • agent-jit — DeepSeek Harness (dsh) 插件:把 LLM agent loop 中确定性的执行路径编译成 DSL 程序并直接执行,显著降低 token、往返轮次与上下文暴露。A DeepSeek Harness plugin that compiles deterministic agent paths into DSL programs.
  • agent-loop-workflow — agent-loop-workflow: 通用多 agent 协作工作流骨架 skill 插件 — Loop Guard/Handoff/Review→Close protocol
  • agent-plaza — Zero-signup public commons for AI agents — HTTP API + Agent Skill (Codex, Cursor, Hermes)
  • ai_skills — A playful Codex skill that lets the agent briefly zone out, recap state, and continue.
  • aifp-mcp — AiFP 记忆感知系统|MCP 服务,一套记忆全 AI 共享。面向中文的 Agent 感知记忆,支持叙事链、语义纠错、感知链图扩散。兼容 DeepSeek‑Harness、Claude Code、Cursor、Codex等全部 MCP 客户端,数据完全本地存储。
  • allinluna — Resource-aware multi-agent orchestration for Codex and DeepSeek Harness (All in Flash DSH plugin)
  • amber-protocol — Amber Protocol: repository-local governance for coding agents, including a DeepSeek Harness (dsh) patch overlay.
  • Angelina-dsh-plugin — FlowerWater1019/Angelina-dsh-plugin discovered from GitHub.
  • anysearch-dsh — AnySearch web search provider and advanced search tools for DeepSeek Harness (DSH)
  • arcana — DeepSeek Harness 的悬浮命令甲板:把所有斜杠命令列成可执行按钮,并按使用次数排序。
  • archify — Agent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams—self-contained HTML with motion and crisp export.
  • asuka-pet — sHen9Qi/asuka-pet discovered from GitHub.
  • auto-compact — JohnathonYe/auto-compact discovered from GitHub.
  • auto-vision — DeepSeek Harness 图片插件:贴图不会让对话报错,模型自动判断是否需要看图(支持智谱/魔搭免费视觉模型,图片在聊天窗口正常显示)
  • awesome-deepseek-harness — A curated list of plugins, skills, MCP servers, patch/profile layers, orchestrators & UIs for DeepSeek Harness (DSH). Visualization · PPT · Coding · Agents · Loops (auto-research) and more. #dsh
  • awesome-deepseek-skills — Pinned and statically verified Agent Skills for DeepSeek and DSH
  • awesome-dsh — DSH 插件生态导航:GitHub topic dsh-plugin 全量目录,自动抓取 + Workers AI 中文翻译 + 按需检索 skill|Auto-updating catalog of 2600+ DeepSeek Harness plugins
  • awesome-dsh-background-plugin — DSH Web 背景个性化插件:上传自己的图片(JPG / PNG / WEBP / GIF,浏览器端自动压缩到 1600px 以内)或一键切换极光、余烬、宣纸三种预设氛围;实时预览所见即所得,支持细调图像存在感、暗色遮罩、柔焦、适配方式与焦点位置;上传即自动保存到 DSH 设置,重启后原样恢复,浅色 / 深色主题均正常;侧栏、消息气泡、输入框保持原样不遮挡,浮层菜单不受影响;全程本地处理不上传任何服务器,关闭开关或一键恢复默认即可完全移除;内置中英文双语界面。
  • balance-dock — Cao-zhi-hao/balance-dock discovered from GitHub.
  • Baton — Pass your project, not your context.
  • beauty-dive-progress — 🐤 DeepSeek Harness(DSH)永久插件:Deep diving 回答期间用坤宠动图填满深潜状态行下方区块——进度条 0%→100%,每 20% 切换动作与文案,完成时系统级播放「你干嘛~哎哟」
  • beav-deepseek-harness — Beav Creator AI workflows for social-media content, knowledge, images, audio, and video in DeepSeek Harness
  • Better_Deepseek_Harness — Better Deepseek Harness, with some functional extensions to webui and Deepseek Harness·更好的deepseek harness,对webui和deepseek harness进行了一些功能扩展
  • better-deepseek-harness — DSH 图片/音视频托管插件:自动拉起 8899 静态服务 + 3080 /files/ 路由(HTTP Range 流式)+ WebUI 内点击即播(视频静音/音频 20% 音量/互斥懒加载)
  • better-model-provider — Per-model capability declaration for DeepSeek Harness: reasoning-effort levels (wire spellings) + request modalities (vision) for OpenAI-compatible providers. Settings section, zero runtime harness deps, no YAML.
  • billion-context-dsh — Model-driven context management (Active Context Pruning / ACP) for the DeepSeek Harness — the model decides when and what to compress. Ported from billion-context-pi (ranxianglei); acp-kernel reused verbatim. CompactionEngine backend with compress/decompress/search_context/acp_status tools.
  • bing-web-search — DeepSeek Harness 网页搜索插件:有 Tavily key 走 Tavily,没有自动退回免费无 key 的 Bing,搜索永远可用(零配置起步)
  • blocker-notify — dsh-blocker-notify — Real-time attention alerts for DeepSeek Harness: a global banner + flashing workspace entries when the agent is blocked (approval request / sandbox denial).
  • bottom-info-bar — Bottom Info Bar — an information bar plugin for DeepSeek Harness: provider/model, live balance, peak/off-peak pricing with countdown, and real persisted per-session spend in a single line.
  • Catppuccin-dsh-theme — 🐱 Soothing pastel theme for DeepSeek Harness
  • CazzPatent — AI patent disclosure drafting plugin for DeepSeek Harness - 8-stage pipeline, LaTeX to OMML, diagram generation, self-improving memory
  • chat2skill — Extracting and iterating skills from daily conversations with AI
  • chiral-pulse — Death Stranding skin for DeepSeek Harness UI + live heartbeat feed that pulses on agent thinking/tool execution. Whale keeps brand blue.
  • citeguard — Citation extraction and evidence verification for DeepSeek Harness.
  • Claudecode--DSH — To hell with ClaudeCode!
  • clippy-harness — Windows 98 skin + office assistant pet for DeepSeek Harness — It looks like you're writing code. This time I can actually help.
  • Cobsidian — Agent-agnostic workflow skill for maintaining Obsidian knowledge bases
  • Code2Skill — Generate Function, MCP, Agent Skill, and offline test packages from existing code; installable as a DeepSeek Harness bundle.
  • codex-plugin-dsh — Use local Codex App Server as a model provider in DeepSeek Harness
  • coding-coach — xiehuan123/coding-coach discovered from GitHub.
  • coloured-favicon — 为 DeepSeek Harness (DSH) 网页提供彩色渐变流动小鲸鱼 favicon,并将页面内品牌元素一并彩虹化的 Cordis 客户端插件 A colour-gradient animated whale favicon and rainbow branding plugin for DeepSeek Harness (Cordis)
  • CommonTrustProtocol — Common Trust Protocol (CTP) 共同信任协议 | Intelligentics 智能论,研究智能系统存续的底层结构条件
  • conservative-code-edits — 面向各类 AI 编程代理的保守代码修改守则 Skill,用于约束代理在已有项目中进行最小必要改动,避免无关重构,保护公共基础代码,并在支持深色模式的项目中优先使用动态颜色资源 An agent skill for keeping code changes small, scoped, and project-safe. Works with any AI coding tool that supports skills
  • context-vista — 为 DeepSeek Harness 提供右侧悬浮栏以及 /context 命令,用环形图实时展示当前上下文 token 用量与分配,compact指令效果,同时支持估算费用消耗,对标 Claude Code 的 /context。
  • cordis-transfer-plugin — A persistent DSH plugin for importing and exporting dynamic Cordis Plugins.
  • corti — Persistent memory layer for AI agent swarms. Postgres-backed retrieval, Markdown as source of truth, sub-second cascade sync. Self-hosted.
  • cot-lint — Lint your repo for chain-of-thought leakage — the session-transcript residue AI assistants leave in docs and comments.
  • craft-mermaid — Portable Craft-style Mermaid generation, rendering, and visual review skill for AI coding agents
  • dafy-whale-theme — DeepSeek Harness 蓝色大肥鱼主题插件:海洋配色、鱼群、气泡、吉祥物与品牌替换
  • dash — DASH — a pi-tui terminal front door for DeepSeek Harness, installed as a dsh bundle plugin
  • dash — DASH — Deepseek Agentic Service Harness
  • deep-design — Design mode for DeepSeek Harness: the design-loop agent preset plus design-principles and design-qa skill packs
  • deepagent — The agent that gets your work done. Built on DeepSeek Harness: Everything is a Plugin. 帮你完成工作的智能体。基于 DeepSeek Harness 构建:一切皆插件。
  • DeepJIT — JIT compiler plugin for deepseek-harness: compiles recurring agent workflows into hot skills and flow templates
  • deepsee — Vision + smart model routing for DeepSeek Harness. Gemini sees. DeepSeek codes.
  • DeepSeek_Prism — 为纯文本模型按需识图:DSH 零补丁 Cordis 插件(prism_see 工具 + 图片 VEP 降级 + 技能运行时注册)+ Codex Skill;多 Provider 视觉 API,VEP/1 低 Token 视觉证据包
  • deepseek-account — sunyuhuirong/deepseek-account discovered from GitHub.
  • deepseek-billing-plugin — DeepSeek Harness (DSH) 插件:DeepSeek 官方 API 余额与当前会话费用估算
  • deepseek-design — DeepSeek Harness 可编辑设计系统:AI 生成、可视化编辑、模板市场与 PPT|Native Design & PPT Studio for DeepSeek Harness.
  • deepseek-eyes — Community plugin for DeepSeek Harness: give text-only models eyes - paste images natively, described via an OpenAI-compatible vision API
  • deepseek-harness-angelina-themes — Angelina light and dark glass themes with parallax for DeepSeek Harness
  • deepseek-harness-antigravity-oauth — Google Antigravity OAuth Gemini provider for DeepSeek Harness
  • deepseek-harness-app — DeepSeek Harness Desktop — A native desktop app for DeepSeek Harness (dsh). Open the app and start using the agent harness immediately — no terminal, no browser, no setup
  • Deepseek-Harness-as-Desktop — Turn DeepSeek Harness into a Codex-style desktop app: native WebView2 shell, system tray, auto-start, Windows toasts, and a Desktop settings tab with a one-of-N skin center.
  • deepseek-harness-auth — DeepSeek Harness auth插件
  • DeepSeek-Harness-biaoqingbao — 一个在DSH上使用的表情包插件,在和agent聊天时让ta自然的插入表情包
  • deepseek-harness-desktop — 为 DeepSeek Harness (DSH) 生态打造的现代化桌面端体验
  • deepseek-harness-desktop — Compact DeepSeek Harness desktop host. macOS downloads under 90 MB with Tauri; Windows uses Electron.
  • deepseek-harness-desktop — 这是一个独立的 Cordis 应用:不改动上游仓库,以官方扩展方式(自定义 profile + bundle + Cordis 插件)把 dsh 跑成原生桌面应用。
  • deepseek-harness-desktop — Lossless Windows desktop app for DeepSeek Harness with the complete DSH Web UI, plugins, skins, and skill dock
  • DeepSeek-Harness-Desktop — dsh-desktop: DeepSeek Harness 桌面插件 - click-to-launch Codex-like native window over the live dsh web UI. Everything is a plugin - this one is the window.
  • deepseek-harness-desktop-app — DeepSeek Harness Desktop App: a local AI desktop workspace for DSH Sessions, projects, files, web research, plugins, and Office artifacts.
  • deepseek-harness-desktop-windows — Unofficial in-process desktop app for DeepSeek Harness: the host composition boots inside the Electron main process with zero ports and an IPC bridge. Not affiliated with DeepSeek.
  • DeepSeek-harness-dingtalk — DingTalk Stream text and image channel plugin for DeepSeek Harness
  • deepseek-harness-docker — Community Docker and Kubernetes packaging for DeepSeek Harness (@deepseek-ai/dsh), with a hardened image, Compose stack, Helm chart, Web UI, and headless CLI.
  • deepseek-harness-evolver — Complement to DSH Creator mode: stage, score, and solidify in-memory plugin trials to disk.
  • deepseek-harness-external-migrationDeepSeek-Harness Migration Plugin 是一款专为 DeepSeek-Harness 设计的插件,旨在帮助开发者无缝迁移其他主流 AI 编程助手(Codex、Claude Code、Qcoder、OpenCode)的个性化配置及历史会话记录。无需手动复制粘贴,即可在 DeepSeek-Harness 中继续之前的工作流,大幅降低切换成本。
  • deepseek-harness-flow — Visual workflows and multi-model evaluation for DeepSeek Harness
  • deepseek-harness-forge-plugins — Forge-plus: math/logic/regex/eprover/system/repair gates + TCM diagnosis + memory recall plugins for DeepSeek Harness (dsh)
  • deepseek-harness-genui — Code-first generative UI for DeepSeek Harness
  • DeepSeek-Harness-Hanako-Memory — 把openhanako的记忆系统搬进DSH的插件!
  • deepseek-harness-hub — windows desktop project as plugin for deepseek harness
  • DeepSeek-harness-lark — Feishu and Lark text and image channel plugin for DeepSeek Harness
  • Deepseek-Harness-Lifelong-Agent — A governed long-term memory core for AI agents, with technical-preview adapter contracts for DeepSeek Harness integration.
  • DeepSeek-Harness-linux- — 一个基于官方WebUI二改的Linux桌面端,内置了一个外挂视觉插件(需手动接入API Key),已经迭代了四个版本,可能还是有些小毛病,不过目前用下来暂时没有什么大问题。
  • DeepSeek-harness-marketplace — The plugin market of deepseekharness.
  • deepseek-harness-memory — 2303572348/deepseek-harness-memory discovered from GitHub.
  • deepseek-harness-model-config — MarvekG/deepseek-harness-model-config discovered from GitHub.
  • deepseek-harness-orchestrate — Declarative task-DAG orchestration plugin for DeepSeek Harness
  • deepseek-harness-pets — 这是一个专为 DeepSeek-Harness 定制的桌宠皮肤包, DeepSeek 的标志性“大鲸鱼”等宠物养成。
  • Deepseek-Harness-plug — 我的dsh插件
  • deepseek-harness-plugin-from-scratch — Code-audited, progressive guide to production-grade DeepSeek Harness plugins
  • deepseek-harness-plugin-manager — Web plugin manager for DeepSeek Harness (DSH): inspect, search, group, enable, and disable Cordis plugins.
  • deepseek-harness-plugin-mcp — MCP server that lets any agent discover, install, and run DeepSeek Harness plugins (topic: dsh-plugin).
  • deepseek-harness-plugins — Hanihahaha/deepseek-harness-plugins discovered from GitHub.
  • deepseek-harness-plugins — Personal deepseek harness plugins
  • deepseek-harness-prompt-optimizer — LLM-backed prompt optimization bundle for DeepSeek Harness
  • DeepSeek-harness-qqbot — QQ Bot text and image channel plugin for DeepSeek Harness
  • deepseek-harness-quota-monitor — DeepSeek Harness 多供应商额度监控插件:余额型 API 查询 + 限额型本地用量计量,侧边栏实时卡片 + 可视化配置。
  • deepseek-harness-remote — 基于 DeepSeek Harness 插件机制的多端远程访问方案,让桌面端与 Android 端安全连接并操作远程 Harness。(A multi-device remote access solution built on the DeepSeek Harness plugin system, enabling desktop and Android clients to securely connect to and operate a remote Harness.)
  • DeepSeek-Harness-Remote — (手机远程对话)DeepSeek Harness 的安全远程访问层与手机 Companion。支持局域网、公网、P2P模式。本项目不是"把 3080 端口开放到局域网"的小插件,而是在远程世界与 Harness localhost 信任域之间建立一个新的、明确的、可审计的 Remote Access Security Layer
  • deepseek-harness-skillx — DeepSeek Harness plugin for safely discovering, auditing, and adopting external Agent Skills — prompt-injection and AgentBaiting defense.
  • deepseek-harness-terminal-plugin — DeepSeek Harness 网页版终端插件
  • deepseek-harness-themes — A collection of UI themes for deepseek-harness.
  • deepseek-harness-toolkit — Windows emergency toolkit for DeepSeek Harness
  • deepseek-harness-tui — Terminal-native interactive TUI for DeepSeek Harness (dsh) — built with Ink, React for terminals
  • deepseek-harness-tui — The plugin can use terminal UI like opencode/claude code and other CLI/TUI agents.
  • DeepSeek-harness-wecom — WeCom AI Bot text and image bridge for DeepSeek Harness
  • DeepSeek-harness-weixin — Weixin ClawBot channel plugin for DeepSeek Harness with QR login and text/image messaging
  • deepseek-harness-zh_pro — Chinese enhancement plugin for DeepSeek Harness (DSH) - DSH 中文增强插件
  • deepseek-heartflow — HeartFlow (心虫) as a DSH plugin — AGI 第1层辨别门禁: heartflow_check tool + automatic output supervision
  • deepseek-pet — 在你的deepseek-harness上养一只吃白饭的大蓝鲸
  • deepseek-plugin-store — DeepSeek Harness 独立社区插件商店:发现、安装并提交经过验证的插件、工具与扩展。 | Independent community plugin directory.
  • DeepSeek-PPT-skill — DeepSeek PPT — AI-native PowerPoint generation. Constraint solver closes the loop so LLMs don't need vision
  • deepseek-protocol-doctor — Checks DeepSeek tool loops, reasoning_content, strict schemas, and captured SSE. Also works as a DSH plugin.
  • DeepSeek-TUI — dsh --profile tui:DeepSeek Harness 的终端交互客户端(out-of-tree profile bundle)
  • deepseek-vision — GOU-GEE/deepseek-vision discovered from GitHub.
  • deepseek-vision — ToryReina/deepseek-vision discovered from GitHub.
  • deepseek-visionary — 使用 DeepSeek 官方多模态视觉模型让你的 Agent 不再眼瞎(支持 DSH、Zed、OpenCode、Codex、Claude Code、Cursor、Claude Desktop)
  • deepseekeyes — Auditable vision and cross-platform Computer Use runtime for DeepSeek Harness — strict evidence, health-checked failover, original pixels, and Token accounting.
  • deepseekharnessdesktop-vault — DeepSeek Harness 数据保险箱插件(dsh-vault)—— 自动备份、清空检测、一键恢复,保护聊天记录与工作区数据;可经桌面端一键安装或命令行 dsh plugin add 安装。
  • delivery-review-dsh-plugin — 双 Agent 交付协作工作流的 DeepSeek Harness 原生插件。基于 DSH 的 Cordis 插件系统,以 bundle 方式分发,不改动 DSH 源码。
  • design-playbook — Design I/O plugin for Claude Code & coding agents — declarations + contracts that make UI generation constrained, reviewable, and recirculatable. Not a style pack; composes with ui-ux-pro-max + frontend-design.
  • desktop-gui-automation-cua — Cross-platform macOS desktop GUI automation & computer-use skill built on cua-driver: AX→pixel→desktop graceful degradation, vision-based element locating, privacy(automation) handling, and ready-made recipes for WeChat / iPhone Mirroring / QQ.
  • DevTools-Custom-Beautification-Plugin-for-DeepseekHarness-Class — DeepseekHarness类DevTools自定义美化
  • dhs-theme-plugin — dsh 主题管理插件,可以自定义主题
  • Digital-Sweet-Heart — DSH means Digital Sweet Heart — A DSH Plugin to turn your DeepSeek Harness to AI lovers. 一个DSH插件将你的DeepSeek Harness改造成AI恋人(们)。
  • DIzzy-DSH — My DSH plugins
  • douyin-plugin-dsh-plugin — 在使用dsh等待的过程中刷抖音
  • dph-endfield-theme — Unofficial Endfield-inspired theme and animated mascot for DeepSeek Harness Web
  • drive9-dsh — drive9-ai/drive9-dsh discovered from GitHub.
  • ds-turn-notify — reimu-create/ds-turn-notify discovered from GitHub.
  • ds-vision-plugin — Paste images into DeepSeek Harness with a four-model vision race, OCR, and an automatic text bridge.
  • ds-whale-send-button — jinyu
  • DSH — DSH插件
  • dsh_dashboard — solstice621/dsh_dashboard discovered from GitHub.
  • dsh_plugin — Neplich/dsh_plugin discovered from GitHub.
  • dsh_plugin_swift_cycle — Swift Cycle governance skill adapter for DeepSeek Harness; user-invoked, version-pinned, and offline-verifiable.
  • dsh_Rhine_Lab_themo — Arknights Rhine Lab (莱茵生命) skin for the DeepSeek Harness Web GUI
  • dsh-1bot — yuyi2439/dsh-1bot discovered from GitHub.
  • dsh-2origin — Evidence-first 2Origin state projection, diff and immutable freeze for DeepSeek Harness
  • dsh-815-skin — 1945-08-15 世界名画 dsh皮肤
  • dsh-a-stock-select — 基于 a-stock-data(A股数据源) 开发的 DSH 技能插件:将 a-stock-data V3.6.1 的全部 47 个数据端点内嵌合并,叠加四大策略筛选逻辑、持仓诊断流程与强制风控纪律,做成自包含的 SKILL.md——零外部依赖、开箱即用。同时打包为 npm 插件,支持 dsh 命令一键安装。
  • dsh-a2a — Agent2Agent mesh for the Harness
  • dsh-about-updater — DeepSeek Harness (dsh) 插件:设置页「关于」- 版本显示/检查更新/一键重启
  • dsh-abyss — 🌊 深海事务所 · Abyss — 把 DeepSeek Harness 的多 agent 运行画成一间看得见的事务所:委派谱系、每个 agent 的成本与失败归因、上下文水位、考勤时间线,历史案子可回放并一键导出 Markdown 复盘。A DeepSeek Harness plugin that turns an agent fleet into an office you can watch.
  • dsh-academic-research — Evidence-grounded bilingual academic research plugin for DeepSeek Harness and OnPeople
  • dsh-access-gate — bamboostrip/dsh-access-gate discovered from GitHub.
  • dsh-access-mode — Session access-mode plugin (Default / No Edit / Auto) for DeepSeek Harness (DSH). dsh-plugin
  • dsh-achievements — DeepSeek Harness achievement & gamification plugin: cross-session badges for turns, tool calls, sessions and daily streaks, with a badge panel, unlock toasts and a ctx.achievements service. Zero core changes.
  • dsh-acp — ACP server for DeepSeek Harness — bridges Zed and other IDEs to dsh agents
  • dsh-acp-enhanced — Enhanced ACP (Agent Client Protocol) server for DeepSeek Harness (dsh) — drop-in bridge for the Zed editor: block-level streaming, usage/stat telemetry, model & reasoning-effort switching, permission presets, session resume & archive. Install: dsh plugin add
  • dsh-acp-paseo — dsh (DeepSeek Harness) ⇄ Paseo ACP integration bundle: auto-discovered model catalog, plan/execute modes, thinking levels, and native dsh slash commands in Paseo.
  • dsh-acp-plugin — Agentic Control Plane for DeepSeek Harness — policy-check every tool call before it runs
  • dsh-action-ledger — Bounded action-lifecycle projection for DeepSeek Harness: /action-ledger reconstructs a human-readable action ledger from the durable session log.
  • dsh-action-parity — Cross-surface action binding and replay parity evidence for DeepSeek Harness
  • dsh-active-context-pruning — Model-authored context pruning for DeepSeek Harness through the official compaction API.
  • dsh-admin-gateway — dsh-admin-gateway DeepSeek Harness (dsh) 管理员验证网关插件。 只需一个绑定在 Cloudflare 的域名
  • dsh-advisor — 给 DeepSeek Harness 的 Agent 增加一位"顾问":日常任务使用较弱模型(默认模型),遇到真正困难的决策时,Agent 会自动向一个更强的模型咨询。
  • dsh-advisor — Advisor - Pair a second model that passively reviews each turn and injects notes. 搭配一个会在每轮对话被动注入见解和审查的副模型。
  • dsh-advisor — Independent-model advisory review for DeepSeek Harness: after each tool step, a reviewer model audits the agent's operations and injects concerns/guidance into the next step.
  • dsh-aemeath-pet — 爱弥斯 · DeepSeek Harness 桌宠 — DeepSeek Harness Web GUI 的像素风宠物插件。
  • dsh-agency-agents — DSH agency agents 基于 DeepSeek Harness 的全行业智能体
  • dsh-agent-arena — Interactive multi-agent collaboration, meetings, group chats, and task execution for DeepSeek Harness.
  • dsh-agent-compact — DSH plugin for agent-driven span compaction: compress chosen conversation spans into self-written checkpoints instead of the official head-anchored full-context sweep.
  • dsh-agent-conductor — ⚡ DSH 指挥家(动态插件/热更新版):在会话里派活给 11 种外部 agent CLI(Codex/Claude Code/TraeCode…),cordis_define 秒级安装,不碰 profile。
  • dsh-agent-context — DSH plugin: dsh-agent-context
  • dsh-agent-doctor — DeepSeek Harness health and safety diagnostics: /doctor inspects the effective model-visible tool surface.
  • dsh-agent-life — DSH plugin: dsh-agent-life
  • dsh-agent-memory — Self-evolving memory for DeepSeek Harness: capture → dream consolidation → retrieval injection → evolve. User profile, project memory, correction learning, resume narrative — with provenance back to the replayable session log. 自进化记忆插件。
  • dsh-agent-memory — Agent-driven long-term memory for DeepSeek Harness (DSH)
  • dsh-agent-message — DeepSeek Harness 跨会话 Agent 通信插件|Cross-session agent-to-agent messaging with offline delivery, receipts and session navigation for DeepSeek Harness.
  • dsh-agent-messaging — Cross-session verification, claims and a decision ledger for DeepSeek Harness — so two agent sessions don't repeat, contradict or deadlock each other.
  • dsh-agent-preset-recommender — Privacy-safe local Codex, Claude Code, WorkBuddy and CodeBuddy activity scanner that recommends DSH agent presets.
  • dsh-agent-pricing — Real-time session cost preview for DeepSeek Harness: live cost readout, today usage chart, price_estimate/session_cost tools, prices kept in sync with the DeepSeek official site (peak/off-peak aware)
  • dsh-agent-relay — Local multi-agent collaboration relay for DeepSeek Harness — HMAC-authenticated loopback message broker for dsh, Codex, Claude Code & Hermes.
  • dsh-agent-replay — DeepSeek Harness 会话回放与脱敏分享插件:将真实 Agent 轨迹导出为独立交互 HTML,用于文档、演示和问题反馈。
  • dsh-agent-run-logger — Local JSONL run tracing plugin for DeepSeek Harness — records agent runs, model steps, tool calls, timings, outcomes, and token usage.
  • dsh-agent-team-gui — Persistent multi-model agent squads for DeepSeek Harness — reusable teams, per-agent model/tool policies, and ordinary-chat collaboration.
  • dsh-agent-team-room — Native DSH rooms for connecting independent Sessions and provider-backed AI members—without bundled roles or scenarios.
  • dsh-agentfuse-plugin — Deterministic fail-closed tool-call authorization for DSH with evidence: allow/block/ask policy gate plus approval-chain deferral.
  • dsh-agentmemory — agentmemory for DeepSeek Harness (dsh): full memory_* tools, capture hooks, and context injection over the local REST server
  • dsh-agentmemory — a DSH (DeepSeek Harness) Cordis plugin that bridges a session's activity into agentmemory, a local, self-hosted memory daemon.
  • dsh-agentsoul — Local personality, memory and distillation layer for DeepSeek Harness — SOUL/IDENTITY/USER/STATE persona files, cross-session memory and LLM distillation, auto-loaded on startup.
  • dsh-agfs — Agent FileBrowser for DeepSeek Harness
  • dsh-agnes-paseo — vvlife/dsh-agnes-paseo discovered from GitHub.
  • dsh-agy — Google Antigravity (agy) OAuth auth + model access plugin for DeepSeek Harness: multi-account pool, 429 rotation, device fingerprinting, CLI and web login.
  • dsh-airbag — 再也不会误把api key粘贴喂给ai了!!!可自定义的安全等级与安全措施,解决容易泄漏api key的底层问题。同时有报告记录可查!!!
  • dsh-all-search — dsh search: AnySearch web search provider for DeepSeek Harness (ctx.web)
  • dsh-all-warmup — Global frictionless warm-up layer plugin for DeepSeek Harness | DeepSeek Harness 全局无感热身层插件:任何会话首轮自动热身,第二轮起恢复完整模式
  • dsh-ambience — Hyna-hla/dsh-ambience discovered from GitHub.
  • dsh-analytics — hccccc01333/dsh-analytics discovered from GitHub.
  • dsh-analyze-image-tool — 给纯文本 DeepSeek Harness 模型加上识图能力:analyze_image 把图片转发到任意 OpenAI 兼容视觉端点 | Vision bridge for text-only DSH models
  • dsh-anchored-preset-installer — kirkchinese/dsh-anchored-preset-installer discovered from GitHub.
  • dsh-anchored-standard — Two-phase DeepSeek Harness preset: Minimal-aligned bootstrap (bash+read), then full Standard tools after the first tool call or reply
  • dsh-ankh-guard — 防止 Agent 自我修改把服务改崩的守护插件(dsh 插件):绿色构建凭证绑定 git HEAD,改坏不许重启;watchdog 无感重启 + canary 自动回滚
  • dsh-annotation-plugin — boboozeng/dsh-annotation-plugin discovered from GitHub.
  • dsh-anthropic-fonts — Isilsolme/dsh-anthropic-fonts discovered from GitHub.
  • dsh-antigravity-auth — DeepSeek Hardness 插件,用于在 DSH 中使用 Antigravity 提供的模型,自用
  • dsh-any-attachment — dsh bundle: attach any file type in the DeepSeek Harness Web UI — text-likes inline, binaries as workspace path references, rasters via the built-in pipeline
  • dsh-any-background — 一个自定义主题插件,包括背景图(大小和位置),主界面和设置界面(透明度,色轮全色主题色)插件
  • dsh-api-balance — 安装在deepseek的插件,能够实时显示当前api的余额,30秒自动刷新一次
  • dsh-api-balance — DeepSeek account balance readout for DSH Web (dsh-plugin)
  • dsh-api-balance — DeepSeek Harness 动态 Cordis 插件:可拖动、可缩放、亚克力质感的 API 余额悬浮徽章
  • dsh-api-cost — DeepSeek Harness 插件:实时显示本会话 API 用量开销 / Real-time per-session API cost meter for DeepSeek Harness
  • dsh-api-gateway — DeepSeek Harness的开源 API Gateway 插件:任何第三方客户端(包括飞书/钉钉等即时通讯)都能通过REST + SSE接口与你的 Agent 会话交互。
  • dsh-api-tools — dsh API usage metering and one-click refresh plugins for DeepSeek Harness
  • dsh-api-usage — 在 DSH Web 界面侧边栏底部提供常驻小部件,实时展示 DeepSeek API 的当前余额、今日消费、Token 用量与请求次数,并附 24 小时消费柱状图,点击即可直达 DeepSeek 充值页。
  • dsh-api-usage-bar — Cache-aware API token usage bar for the DeepSeek Harness Web UI
  • dsh-api-usage-monitor — DeepSeek Harness 动态 Cordis 插件:实时读取当前使用的 LLM API,在设置页呈现当前用量、分对话用量,并可扫描会话日志读取历史用量。
  • dsh-app-launcher — 把 DSH Web GUI 变成"桌面应用":以独立应用窗口打开,关闭窗口即优雅退出整个 DSH 进程
  • dsh-appearance — DeepSeek Harness Web UI 的外观设置插件,一键个性化你的 Web UI
  • dsh-approval-ai — AI approval answerer for DeepSeek Harness (DSH) using the unified LLM route with fail-closed policy checks.
  • dsh-approval-comment — DSHWeb 审批增强插件:无感替代内置审批窗口,支持「拒绝并附言」,并在拒绝后终止当前回合、让模型重新结合附言思考
  • dsh-approval-flow-poc — Non-official fail-closed approval policy PoC for DeepSeek Harness
  • dsh-approval-gate — DeepSeek Harness 自动审批门控:Flash 预判不可回补操作,安全自动批准、危险转人工(fail-safe)
  • dsh-approval-guardian — 模仿codex auto-review 的自动审批机制
  • dsh-approve-for-me — DeepSeek Harness plugin for rule-gated automatic sandbox approval with optional LLM review, one-time grants, fixed high-risk checks, and native human fallback.
  • dsh-arbitrary-host — FairyScript/dsh-arbitrary-host discovered from GitHub.
  • dsh-arcaea-theme — An original Arcaea-inspired high-key prismatic UI theme plugin for DeepSeek Harness.
  • dsh-archive-manager — Archive panel for DSH WebUI: reopen, unarchive, or permanently delete sessions — with search and native-feel UI
  • dsh-archive-manager — Archived-session management (show/unarchive/permanently delete) for the DSH Web GUI, with zero changes to official packages.
  • dsh-archive-manager — zimixvx/dsh-archive-manager discovered from GitHub.
  • dsh-archive-viewer — DeepSeek Harness(DSH)归档增强插件:自动定期归档、文件夹归档整理、LLM 摘要沉淀经验库、会话收藏与便签、会话删除与优雅关机。Archive enhancement plugin for DeepSeek Harness: auto-archive, folder organization, LLM knowledge library, bookmarks & notes, session delete.
  • dsh-archive-viewer — List and restore archived sessions from the DeepSeek Harness Web settings
  • dsh-archive-viewer — DeepSeek Harness 归档会话管理插件:查看/恢复已归档会话(回到原工作区分组)+ 右上角一键关闭 dsh。MIT 许可,欢迎收录到任何插件合集,注明出处即可。
  • dsh-archived-conversations — Show archived conversations in the DSH Web sidebar footer with read-only message previews.
  • dsh-archived-sessions — hashdiana/dsh-archived-sessions discovered from GitHub.
  • dsh-archived-sessions — DeepSeek Harness 插件-归档会话管理,支持释放、清除归档会话
  • dsh-archived-sessions — DSH Session Manager: manage conversations, archive/restore, delete safely, open record folders.
  • DSH-arena — Local-first experiment and evaluation workbench plugin for DeepSeek Harness (DSH).
  • dsh-article-publish — Publish articles from DeepSeek Harness to CSDN / Juejin / CNBlog. dsh plugin.
  • dsh-artifact — Inline ECharts rendering plugin for DeepSeek Harness
  • dsh-asc — lmst2/dsh-asc discovered from GitHub.
  • dsh-ask-guard — Timeout guard for ask_user_question in DeepSeek Harness: a lost or unanswered question resolves as ASK_TIMEOUT instead of hanging the turn forever
  • dsh-assistant-message-forge — DSH assistant message forge: create/modify/inject test assistant messages, import session.jsonl(.zstd) session logs (client plugin)
  • dsh-at — KureKaruna/dsh-at discovered from GitHub.
  • dsh-atlascloud — Atlas Cloud skills and opt-in MCP tools for DeepSeek Harness
  • dsh-atomgit — AtomGit plugin bundle for DeepSeek Harness (dsh): atomgit-skills workflows + ag CLI + platform-hosted AtomGit/GitCode MCP tools
  • dsh-attachment-formats — Codex-style attachment formats for the DeepSeek Harness Web GUI: PDF text-layer extraction, Office text extraction, scanned-PDF OCR, long-document spill + index cards, image-to-PNG.
  • dsh-attachments — CocoSgt/dsh-attachments discovered from GitHub.
  • dsh-attachments — Cross-platform DSH WebUI multimedia input and workspace attachments
  • dsh-atuin — dsh atuin-history: record dsh user prompts into atuin shell history
  • dsh-audio-alert — dsh中断声音提示喵(可配置音频喵)Browser audio alerts for dsh attention edges: approval requests, ask-user questions, and finished turns.
  • dsh-audio-dub — Dub video and audio into 10 languages with voice cloning, from a DeepSeek Harness agent | DSH 视频/音频配音插件
  • dsh-audit-bundle — Content-addressed audit indexes across independent DeepSeek Harness evidence producers
  • dsh-aura-scheduler — Proactive scheduling for DeepSeek Harness: Aura heartbeat + value network (official is model-driven only)
  • dsh-auth — radaren/dsh-auth discovered from GitHub.
  • dsh-auth-gate — DSH Web UI 的认证门禁插件,提供 SVG 图形验证码与防暴力破解保护
  • dsh-auth-gate — Login gate for the DeepSeek Harness (dsh) web surface: password or shared-token authentication, session cookies, rate limiting, and a user-management CLI. | DeepSeek Harness (dsh) 网页版登录门插件:账号口令或共享令牌认证、会话 cookie、登录限速,附用户管理 CLI。
  • dsh-auth-tunnel — Password-gated Cloudflare Tunnel access for the DeepSeek Harness Web GUI, with quick and named tunnel modes.
  • dsh-AuthInOne — Self-contained DeepSeek Harness (DSH) plugin for Provider/Auth login, model switching, image fallback, token/cost analytics, and same-port Web restart. Useful? A star helps.
  • dsh-authorize-app — DeepSeek Harness plugin: a 'Connected Apps' settings section — a central platform where other DSH plugins surface themselves.
  • dsh-auto — dsh Auto Approve
  • dsh-auto-approval — Andy8647/dsh-auto-approval discovered from GitHub.
  • dsh-auto-approval — LLM-gated auto approval for DeepSeek Harness: a model judges every approval ask first, low-risk operations pass without prompting (fail-closed)
  • dsh-auto-approval-plugin — Trusted Auto: a middle permission tier for DeepSeek Harness between workspace-write and danger-full-access, auto-approving harmless commands and trusted-area targets
  • dsh-auto-approve — 为 DeepSeek Harness 增加介于 Workspace Write 与 Full access 之间的自动批准权限档,危险或不确定操作仍转人工审批。An auto-approval permission preset between workspace-write and full access for DeepSeek Harness.
  • dsh-auto-classifier — PAKIKNOWLEDGE/dsh-auto-classifier discovered from GitHub.
  • dsh-auto-collapse — a179-sanae/dsh-auto-collapse discovered from GitHub.
  • dsh-auto-continue — Aki2519/dsh-auto-continue discovered from GitHub.
  • dsh-auto-fold-turn — ycp424c/dsh-auto-fold-turn discovered from GitHub.
  • dsh-auto-memory — DSH 自动记忆插件:三层记忆(用户级/项目笔记/每日日志)自动注入与检索、每日反思、可视化面板与设置页,支持继承其他 AI 工具的历史记忆。An auto-memory plugin for the DeepSeek Harness Web GUI: three-layer memory (user-level / project notes / daily logs) with automatic injection and retrieval, daily reflections, a visual panel and settings page, and inheritance of memories from other AI tools.
  • dsh-auto-mode — Safe automatic permissions for DeepSeek Harness.
  • dsh-auto-model — AL-spiritphoenix/dsh-auto-model discovered from GitHub.
  • dsh-auto-review — DSH Auto Mode — native security review plugin for DeepSeek Harness: pre-execution rule interception + delivery-time independent subagent review. Built for long-running agents.
  • dsh-auto-review — Second-model AI auto-review for DeepSeek Harness approval requests: a read-only reviewer subagent returns structured allow/deny verdicts with reasons, fail-closed by default, fully auditable from the session log (approval/asked -> autoReview/verdict -> approval/decided).
  • DSH-AUX — Auxiliary model system for DeepSeek Harness: unified aux-LLM routing (per-task model, timeout, concurrency, failure cooldown, main-model fallback) + vision_analyze / web_extract / compress_text tools, settings page, and session image lifecycle cleanup.
  • dsh-auxiliary — Auxiliary models for DeepSeek Harness: vision understanding and context compression through dedicated model routes.
  • dsh-awiki — AWiki identity and messaging plugin for DeepSeek Harness
  • dsh-background — DeepSeek Harness Web 背景图片插件:本地图片路径替换网页背景,外观设置行 + 实时预览
  • dsh-background-agents — Interactive long-session background agents for DeepSeek Harness: start a durable continuable child agent, watch its progress in the Web UI sidebar, message it any time, and interrupt it - all through the official subagent seam.
  • dsh-backup-sync — DeepSeek Harness(DSH)备份/恢复 + 跨机同步插件:本地快照、WebDAV 推送/拉取、自动备份与失效归档清理。Snapshot backup, restore and cross-machine sync plugin for DeepSeek Harness: local snapshots, incremental WebDAV push/pull, auto-backup retention and stale archive sweep.
  • dsh-balance — DeepSeek Harness balance plugin for the Settings page
  • dsh-balance — DSH plugin: /balance command, composer-dock balance readout with top-up link, session-cost estimate
  • dsh-balance — 一个适用于deepseek-harness的插件,功能是显示当前账户余额以及当前会话预估的费用消耗 | A plugin for deepseek-harness that displays the current account balance and the estimated cost consumption of the current session.
  • dsh-balance — DeepSeek API 账户余额实时显示插件(DSH Web GUI):可拖拽左下角余额徽章 + 设置页
  • dsh-balance — 模型账户余额悬浮窗插件 for DeepSeek Harness Web GUI — floating model-account balance monitor with a settings master switch
  • dsh-balance — dsh余额插件. A DeepSeek Harness plugin for real-time token tracking and highly accurate session cost estimation, featuring dynamic peak/off-peak pricing support.
  • dsh-balance — Yogioo/dsh-balance discovered from GitHub.
  • dsh-balance-display — DeepSeek API balance overlay for DeepSeek Harness
  • dsh-balance-display — DeepSeek Harness 余额显示插件
  • dsh-balance-display — DeepSeek API 余额显示插件:左下角余额胶囊、低余额预警、余额趋势、一键充值。密钥不出主机端。
  • dsh-balance-float — DSH 悬浮余额/一键退出插件
  • dsh-balance-meter — healing1/dsh-balance-meter discovered from GitHub.
  • dsh-balance-monitor — DeepSeek 账户余额、剩余比例条与今日花费,显示在 dsh 侧边栏底部 · DeepSeek balance, remaining-ratio bar and today's spend in the dsh sidebar footer.
  • dsh-balance-monitor — 一个好看、简单、实用的余额监视器|DeepSeek Harness 插件:官方余额快照 + ds_balance 工具 + Matrix 侧边栏徽章
  • dsh-balance-plugin — deepSeek 余额监控与用量统计(DSH 动态 Cordis 插件):余额监控 · 官方充值入口 · 用量统计 · 三方插件管理
  • dsh-balance-plugin — Deepseek Harness插件,支持实时展示deepseek余额
  • dsh-balance-stats — Balance, session cost, token usage, and invoice summaries for DeepSeek Harness Web.
  • dsh-balance-tide — DeepSeek Harness (DSH) Web 插件: 余额 + 峰谷计价潮汐提示。显示 DeepSeek 账户余额与本会话花费, 并在余额前提示当前峰/谷价格档位、距切换倒计时与使用建议。
  • dsh-bash-rtk — DeepSeek Harness bash executor plugin that routes eligible commands through rtk (Rust Token Killer) to compress tool output and save tokens.
  • dsh-bash-win — 在 Windows 环境中为 DeepSeek Harness 提供 Git Bash 与 WSL 2 bash 工具,含 bwrap 沙箱、审批模式、后台任务
  • dsh-batch-regression — DSH plugin: run a command N rounds, judge by median/distribution — 批量回归取统计结论
  • dsh-beacons — Right-edge prompt navigator (Codex/OpenChamber-style scrub rail with scroll-spy) plus Windows toast notifications — a DeepSeek Harness plugin
  • dsh-benchmark — Deterministic revision-pinned benchmarks and regression evidence for DeepSeek Harness
  • dsh-better-archive — DeepSeek Harness (DSH) web-GUI plugin: archived-session panel with unarchive & delete
  • dsh-better-browser — DSH 真实浏览器插件:通过 Kimi WebBridge 让 Agent 操作用户已登录的浏览器,并提供 13 个 webbridge_* 工具。 / Let DSH Agents use your signed-in browser through thirteen Kimi WebBridge tools.
  • dsh-better-chat-history — A plugin for DSH to optimize session loading speed and reduce disk read/write consumption.
  • dsh-better-codex-subagent — ivwumupy/dsh-better-codex-subagent discovered from GitHub.
  • dsh-better-deepseek — DeepSeek Harness bridge plugin for Better DeepSeek Chrome extension.
  • dsh-better-edit — Hash-anchored read/edit/batch_edit/undo_last_edit tools for DeepSeek Harness (dsh) — dsh port of pi-hashline-edit-lsz
  • dsh-better-model-selector — 将模型选择器和思考强度选择器拆成两个组件,并替换为更合理的交互方式
  • dsh-better-plan-reviewer — 更好的plan确认窗口,可以替换执行模型、暂存计划
  • dsh-better-status — DeepSeek Harness 插件:把文本形式的会话统计(轮/步、LLM/工具耗时、首 token、tok/s、缓存命中、输入/输出 token)替换为页面右侧直观醒目的图表面板。
  • dsh-bgwall-plugin — hubo980205/dsh-bgwall-plugin discovered from GitHub.
  • dsh-bilibili — CZX2244/dsh-bilibili discovered from GitHub.
  • dsh-billing — DSH web GUI realtime billing monitor: token/cost metering, DeepSeek v4 peak pricing, balance anchoring, sidebar pill + settings page, billing_balance agent tool
  • dsh-billing — DeepSeek Harness plugin: 账户余额 + 会话费用(/balance /cost 命令、deepseek_billing 工具、Web UI 双胶囊),官方价格每 12 小时自动同步
  • dsh-billing-glass — Liquid-glass billing overlay for the DeepSeek Harness Web GUI: provider balances, session cost, daily spend and token buckets. DeepSeek-first and extensible.
  • dsh-birdman-plugins — Community plugins for DeepSeek Harness (DSH): model metadata autofill and workspace artifacts view.
  • dsh-bisect-debug — DSH plugin: bisect bugs (code / boundary / commit) — 二分法定位 bug 根因
  • dsh-black-whale — DeepSeek Harness 黑鲸实验室主题:官网黑鲸 × 夕小瑶 IP,真实 profile 可安装的 Web UI 插件
  • dsh-blackhole — Asaiuta/dsh-blackhole discovered from GitHub.
  • dsh-blackjack — 谁不想coding的时候急头白脸的和大肥鱼来一场紧张刺激的21点呢
  • dsh-blue-archive-shiroko — Blue Archive-inspired DSH theme with a Shiroko desktop companion, Codex-style reply bubbles, petting effects, and completion chime.
  • dsh-blue-whale — 复刻 DeepSeek Chat 蓝鲸配色的皮肤,亮色/深色跟随系统外观。
  • dsh-blue-whale-maid — 运行在 deepseek harness 上的女仆酱
  • dsh-board — DeepSeek Harness 用量面板:token 计费、1M 上下文、词勋段位、每日热力
  • dsh-book2skill — DSH book-to-skill plugin: a 5-stage long task (fetch → parse → understand → generate → install) with 3 human gates, host tools for the agent and a browser timeline panel
  • dsh-bookmarks — Bookmark assistant replies in DeepSeek Harness: per-message bookmarks with notes/tags, a cross-session center, and one-click Markdown export.
  • dsh-boot-guard — A loader-independent rescue console for DeepSeek Harness when a broken plugin prevents the Web UI from starting.
  • dsh-bottom-bar — 用于提供更丰富的DeepSeek Harness底栏信息显示插件
  • dsh-bottom-stats — DSH plugin: full-width conversation stats line (no truncation) + context occupancy progress bar for the DeepSeek Harness web UI
  • dsh-bridges — 将 DeepSeek Harness 桥接到已配置其它 Harness Agent 的项目。支持 CodeBuddy / Codex / OpenCode / Claude Code / ...
  • dsh-bring-local-llm — 让本地 LLM(Ollama/KoboldCpp/LM Studio/任意 OpenAI 兼容端点)接入 DeepSeek Harness,本地优先处理一部分信息,难点交给云端主模型:省在线 token、用上本地冗余算力。
  • dsh-browser — Playwright-powered browser automation for DeepSeek Harness
  • dsh-browser — 给 DeepSeek Harness 的浏览器插件:AI 直接开真实的 Edge 浏览器逛网页、点击、填表、截图,无需 CDP 或 MCP。
  • dsh-browser — Shared real browser plugin for DeepSeek Harness
  • dsh-browser — Browser capability for DeepSeek Harness: headed Edge/Playwright provider, SSRF-safe navigation, a11y-ref clicking, permission gate with auto-remember, gated evaluate
  • dsh-browser-bridge — Prompt-scoped bridge between DSH and explicitly attached Chrome tabs
  • dsh-browser-companion — A personal DSH browser plugin: persistent profile, visible window, human-in-the-loop login, and safe agent browser tools.
  • dsh-browser-control — Let an AI control a real visible Chrome browser via Playwright MCP, with a live view of every action inside the DeepSeek Harness GUI.
  • dsh-browser-control — DSH plugin for controlling browsers (CDP/Playwright) — DeepSeek Harness 操控浏览器插件
  • dsh-browser-playwright — Snapshot-first Playwright browser automation for DeepSeek Harness: accessibility-tree interaction with stable refs, per-session browser contexts, 17 browser_* tools.
  • dsh-browseruse — browser-use style browser automation plugin for DeepSeek Harness: drives a dedicated Chrome instance (persistent profile) via playwright-core — fine-grained tools, autonomous tasks, scheduling, dangerous-action confirmation, captcha hand-off
  • dsh-btw — 个人很喜欢 Claude Code 的 /btw,于是为 DSH 做了复刻:共享当前上下文快速旁路提问,不中断主任务,也不写入主会话历史。
  • dsh-bundle-updater — DSH 整合包插件管理器:检查更新 / 搜索 / 安装 / 卸载 / 安全审计(npm / GitHub / 本地链接)|Full-lifecycle plugin manager for DSH profile bundles
  • dsh-bundle-vision — Zero-core-change vision capability for DeepSeek Harness: the describe_image tool + profile bundle, installable via 'dsh plugin add'
  • dsh-cache-hit-decimal — Two-decimal cache-hit rate for the DeepSeek Harness Web GUI
  • dsh-cache-precision — DSH client plugin: render the built-in session cache-hit percentage with three decimal places.
  • dsh-cache-stabilizer — Cache-prefix stabilization and evidence-based cache metrics for DeepSeek Harness
  • dsh-cad-review — Evidence-first ASCII DXF inspection and deterministic CAD rule review for DeepSeek Harness
  • dsh-calendar — DeepSeek Harness 日历插件:calendar_list/create/update/delete/search 五工具,CalDAV 协议支持 Google/iCloud/Nextcloud/自定义端点,RRULE 重复事件自动展开,插件级 proxyUrl 代理,配置缺失不崩启动;纯 Node 全平台。· CalDAV calendar tools for DeepSeek Harness agents.
  • dsh-capability-inspector — DeepSeek Harness Doctor and DSH runtime diagnostics for tools, models, skills, workspaces, sessions, plugins, and MCP troubleshooting
  • dsh-capability-receipt — Content-addressed receipts for skills actually loaded by DeepSeek Harness
  • dsh-captain — Captain plugin for DeepSeek Harness: GPT planning, DeepSeek workers, independent review, adaptive multi-agent orchestration
  • dsh-case — DSH plugin: naming case converter (camelCase/snake_case/kebab-case/PascalCase/...)
  • dsh-catgirl-plugin — A token-efficient persona runtime for DeepSeek Harness. 把人格留在界面,把智能留给模型。Measured: -67% input tokens, -66% cache reads, 0-token catgirl rendering.
  • dsh-catppuccin — DeepSeek Harness Web GUI 的 Catppuccin 主题插件:Latte / Frappé / Macchiato / Mocha 四种主题一键切换
  • dsh-cc-ecosystem — 让 DeepSeek Harness 用上 Claude Code 全家桶:技能、命令、规则、权限、子代理、hooks—— .claude/ 资产原样加载,正在逐步做到全兼容。
  • dsh-cc-haha-memory — CC-HAHA-inspired persistent memory plugin for DeepSeek Harness (DSH)
  • dsh-cc-import — Import high-quality conversations into Claude Code and provide CLAUDE.md recognition, add basic features like the "/init" command, and help speed up migration progress | 高质量导入Claude Code中的对话,并提供CLAUDE.md识别,添加"/init"命令等基础功能,帮助快速迁移进度
  • dsh-cc-switch — Sync cc-switch provider profiles into DeepSeek Harness (DSH) model routes — CLI, slash command, and agent tool
  • dsh-chain-toggle-all — DSH Web GUI plugin: one-click expand/collapse all reasoning chains and tool chains in the current session
  • dsh-chameleon — lsz-asd/dsh-chameleon discovered from GitHub.
  • dsh-change-attestor — Deterministic workspace-change attestation for DeepSeek Harness: compares bounded snapshots and reports created, changed, and removed paths.
  • dsh-change-center — 文件变更的捕获 → 审查 → 拒绝 / 应用 → 回滚中心
  • dsh-change-review — DeepSeek Harness 会话修改审查插件:追踪会话内 write/edit,diff 对比展示,会话隔离/子代理聚合/SSE 实时推送/颜色自定义
  • dsh-changelog — 自动生成发布说明(移植自 @noice-tech/pi-changelog)
  • DSH-changeproof — 变更证明(ChangeProof)— DeepSeek Harness 插件:代码改动后确认改动的行真的被测试覆盖到
  • dsh-changes-panel — szh1007/dsh-changes-panel discovered from GitHub.
  • dsh-channel-telegram — DSH bundle: thin Telegram bridge (long-poll Bot API, allowlist, per-chat agent sessions) for DeepSeek Harness
  • dsh-chat-content-visibility-auto — DeepSeek Harness 聊天列表性能优化:为消息节点启用 content-visibility:auto,跳过屏外节点渲染/布局/绘制;DSH plugin: content-visibility:auto windowing for the chat list, smoother scrolling in long conversations.
  • dsh-chat-imagine — Generate images in DeepSeek Harness using configured OpenAI-compatible APIs or a local MiniMax CLI.
  • dsh-chat-index-rail — Chat input index rail for DeepSeek Harness Web UI
  • dsh-chat-link — Peer-to-peer conversation linking for DeepSeek Harness (DSH): @-mention any session, wake it up, chat across conversations. Type @ in the composer, pick a session, send — the target agent is woken via agent.send. Persistent message board, native-feel inbox panel, 5 chat_link_* tools. dsh-plugin.
  • dsh-chat-tidy — Restrained chat typography and layout for DeepSeek Harness Web
  • dsh-chat-timeline — 1:1 port of DeepSeek's official web right-side chat navigation rail (ScrollNav) as a DeepSeek Harness (DSH) plugin
  • dsh-chat-toc — DSH web GUI chat table-of-contents: outline bar on the right edge of the conversation, hover to expand, click to jump
  • dsh-chat-width-customizer — magicOF2/dsh-chat-width-customizer discovered from GitHub.
  • dsh-chat-window-fold — DSH web GUI plugin: auto fold/expand the chat window — bottom checkpoints hide old pages, top-scroll expands earlier messages with the viewport anchored.
  • dsh-chatfile — sooya7/dsh-chatfile discovered from GitHub.
  • dsh-chatflow-rail — Conversation-flow navigation rail for the dsh web GUI — one dash per user message with hover previews and smooth jumps, plus a docked "previous message" card.
  • dsh-chatgpt-bridge — MCP bridge that lets ChatGPT create, view, continue, and control DeepSeek Harness (DSH) agent sessions.
  • dsh-chatgpt-subscription — Aa728848/dsh-chatgpt-subscription discovered from GitHub.
  • dsh-chatpaper — puppet2004/dsh-chatpaper discovered from GitHub.
  • dsh-check-update — HuiHuitie-zhu/dsh-check-update discovered from GitHub.
  • dsh-checkpoint — Mark an exploration start in the session; pairs with rewind to fold the exploration out of context.
  • dsh-checkpoint-rewind — Claude Code /rewind for DeepSeek Harness — git-first workspace snapshots before every mutation, turn-boundary session forks, one-shot /rewind restore. A dsh-plugin capability seam.
  • dsh-chime — Task-completion notification chime for the DSH web GUI: beeps when an agent turn finishes, even in background tabs. 10 preset sounds + custom import + volume.
  • dsh-chime — 任务完成提示音插件 for DeepSeek Harness Web GUI — task-completion chime, volume control, custom audio, Plugins settings page
  • dsh-chinese-thinking — DeepSeek Harness 插件:让 agent 默认用中文思考与回复(移植自 superpowers-zh)
  • dsh-chinese-thinking — Max-Null/dsh-chinese-thinking discovered from GitHub.
  • dsh-chinese-traditional-wisdom-skill — 中华传统智慧(玄枢)AI Agent 技能包的 DeepSeek Harness(dsh)Cordis 插件:八字/紫微/六爻/梅花/奇门/风水/五运六气/体质全融合,本地确定性引擎 + 可视化 Dashboard,一行 dsh plugin add 安装。
  • dsh-chrome — DeepSeek Harness (dsh) browser companion: Chrome side panel embedding the full dsh web UI + host plugins for page reading, HTTP capture, and browser control.
  • dsh-chrome — Chrome profile bridge for DeepSeek Harness: control an existing signed-in Chrome profile through chrome_repl.
  • DSH-Chrome-devtools — Real Chrome browser control for DeepSeek Harness agents, powered by Chrome DevTools MCP
  • dsh-ci-cd-bot — bkMoon1024/dsh-ci-cd-bot discovered from GitHub.
  • dsh-ci-co-pilot — GitHub CI co-pilot for DeepSeek Harness: PR review, CI failure fixing, issue triage and release notes. Everything is a plugin.
  • dsh-ci-context — Privacy-focused CI execution context for DeepSeek Harness agents
  • dsh-ci-doctor — CI failure, diagnosed before you open the logs — DeepSeek Harness plugin that watches GitHub Actions for new failures and turns raw logs into structured diagnosis cards · CI 失败,打开日志前就完成诊断 —— DSH 插件:监视 GitHub Actions 新失败,原始日志转结构化诊断卡,签名账本识别复发问题
  • dsh-claude-cli — DeepSeek Harness LLM provider that runs your installed Claude Code CLI as the model backend — no API key.
  • dsh-claude-code-templates — Claude Code 技能模板库(claude-code-templates 移植,897 个 SKILL.md)
  • dsh-claude-import — Import Claude Code config (skills/rules/CLAUDE.md/AGENTS.md) into DeepSeek Harness, with destination preview, conflict strategies, and idempotent re-imports.
  • dsh-claude-marketplace — Claude Code marketplace compatibility for DeepSeek Harness
  • dsh-claude-mem — DeepSeek Harness plugin integrating claude-mem (memory for dsh)
  • dsh-claude-migrator — Claude → DeepSeek Harness (DSH) 配置迁移插件:自动识别用户主目录与项目根的 .claude/skills、.claude/rules、.mcp.json、CLAUDE.md,skill 按工作区隔离唤醒,MCP 动态注册真实连接,内置可折叠配置中心看板
  • dsh-claude-move — DeepSeek Harness (dsh) plugin: migrate Claude Code sessions, memory, skills and CLAUDE.md into DSH with seamless resume (claude_scan / import_claude / resume-claude / web panel)
  • dsh-claude-provider — Custom Claude provider support for DeepSeek Harness
  • DSH-Claude-Style-Reasoning-Slider — DSH Claude Style Reasoning Slider is a DeepSeek Harness (DSH) client UI plugin that replaces the native model selector with a Claude-style animated reasoning-effort slider and model picker.DSH Claude Style Reasoning Slider 是一个面向 DeepSeek Harness(DSH)的客户端 UI 插件,用于将原生模型选择器替换为带 Claude 风格动画的推理等级滑块与模型选择器。
  • dsh-claude-theme — dsh的claude风格界面
  • dsh-claude-tui — Claude-Code-Styled TUI for DeepSeek Harness
  • dsh-claudecode-tips — A DeepSeek Harness (DSH) plugin bundle for the web profile. It replaces the static Deep diving... turn-status label with rotating, Claude Code-style loading words — the original 56-word set — while a turn is running. The elapsed-time clock next to the status is preserved.
  • dsh-clawrouter — A safety gate for DeepSeek Harness: a stronger model reviews dangerous tool calls before they run. Plus vision and 67 models from one wallet, paid per request over x402.
  • dsh-clawshell — ClawShell vision as DeepSeek Harness plugins: self-perception, closed-loop self-adaptation, trust/niche swarm, insight mining, knowledge genome
  • dsh-client-deep-sneak — DeepSneak(深度摸鱼)是专门为 DeepSeek Harness 设计的插件,在 agent 工作时播放 B 站视频,并在 agent 需要操作时暂停并提醒用户,方便摸鱼的同时避免因为没有发现 agent 被阻塞而影响效率
  • dsh-client-masquerade — DeepSeek Harness 插件:让自定义 llm-pi-ai provider 伪装成 Claude Code / Codex 客户端(伪造客户端身份请求头)。A DeepSeek Harness plugin: masquerade a custom llm-pi-ai provider as Claude Code / Codex clients (spoofed client identity headers).
  • dsh-client-plugin-manager — DeepSeek Harness 客户端插件管理器:分组插件清单 + 插件市场标签页(dsh-client-plugin-manager)
  • dsh-client-shortcuts — Global keyboard shortcuts plugin for the DeepSeek Harness web GUI: ctx.shortcuts registry service + mod+l/mod+k/mod+shift+c default bindings
  • dsh-client-ui-mobile-adapt — Your DeepSeek Harness web UI, rebuilt for the phone in your hand. Built for developers who code in Termux on Android: single-column layout, sidebar drawer, one-line composer, fullscreen scrollable settings & trajectory details, tap-to-open session stats. Desktop untouched.
  • dsh-client-ui-skin-claude — Claude-style skin for DeepSeek Harness (dsh) Web GUI — warm-black canvas, Anthropic clay accent, serif UI
  • dsh-client-ui-skins — DSH Web skin plugin with built-in themes and custom image skins
  • dsh-client-ui-theme-xp — Windows XP Luna desktop theme for the DeepSeek Harness web GUI: multi-window desktop, XP chrome, taskbar, Bliss wallpaper.
  • dsh-client-ui-trajectory-categories — QWQ-nn/dsh-client-ui-trajectory-categories discovered from GitHub.
  • dsh-client-ui-writing — Client-side writing panel for DeepSeek Harness: projects, library, full-text search, evolution diffs and an SVG thread graph.
  • dsh-clipboard — DSH plugin: write text to the system clipboard (pbcopy/clip/xclip/xsel, cross-platform)
  • dsh-cloak-browser — Native CloakBrowser tools for DeepSeek Harness: isolated browser sessions, snapshots, interaction, screenshots, and safe Agent routing.
  • dsh-cloud-connector — gzr123166/dsh-cloud-connector discovered from GitHub.
  • dsh-cloudflare-browser-run — dsh browser-run: CF Browser Run web tools (markdown/screenshot/pdf) for DeepSeek Harness
  • dsh-cluster — 画布式多智能体协作插件 | Canvas-based multi-agent cooperation plugin for DeepSeek Harness
  • dsh-cmd-starter — 为deepseek-harness提供一个命令行启动工具,让它 --append-prompt --resume 等类claude命令
  • dsh-cmp-skill-index — DSH plugin: list & search the 70-skill index bundled with codex-mobile-pro (zero-build, pure JS)
  • dsh-co-authored-by — dsh plugin: auto-inject Co-Authored-By and Generated-By trailers on git commit
  • dsh-cockpit — A desktop-style project and AI workbench plugin for DeepSeek Harness
  • dsh-code — Claude-Code-style TUI bundle for DeepSeek Harness. 充分结合 DSH 的核心机制与Codex CLI 、Claude Code 的优秀机制,打造的 DSH-Code.
  • dsh-code-check — a179-sanae/dsh-code-check discovered from GitHub.
  • dsh-code-diff-viewer — 用于dsh的代码可视化系统
  • dsh-code-impact — 面向 DeepSeek Harness 的只读 TypeScript/JavaScript 代码变更影响分析插件 Read-only TypeScript/JavaScript change impact analysis plugin for DeepSeek Harness
  • dsh-code-lens — Observability for DeepSeek Harness code-mode sub-dispatches: the tool calls a run_code program makes that the model never sees.
  • dsh-code-reference — DeepSeek Harness (DSH) 代码参考检索与复用调查插件:开发前检索本地代码库与 GitHub/npm 开源项目,评估复用/改造/引入依赖/自制并询问用户,支持架构级复用。Code reference & reuse-survey plugin for DSH: search local code + GitHub/npm before building, evaluate reuse vs rewrite, ask the user, architecture-level reuse.
  • dsh-code-smell — DSH 插件:代码气味雷达——静态扫描 TODO/FIXME 债务、未实现桩、超长行、大文件与重复代码块,按严重度输出修复建议,全程只读。Code Smell Radar for DeepSeek Harness.
  • dsh-codebuddy — CodeBuddy OAuth, dynamic models, and reasoning controls for DeepSeek Harness
  • dsh-codex — OpenAI Codex (ChatGPT Plus/Pro OAuth) provider plugin for DeepSeek Harness (DSH). dsh-plugin
  • dsh-codex — 同步codex中的会话到dsh,一键导入上下文.
  • dsh-codex — Rebuilding OpenAI Codex as exact, independently installable DeepSeek Harness plugins without invoking the Codex binary.
  • dsh-codex — Use your ChatGPT subscription in DeepSeek Harness through OpenAI's Codex sign-in flow
  • dsh-codex-approval — dsh-codex-approval插件:仿照Codex的AI自动审批,规则+AI三级风险评估自动放行/拒绝,让dsh沙箱审批自动化
  • dsh-codex-bridge — A DeepSeek Harness plugin that routes text to a base model and images to a configured vision model.
  • dsh-codex-bridge — Codex CLI bridge plugin for DeepSeek Harness with host tools and a Web conversation tab.
  • dsh-codex-canvas — DeepSeek Harness plugin: image_gen tool backed by Codex CLI (gpt-image-2)
  • dsh-codex-collab — Visible bidirectional local collaboration between DeepSeek Harness and Codex Desktop via app-server and MCP.
  • dsh-codex-import — Read-only Codex setup compatibility scanner for DeepSeek Harness
  • dsh-codex-kanban — AI-native Kanban and Codex chat fusion for DeepSeek Harness
  • dsh-codex-keychain — Unofficial ChatGPT OAuth provider for DeepSeek Harness with native OS keychain storage
  • dsh-codex-migrate — Migrate Codex CLI conversations / MCP servers / memories into DeepSeek Harness | 把 Codex CLI 的对话、MCP、记忆迁移到 DeepSeek Harness
  • dsh-codex-oauth — eons2long/dsh-codex-oauth discovered from GitHub.
  • dsh-codex-oauth — Use your OpenAI subscription with DeepSeek Harness to access GPT models, image generation, and web search.
  • dsh-codex-pet — 将 Codex 桌宠皮肤自动迁移到 DeepSeek Harness,在 DSH Web 界面渲染功能一致的桌宠:动画、多会话对话框、设置面板,一键迁移即插即用。
  • dsh-codex-pet — dsh-codex-pet · DSH 桌面宠物插件 — 导入精灵图序列帧宠物,悬浮浮层渲染 + Agent 状态联动
  • dsh-codex-port — DeepSeek Harness 技能移植插件:把 ~/.codex 的 Codex 官方插件(186+ 个、583+ 技能)一键移植为 DSH 技能(codex_list/port/status),frontmatter 自动转换、幂等跳过。· Batch-port the Codex plugin family into DSH skills.
  • dsh-codex-provider — OpenAI Codex provider for DeepSeek Harness with device-code OAuth, Codex CLI import, token refresh, and a web settings panel.
  • dsh-codex-provider-plugin — OpenAI Codex provider for DeepSeek Harness with ChatGPT OAuth, native settings, and account usage.
  • dsh-codex-side-outline — Codex style side outline for Deepseek Harness
  • dsh-codex-subscription — 在 DeepSeek Harness 中使用 ChatGPT/Codex 订阅,支持 OAuth 登录、额度与重置时间 | ChatGPT/Codex subscription plugin for DSH
  • dsh-codex-subscription — DSH 插件:直接复用 Codex CLI 本地登录订阅凭证,在 DeepSeek Harness 中使用 ChatGPT 订阅模型,无需 API Key | DSH plugin: reuse your Codex CLI local subscription login to use ChatGPT subscription models in DeepSeek Harness, no API key required
  • dsh-codex-timeline — Codex-style turn timeline and local conversation search for DeepSeek Harness Web | Codex风格的对话节点时间线导航栏,提供会话内容搜索等增强
  • dsh-codex-tools — SPYQWER1/dsh-codex-tools discovered from GitHub.
  • dsh-codex-ui — 用Codex的方式打开deepseek-harness
  • dsh-coding-agent-preset — Windows-adapted DSH coding agent preset with persistent PowerShell 7 (pwsh) and str_replace_editor, mirroring the official minimal preset.
  • dsh-coding-plans — Use multiple coding-plan subscriptions (ChatGPT/Codex, Claude, Gemini, …) inside DeepSeek Harness via native OAuth LLM adapters.
  • dsh-cognition — A project memory for your DeepSeek Harness agent - constrain / observe / remember / verify, built on DSH native primitives.
  • dsh-command-opt — DeepSeek Harness(DSH)命令优化插件:Tab/Enter 补全命令名、参数格式引导与提示弹框、tool 开启会话(subagent)补丁、空对话命令输出修复。Command optimization plugin for DeepSeek Harness.
  • dsh-commandcode-go-provider — Command Code Go API provider for dsh. Command Code 订阅 + DeekSeek Harness 兼容层
  • dsh-commandcode-provider — dsh LLM provider plugin for Command Code — every plan incl. Go, uses your Studio API key over /alpha/generate
  • dsh-commandcode-provider — Unofficial DeepSeek Harness LLM provider plugin for Command Code: live model catalog, reasoning-effort support, Models-page card. Ported from pi-commandcode-provider (MIT).
  • dsh-commit-review — 一个 DSH 插件:为 Web GUI 增加 /commit 与 /review 两个斜杠命令
  • dsh-community-plugins — DeepSeek Harness (dsh) plugin: registers a global skill that teaches agents how to discover, evaluate and install community plugins from the GitHub dsh-plugin topic, dshmarket and npm. | DSH 社区插件生态指南 skill:让 agent 学会发现、评估、安装社区插件。
  • dsh-compact-activity — Codex-style compact reasoning and tool activity groups for DeepSeek Harness Web.
  • dsh-compaction — AgentFrame compaction backend for DeepSeek Harness: semantic+physical KV compression (35.6x)
  • dsh-compaction-instant — LLM-free lossless* compaction engine for DeepSeek Harness
  • dsh-compaction-meta — 允许 agent 在 DSH 里自己编辑自己的上下文(元压缩,待实现)。Let the agent compact its own context (meta-compaction, TODO).
  • dsh-companion — DeepSeek Companion — DeepSeek Harness 官方伴侣插件:对话导出/交接摘要/成本优化/全局检索 + 执行轨迹分析、Prompt 工程工作台、多模型竞技场、任务编排、安全与审计(E–J 九大模块,Cordis 插件化)。
  • dsh-companion-dev — DeepSeek Companion 开发者版 — DeepSeek Harness 官方伴侣插件完整功能集:A–J 九大模块(对话导出/交接摘要/成本优化/全局检索 + 执行轨迹分析、Prompt 工程工作台、多模型竞技场、任务编排、安全审计),Cordis 插件化架构。
  • dsh-companion-enterprise — DeepSeek Companion Enterprise — DeepSeek Harness 企业级伴侣插件:安全审计与 DLP、团队协作与知识管理、任务编排与断点续跑、多模型竞技场、执行轨迹分析、Prompt 工程工作台。
  • dsh-compass — DeepSeek Harness context-and-files panel plugin: directory browser, injected context, and read-only git graph as one installable bundle
  • dsh-compat — dsh-compat 是 DeepSeek Harness(DSH)的旧插件兼容层。它让原本面向 Claude Code、Codex 的插件尽量保持原目录与语义运行,而不是把每个插件重新迁移成 DSH 原生插件。
  • dsh-compat-shims — Version-scoped compatibility shims for DeepSeek Harness 0.1.0-rc.6: pi-ai compat, sandbox schema shim, keyboard guard.
  • dsh-composer-enter — DSH web plugin: remap how Enter behaves in the chat composer (send / newline / interject), persisted to settings.yaml.
  • dsh-composer-expand — Composer expand/collapse toggle for DeepSeek Harness (dsh): a ⬆/⬇ button in the composer tool row grows the input to a tall 70vh writing view for long drafts.
  • dsh-composer-history — Terminal-style input history for the DeepSeek Harness web composer: edge-first arrows with exact draft/caret restore, browser-local persisted history, Ctrl+R reverse search, workspace recall - and sliding-context awareness (compaction summaries in recall/search, compaction notice with one-click /compact fill).
  • dsh-composer-polish — DeepSeek Harness plugin: one-click ✨ polish for composer drafts — flash rewrite, auto fill-back · DeepSeek Harness 插件:输入框草稿一键 ✨ 润色,flash 改写、自动回填
  • dsh-composer-resize — DSH 网页输入框拖拽调节插件 · Drag-to-resize DSH web composer: up to grow, down to shrink
  • dsh-compressor — DeepSeek Harness plugin: compress tool output, cut up to 20% of context, without touching the context cache or agent performance.
  • dsh-computer-use — Computer Use 插件:虚拟鼠标真人操作 for DeepSeek Harness(screen_observe + computer_click 等 11 个模型友好工具,跨平台 cua-driver 引擎)
  • dsh-computer-use — Desktop computer use for DeepSeek Harness: macOS app listing, accessibility-tree window capture, screenshots, and synthesized input, cloned from Codex Computer Use
  • dsh-computer-use — DSH plugin: local macOS computer use — screenshot/mouse/keyboard/browser control + OCR fallback for dsh (DeepSeek Harness)
  • dsh-computer-use — Native Windows Computer Use and configurable vision tools for DeepSeek Harness.
  • dsh-computer-use — Model-agnostic Computer Use for DeepSeek Harness: isolated browser, Windows native helper, third-party vision perception, and a Chrome Cookie Bridge.
  • dsh-computer-use — Text-first browser & background macOS control for DeepSeek Harness (DSH): target the right process and window without taking the user's pointer. 为 DSH 提供文本优先的电脑控制:后台操作 Chromium 与 macOS,不抢前台、不移动鼠标。
  • dsh-computer-use-windows — Windows Computer Use for DeepSeek Harness (DSH): window-bound screenshot/OCR/click with verification loop, pure-OCR mode, pluggable vision models.
  • dsh-config-sync — DeepSeekHarness配置同步插件
  • dsh-config-watch — Config drift detective for DSH: snapshots profile/plugin state, records changes.
  • dsh-content-studio — DSH bundle plugin: screenshots, screen recording, Markdown→Xiaohongshu image cards, dev.to publishing, and human-in-the-loop review for DeepSeek Harness
  • dsh-context — A DeepSeek Harness plugin for Context insight dashboard — showing what the model's context window is made of and how it evolves.
  • dsh-context-lens — Request Context Profiler for DeepSeek Harness — see what changed between model requests, and how cache reuse changed with it.
  • dsh-context-pack — Deterministic, privacy-aware repository context packs for DeepSeek Harness context injection.
  • dsh-context-provenance — Observe-only provenance ledger over public DeepSeek Harness runtime evidence
  • dsh-context-taxonomy — Logical-call context taxonomy plugin for DeepSeek Harness
  • dsh-conv-export — dsh-conv-export(对话导出)— export the current DeepSeek Harness conversation as Markdown, PDF, or a long PNG image
  • dsh-conv-search — dsh-conv-search(对话内文本搜索)— in-conversation text search plugin for DeepSeek Harness (Ctrl+F, match case, whole word, streaming-aware)
  • dsh-conversation-cost — 在 DSH 对话底部统计行实时显示 DeepSeek 用量费用(人民币/美元双币,含缓存命中与峰谷定价)
  • dsh-conversation-export — DSH session log to conversation export: zero-dependency CLI + single-file GUI + DSH Web plugin
  • dsh-conversation-indicator — Conversation indicator plugin for the DeepSeek Harness web GUI: a compact rail beside the scrollbar marks each user message; hover for the summary, click to jump. / DeepSeek Harness Web GUI 对话指示器插件:滚动条旁紧凑面板标记每条用户消息,悬停看摘要,点击跳转。
  • dsh-conversation-minimap — Codex-style conversation minimap plugin for DeepSeek Harness
  • dsh-conversation-nav — Conversation position navigator plugin for DeepSeek Harness: right-edge floating button + drawer listing every user message (auto-loads full history), click to jump. Install via dsh plugin add @ulabe/dsh-conversation-nav
  • dsh-conversation-outline — Conversation outline tab for dsh-better-sidebar: per-turn structured outline with quick jump and one-line LLM titles in the DSH WebUI | DSH WebUI 对话大纲:按轮次结构化展示会话、一键跳转、LLM 一句话标题
  • dsh-conversation-quote — Quote-to-composer UI plugin for DeepSeek Harness Web: select conversation text in the chat and send it together with your next question
  • dsh-conversation-rewind — DTSFO/dsh-conversation-rewind discovered from GitHub.
  • dsh-cost — Evidence-first token cost ledger and budget checks for DeepSeek Harness
  • dsh-cost-balance — DeepSeek Harness 插件:输入框下方 iOS 风格统计条——会话花费、账户余额、缓存命中、Token 用量一键展开
  • dsh-cost-balance-pro — kingcharleslzy-ai/dsh-cost-balance-pro discovered from GitHub.
  • dsh-cost-crystal — A cost & usage monitoring plugin for the DeepSeek Harness web GUI — balance card, real-time token rate, peak/off-peak billing, and next-message cost forecast, all timezone-aware.
  • dsh-cost-display — DeepSeek Harness 成本显示插件
  • dsh-cost-ledger — Cross-session persistent cost ledger for DeepSeek Harness: logs every LLM token usage to SQLite and exposes record/query/budget tools. Built-in DeepSeek pricing, overridable via config.
  • dsh-cost-meter — Automatically calculate the cost based on the configured price list. 自动按配置的价目表算价格花费。当前未启用峰谷价格,后续还请自行在配置页添加
  • dsh-cost-tracker — LLM 成本统计插件(DeepSeek Harness):按真实 token 用量折算费用,每次调用计费 + 会话汇总 + 使用统计页(UI 全面对齐 CC Switch 风格)· CC-Switch-style usage dashboard, per-call cost & session summary
  • dsh-cot-profile — Real-time chain-of-thought trajectory profiling for DeepSeek Harness: live wording indicators, profile-family judgment, per-session measurement records
  • dsh-cot-summerization — MeowLynxSea/dsh-cot-summerization discovered from GitHub.
  • dsh-courier — DSH plugin: cross-session messaging with reliable delivery and role addressing (coding/review loop)
  • dsh-credential-handoff — Conversation-local credential handoff for DSH that writes through the credential service without exposing the secret.
  • dsh-cron — Scheduled tasks (cron) for DeepSeek Harness: model- and human-callable scheduling that fires followup/inject into agent sessions
  • dsh-cron-panel — DSH web GUI scheduled-tasks panel: sidebar management of DSH and system (crontab) tasks with natural-language creation and execution logs
  • dsh-cron-parse — DSH plugin: parse cron expressions, humanize them, preview upcoming runs
  • dsh-cross-search — DSH-Plugin: multi-engine cross-validated search - parallel Brave/Tavily/DDG/Wikipedia, URL dedupe, confidence tiers.
  • dsh-cross-session — Same-runtime cross-Session discovery and communication for DeepSeek Harness
  • dsh-cross-session-agent — Unofficial safe peer discovery, messaging, receipts, and bounded context projection for DeepSeek Harness agents
  • dsh-crw — fastCRW-backed web_search and web_fetch providers for DeepSeek Harness (ctx.web)
  • dsh-cue-plugin — DeepSeek Harness 的跨会话引用(cue)插件
  • dsh-cursor-codex — Connect DeepSeek Harness (dsh) to Cursor and Codex: ACP agent bundle, MCP server, skills, and config templates
  • dsh-custom-brand — baisama-cloud/dsh-custom-brand discovered from GitHub.
  • dsh-custom-css — AnacondaKC/dsh-custom-css discovered from GitHub.
  • dsh-custom-header — Asaiuta/dsh-custom-header discovered from GitHub.
  • dsh-custom-workspace — Per-workspace appearance settings for DeepSeek Harness Web
  • dsh-cyber-particle — 为 DeepSeek Harness Web 界面添加动态粒子网络背景 | Particle-network background plugin for DeepSeek Harness web
  • dsh-cyber-pet — A “Cyber Whale” pet designed for DeepSeek Harness: a whale that hovers on the web page, can be fed, and changes color, providing real-time updates on token usage, limits, context usage, interaction counts, and the number of dialog boxes—complete with three built-in chat backends, growth levels, an emotion system, and milestone celebration features.
  • dsh-cyber-sec — Authorized security-assessment profile for DeepSeek Harness: scoped network tools, container-backed shell, authorization guard, durable evidence, 21 security skills, 7 specialist subagents
  • dsh-cyberdog-speech-sherpa — wuxinzhe/dsh-cyberdog-speech-sherpa discovered from GitHub.
  • dsh-cyberpunk-theme — ai7603/dsh-cyberpunk-theme discovered from GitHub.
  • dsh-cyberpunk-theme — Cyberpunk theme for DeepSeek Harness
  • dsh-dafeiyu — Desktop-native BigFish companion for DeepSeek Harness — real Agent status, always on top on Windows.
  • dsh-daily-brief — Daily activity brief for DSH: per-session turns/messages/tool-call stats. Read-only.
  • dsh-daily-fortune — DSH daily fortune plugin with Guan Yin lots, Tarot spreads, and daily quotes
  • dsh-daily-progress — omdsh-dev/dsh-daily-progress discovered from GitHub.
  • dsh-dardar — DSH 插件:在模型选择框左侧显示当前 DeepSeek V4 Pro / V4 Flash 的 codexradar IQ,每 5 分钟刷新(CC BY 4.0)
  • dsh-dashboard — Symphony-inspired multi-provider task orchestrator and native operations dashboard for DeepSeek Harness. Supports Linear, GitHub, Jira, Asana, GitLab, and local tasks. 受 Symphony 启发的 DeepSeek Harness 多任务源编排与原生运维仪表盘,支持 Linear、GitHub、Jira、Asana、GitLab 及本地任务。
  • dsh-data-ledger — 数据台账:DeepSeek Harness 本地数据统一看板——对话/账本/技能/记忆/日志的来源、位置与内容摘要,回收站删除、浏览器存储清理(dsh-plugin)
  • dsh-daybook — Intelligent, local-first Markdown journal writing assistant for DeepSeek Harness.
  • dsh-dead-links — DSH plugin: scan Markdown docs for dead links (HEAD with GET fallback, bounded concurrency)
  • dsh-debate-plugin — lcc815/dsh-debate-plugin discovered from GitHub.
  • dsh-deck-builder — DeepSeek Harness tool plugin: convert Markdown into a self-contained HTML presentation (slides) with themes and keyboard navigation. Zero dependencies, no core changes.
  • dsh-deepcel — 一款模仿 excel 的 dsh 皮肤
  • dsh-deepread — xiehuan123/dsh-deepread discovered from GitHub.
  • dsh-deepresearch — havingautism/dsh-deepresearch discovered from GitHub.
  • dsh-deepseek-balance — DeepSeek Harness plugin: real-time DeepSeek API balance in the sidebar
  • dsh-deepseek-balance — DeepSeek API 余额监视器:DSH 右下角悬浮徽章 + 7天/30天用量费用图表
  • dsh-deepseek-balance — DeepSeek account balance widget for the dsh web GUI — always-visible conversation-header badge plus a full settings tab
  • dsh-deepseek-billing — 在 DSH 中查看 DeepSeek API 账户余额及计费信息
  • dsh-deepseek-flow — kanghelyu/dsh-deepseek-flow discovered from GitHub.
  • dsh-deepseek-girl-pet — Animated deepseek girl desktop pet plugin for DeepSeek Harness
  • dsh-deepseek-quota — DeepSeek Harness Web 侧边栏 DeepSeek API 额度卡片 + 充值面板插件 | Sidebar quota card & recharge panel for DeepSeek Harness: real-time official /user/balance (60s auto-refresh), recharge tiers/payment methods matching the official site, official top-up QR, API key stays in Host. One-command install: bash install.sh
  • dsh-deepseek-quota — DeepSeek API quota (balance) widget for the DSH web GUI: a floating bottom-right card showing remaining DeepSeek API balance.
  • dsh-deepseek-quota-bar — DeepSeek API quota blood-bar widget for the DSH web GUI: remaining balance vs month-opening, today/month spend, session cost. Draggable & collapsible.
  • dsh-deepseek-status — DSH 侧边栏实时显示 DeepSeek 官方服务状态(status.deepseek.com)| Live DeepSeek official service status in the DSH sidebar
  • dsh-deepseek-usage — DeepSeek balance and token usage tools for DeepSeek Harness
  • dsh-deepseek-usage — DSH plugin: real-time DeepSeek token usage, estimated cost and account balance in the DSH Web UI
  • dsh-deepseek-usage — A DeepSeek usage panel plugin for the DeepSeek Harness Web GUI. It adds a 「Usage / 用量」 entry at the bottom of the left sidebar.
  • dsh-deepseek-usage-dashboard — DeepSeek Harness Web UI plugin for daily API token usage, cost estimates, and balance monitoring
  • dsh-deepseek-vision — Image understanding, OCR, and persistent visual evidence for text-only DeepSeek Harness models
  • dsh-deepseek-vision — Vision-language gateway plugin for DeepSeek Harness - paste an image, DeepSeek sees text
  • dsh-deepseek-vision-router — Transparent image preprocessing route for DeepSeek Harness
  • dsh-deepseek-web-adapter — 免费的 DeepSeek 网页版(chat.deepseek.com)LLM 服务提供方,用于 DeepSeek Harness——无需 API 密钥。自动启动网关,支持工具调用和连续对话。Free DeepSeek Web (chat.deepseek.com) LLM provider for DeepSeek Harness — no API key. Auto-launches gateway, tool calling, continuous chat.
  • DSH-Deeptop — Deeptop, a lightweight native desktop client for DeepSeek Harness.
  • dsh-deeptutor — Learning assistant extension for DeepSeek Harness (dsh): brings DeepTutor tutoring to your agent — deep explanations, self-test questions, learning paths, personal knowledge-base search (RAG), and note archiving. | 面向 DeepSeek Harness 的学习辅助扩展:为 agent 接入 DeepTutor 辅导能力 —— 深度讲解、自测题、学习路径规划、个人知识库检索(RAG)与笔记归档。
  • dsh-default-workspace-plugin — fenxin-fx/dsh-default-workspace-plugin discovered from GitHub.
  • dsh-delayed-task — Durable delayed decisions for DeepSeek Harness
  • dsh-delegation-workflow — Wh1stle05/dsh-delegation-workflow discovered from GitHub.
  • DSH-DELETE — DSH-DELETE: recoverable conversation deletion for DeepSeek Harness (dsh-plugin)
  • dsh-delete-session — Delete DSH conversation sessions from a Settings panel/在设置面板中增加删除会话管理以便删除无用会话
  • dsh-delete-session — DSH Web client+host plugin: delete a session (durable log + workspace accounting) from the session overflow menu
  • dsh-dependency-firewall — Dependency-installation guard for DeepSeek Harness: classifies package-manager commands as ALLOW, ASK, or BLOCK before execution.
  • dsh-design-skills — Design aesthetics skill pack for DeepSeek Harness (DSH) - keeps vibe-coded websites away from the AI look. 6 styles: dark-saas, apple-minimal, neo-neumorphism, brutalism, glassmorphism, japanese-minimal.
  • DSH-Design-Studio — Inspired By Calude design, A Deepseek harness Design Plugin!, Select elements, Use Open Router Vision agents, upload images and much more!! You can make quick changes with deepseek or invoke the Vision model with a prompt directly!
  • dsh-desk-pet — Always-on-top DeepSeek Harness desktop pet. Default whale, four skins, four silent states.
  • dsh-desktop — Turn the official DeepSeek Harness WebUI into a natural desktop experience.
  • dsh-desktop — Hyna-hla/dsh-desktop discovered from GitHub.
  • dsh-desktop — DeepSeek Harness 的 Windows 桌面端插件:托盘鲸鱼图标、桌面快捷方式、开机自启直达桌面窗口,一键切换桌面/网页端。 A Windows desktop companion for DeepSeek Harness: system tray (whale) icon, desktop shortcut, login auto-start straight into the desktop window, and one-click desktop/web switching.
  • dsh-desktop — Desktop profile for the DeepSeek Harness: a native Tauri window over the harness web surface — tray, single-instance, OS notifications, suggest-only updater, native dialogs, drag & drop, and an in-app settings tab.
  • dsh-desktop — 官方 dsh 桌面壳。自带视图给 DeepSeek 带上眼睛;内置锚定模式相对 Standard 约 +8%(Project2 Ability 91→98/99)。
  • dsh-desktop — DeepSeek Harness desktop app - auto-built from upstream + BETA dsh-host-electron plugin
  • dsh-desktop-app — happpsee/dsh-desktop-app discovered from GitHub.
  • dsh-desktop-launcher — 一个轻量的 dsh(DeepSeek Harness)插件:安装桌面双击启动器 —— macOS 上是带官方鲸鱼图标的 dsh.app,Linux 上是 .desktop 入口。零依赖,约 147 KB。(终端命令在独立的 dsh-launcher 包)
  • dsh-desktop-lifecycle — 为 DeepSeek Harness Desktop 与 Web 提供关闭和重启控制按钮。
  • dsh-desktop-pet — A plugin that adds a desktop pet to your DeepSeek Harness, supporting the Codex pet format.
  • dsh-desktop-plugin — dsh-desktop-plugin
  • dsh-desktop-shortcut — DeepSeek Harness plugin that creates a Windows desktop shortcut for launching dsh web.
  • dsh-desktop-shortcut — DSH plugin: one-click Windows desktop shortcut launcher from the Settings page (DeepSeek Harness or any local server) — 在 DSH 设置页一键创建 Windows 桌面快捷方式,自动打开浏览器、可固定任务栏。Install: dsh plugin --profile web add github:Yvesgao/dsh-desktop-shortcut#main
  • dsh-desktop-window — fengzhiyushui/dsh-desktop-window discovered from GitHub.
  • dsh-desktop-windowos — DeepSeek Harness desktop shell — Tauri v2, tray + native webchat + task-done toasts, single portable exe
  • dsh-details-panel — DSH Web GUI plugin: right-hand details panel for background jobs & subagent catalog entries, with live process output tail (Hermes-style). DSH Web GUI 插件:双击后台任务/子代理行打开右侧详情面板,含实时进程输出尾部。
  • dsh-dev-actions — AI turns repeated dev commands, prompts, and habits into one-click DeepSeek Harness actions.
  • dsh-dev-toolbox — DeepSeek Harness plugin—a simple toolkit for developers.
  • dsh-devkit — ophielel/dsh-devkit discovered from GitHub.
  • dsh-devquest — 把开发变成 RPG:回合/工具/todo 积累 XP、27+ 成就徽章、等级与赛季。DSH 事件流驱动的开发游戏化插件
  • dsh-devtools — Metadata-first runtime profiler for DeepSeek Harness agents
  • dsh-diagram — Turn articles in DeepSeek Harness into editable Excalidraw canvases.
  • dsh-diary-detective — DSH插件下的赛博日记,助力个人成长
  • dsh-diceframe — DSH 跑团/GM 插件:真骰子、检定判定、世界书/角色卡、DiceFrame 内容与存档互通。单人在 DSH 试跑,多人去 DiceFrame。| DSH TRPG/GM plugin: real dice, checks, world books & DiceFrame save interop.
  • dsh-digipet — 在 DeepSeek Harness 里孵一只数码兽:吃你的真实工作长大,数码宝贝式分支进化,零 token、模型不知道它存在 | Digimon-style raising game for DSH — feeds on your real work, zero tokens.
  • dsh-dingo — DSH 声音提醒 + 对话直达插件:多对话并行时,哪个对话有回复就出声提醒,点右上角卡片直达对应对话;切到别的应用时还有系统级通知(macOS 通知中心 / Windows toast),点击直达。当前对话当/当当(crisp 档),其他对话叮/叮叮(soft 档)。
  • dsh-dingtalk — DeepSeek Harness 钉钉群机器人通知插件:dingtalk_notify/dingtalk_text 两工具,自定义机器人 webhook + HMAC 加签安全模式,手写签名实现、零运行时依赖;纯 Node 全平台。· DingTalk group-robot notifications for DeepSeek Harness agents.
  • dsh-dingtalk — DingTalk QR channel plugin for DeepSeek Harness
  • dsh-dingtalk-channel — DingTalk IM channel for DeepSeek Harness: Stream-mode bot that turns each chat into a tool-capable agent — emotion read-receipts, silent process, durable sessions
  • dsh-director-toolkit — DSH Director Toolkit is a DeepSeek Harness plugin for 3D artists, technical designers, and creative coders. Paste a half-formed idea, a reference note, or a portfolio caption and get a compact direction pack for Blender, Three.js, Houdini, or C4D.
  • dsh-directorx — DirectorX as a DeepSeek Harness plugin: AI video/image/audio skills, knowledge corpus, and configurable vision/image/video/audio model tools.
  • dsh-discord — Bidirectional Discord bridge and remote controller for DeepSeek Harness
  • dsh-discord-bot — Map dsh (DeepSeek Harness) workspaces onto a Discord category — query session trajectories and live subagents, and drive an agent, from anywhere with no inbound port.
  • dsh-discovery — DSH plugin discovery browser - browse & search community plugins on GitHub (read-only, no one-click installs)
  • dsh-doc-guard — DSH 插件:审计仓库的文档-代码一致性——版本号/更新记录表/结构树/模块清单/测试计数/文档间引用漂移检测,按严重度输出修复建议,全程只读。Document-Code Consistency Guard for DeepSeek Harness.
  • dsh-doc-share — DSH 对话报告化分享插件:生成带封面、摘要统计与章节排版的精美报告,导出为 PNG 图片 / 单 HTML 文件 / PDF。
  • dsh-docker — DeepSeek Harness 容器管理插件:docker_ps/logs/inspect/exec/manage 五工具,官方 subprocess 服务、argv 无 shell 注入、exec 审批门、零运行时依赖。· Containers for DeepSeek Harness agents.
  • dsh-docs — Fully local document intelligence for DeepSeek Harness. Parse PDF, Office files, images, and scanned documents with offline OCR. | DeepSeek Harness 全本地文档智能插件,支持 PDF、Office、图片与离线 OCR
  • dsh-doctor — Deterministic diagnostics and recovery for DeepSeek Harness
  • dsh-doctor — DeepSeek Harness environment diagnostic tool: dsh_doctor checks env, profile, config, bundles, mount, port, health, and disk
  • dsh-doctor — moonquake2004/dsh-doctor discovered from GitHub.
  • dsh-doctor-windows — Windows environment diagnostics for DeepSeek Harness
  • dsh-document — DeepSeek Harness plugin: read_document tool — Word, PowerPoint, Excel, OpenDocument, RTF, EPUB, CSV, and PDF as Markdown for the model
  • dsh-document-parser — A DeepSeek Harness document parsing tool powered by LiteParse
  • dsh-document-reader — DeepSeek Harness (DSH) web plugin: read PDF / Word .docx / PPT .pptx / plain-text & code files into the composer via upload or drag-and-drop
  • dsh-document-review — DeepSeek Harness plugin: review Markdown documents in a local browser with annotations, replacements, and deletion suggestions. Supports single files and whole directories.
  • dsh-dolphindb — tradercjz/dsh-dolphindb discovered from GitHub.
  • dsh-doom — DOOM in Deepseek Harness web ui
  • dsh-download-progress — DSH web plugin: 下载进度面板(AI 产物)
  • dsh-dracula — A third-party Dracula dark theme for the DeepSeek Harness web UI
  • dsh-drag-to-attachment — dsh-plugin for DeepSeek Harness (DSH) web UI: drop or paste any local file/folder anywhere on the page as attachments (images, any files, whole folders) or locate real filesystem paths - one toggle, two modes.
  • dsh-dream-skin — DeepSeek Harness 换肤 / 壁纸 / 主题包插件 (dsh-plugin) — 8 套 Mirage 主题、每用户强调色、壁纸2.0、主题包导入导出/分享链接、收藏与随机,纯原生 token 系统实现。
  • dsh-drop-in — Drag files into the DeepSeek Harness web GUI: chip bar, send-with-message (absolute paths), bubble file cards. Bundle-form dsh plugin.
  • dsh-drop-preview — DeepSeek Harness 拖拽文件预览插件:全屏预览图片/Markdown/文本,图片放大旋转,文件盒持久化,一键附带给 AI | DSH drag-and-drop file preview plugin
  • dsh-drop-to-path — DSH 插件:图片与文件直达纯文本模型——图片保留原生附件体验,PDF/Office/压缩包/视频/音频显示为附件栏方块,点击发送时自动转为工作区路径,配合 dsh-vision-toolkit 粘贴即看图。A DSH plugin that delivers images AND files to text-only models as workspace paths: images keep the native attachment UI, other files show as square chips in the rail, paths append on send — pairs with dsh-vision-toolkit.
  • dsh-dshx — MCP client hub (stdio / Streamable HTTP / SSE) with a web console for DeepSeek Harness — manage MCP servers, agent skills, slash commands, project & global memory, and prompt sections.
  • dsh-dual-agent-presets — General-purpose and coding-focused Agent Presets for DeepSeek Harness
  • dsh-dynamic-island — A tiny glass companion for DeepSeek Harness — it breathes while the agent thinks, pulses while it works, and politely checks with you before touching anything. 🍎 Liquid Glass looks · 🌱 zero extra dependencies · 👀 always knows what your agent is up to;给 DeepSeek Harness 的一只小玻璃伙伴——Agent 思考时它轻轻呼吸,干活时它微微脉动,要动你的东西之前,它还会先礼貌地问你一声。
  • dsh-dynamic-plugin-manage — deepseek harness 动态插件管理
  • dsh-dynplugin-manager — Manage DeepSeek Harness dynamic plugins: scan local directories, browse, and load with /dyn slash commands
  • dsh-edit-resend — DeepSeek Harness (DSH) plugin: edit sent messages and resend (stop an in-flight reply, edit, resend), plus branch-based edit / reroll / retry and a version timeline.
  • dsh-effort-config — dsh plugin: configure reasoning-effort levels (wire spellings), route default level and Anthropic token budgets for third-party models from the settings page; selection reuses the native model-picker Effort panel.
  • dsh-effort-tweak — A DeepSeek Harness plugin that allows you to change the reasoning effort of custom models in WebUI.
  • dsh-ego-browser — Da1dr1em/dsh-ego-browser discovered from GitHub.
  • dsh-egress-guard — Local, zero-network, fail-closed secret preflight for DeepSeek Harness model requests.
  • dsh-egress-guard — Runtime security gate for DeepSeek Harness: egress host allowlist, secret redaction in tool results, and an append-only audit log
  • DSH-element-source — 在开发页面点击任意 UI 元素,一键定位 Vue / React / Svelte / Angular 源码。DSH 点击定位源码检查器,兼容 dsh-better-sidebar:预览本地 dev server,点击元素,源码直达 DSH 聊天,交给助手微调。Click a UI element in your dev page to jump to its Vue / React / Svelte / Angular source in the DSH chat. DeepSeek Harness click-to-source inspector, dsh-better-sidebar compatible.
  • dsh-eli-mode — Eli Mode is an agent preset for DeepSeek Harness built around wiki-driven long-term memory and skills, on an extremely minimal Harness setup.
  • dsh-email — DeepSeek Harness 邮件插件:email_list/read/search/send/folders/attachment 六工具,内置 QQ/163/126/新浪/阿里/Gmail/Outlook/iCloud 八个预设,多账号、附件收发、Web 设置页配置,纯 Node 全平台。· IMAP/SMTP email tools for DeepSeek Harness agents.
  • DSH-Encrypt — DeepSeek Harness 的 WebUI 管理密码的凭证加密插件。
  • dsh-engine-switch — Route DeepSeek Harness top-level sessions to pluggable loop engines by agent-preset — Claude Code ships as a built-in engine.
  • dsh-engineering-services — LSP+DAP+TASK,但是只支持JS/TS、Python
  • dsh-engram-relay — dsh-engram-relay 公开镜像(上游:dsh-external/dsh-engram-relay):跨会话分层记忆 + 哈希×语义×因果超稀疏唤醒,13 个 engram_* 工具,BSD-3-Clause
  • dsh-enter-customizer — A DSH plugin that allows customizable input modes
  • dsh-entity-dd — 出海交易对手尽调 · DeepSeek Harness 插件:先确认你在跟哪个法人签约,再判断这份登记资料能不能作为决策依据。免费官方数据源,无需密钥。
  • dsh-equip-engine — wuykjl/dsh-equip-engine discovered from GitHub.
  • dsh-ernie-image — omdsh-dev/dsh-ernie-image discovered from GitHub.
  • dsh-essential — 为 DeepSeek Harness 提供可恢复的对话删除能力,支持菜单集成、即时隐藏与重启安全归档
  • dsh-eva-theme-plugin — Evangelion-inspired theme plugin for DSH WebUI, featuring Unit-00, Unit-01, and Unit-02 themes with immersive backgrounds and mecha-style UI effects.
  • dsh-eval — Agent evaluation platform for DeepSeek Harness: benchmark YAML, headless dsh orchestration, trace-based metrics, LLM judge, paired A/B, keyless replay, and cross-harness import.
  • dsh-eval-regression — aryswisnu/dsh-eval-regression discovered from GitHub.
  • dsh-event-auditor — DeepSeek Harness 事件流审计面板插件:观察事件类型/分发模式/计数/最近事件,帮助插件作者理解 harness 内部
  • dsh-evo-vis — simplosophy/dsh-evo-vis discovered from GitHub.
  • DSH-EvoResearch — 自进化科研工作流
  • dsh-exa-mcp — Exa Search MCP for DeepSeek Harness: mounts the remote Exa MCP endpoint (https://mcp.exa.ai/mcp) through the in-box @deepseek-ai/dsh-mcp-client bridge
  • dsh-expert-mode — DSH (DeepSeek Harness) 专家模式 agent preset — 统筹团长 + 10 位领域专家子代理 Expert-mode preset for DeepSeek Harness
  • dsh-explore — JIAChenyu525/dsh-explore discovered from GitHub.
  • dsh-explorer — VS Code-style file explorer for DeepSeek Harness: sidebar file tree + multi-tab preview (code/image/PDF/audio/video/zip), search, sort, split view. Install: dsh plugin --profile web add github:ZrSiO4-y/dsh-explorer
  • dsh-extension-workbook — Excel / 工作簿读写 - @firstpick/pi-extension-workbook 的 dsh 移植
  • dsh-extensions-remotelink — Haibala mobile remote control for DeepSeek Harness: scan-to-pair QR and a phone surface at /m
  • dsh-eye — wenliang9527/dsh-eye discovered from GitHub.
  • dsh-eye-care — Warm light, warm dark, and system-aware eye-care themes for DSH Web
  • dsh-eyecare — dsh护眼插件
  • dsh-eyes — DSH 视觉模型插件:为无视觉能力的文本模型提供图片识别。粘贴/拖入/导入的图片自动交给 OpenAI 兼容视觉模型识别为文字并发送进对话,支持多轮复核(vision_ask)、多提供商配置。
  • dsh-fabric — Fabric — the everything-is-a-plugin primitive for DeepSeek Harness (dsh): unify every extensibility seam behind one declarative DSL.
  • dsh-failure-capsule — Local-first failure evidence capsules for DeepSeek Harness sessions
  • dsh-fare-meter — Cost tracking plugin for the DeepSeek Harness Web GUI — snapshot-anchored per-turn pricing, account balance, and live cost estimates.
  • dsh-feishu — Feishu (Lark) IM bridge for DeepSeek Harness (dsh) — a cordis plugin
  • dsh-feishu — 通过扫码把飞书机器人接入DeepSeek Harness
  • dsh-feishu-bot — Feishu (Lark) private-chat frontend for DeepSeek Harness: drive, monitor, and approve local agents from Feishu, sharing sessions with the Web GUI
  • dsh-feishu-bridge — DSH 飞书机器人桥接插件:飞书消息进 DSH 会话,流式交互卡片实时回复(思维链/正文/工具链分区,打字机效果)
  • dsh-feishu-bridge — Feishu (Lark) channel bridge for DeepSeek Harness (dsh) — message a Feishu bot, it runs a dsh agent turn, the reply comes back. Community plugin.
  • dsh-feishu-bridge — 飞书 → 本机 DeepSeek Harness Agent 桥接(dsh-plugin)
  • dsh-feishu-gateway — DeepSeek Harness Feishu gateway plugin: chat with your DSH agent from Feishu (persistent sessions, /new, Markdown replies, proactive push)
  • dsh-feishu-remote — Control your DeepSeek Harness agent from Feishu/Lark: DM a task, get results back, push notifications. Powered by lark-cli.
  • dsh-feishucard — DeepSeek Harness <-> Feishu (Lark) bridge with streaming reply card / 自研 DSH 飞书桥:长连接 + 流式回复卡片(工具面板/状态符号/限流熔断兜底)
  • dsh-fetch-file — DSH plugin: download URLs to workspace files — path-fenced, streamed, 200MB cap
  • dsh-fff — sleepinginsummer/dsh-fff discovered from GitHub.
  • dsh-ffmpeg — DeepSeek Harness 视频处理插件:ffmpeg_probe/cut/concat/encode/subtitle/extract/gif 七工具,走官方 subprocess 服务、argv 数组无 shell 注入、零运行时依赖;纯 Node 全平台。· Video processing tools for DeepSeek Harness agents.
  • dsh-fgo-chaldea — FGO Chaldea-inspired skin pack for DeepSeek Harness Web UI: 5 themes, original generated backdrops, gold trim.
  • dsh-file-changes — DeepSeek Harness web plugin: per-turn file-change panel with diff viewing and filesystem reveal
  • dsh-file-checksum — Raw-file SHA-256 and SHA-512 verification plugin for DeepSeek Harness
  • dsh-file-explorer — cxzrdxy/dsh-file-explorer discovered from GitHub.
  • dsh-file-explorer — File explorer plugin for DeepSeek Harness: file tree, preview, markdown, syntax highlighting, in-panel editing, VS Code integration - DeepSeek Harness 全局文件资源管理器插件
  • dsh-file-explorer — A floating file-explorer panel for DSH Web — browse the workspace file tree, preview files, and extend previewers through plugins. | DSH Web 的文件浏览器插件:浏览工作区文件树、预览文件,支持通过插件扩展预览器。
  • dsh-file-explorer — 可以像其他agent一样查看当前工作区的文件夹,并且可以预览文件
  • dsh-file-explorer-preview-code — CodeMirror 6 code preview & editor for DSH Web — per-language syntax highlighting, in-place editing with autosave, and dark/light themes. Overrides dsh-file-explorer's plain-text preview. | DSH Web 的 CodeMirror 6 代码预览与编辑插件——按语言语法高亮、就地编辑自动保存、深色/浅色主题,覆盖 dsh-file-explorer 的纯文本预览。
  • dsh-file-explorer-preview-molstar — Mol* 3D structure viewer for DSH Web — interactive previews of .cif, .pdb, and small-molecule/docking files. | DSH Web 的 Mol* 3D 结构查看器 —— 交互式预览 .cif/.pdb 及小分子/对接文件。
  • dsh-file-explorer-preview-sequence — DSH Web file-explorer preview plugin: renders FASTA / GenBank / JBEI / SnapGene / SBOL sequences with the SeqViz viewer | DSH Web 文件浏览器预览插件:用 SeqViz 查看器渲染 FASTA / GenBank / JBEI / SnapGene / SBOL 序列文件
  • dsh-file-mention — DSH (DeepSeek Harness) Web GUI 插件:输入 @ 引用工作区文件,体验类似 Claude Code 的 @file。
  • dsh-file-mount — acefun29/dsh-file-mount discovered from GitHub.
  • dsh-file-panel — Right-side file panel for DeepSeek Harness — auto-popup when the agent creates or downloads files, with image/text preview, reveal-in-folder and open actions. Bilingual · MIT
  • dsh-file-path — DeepSeek Harness plugin: drag unsupported files into the composer as workspace path references
  • dsh-file-review — a dsh plugin - review files that an agent just changed,you can see the diff
  • dsh-file-upload — DSH 拖拽文件转路径插件:Codex 式拖拽,路径自动插入输入框(Drop File to Path for DeepSeek Harness)
  • dsh-file-upload — DeepSeek Harness (dsh) file-message plugin: Claude-style drag-and-drop / paperclip upload, content sniffing, document-to-Markdown via Microsoft MarkItDown (with built-in JS fallback), text inlining, read_document tool for agents.
  • dsh-filelens — Han-Yao94/dsh-filelens discovered from GitHub.
  • dsh-finance — Finance and accounting workflows for DeepSeek Harness, adapted from Anthropic Finance
  • dsh-find-skill — dsh plugin bridging the vercel-labs/skills ecosystem: LLM-driven skill search, install, and lifecycle for temp/project/global scopes.
  • dsh-flomo — Send notes and memos to flomo (浮墨笔记) from DeepSeek Harness: flomo_send / flomo_config / flomo_status agent tools
  • dsh-fluid-width — 让 DSH Web GUI 聊天显示区自适应屏幕宽度(覆盖硬编码 748px 为 min(100%,2000px))
  • dsh-fmt — DSH plugin: JSON/YAML/TOML/SQL formatter with error line/column locations
  • dsh-focal — Privacy-first task memory and adaptive local desktop observation for DeepSeek Harness
  • dsh-font — Font switcher for DeepSeek Harness Web GUI: 99 UI fonts + 31 code fonts with CJK-Latin pairing, instant apply, localStorage persistence
  • dsh-for-mofox-ada — DeepSeek Harness integration plugin for Neo-MoFox
  • dsh-forge — DeepSeek Harness 扩展套件:运行时注入器、子代理派发与模型路由策略、插件市场/技能/插件管理面板、浏览器桥与 MCP 集成。
  • dsh-forge — Reproducible DeepSeek Harness plugin development environment
  • dsh-fork-perf — DSH (DeepSeek Harness) fork performance plugin: zero-copy fork + fast initFor (344ms -> 19ms on large sessions)
  • dsh-foundry — Plugin Foundry — a self-extending, everything-is-a-plugin compiler for DeepSeek Harness (DSH). Blueprint registry + scaffold/validate tools.
  • dsh-foxy-jumpscare — DeepSeek Harness plugin: every second there's a 1-in-1000 chance that FNAF 2's Foxy (Withered Foxy) jumpscares you — full-screen scare + the iconic scream.
  • dsh-free-search — Free web search provider for DeepSeek Harness - DuckDuckGo backend, no API key needed
  • dsh-free-vision — Vision bridge plugin for DeepSeek Harness (dsh): image understanding for text-only models via luma-mcp, free Qwen3-VL-Flash by default.
  • dsh-Friend — 人格化伴侣插件 for DeepSeek Harness:角色卡、语音、Live2D、本地记忆与工作陪伴。
  • dsh-frosted-window — Upload an image as a full-window frosted-glass theme for DeepSeek Harness Web.
  • dsh-fschannel — DSH-Feishu channel plugin
  • dsh-full-remote — Remote DeepSeek Harness with full server-side API access: Host/Origin rewrite restores settings.* / credentials.* / host.listDirectory. Token gate, per-device sessions, mobile panel.
  • dsh-fun-typewriter — DSH Typewriter: WebAudio typing ambience with a plugin-owned settings API and zero audio assets
  • dsh-fun-weather — DSH weather tab and weather-following themes powered by Open-Meteo
  • dsh-funnel — Curate tool output before it enters the model's context — keep error/warning lines and head/tail, spill the full text with a pointer. ~24x smaller model view, measured. For DeepSeek Harness.
  • dsh-funpack — DeepSeek Harness的一些有趣插件
  • dsh-fusion — 将多个 DeepSeek Harness 对话融合为一个可继续的会话,支持 Agent 智能剪枝、话题分组、内容排序和界面操作
  • dsh-galgame — 我要成为Galgame高手!!将你的Vibe coding界面修改成为Galgame的样子,在不影响工作的情况下和赏心悦目的DeepSeek娘进行友好互动
  • dsh-game-agent — DeepSeek Harness plugin for model-backed game agents
  • dsh-gamemode — dsh 插件:/gamemode 1 = 一键切换到内置创造模式(cordis)预设。dsh plugin: /gamemode 1 = switch to the built-in Creative Mode (cordis) agent preset.
  • dsh-gateway-provider — Generic LLM gateway provider plugin for DeepSeek Harness: newapi / LiteLLM / Higress / any OpenAI-compatible gateway, multi-protocol (OpenAI/Anthropic/Gemini) via pi-ai SDK, models.dev enrichment
  • dsh-gauge — 为 DeepSeek Harness Web UI 提供精确缓存命中率、token 用量与费用估算
  • dsh-gbc-ui — 适用于DeepSeek Harness Web GUI的GirlsBangCry 皮肤
  • dsh-gen3d — DeepSeek Harness 3D 角色生成插件:直连 Meshy / Hunyuan3D / Tripo3D / Rodin 官方 API,自配 key,mock 回退
  • dsh-genie — Wishes that outlive the session — turn a DeepSeek Harness agent's runtime plugins into permanently installed ones. No pnpm, no network, no build authorization.
  • dsh-genome — Elohia/dsh-genome discovered from GitHub.
  • dsh-geo — 生成式引擎优化(GEO)DeepSeek Harness 插件:面向本地 Markdown 知识库的 SEO、GEO 与 AEO 审计工具。
  • dsh-gesture-mouse — DSH plugin for a privacy-first macOS camera gesture mouse with a local Swift Vision helper.
  • dsh-gif-background — Custom background (image / GIF / animated wallpaper) plugin for the DeepSeek Harness (DSH) Web GUI - enable switch plus a local asset library, with separate display mechanisms for the official theme and skin-center skins.
  • dsh-git — taontech/dsh-git discovered from GitHub.
  • dsh-git — walavave/dsh-git discovered from GitHub.
  • dsh-git-bash — inmny/dsh-git-bash discovered from GitHub.
  • dsh-git-branch-switcher — DeepSeek Harness web plugin: git branch pill in the session header with UI branch switching
  • dsh-git-component — Git panel for the DeepSeek Harness Web GUI — floating right-side panel with working-tree changes, diff viewer, commit & push, AI commit-message autofill.
  • dsh-git-credentials — DeepSeek Harness plugin: GitLab and GitHub API tokens stay out of the model context — encrypted at rest (AES-256-GCM), tools on demand, web settings panel.
  • dsh-git-graph — Embedded git repository graph visualizer for the DeepSeek Harness Web GUI | 嵌入式 Git 仓库图谱可视化插件(提交历史图 / 分支过滤 / 文件 diff / VSCode 式未提交改动)
  • dsh-git-graph — GitKraken/vscode-git-graph style commit graph for dsh web: server-side git tools + interactive commit DAG and diff card rendered in the conversation
  • dsh-git-graph — Read-only Git Graph view for the DeepSeek Harness web interface. Inspect commit topology, branches, tags, remotes, HEAD, and working-tree status in a dedicated view beside Chat and Trajectory.
  • dsh-git-hygiene — DSH 插件:Git 卫生巡检——只读扫描已合并/过期分支、大文件、未跟踪文件与未提交修改,输出体检报告与清理建议,不自动删除任何东西。Git Hygiene Checker for DeepSeek Harness.
  • dsh-git-memory — Git-backed, reviewable long-term context for DeepSeek Harness.
  • dsh-git-panel — DSH web GUI git panel: branch management + GitLens-style commit graph
  • dsh-git-plugin — A visual Git workbench for DeepSeek Harness Web—inspect repositories, run common Git actions, and safely execute AI-generated workflows.
  • dsh-git-remotes — DSH web plugin: better-sidebar Git Remotes tab for fetch / ff-only pull / confirmed push
  • dsh-git-status — DeepSeek Harness (DSH) web plugin — live git branch indicator with branch switching in the composer tool row
  • dsh-git-status — Git status (Git Graph) plugin for DSH: commit DAG lane graph + uncommitted changes/stash + inline diffs + branch operations. DSH 插件:Git 状态浮窗(泳道图/未提交/stash/diff/分支操作)。
  • dsh-git-workbench — Git and GitHub pull-request workbench for DeepSeek Harness, with agent tools and an integrated Web UI.
  • dsh-git-workflow — yangyongzhen/dsh-git-workflow discovered from GitHub.
  • dsh-git-worktree — Domi-grade git worktree isolation and delivery for DeepSeek Harness: permanent worktrees, ready-for-review / apply / finish / discard lifecycle, conflict handling, safe cleanup
  • dsh-gitbash-preset — DeepSeek Harness 插件:一键安装「极简模式 (Git Bash)」agent preset —— 把 DSH 自带极简模式中的 bash 调用映射到 Git for Windows 的 bash(MSYS),让 Windows 上的极简模式真正可用。
  • dsh-github — GitHub integration for DeepSeek Harness: create PRs, review PRs in background jobs, read issues - every write gated by human approval
  • dsh-github — PivotStackIntelligence/dsh-github discovered from GitHub.
  • dsh-github-connector — DeepSeek Harness (dsh) 的 GitHub 连接器:一键授权,对话内创建/AI 审查/合并 PR | GitHub connector for dsh: one-click connect, create/review/merge PRs from the conversation
  • dsh-github-intelligence — The most comprehensive developer-intelligence integration for DeepSeek Harness: 160+ read-only tools across GitHub, GitLab, Gitee, npm, PyPI, crates.io, Docker Hub, Hugging Face, Hacker News, Stack Overflow, and Reddit — with rate-limit-friendly caching (dsh 0.1.0-rc.6).
  • dsh-github-login — DeepSeek Harness 生态的 GitHub 可视化登录工具(零终端):设备码流程,令牌同步 gh CLI | Visual GitHub login for the DSH ecosystem - no terminal needed
  • dsh-github-mcp — DSH-GitHub bridge: direct GitHub access for DSH via the official GitHub MCP server, plus a fix for the official bridge's dropped file content.
  • dsh-github-release-radar — GitHub Release Radar plugin for DeepSeek Harness: releases, repo stats, and repository search tools for dsh agents (no API key needed).
  • dsh-github-skills — Skill-first GitHub workflows for DeepSeek Harness: PR triage, review feedback, CI diagnosis, and safe publishing.
  • dsh-glassic-mist-theme — Glassic Mist 雾蓝主题 for DeepSeek Harness: mist-blue veil + drifting cloud animation + frosted-glass UI (dsh-mistblue plugin)
  • dsh-global-rules — 在 DeepSeek Harness Web 设置面板中编辑 ~/.dsh/AGENTS.md 全局规则的插件
  • dsh-go — OpenCode GO 套餐用量监控插件:账户三窗口额度 + DSH 按模型 Token/金额统计,为 DeepSeek Harness Web GUI 而生
  • dsh-go-balance — OpenCode Go subscription balance widget for DeepSeek Harness Web: rolling/weekly/monthly quota remaining at the right end of the composer tool row
  • dsh-go-rotator — A plugin for DSH to swich opencode Go subscription
  • dsh-go-usage — OpenCode GO subscription usage widget for DeepSeek Harness: rolling / weekly / monthly usage with reset countdowns, collapsible to a right-edge tab.—— DeepSeek Harness 的 OpenCode GO 套餐用量角标插件:右下角卡片显示滚动 / 每周 / 每月用量与重置倒计时,可收起为右边缘竖条。
  • dsh-goal-mode-enhance — 为 DeepSeek Harness 提供可视化 goal 模式:Goal 栏 / 头部入口 / 设置页(历史+多会话总览)/ goal_overview 模型工具
  • dsh-goal-quiescence — Completion evidence gate for DeepSeek Harness goal-mode subagents
  • dsh-goal-scaffold — 一句话大需求先别急着跑:拦一下问你要不要先规划,自动生成带验收清单的 plan.md 再开工 — DeepSeek Harness 插件 / Catches one-sentence mammoth tasks and scaffolds plan.md + a capped goal first
  • dsh-godot-skill — Godot Engine 4.x 全栈游戏开发技能插件 for DeepSeek Harness (DSH) — registers the godot-4-development skill at runtime
  • dsh-goodmemory — Automatic cross-session GoodMemory recall and writeback for DeepSeek Harness
  • dsh-governance — The authority layer for agentic AI, as a DeepSeek Harness plugin. Governs every tool call against your business rules via TapPass /v1/govern.
  • dsh-gpt-file-discipline — A configurable DeepSeek Harness plugin that adds file-reading discipline to selected GPT model prompts.
  • dsh-gpt-tool-compat — YoungUsing/dsh-gpt-tool-compat discovered from GitHub.
  • dsh-gpu — GPU-aware execution layer for DeepSeek Harness: gpu_status / gpu_exec / gpu_run_bg tools, auto card selection, per-step GPU context
  • dsh-graceful-restart — msilita/dsh-graceful-restart discovered from GitHub.
  • dsh-greet-plugin — A DeepSeek Harness plugin that registers a greet tool callable by the model.
  • dsh-grok-geo — DSH (DeepSeek Harness) plugin bundle: grok-geo GEO brand audit agent skill - AI-search visibility, recommendations, citations, competitor presence and content-gap diagnosis across 17+ AI engines, shipped as a bundled skill provider.
  • dsh-growth — Growth acquisition and user growth analysis for DeepSeek Harness: AARRR, retention, MRR, experiments and unit economics.
  • dsh-guard — DSH 开发配套守护:滚动快照、失败自动回退、启动救援、设置页管理面板。
  • dsh-guardian — DeepSeek Harness task-protection plugin: preflight scanner (catches missing inject declarations that crash the host), loop detection, recursion guard, and interruption awareness with a safe-restart helper. Never terminates tasks.
  • dsh-guardian — cdxiaodong/dsh-guardian discovered from GitHub.
  • dsh-gui — DeepSeek Harness desktop GUI shell: a lightweight native window that attaches to the running dsh web session.
  • dsh-gui-customization — DeepSeek Harness 时装工坊:给 DSH 界面换装——更改主题配色/自定义背景图/自定义视频背景/可调节氛围灯,中英双语 ·DSH Web UI 时装工坊。
  • dsh-gui-trash — 一个笨蛋写的gui?本质是套壳,而且有点麻烦,只算是提供一种像人的思路
  • dsh-habits — Habits editor for DeepSeek Harness — edit the user-global AGENTS.md from Web settings, injected into every session
  • dsh-haibala-ui-extensions — Haibala DeepSeek Harness extension center: sidebar nav plus a GitHub plugin catalog
  • dsh-handoff — DSH plugin: export the current session as a deterministic Markdown handoff
  • dsh-harmony — A library for patching, replacing and decorating dsh plugin during runtime
  • dsh-harness-mcp-server — Expose DeepSeek Harness agent capabilities as an MCP server (brain=Hermes, arms=Harness)
  • dsh-harness-ops — DSH 运维工具箱:升级、重启、故障都不用操心。① 官方每日快照 A/B 双槽轮换——旧插件迁移+构建+验收全过才原子切换,一键回滚,旧版本永远兜底;② 守护 10s 自动拉起 web + agent 断点自动续接,重启无人值守;③ web 全挂(A/B 都坏、agent 不可用)时 dsh-doctor 一条命令自救:九项诊断→机械修复配置→LLM 深度检测修复(完整推理实时可见)→拉起 web。install via: git clone + bash scripts/install.sh
  • dsh-hash-edit — Hash-anchored read / replace / undo for DeepSeek Harness (DSH) 为 DeepSeek Harness (DSH) 开发的哈希锚行读写 / 替换 / 撤销插件
  • dsh-hashline-edit-pro — sleepinginsummer/dsh-hashline-edit-pro discovered from GitHub.
  • dsh-heatmap — DSH Web GUI activity heatmap plugin: GitHub-style commit/token/spend heatmap in the sidebar with per-model cost estimation
  • dsh-her-eyes — 一个可以让ai自动调用VLM(多模态模型)进行视觉分析的dsh插件。A dsh plugin that allows AI to automatically invoke VLMs (multimodal models) for visual analysis.
  • dsh-herdr-bridge — damozhang/dsh-herdr-bridge discovered from GitHub.
  • dsh-hindsight-plugins — With-With/dsh-hindsight-plugins discovered from GitHub.
  • dsh-home-ui — PiUI-inspired home feed visual refinement plugin for DeepSeek Harness web client (pure extension, zero core changes)
  • dsh-homepage-skin — 给 dsh web 换上 DeepSeek Harness 首页同款背景:深海流体、点线网格、数字鲸鱼,深浅双主题
  • dsh-honcho-memory — kingcharleslzy-ai/dsh-honcho-memory discovered from GitHub.
  • dsh-hooks — Config-driven lifecycle hooks plugin for DeepSeek Harness
  • dsh-hotkeys — DeepSeek Harness(DSH)全局快捷键插件:会话切换、发送/清空草稿、停止生成、复制与归档,键位可在设置中自定义。Global keyboard shortcuts plugin for DeepSeek Harness.
  • dsh-hotplug-engine — Plugin install, rollback, and audit as a service for DSH.
  • dsh-hotreload-plugin-manager — DeepSeek Harness plugin: hot install / uninstall / update / enable-disable of profile plugin bundles from the running dsh web — no restart, Web UI included.
  • dsh-hotswap — Runtime hot-swap for DeepSeek Harness plugins: hot enable/disable/restart and auto hot-mount bundles from the Web GUI — no dsh restart.
  • dsh-housekeeper — Environment housekeeper for DeepSeek Harness: toolchain inventory, safe cache cleanup, and machine rules editor in the Web GUI settings.
  • dsh-html-artifact — lehhair/dsh-html-artifact discovered from GitHub.
  • dsh-http — DSH plugin: structured HTTP request tool — status/timing/size, auth helpers, JSON parsing
  • dsh-http-probe — A bounded HTTP probe tool plugin for DeepSeek Harness.
  • dsh-huadongbianzuqi — DeepSeek Harness的滑动变祖器插件
  • dsh-hub — Discover The Best DSH plugins
  • dsh-hub — omdsh-dev/dsh-hub discovered from GitHub.
  • dsh-hub-workshop — omdsh-dev/dsh-hub-workshop discovered from GitHub.
  • dsh-hud — A game-style HP / MP / TIME status HUD for the DeepSeek Harness sidebar — provider-aware MP, workspace-cumulative TIME, and collapsible wide/rail layouts.
  • dsh-human-task — Human-in-the-loop plugin family for DeepSeek Harness: ctx.humanTasks service, human_task tools, skill, and web dialogs
  • dsh-humanize — zevorn/dsh-humanize discovered from GitHub.
  • dsh-humanizer — DeepSeek Harness原生中文文本人工智能痕迹消除与多重审核对抗工作流
  • dsh-hyperframes — DSH 视频创作技能插件:注册 HyperFrames by HeyGen 官方移植技能五件套(HTML 写视频/CLI/注册表/网址转视频/GSAP),安装即用。· HyperFrames skill plugin for DeepSeek Harness.
  • dsh-IamDeepSeekV4ga — 一个基于玄学的让 deepseek 思维链模仿灰测神必模型的 deepseek harness 娱乐插件
  • dsh-IDE — dsh-IDE 把 DeepSeek Harness(DSH)网页版升级成一站式 IDE:JupyterLab 式文件树、带语法高亮的代码编辑、多格式预览、Trae 风格红绿 diff 和内置终端,再加上「本地大脑、远程手脚」的 SSH 远程工作区,让 AI 直接在本机操控远程服务器,全程零配置文件改动。
  • dsh-ide-context — dsh-ide-context — DeepSeek Harness bundle: inject your IDE's open files and current selection into each turn (IntelliJ IDEA & VS Code).
  • dsh-ide-sidebar — yuhangkang/dsh-ide-sidebar discovered from GitHub.
  • dsh-im — 通过扫码把IM机器人接入DeepSeek Harness(支持飞书、微信、钉钉、QQ、企业微信等)
  • dsh-im-bot — dsh-plugin: Connect WeChat & Feishu to DeepSeek Harness (dsh) — scan-code bot login, project selection, and full agent tooling right in your IM chat. 手机扫码把微信/飞书接入 deepseek-harness,IM里直接选项目、对话智能体。
  • dsh-im-bridge — 即时通讯渠道(企微、飞书等) ⇄ DeepSeek Harness Agent 桥接
  • dsh-im-bridge — 不用一直在电脑前,远程操控Deepseek Harness,在飞书 / 企业微信 / Telegram 里指挥 DeepSeek Harness:远程派活 · 结果通知 · 危险操作审批
  • dsh-im-gateway — An IM gateway for the DeepSeek Harness: bridge messengers into harness agent sessions and control them with slash commands.
  • dsh-im-gateway — 把 dsh agent 接入微信、飞书等 20+ 聊天平台的聚合网关插件 | Aggregate IM gateway for DeepSeek Harness (dsh): connect your agents to WeChat, Feishu, Telegram, Discord & 20+ chat platforms
  • dsh-im-hub — Multi-platform IM gateway for DeepSeek Harness: Feishu (Lark), WeCom (WeChat Work), and Telegram. One agent per chat, whitelist access, no public endpoint needed (Feishu long connection / Telegram long polling).
  • dsh-image-bridge — DSH 插件:让纯文本模型也能看图。Web 端直接粘贴图片即可发送,无需指定图片路径;模型自主调用视觉技能查看,多模态模型原生直通,零skill绑定。
  • dsh-image-describe — sd1g1/dsh-image-describe discovered from GitHub.
  • dsh-image-gen — GPT Image 2 generation with progressive Codex-style previews for DeepSeek Harness
  • dsh-image-inline — DSH plugin: show_image tool that renders an image inline into the web chat flow (QQ/WeChat style) — path text in the message, image bytes never enter model context.
  • dsh-image-reader — Give DeepSeek Harness agents native image reading: a read_image tool backed by any OpenAI-compatible vision endpoint.
  • dsh-image-skin — A DeepSeek Harness web plugin: set a background image and adapt the UI's text, background, brand and border colors to the image palette automatically.Built with DeepSeek Harness
  • dsh-image-subagent — yuqingsh/dsh-image-subagent discovered from GitHub.
  • dsh-image-theme — Warp-inspired image-to-theme plugin for DeepSeek Harness: upload a background, extract a palette, and apply a glass UI.
  • dsh-image-to-path — DSH 插件:让纯文本模型对话也能拖图/贴图——图片自动保存到会话工作区,以文件路径交给模型(多模态模型不受影响)
  • dsh-image-tools — DSH bundle plugin: chat-image bridge + read_image deny + conversational image_recognize for text-only main models | 纯文本主模型识图桥接与识图工具
  • dsh-image-unlock — DeepSeek Harness 插件:解除 Web GUI 图片输入限制,图片附件文本化后交给 vision skill 识图 | dsh plugin that lifts the image-input gate and hands attachments to a vision skill
  • dsh-image-vision — Eyes for text-only DeepSeek: view_image tool (local Ollama or any OpenAI-compatible VLM) + chat image-attachment bridge — paste/drop images in the chat and the model can see them.
  • dsh-image-zoom — DeepSeek Harness (dsh) client plugin: click-to-zoom lightbox for markdown/chat images
  • dsh-image2-draw — DeepSeek Harness Image2 生图插件,通过第三方 OpenAI Images 兼容接口调用 gpt-image-2,只需配置 baseURL 和 API Key。 | Image2 generation plugin for DeepSeek Harness via third-party OpenAI Images-compatible APIs.
  • dsh-imagegen — Provider-neutral image generation plugin for DeepSeek Harness with Gemini and OpenAI Images compatible APIs.
  • dsh-imagegen-plugin — DeepSeek Harness plugin: generate_image tool (Qwen-Image / DeepSeek Janus-Pro-7B via SiliconFlow).
  • dsh-img — Give text-only models eyes: analyze_image tool for DeepSeek Harness, backed by free Chinese vision APIs (GLM-4V-Flash / Qwen-VL) or any OpenAI-compatible endpoint. 给纯文本模型装上眼睛的 dsh 插件。
  • dsh-imggenerate — DeepSeek Harness plugin: image_generate tool with qwen-image-3.0 (Aliyun MaaS) and doubao-seedream (Volcano Ark) providers
  • dsh-incognito — HuiHuitie-zhu/dsh-incognito discovered from GitHub.
  • dsh-infra-bootstrap — DSH-Plugin: minimal infrastructure entry - infra_status/infra_bootstrap probes for the mounted agent-infrastructure stack.
  • dsh-infra-observability — DSH-Plugin: structural observability layer - real tool/skill usage recording (tools/result), skill-catalog audit, watchdog. No model self-reporting.
  • dsh-input-history — Arrow-key input history for the DeepSeek Harness Web GUI
  • dsh-input-plus — DSH Web UI plugin for workspace file references, prompt history, and lightweight composer enhancements.
  • dsh-inspector — CocoSgt/dsh-inspector discovered from GitHub.
  • dsh-instruction-audit — Privacy-minimal instruction provenance receipts for DeepSeek Harness
  • dsh-interrupt-button — Green interrupt button for DeepSeek Harness WebUI: silently stops a running agent, which then summarizes progress and asks for new requirements; customizable interrupt prompt.
  • dsh-interrupt-send — Hyna-hla/dsh-interrupt-send discovered from GitHub.
  • dsh-jingling — dsh · dsh-plugin · deepseek · deepseek-harness · deepseek-harness-plugin · ai-companion · desktop-pet · character-card · local-first · privacy · jingling · 鲸灵
  • dsh-jj — DSH bundle: jj (Jujutsu) version control via a zero-dependency MCP stdio server — mcp__jj__* tools for DeepSeek Harness, Claude Code, Codex
  • dsh-jwt — DSH plugin: decode JWT tokens for debugging (no signature verification)
  • dsh-k12-lesson-builder — DeepSeek Harness plugin for generating synchronized K12 English PPTX and DOCX lesson materials
  • dsh-k12-substrate — K12 capability substrate for DeepSeek Harness — 143 objectively-decidable capability anchors and 6,091 list items from China's MOE 2022 curriculum standards, with local-only learner profiles
  • dsh-kanban — Task board plugin for the DeepSeek Harness Web UI
  • dsh-keepalive — Opt-in detached watchdog for the DSH Web process with snapshot-checked repair and explicit patch restoration.
  • dsh-kill-restart — One-click kill button for the DSH Web GUI – kill the server process without taskkill
  • dsh-kimi-bridge — Kimi CLI bridge plugin for DeepSeek Harness with review-only mode and a Web conversation tab.
  • dsh-Kimi-WebBridge — Kimi WebBridge for DeepSeek Harness — a third-party dsh plugin bundle that turns the local Kimi WebBridge daemon into 15 native kimi_webbridge_* browser tools (navigate, click, fill, snapshot, screenshot, evaluate, network, upload, PDF).
  • dsh-kimicode-swarm — DeepSeek Harness 批量并行子 Agent 调度插件:swarm_batch 工具(Kimi Code Swarm 模式移植)+ /swarm 命令 + 聊天内实时进度条
  • dsh-knowledge-graph — DSH Cordis plugin: turn any source text into an AI knowledge graph (facts/inferences/concepts/definitions/examples/counter-examples/rules) with two-way linking between the graph and the original text.
  • dsh-koboldcpp-hands — KoboldCpp for DeepSeek Harness - a tool plugin that lets the harness online model hand repetitive text and vision (OCR) labor to a local KoboldCpp (llama.cpp) server.
  • dsh-krill-theme — 浮游主题(Krill)——深海世界 + 浅海世界 双模式主题插件(DSH Web):深色=深海(亮度编码信息层级),亮色=浅海(清澈度编码);浮游生物动画背景、深潜工作态增强、水母参数入口。dsh-plugin
  • dsh-LAN — 为DeepSeek harness开启局域网访问及移动端页面的插件,移动端界面适配
  • dsh-lan-bridge — Fix the DeepSeek Harness web UI on phones: injects a crypto.randomUUID polyfill so it works over plain HTTP on your LAN - no certs, no proxy. dsh plugin + CLI, zero dependencies.
  • dsh-lan-gate — Password + CIDR gate for DeepSeek Harness web / DeepSeek Harness 局域网密码门禁
  • dsh-lan-pass — DSH 局域网密码门禁:手机/平板输密钥访问 Web UI,会话实时同步,内置 randomUUID polyfill。
  • dsh-lan-uuid-fix — dsh bundle: polyfill crypto.randomUUID on insecure origins so the DeepSeek Harness Web UI works over plain-HTTP LAN
  • dsh-landscape — Agent-first DeepSeek Harness plugin intelligence: verify existing plugins, identify missing capabilities, and generate build-ready briefs.
  • dsh-langfuse — Langfuse LLM observability for DeepSeek Harness — one OpenTelemetry trace tree per agent session, with feedback scores and subagent lineage.
  • dsh-lark — Lark/Feishu IM bot channel for DeepSeek Harness | 飞书 DeepSeek Harness 插件
  • dsh-lark-bot — dsh-lark-bot:把 DeepSeek Harness (dsh) 桥接进飞书/Lark 的 bot,含完整项目工作区管理、并行任务、多角色 Agent、会话归档与安全网守护(dsh 崩溃后飞书仍可自救)。A bridge bot connecting DeepSeek Harness (dsh) into Feishu/Lark with full workspace management, parallel tasks, multi-role agents, session archival and a safety-net guardian. deepseek · deepseek harness · feishu · lark · bridge · bot
  • dsh-lark-bot — Bridge DeepSeek Harness into Feishu / Lark—drive your local coding agent from mobile, group chats, and topics with conversations, tasks, cards, and project workspaces in one collaborative flow.
  • dsh-lark-bridge — leo-lab-2026/dsh-lark-bridge discovered from GitHub.
  • dsh-lark-link — High-reliability Feishu/Lark bridge for DeepSeek Harness — QR one-click auth, multi-mode agents, card-based commands, zero-loss outbox, media in/out, session-log doctor, reusable DSH Web GUI
  • dsh-lark-meeting-notifier — 一个只有副作用的DeepSeekHarness插件:在你跟 AI 聊得神魂颠倒时,提醒你「该去跟碳基生命开会了」。
  • dsh-latex-tools — ♾️ Copy and export the LaTeX in DeepSeek Harness 悬停任意 LaTeX 公式即可复制 TeX 源码或导出为独立的 SVG 文件
  • dsh-latexcp — DeepSeek Harness (DSH) Web 界面 LaTeX 公式复制插件:悬停公式浮现复制按钮,一键复制公式的 TeX 源码。
  • dsh-launcher — 一个轻量的 dsh(DeepSeek Harness)插件:安装一个终端命令,输入 dsh-go 即可启动 harness 并自动打开浏览器。零依赖,约 9 KB。(桌面双击版在独立的 dsh-desktop-launcher 包)
  • dsh-launcher-lifetime — DeepSeek Harness (dsh) plugin: control the dsh service lifetime (always-on / tray / follow-window) for the dsh-launcher shell
  • dsh-layout-tools — DSH Web 三栏工作台:对话流净化(工具调用/思考移入右侧面板)+ 左侧工作区文件树(git 状态徽标)
  • dsh-lazy-tools — studyzy/dsh-lazy-tools discovered from GitHub.
  • dsh-learn-everything — cendaifeng/dsh-learn-everything discovered from GitHub.
  • dsh-learning-mode — A DeepSeek Harness (DSH) agent preset that teaches while coding — concrete scenario-grounded explanations, Socratic guidance, and TODO(你) practice blanks, modeled on Claude Code's Learning output style. 学习模式
  • dsh-left-sidebar-collapse — Auto-collapse / fully-collapse the DSH left sidebar on session select (standalone DSH plugin)
  • dsh-legal-dashboard — Matter-aware legal workspace dashboard and document agent tools for DeepSeek Harness
  • dsh-lens — DeepSeek Harness代码自动检查插件
  • dsh-lens — Real-time code feedback for DeepSeek Harness — LSP, linters, formatters, structural analysis via a host-native adapter around the pi-lens engine.
  • dsh-lens-lite — Post-edit diagnostics for DeepSeek Harness
  • dsh-lesson-outline — 教学课件大纲生成工具插件(DeepSeek Harness dsh-plugin)— 输入主题输出 markdown 课件大纲
  • dsh-liang-rheostat — DSH plugin: rate every DeepSeek call by token output / cache hit / cost, auto-tune the max_tokens output budget via a sliding rheostat, and auto-sync official pricing with peak/off-peak billing.
  • dsh-liang-skin — DeepSeek Harness 滑动变阻器皮肤
  • dsh-line-select — fengMax1997/dsh-line-select discovered from GitHub.
  • dsh-lineage — Content-addressed artifact, fact, action and report lineage for DeepSeek Harness
  • dsh-liquid-glass — Wallpaper plus optional Liquid Glass overlay for DeepSeek Harness Web UI
  • dsh-literature — Literature research for DeepSeek Harness — dblp + arXiv search, authoritative BibTeX, and full-text download.
  • dsh-live2d-pets — Live2D 桌宠插件 for DeepSeek Harness:Agent 状态镜像 + 互动陪伴,内置宽松许可预设模型 / Live2D pet plugin: agent state mirror + interactive companion with curated permissive-license presets
  • dsh-livis-connector — Connect Livis to DeepSeek Harness with in-app authorization and relay management.
  • dsh-llm-auto-route — Provider discovery, matching, health checks, and pre-output failover for DeepSeek Harness
  • dsh-llm-codebuddy — 在deepseek harness中使用workbuddy api,因为公司只提供workbuddy积分
  • dsh-llm-codebuddy — Tencent CodeBuddy plugin for DeepSeek Harness (dsh).
  • dsh-llm-codex-oauth — 在 dsh(DeepSeek Harness)里使用你的 ChatGPT / Codex 订阅。插件通过 OpenAI Codex 的 OAuth 流程登录 ChatGPT 账号,把订阅额度暴露成 dsh 的 codex-oauth 模型提供方。
  • dsh-llm-deepseek-vision — Vision-augmented DeepSeek adapter plugin for DeepSeek Harness: a vision-capable model describes image input, then a text-only DeepSeek model reasons over the description
  • dsh-llm-failover — dsh-llm-failover
  • dsh-llm-fallback — DeepSeek Harness 回退链插件:主模型失败自动切换备用 provider,带 Web UI 配置面板 | Provider fallback chains for DeepSeek Harness
  • dsh-llm-fallbacks — An dsh plugin for role-based LLM retry&fallback strategy. 基于角色的模型重试备用策略插件
  • dsh-llm-inspector — cdxiaodong/dsh-llm-inspector discovered from GitHub.
  • dsh-llm-kiro — deepseek-harness 的插件,可以使用kiro的模型(claude系列)和账号
  • dsh-llm-newapi — NewAPI (OpenAI-compatible gateway) LLM provider plugin for DeepSeek Harness (dsh): chat-only model discovery + Web settings section. Zero dsh modifications.
  • dsh-llm-oauth — DeepSeek Harness plugin: OAuth / subscription-plan LLM providers (Grok, GitHub Copilot, OpenAI Codex, Anthropic, OpenRouter)
  • dsh-llm-ollama — Native Ollama Cloud provider and Web configuration plugin for DeepSeek Harness
  • dsh-llm-vision-bridge — DeepSeek vision bridge for dsh: route image attachments to a vision model (Qwen3-VL via pi-ai/llama.cpp) and continue on a text-only LLM (DeepSeek)
  • dsh-llm-wechat — DeepSeek Harness 微信网关适配插件:复用 DeepSeekAdapter + 流式 think 标签转译
  • dsh-llm-wiki — detpecca/dsh-llm-wiki discovered from GitHub.
  • dsh-llm-wiki — Workspace-scoped, local-first LLM wiki plugin for DeepSeek Harness.
  • dsh-llmwiki — Local Markdown wiki as long-term memory for DeepSeek Harness — RRF-fused retrieval (keyword + wikilink graph + temporal), token-budget injection, auto-capture. Ported from llmwiki.
  • dsh-local-filetree — File tree panel for the DSH Web UI: the right details column shows the current session workspace tree (lazy, read-only).
  • dsh-local-project — DSH plugin: import a local folder as a server workspace and sync DSH changes back to local.
  • dsh-local-share — Local, privacy-first Markdown and self-contained HTML sharing for DeepSeek Harness sessions
  • dsh-local-vision — DSH 插件:为纯文本模型提供本地看图能力(llama.cpp / Ollama / LM Studio / vLLM 全兼容)|Local vision for text-only LLMs on any OpenAI-compatible local server
  • dsh-logger-panel — Runtime log panel for DeepSeek Harness (dsh): live SSE log view in Settings plus bounded date/size rotating JSONL files.
  • dsh-longbridge — omdsh-dev/dsh-longbridge discovered from GitHub.
  • dsh-longtask-orchestrator — rocker2018-droid/dsh-longtask-orchestrator discovered from GitHub.
  • dsh-LorebookMD — DSH lorebook-driven fiction writer plugin: import Tavern/SillyTavern character cards & world books, save local Markdown settings, generate novel prose referencing the world.
  • dsh-lsp-actions — LSP action surface for DeepSeek Harness: diagnostics, formatting, completion, code actions, symbols, signature help, inlay hints, and rename tools over language servers
  • dsh-luna-vision-bridge — DSH adapter that transcribes native image attachments with Codex Luna before delegating to DeepSeek
  • dsh-mac-vision — On-device macOS OCR and Apple Vision for DeepSeek Harness — one native plugin with a bundled Skill.
  • dsh-magic-context — Magic Context — community port to DeepSeek Harness (DSH). Shared SQLite memory across harnesses, harness='dsh' row isolation.
  • dsh-maid-whale-webUI — DeepSeek Harness Web UI 鲸鱼女仆主题插件
  • dsh-manager — DSH Manager — 浏览器一键启动/停止/重启 DeepSeek Harness(dsh)web 服务
  • dsh-markdown-preview — dsh-markdown-preview
  • dsh-market — DeepSeek Harness 插件市场 · 持续收录 1500+ DSH 插件:中文搜索 + 实用五维评分 + 一键安装。Web 版与 DSH 侧边栏插件双形态。Plugin marketplace for DeepSeek Harness: 1500+ plugins, Chinese search, 5-dim scoring, one-click install.
  • dsh-market-github — DeepSeek Harness 插件商城:启动页入口 + GitHub topic:dsh-plugin 实时搜索、一键安装/重启 · In-harness plugin market with real-time GitHub search
  • dsh-marketplace — A safe, live plugin marketplace for DeepSeek Harness
  • dsh-marketplace — An open-source plugin marketplace for DeepSeek Harness (DSH). Browse, search, and install community plugins with one dsh command.
  • dsh-material-you — Material You (M3) skin for DeepSeek Harness: HCT tonal palette + Maple Mono NF CN, clean blue & white
  • dsh-math-copy — copy mathematical formula in dsh web
  • dsh-matrix-rain — DeepSeek Harness WebUI 动效美化插件:聊天背景黑客帝国代码雨,雨字内容 = 当前会话 AI 思考链(流式实时),设置页调色盘 + 全套 DIY
  • dsh-mattpocock-skills — DeepSeek Harness 插件:Matt Pocock 工程技能包——grilling、spec/ticket 流程、TDD、code review、domain modeling 等工程技能(移植自 mattpocock/skills)
  • dsh-mattpocock-skills — Unofficial DSH port of mattpocock/skills — Engineering (18) + Productivity (7) skills as a DeepSeek Harness bundle plugin. MIT, © Matt Pocock. Star the upstream repo!
  • dsh-mc-launcher — Minecraft launcher built on DeepSeek Harness: full-screen launcher UI (root slot) with version download, Microsoft device-code login and game launch from the DSH host process. UNOFFICIAL open-source launcher.
  • dsh-mcp-adapter — MCP adapter for DeepSeek Harness — one proxy tool instead of dumping every MCP schema into context.
  • dsh-mcp-admin — dsh plugin for MCP status inspection and server management | dsh 的 MCP状态查看与服务管理插件
  • dsh-mcp-apps — DeepSeek Plugin that supports MCP Apps
  • dsh-mcp-bridge — Curated, verified MCP server bundle for DeepSeek Harness (dsh): one install brings demo, memory, filesystem, GitHub, Playwright and remote HTTP MCP servers, with a connectivity verifier and CI checks.
  • dsh-mcp-center — Connect any MCP server to your DeepSeek Harness — point, click, done.
  • dsh-mcp-json — deepseek-harness自动读取mcp相关配置文件(如.mcp.json),自动加载mcp
  • dsh-mcp-manager — DSH global MCP manager
  • dsh-mcp-manager — fishlikewater/dsh-mcp-manager discovered from GitHub.
  • dsh-mcp-manager — 一个 DeepSeek Harness MCP 配置页
  • dsh-mcp-manager — MCP server manager plugin for DeepSeek Harness: Settings → MCP page, OAuth (PKCE + dynamic client registration) or static-token auth, tools registered as mcp____*
  • dsh-mcp-manager — 用于 DeepSeek Harness 的 MCP 可视化管理插件:在「设置 → MCP」中查看已安装/启用的 MCP 服务器,支持增删、启用/停用,并实时查看连接状态。
  • dsh-mcp-market — LKMeng2001/dsh-mcp-market discovered from GitHub.
  • dsh-mcp-mgr — MCP server manager for DeepSeek Harness — workspace mcp.json discovery, hot sync, and a web settings UI.
  • dsh-mcp-proxy — Context-cheap lazy MCP access for DeepSeek Harness
  • dsh-mcp-settings — DSH bundle for MCP server management, inventory status, and Web settings
  • dsh-mcp-settings — dsh mcp服务器配置管理
  • dsh-mcp-xcode — dsh-mcp-xcode
  • dsh-mcpguard — ?? for DeepSeek Harness: first security plugin for dsh. Scans skills/MCP configs for prompt injection, homoglyphs, hidden Unicode, dangerous shell, credential leaks. DSH ????????
  • dsh-md-table-formatter — Hyna-hla/dsh-md-table-formatter discovered from GitHub.
  • dsh-mdbox — DeepSeek Harness (DSH) Web 输入框的 Markdown 编辑辅助插件。
  • dsh-media-preview — Audio/video preview viewer for dsh-better-sidebar: native playback with Range-seeking streaming route
  • dsh-media-skills — Free vision & image generation for DeepSeek Harness — paste an image into any chat, even text-only sessions. GLM-4V-Flash / Qwen3-VL / Gemini failover chain, ModLens-style structured evidence, Kolors generation. 免费读图·生图 · 三引擎容错 · 无 Key 入库
  • dsh-mediacrawler — Installable DeepSeek Harness profile bundle and bounded MCP adapter for MediaCrawler.
  • dsh-mem — 为dsh构建持久化跨工作区记忆的插件
  • dsh-memflow — DeepSeek Harness 记忆框架插件。MEMFLOW 记忆流模式:会话会结束,记忆不会——感知先行、边做边记、无缝续接。分布式记忆架构:每个项目都有自己的记忆,子任务自定义记忆上下文,项目 skill 自迭代——一个插件让你的所有工作流实现类Hermes效果。
  • dsh-memoir — DSH 项目持久化记忆插件(TypeScript):会话归纳 + 经验教训沉淀,写入 PROJECT_MEMORY.md 与全局索引;每轮工作结束自动提醒蒸馏、自动注入未来 AGENTS;附 Web GUI 记忆面板(项目/全局 tab、检索、手动记录/删除)。dsh-plugin
  • dsh-memory — Persistent, model-editable memory/notes store for DeepSeek Harness. Adds memory_set/get/delete/search tools backed by ctx.storageDomain so facts survive across sessions (dsh-plugin).
  • dsh-memory — Durable cross-session SQLite memory for DeepSeek Harness
  • dsh-memory — Multi-agent spatiotemporal memory graph for DeepSeek Harness.Cross-session persistence, knowledge flywheel, importance-gated memory — trust governed by an auditable charter.
  • dsh-memory — Persistent cross-session memory plugin for DeepSeek Harness: workspace-scoped durable facts with memory_write/list/search/forget tools and bounded prompt injection
  • dsh-memory — DSH plugin: shared persistent memory store across all sessions, with memory_* tools and a Web sidebar panel
  • dsh-memory — Max-Null/dsh-memory discovered from GitHub.
  • dsh-memory — Cross-session memory plugin for DeepSeek Harness (dsh): embedding search + automatic system-prompt injection
  • dsh-memory — Two-phase long-term memory plugin for DeepSeek Harness (DSH): per-session extraction + global consolidation, always-injected summary, and memory_list/read/search/add tools.
  • dsh-memory — yangyongzhen/dsh-memory discovered from GitHub.
  • dsh-memory-director — MemoryDirector plugin for DeepSeek Harness: LLM-driven remember/forget (official harness has no memory)
  • dsh-memory-gate — Retrieved ≠ injected: CBDC-gated memory for DeepSeek Harness — decides how memory is USED (use/verify/ignore + feedback learning + audit), not just stored
  • dsh-memory-manager — dsh的记忆管理
  • dsh-memory-panel — sdf-jkl-gh/dsh-memory-panel discovered from GitHub.
  • dsh-memory-protocol — Memory enforcement plugin for DeepSeek Harness — bridges opencode-memory MCP server with a hard protocol gate
  • dsh-memory-system — Local-first persistent memory infrastructure for DeepSeek Harness: hot bootstrap, Chinese-BM25 cold recall, lease-lock transactional writes, read-only governance
  • dsh-memoryhub — MemoryHub (mh) plugin for DeepSeek Harness (dsh): auto-loads checkpoint memory on session start, adds mh_* tools and the mh skill, and a Memory tab in the web UI
  • dsh-meow-cat — A cat runs across the bottom of the DeepSeek Harness web UI with a synthesized meow every time a conversation turn ends.
  • dsh-mermaid — 在 DSH Web 会话中把 Mermaid 代码围栏渲染为 SVG 图表 | Render Mermaid code fences as SVG diagrams in DSH Web messages
  • dsh-mermaid — Mermaid 流程图渲染(移植自 pi-mermaid)
  • dsh-mermaid-image-preview — A DeepSeek Harness Plugin for Previewing Mermaid Diagram by Images in Chat Sessions
  • dsh-mermaid-preview — Render Mermaid fenced code blocks as diagrams in DeepSeek Harness (dsh) web — a dynamic Cordis client plugin, no shell changes needed.
  • dsh-message-navigator — 消息导航条 Message Navigator: DeepSeek Harness 网页聊天界面右侧的垂直消息索引(动态 Cordis 插件)
  • dsh-message-rail — Codex 风格左侧消息导航轨道:等距刻度 + 悬停预览 + 点击跳转用户消息 · DSH Web 插件
  • dsh-messager — 基于Deepseek Harness+DeepSeek开发的适用于Deepseek Harness的消息提醒信使,可使用第三方通道(暂时飞书webhook)进行推送
  • dsh-messages-sanitizer — DeepSeek Harness plugin: auto-repairs invalid tool_calls/tool message pairing in the messages array to stop 400 INVALID_REQUEST session crashes.
  • dsh-messaging — Multi-platform messaging plugin for DeepSeek Harness — Feishu/Telegram with capability auto-degradation
  • dsh-meta-orchestrator — A model-native meta-agent plugin for DeepSeek Harness that uses the underlying model’s reasoning and planning capabilities to synthesize task-specific workflows at runtime and coordinate tools and subagents.
  • dsh-meter — The DeepSeek time-of-use meter for dsh: what this session cost, which tariff is running, when it flips, and the balance behind it — one line under the composer
  • dsh-migrate — Import chat history & memory from other AI agents (Claude Code, Codex, Gemini CLI, Aider, Cline, OpenCode, Hermes, OpenClaw) into DeepSeek Harness
  • dsh-miku-skin — 初音未来主题皮肤,用于 DeepSeek Harness (DSH) Web GUI —— 蓝紫洋红渐变、毛玻璃面板、可自定义背景图、亮暗双主题
  • dsh-mimo-agent-tools — Xiaomi MiMo search + multimodal tools for DeepSeek Harness agents: mimo_search/vision/audio/video/asr/tts
  • dsh-mimo-vision-hint — DSH plugin: dispatch image-recognition tasks to an opencode-go mimo-v2.5 subagent via system-prompt injection
  • dsh-mindmap — DSH 思维导图模式插件:课件(PPT/PDF/Word)+电子书 → 打印级复习思维导图 HTML(A3 横向、每主干一页、大括号式横向、黑体、4 种风格、右侧笔记区、封面总览 + 交互式测试题)。建议配合 dsh-IDE 插件预览生成的 HTML。
  • dsh-mini-tui — DSH-TUI: a lightweight and fast terminal plugin connected directly to the DSH runtime.
  • dsh-minigames — DSH Web UI 右侧小游戏面板:18 款离线小游戏(恐龙跳一跳 / 俄罗斯方块 / 坦克大战 / 扫雷 / 2048 / 数独 / 吃豆人 / 跟枪练习等),可扩展游戏注册表,等待模型回复或修 bug 时的摸鱼神器
  • dsh-minimal-msys2 — Windows Minimal Mode: persistent bash + str_replace_editor dsh plugin — registers an agent preset, provides a working persistent-bash backend on Windows, and exposes a GUI-editable bash path in the plugin-settings section (persisted via the credentials domain).
  • dsh-minimal-vision — DSH 极简模式视觉辅助:保持灰测体验所需的首轮干净上下文,同时通过隐藏上下文和按需 Bash 工作流提供视觉分析 | Vision assistance for DSH minimal mode: preserve the clean first-turn context behind the gray-test DeepSeek experience while adding on-demand visual analysis through a hidden-context Bash workflow.
  • dsh-minimal-web — DSH 插件:极简模式(网络)preset——极简双工具编码 Agent + 网络搜索 + AGENTS.md 加载 | Minimal-mode agent preset with web search and AGENTS.md loading
  • dsh-minimax-usage — DSH (DeepSeek Harness) plugin: MiniMax Token Plan usage in Settings
  • dsh-mobile — Use DeepSeek Harness from your iPhone / iPad: LAN reverse proxy, iOS PWA (add-to-home-screen) chrome, and touch/mobile CSS for the web GUI
  • dsh-mobile — lehhair/dsh-mobile discovered from GitHub.
  • dsh-mobile-access — dsh bundle: serve the DeepSeek Harness Web GUI to a phone through your own domain and server (token gate + supervised SSH reverse tunnel)
  • dsh-mobile-access — DeepSeek Harness plugin: one-page mobile access setup — Tailscale/LAN detection, scan-to-open QR (offline), insecure-origin polyfill
  • dsh-mobile-control — DSH plugin for controlling mobile devices (ADB/iOS) — DeepSeek Harness 操控手机插件
  • dsh-mobile-css — ook826092-cloud/dsh-mobile-css discovered from GitHub.
  • dsh-mobile-gate — LAN mobile gateway for DeepSeek Harness (DSH): first-visit approval, per-device tokens, rate limiting, mobile layout injection. 局域网手机安全访问 DSH 的即插即用网关:本机审批、设备令牌、限流、手机端适配。
  • dsh-mobile-nav — xDer666/dsh-mobile-nav discovered from GitHub.
  • dsh-mobile-pwa — Complete mobile PWA for DeepSeek Harness (DSH): secure remote access gateway + install-to-homescreen + offline + touch gestures + agent-done push. deepseek-harness-plugin
  • dsh-mobile-ui — Responsive mobile CSS plugin for DeepSeek Harness (dsh): turns the web settings panel into a full-screen sheet with a top tab bar and pinned close button on small screens.
  • dsh-mod-manager — A mod-style plugin manager for DeepSeek Harness web profiles.
  • dsh-modal-enhancer — Enhance every DeepSeek Harness web modal: draggable title bar, resizable edges, maximize, and removable backdrop blur, with a General-settings toggle.
  • dsh-model-balance — 为 DeepSeek Harness Web GUI 提供多供应商真实账户余额显示
  • dsh-model-meta-autofill — DSH plugin: auto-fill metadata (context window, output cap, display name, input modalities) for custom-provider models from the Model Metadata Registry (models.dev)
  • dsh-model-modes — Capability-aware reasoning controls and Fast model routing for DeepSeek Harness
  • dsh-model-picker — 针对DSH web前端设计,对模型选择面板进行了升级,改为供应商-模型两侧滚动面板,并添加了搜索框
  • dsh-model-plus — kingsunb/dsh-model-plus discovered from GitHub.
  • dsh-model-provider-label — DeepSeek Harness plugin that disambiguates same-named models by showing their provider
  • dsh-model-router — DSH model-routing plugin for keyword routing and isolated image generation / DSH 关键词路由与隔离生图插件
  • dsh-model-router — 模型路由与成本优化器:简单问题 flash 直答、故障自动降级、会话 token/缓存/成本实时面板 | Model router & cost optimizer for DeepSeek Harness: flash quick-answers for simple questions, failure fallback, live token/cache/cost panel
  • dsh-model-search — a1073097082/dsh-model-search discovered from GitHub.
  • dsh-model-sync — DSH plugin: sync live provider models into settings and show 5h/7d quota rings for the current session model. / 模型同步:线上模型列表写入设置,输入框旁显示当前会话的额度圆环。
  • dsh-model-thinking — DSH (DeepSeek Harness) web plugin: thinking intensity / reasoning effort settings for custom OpenAI-compatible (pi-ai) models
  • dsh-models-dev-reasoning — Add models.dev reasoning levels to unconfigured third-party DeepSeek Harness models.
  • dsh-modlens — DeepSeek Harness (dsh) vision plugin — a fork of ModLens adding multi-engine image reading (Gemini, Volcengine Ark/Doubao, Claude) with per-call engine selection.
  • dsh-mojian — 墨间 · DeepSeek Harness 小说工坊。网页写作室 + dsh-plugin。
  • dsh-mojibake-interceptor — Mojibake interceptor bundle for DeepSeek Harness: feature-based garbled-text detection, review-then-release, pwsh encoding audit.
  • dsh-monitor — AbnerAI/dsh-monitor discovered from GitHub.
  • dsh-motion — Restrained, semantic interface motion for DeepSeek Harness
  • dsh-movein — Move your whole Claude Code setup into DeepSeek Harness (DSH) with one command. Skills, MCP, hooks, instructions. 从 Claude Code 拎包入住 DSH
  • dsh-moyan — 简洁、克制、安静,旨在为您的Vibe Coding增加些许文艺感。每次打开WebUI,左下角都会出现一句话,从古诗词到文采句,再到脍炙人口的游戏台词,应有尽有。语料库可高度自定义,插件风格完全适配原生Harness界面,功能简洁明确,绝不喧宾夺主。
  • dsh-msg-edit — Message edit / regenerate plugin for DeepSeek Harness Web — Cordis host plugin (/api/msg-edit/*) + dsh.client UI plugin (assistant action strip). Declarative bundle, no install scripts.
  • dsh-msgrail — MsgRail 消息轨道:DeepSeek Harness 对话右缘消息索引插件(悬停预览/点击跳转/自动加载历史),纯插件零宿主侵入,皮肤全适配
  • dsh-msys2-bash-executor — Standalone configurable MSYS2/UCRT64 and Git Bash executor for DeepSeek Harness, with global or per-preset activation
  • dsh-multi-folder — AngelosZou/dsh-multi-folder discovered from GitHub.
  • dsh-multi-tenant — Multi-tenant SaaS extension for DeepSeek Harness (DSH): tenant identity, session isolation, authorization, tenant-aware MCP, and audit.
  • dsh-multi-workspace — somnusovis/dsh-multi-workspace discovered from GitHub.
  • dsh-multica-runtime — Support dsh runtime on Multica.
  • dsh-multimodal — 添加deepseek harness多模态能力插件
  • dsh-multimodal — 给 DeepSeek 安装一双眼睛和一支画笔:会话里直接贴截图/图片,GLM 视觉模型先精确转写图片内容(报错信息、代码、界面逐字保留),然后 DeepSeek 继续处理你的问题——同一轮完成,全程无感;需要配图时,DeepSeek 自动调用文生图后端出图并显示在会话中。
  • DSH-Multimodal — DSH 多模态输入插件:为不同类型的文件(图片 / 视频 / 音频 / 文本)配置独立的处理模型链,在文件进入会话模型之前,先用预设模型把它处理成 Prompt Tokens(文本),再交给会话模型。插件在 DSH 设置中新增独立的 Multimodal 页面。
  • dsh-museai-tavern — MuseAI的DeepSeek Harness插件,可以将你的MuseAI角色放进DSH使用啦!
  • dsh-music — 1608kiy/dsh-music discovered from GitHub.
  • dsh-music-player — 为Deepseek-Harness开发的音乐播放插件。允许用户播放本地与网易云音乐。支持通过Cookie解锁VIP歌曲。提供了丰富全面的skill允许Agent控制音乐播放,自定义播放器CSS层叠样式表。允许队列结束后自动通知AI来挑选新的歌曲。
  • dsh-music-plugin — DeepSeek Harness music plugin (dsh-plugin)
  • dsh-MusicPlayer — 这是一个可以让你边对话边听歌的 DeepSeek Harness 插件:折叠/展开两种可自由拖动的悬浮窗口形态,利用 Meting API 等解析源接入网易云音乐,支持歌单导入和按歌名或歌手搜索单曲导入。Chat and listen at the same time.
  • dsh-mygo — omdsh-dev/dsh-mygo discovered from GitHub.
  • dsh-nailong-desktop-pet — Nailong (奶龙) desktop-pet plugin for DeepSeek Harness
  • dsh-naiwa-theme — 为deepseek harness构建的奶蛙主题,可是我觉得很神圣呀。(素材来自互联网)
  • dsh-nanobananapro — DeepSeek Harness plugin for NanoBananaPro image and video generation
  • dsh-narrative-ledger — Verifiable narrative state, continuity and character-knowledge ledger for DeepSeek Harness
  • dsh-native-launcher — 以"零额外安装"为设计原则:仅凭一个官方插件与 Windows 原生机制,让 DeepSeek Harness Web UI 获得桌面 App 式的一键启动体验。
  • dsh-native-memory — Native, per-workspace long-term memory for DeepSeek Harness: approval-gated writes, cited provenance, FTS cross-session recall — no external server, no extra runtime dependency.
  • dsh-native-playbook — Task-aware native capability manager for DeepSeek Harness — use, prepare, and verify built-in DSH tools before adding another plugin.
  • dsh-navigation-bar — Piano-key style conversation navigation bar for the DeepSeek Harness web GUI
  • dsh-nebulagraph-v5 — nebula v5 plugin for deepseek harness
  • dsh-negative-ledger — akslcw/dsh-negative-ledger discovered from GitHub.
  • dsh-nene-theme — mizuhara37/dsh-nene-theme discovered from GitHub.
  • dsh-netcafe — DeepSeek Harness bundle: adds AI NetCafé's hosted outcome tools (statement extraction with reconciliation, SQL dialect transpile, mainland-China reachability, cross-session memory, scheduled agents) to your dsh profile in one install.
  • dsh-netdoctor — Network diagnostics toolbox for DeepSeek Harness (dsh): DNS lookup, ICMP ping, TCP port check, TLS cert check, traceroute, public IP — six read-only probes, zero runtime dependencies
  • dsh-netease-music — DSH 网页版网易云音乐播放器插件:顶部条迷你播放器 + 展开面板,扫码登录,支持 AI 对话控制
  • dsh-news — DSH Web GUI 新闻聚合插件:侧边栏入口 + 弹窗聚合国际/AI/科普/历史 RSS 新闻,站内阅读、中英互译、自定义源。A news aggregator plugin for the DeepSeek Harness (DSH) Web GUI: RSS feeds, in-app reading, bilingual translation, custom sources.
  • dsh-nix — Nix-native packaging for DeepSeek Harness (dsh)
  • dsh-no-setup-mode — DeepSeek Harness 免設置模式 — 安裝後開箱即用,幫你做出最好的設置(No-Setup Mode for DeepSeek Harness: out-of-the-box, best setup automatically)
  • dsh-nocturne-memory — dsh memory: Nocturne Memory client for DeepSeek Harness
  • dsh-node-nav — 对话节点导航:DSH Web GUI 右侧节点串,hover 预览、点击跳转、active 药丸跟随阅读位置
  • dsh-noema — Noema long-term memory plugin for DSH: durable, inspectable agent memory with recall tools and a settings page.
  • dsh-notebooks — havingautism/dsh-notebooks discovered from GitHub.
  • dsh-notepad — DSH Web GUI ???????:??/?????????????????Agent ????
  • dsh-notification-center — DSH 通知中心插件:对话/任务完成、报错、等待批准等事件触发浏览器通知 + 21 种匹配音效
  • dsh-notifier — Community plugins for DeepSeek Harness (DSH) Web GUI: system notifier. Plain JavaScript, no build required.
  • dsh-notify — DeepSeek Harness desktop notification plugin (notify-send / D-Bus)
  • dsh-notify — Task-completion notifications for DeepSeek Harness: ServerChan / DingTalk / Feishu / generic webhooks. dsh plugin.
  • dsh-notify — System-level desktop notifications for DeepSeek Harness: turn-completion / workflow-end banners and a modal approval alert (macOS osascript, Linux notify-send)
  • dsh-notify-on-complete — Desktop notifications for DeepSeek Harness (dsh) — run completion, questions, approvals. Zero-dependency Cordis plugin. | DeepSeek Harness(dsh)桌面通知插件:运行结束 / 提问 / 审批时提醒,零依赖 Cordis 插件。
  • dsh-notify-sound — DSH (DeepSeek Harness) web plugin: plays a sound when the agent finishes replying (turn/end). Sound, volume and on/off configurable in Settings.
  • dsh-np-ppt — 原生 DSH (DeepSeek Harness) 插件:PPT 演示文稿专家,内置 PPTD DSL 引擎、55173 所见即所得可视化编辑器、Python-PPTX 高保真离线编译内核与一键导出 PPTX。 | Native DSH plugin: PPT presentation expert with PPTD DSL engine, 55173 WYSIWYG editor, Python-PPTX offline compiler & 1-click PPTX export.
  • dsh-o11y-plugin — Unified plugin-dimension observability (trace/log/metric) for deepseek-harness: registers global OTel providers + OTLP export, bridges dsh session telemetry, GenAI semconv ready
  • dsh-oai-oauth — A plugin allowing you to use ChatGPT via OpenAI subscription without API Key in Deepseek Harness
  • dsh-oauth-api — DeepSeek Harness (dsh) out-of-tree OAuth plugin for Grok/xAI, Codex, and Claude Code. Community plugin, not official.
  • dsh-oauth-mcp-client — OAuth 2.1 Streamable HTTP MCP client plugin for DeepSeek Harness.
  • dsh-observability — Observability for DeepSeek Harness (dsh), use the OpenTelemetry Protocol
  • dsh-observability — jeremy9682/dsh-observability discovered from GitHub.
  • dsh-observation-journal — Zero-touch runtime telemetry for DeepSeek Harness: every session writes its own report card (task/model/tools/failures/duration) into a human-readable journal. 纯观察者运行事实遥测。
  • dsh-obsidian-assistant — DeepSeek Harness 插件(Cordis toolset):操作本地 Obsidian 知识库(vault),提供搜索、读写笔记、双向链接 / 关系图谱、批量整理,并通过 Obsidian 的 "Local REST API" 社区插件调用高级能力(高速全文搜索、触发命令 / 模板)。
  • dsh-obsidian-export — DeepSeek Harness (DSH) plugin: export conversations to an Obsidian vault, plus read/search/list/tags/backlinks tools and automatic vault discovery.
  • dsh-oc — DeepSeek Harness 的 OpenCode TUI 前端:以官方 OpenCode TUI 作为终端前端,dsh 作为后端 | OpenCode TUI frontend for DeepSeek Harness: official OpenCode TUI as the terminal client, dsh as the backend
  • dsh-ocg-billing — DeepSeek Harness (dsh) plugin: OpenCode Go billing layer with cached official pricing, proactive update checks, bill computation and a resident composer bill line
  • dsh-ocr — DSH plugin: local OCR and image understanding for dsh — inlined image previews in Web tool cards
  • dsh-office — Office workspace & session dashboard plugin for DeepSeek Harness (DSH). 给 DeepSeek Harness 的办公室工作区/会话/子代理可视化插件。
  • dsh-office — 可以读写办公文件的插件,支持拖动办公文件到对话框
  • dsh-office — 办公三件套!Office document tools for DeepSeek Harness (dsh): generate, read, and edit spreadsheets (.xlsx), PDFs, and presentations (.pptx).
  • DSH-Office — DeepSeek Harness plugin for PPTX / DOCX / XLSX / PDF read/write/edit
  • dsh-office-tools — Model-facing Office tools for DeepSeek Harness: Word (.docx), Excel (.xlsx), and PowerPoint (.pptx) create/read/update with workspace-safe paths and PPT image embedding.
  • dsh-offpeak — A live peak/off-peak pricing readout for the DeepSeek Harness Web GUI: one status pill under the composer, with the effective prices on hover. · DeepSeek Harness 错峰计价浮标
  • dsh-oh-my-theme — DeepSeek Harness (dsh) web plugin with themes, global typography, @file mentions, project file tree, and Markdown preview.
  • dsh-okx-skill-hub — 📊OKX 官方行情技能库 for DeepSeek Harness (DSH):将 OKX 官方 okx-cex-market 技能(价格/K线/资金费率/70+ 技术指标)零改动适配进 DSH 生态,支持纯技能目录与 dsh-plugin 插件双通道一键安装。
  • dsh-omnibridge — AstrBot-style multi-platform bridge for DeepSeek Harness: QQ(OneBot)/Telegram/Discord/KOOK/Slack/Feishu/WeCom/DingTalk/LINE/webchat etc. 19 platforms, one plugin.
  • dsh-onebot — OneBot Adapter For DSH
  • dsh-open-browser — 一个简单的dsh入门插件
  • dsh-open-browser — peach0x33a/dsh-open-browser discovered from GitHub.
  • dsh-open-ecosystem — tc206107/dsh-open-ecosystem discovered from GitHub.
  • dsh-open-eyes — A lightweight DeepSeek Harness vision delegation tool for text-only routes, with native OpenAI Responses, Chat Completions, and Anthropic Messages adapters.
  • dsh-open-in-ide — DeepSeek Harness Web UI plugin: add an IDE button that auto-detects local IDEs and opens the current workspace folder.
  • dsh-open-with — Open DeepSeek Harness workspaces in detected or configured local editors
  • dsh-openai-codex-auth — OpenAI Codex OAuth login and usage card plugin for DeepSeek Harness
  • dsh-openai-codex-oauth — ChatGPT subscription OAuth for the openai-codex provider in DeepSeek Harness
  • dsh-openai-oauth — DeepSeek Harness provider for GPT models using managed ChatGPT OAuth through Codex app-server
  • dsh-openai-plugins — 用于在dsh和openai账户之间建立连接
  • dsh-openapi — Safe OpenAPI 3.x discovery and API calling tools for DeepSeek Harness
  • dsh-openclaw-acp — DeepSeek Harness bundle for OpenClaw and WeChat over ACP
  • dsh-opencode-go-box — yascitom/dsh-opencode-go-box discovered from GitHub.
  • dsh-opencode-go-provider — DSH OpenCode Go provider plugin
  • dsh-opencode-go-quota — DSH 插件:OpenCode Go 额度圆环 —— 输入框模型选择器左侧的进度圆环,点击切换 5小时/每周/每月用量(OpenCode Go quota ring for DeepSeek Harness Web)
  • dsh-opencode-go-quota — DeepSeek Harness web plugin: on-expand quota badge for the active model provider (OpenCode Go plan limits, DeepSeek balance) with pricing-based spend estimates.
  • dsh-opencode-go-usage — Another dsh opencode go usage plugin
  • dsh-opencode-go-usage — OpenCode Go 订阅用量悬浮小部件:滚动/周/月用量与重置倒计时(DSH WebUI)
  • dsh-opencode-go-usage — DeepSeek Harness 插件:OpenCode Go 用量与花费悬浮仪表盘(配额、逐请求成本、模型/来源分布)
  • dsh-opencode-go-usage — DSH (DeepSeek Harness) web plugin — floating widget showing real-time OpenCode Go subscription usage (rolling / weekly / monthly) for every API key. 悬浮实时展示 opencode-go 各 key 用量。
  • dsh-opencode-go-usage — yumusb/dsh-opencode-go-usage discovered from GitHub.
  • dsh-opencode-palette — 让 DeepSeek Harness 穿上 34 款经典皮肤——东京的霓虹夜色、德古拉的暗红月光、复古工坊的暖黄灯火、黑客帝国的数字雨、玫瑰松林间的风……一键换肤,即点即换,重启不丢。34 legendary skins for DeepSeek Harness — tokyonight's neon dusk, dracula's crimson moon, gruvbox's retro glow, the matrix's digital rain, rose-pine's rosewood calm… one click, instant, persisted.
  • dsh-opencode-usage — DSH 插件:OpenCode Go 用量 + DeepSeek 余额监控(多 provider,突增/深夜盗刷告警,环境变量管 Key)
  • dsh-opencode-usage — DSH plugin: OpenCode Go 套餐用量显示(滚动/每周/每月用量百分比与重置倒计时 + Agent 工具 opencode_go_usage)。官方 bundle 插件,安装: dsh plugin --profile web add github:vinyumao/dsh-opencode-usage#
  • dsh-opencodego-usage — DSH Web GUI plugin: OpenCodeGo quota breathing light + liquid-glass panel with rolling/weekly/monthly progress bars (作者 Xu Yuanshan)
  • dsh-openviking — 面向 DeepSeek Harness 的 OpenViking 检索、资源管理、自动召回与会话记忆插件
  • dsh-operating-context — DeepSeek Harness settings page: cap every configured model to a working context window, clamped to what it can actually hold.
  • dsh-opg-usage — DSH插件:实时查看 OpenCode Go 套餐额度。可拖拽、可收缩的浮动胶囊,展示滚动/本周/本月窗口的已用与剩余额度。
  • dsh-ops-health — MiraculousGarfield/dsh-ops-health discovered from GitHub.
  • dsh-ops-kit — A reusable DeepSeek Harness bundle for evidence-driven memory, orchestration, benchmark operations, and plugin release workflows.
  • dsh-orcana — Runtime governance for DeepSeek Harness: progress governor, evidence freshness, completion guard, capability router (Same model. Same DSH. One runtime intervention.)
  • dsh-orchestrator — Local-first issue board for DeepSeek Harness: board data, model-facing tools, a fresh-agent planning loop, and a human approval queue for agent-proposed issues.
  • dsh-orchestrator — 【编排模式】为 DeepSeek Harness 提供多智能体编排模式:主智能体分解分派、worker 全网格互通,支持逐 worker 指定模型与思考强度
  • dsh-org-panel — deepseek harness 纯牛马 —— 多智能体数字员工指挥台插件
  • dsh-outdoor-theme — DSH 户外皮肤 · 山野向导(Trail Guide)
  • dsh-outline — DeepSeek Harness(DSH)Web GUI 的实时大纲插件
  • dsh-output-styles — Claude Code outputStyles for DeepSeek Harness - session-scoped, durable, runtime-switchable model output styles (/style command, output_style storage domain, systemPrompt injection)
  • dsh-paddle-ocr — omdsh-dev/dsh-paddle-ocr discovered from GitHub.
  • dsh-PaddleOCR-Skills — PaddleOCR skills for DeepSeek Harness with native tools and GUI configuration
  • dsh-paseo — DSH 的paseo插件扩展支持
  • dsh-password — DSH plugin: strong password & diceware passphrase generator (crypto random)
  • dsh-password-gate — 远程访问开发机使用,这只是一个 dsh 插件的 demo,安全功能只有最简单的频次兜底,切勿直接开放在外网。
  • dsh-password-prompt — DeepSeek Harness plugin: masked password panel in the Web GUI (password_prompt tool) — bundle + dual-face plugin
  • dsh-paste-to-path — A universal path-backed attachment dock for DeepSeek Harness.
  • dsh-path-reveal — 点击消息里的 Windows 绝对路径在资源管理器中打开所在文件夹(文件定位选中/目录直接打开),纯插件实现
  • dsh-pathlink — Ctrl+click file paths and links in DeepSeek Harness chat: paths open their folder in the OS file manager, links open in a new browser tab.
  • dsh-payload-capture — DSH 插件:捕捉每次上行模型 API payload,JSON 落盘 | DSH plugin: capture every upstream model API payload to JSON
  • dsh-pdf — PDF toolbox for DeepSeek Harness: extract text, metadata, and page ranges via pdfjs-dist (local, no API key)
  • dsh-pdf-reader — dsh-pdf-reader: DeepSeek Harness plugin adding a read_pdf tool (local PDF text extraction via pdfjs-dist)
  • dsh-peak-alert — DeepSeek 峰谷定价提示插件(DSH Web 客户端插件,纯前端,无后端依赖)
  • dsh-pentest — 面向 DeepSeek Harness(dsh)的渗透测试模式 @CloverSecLabs
  • dsh-period-report — Free-interval session reports for DeepSeek Harness: AI-narrated daily/weekly digests over any date range + every-N-days scheduled reminders with system notifications
  • dsh-permgate — 为 DeepSeek Harness(DSH)提供的细粒度权限控制插件
  • dsh-permission-rules — Claude Code-style declarative permission rules for DeepSeek Harness: ordered allow/deny/ask rules with tool-name, argument (glob/regex), and workspace-path matching on the tools/pre-execute waterfall, session-log audit, and HMR reload.
  • dsh-persist — Persistent memory for DeepSeek Harness: per-conversation notes, selective injection, project memory, semantic Vault search + automatic retrieval.
  • dsh-persona-memory — Quophic/dsh-persona-memory discovered from GitHub.
  • dsh-personalize — Per-host personalization for DSH: custom instructions, local long-term memory, and reply-tone presets.
  • dsh-pet — DSH 桌面宠物:一行命令安装现成宠物(28 个透明动画,即装即用),或内置素材链从 AI 视频自造专属宠物 | One-line install desktop pet for DeepSeek Harness + DIY asset pipeline
  • dsh-pet-corner — DSH Pet Corner: a floating pet, keyless pet-image proxy, favorites, and plugin-owned settings API
  • dsh-pet-remielle — Gin-7/dsh-pet-remielle discovered from GitHub.
  • dsh-pets — Codex Pets integration for the DeepSeek Harness Web GUI
  • dsh-pets — hellosz/dsh-pets discovered from GitHub.
  • dsh-pets — Codex Pets–style desktop pet + live task panel plugin for DeepSeek Harness (DSH) Web UI
  • dsh-phone — 让 DeepSeek Harness 的 agent 跑在手机里,通过 Magisk root 原生操作安卓系统(截图/点击/滑动/开应用)+ 移动端布局 + WebView APK
  • dsh-pi — Run trusted Pi extensions inside DeepSeek Harness through a compatibility host.
  • dsh-pi-kit — DSH使用体验优化包-UI has been i18n (zh/en)。自动审核(auto-review)、提示音(systematic notification),为你把关系统权限,持续推进;需要你审批、回答或后台任务跑完时,提示音 + 系统通知一个不落。一行命令装完,解放被持续召唤的碎片时间。
  • dsh-pi-memory — 跨会话持久记忆(移植自 pi-memory)
  • dsh-pi-tui — A third-party TUI mode for DeepSeek Harness (dsh), built on a vendored fork of pi-tui
  • dsh-pilot — Give your DSH agent hands: drive a real browser (Edge/Chrome over CDP) from the chat — ref-driven clicking, per-session browsers, and a live cockpit panel. Zero runtime deps, no API key.
  • dsh-pin-recall — DeepSeek Harness plugin: pin assistant replies and recall them into the model turn
  • dsh-pip — Detach the DeepSeek Harness Web GUI into a Document Picture-in-Picture window (dsh bundle plugin)
  • dsh-pixel-studio — KongChengZhi/dsh-pixel-studio discovered from GitHub.
  • dsh-pixel-ui — DeepSeek Harness 像素皮肤(Agent Xi 风格):四个主题一键切换——像素·木屋 / 像素·羊皮纸 / 像素·暖阳 / 像素·终端绿,随时可切回现代默认 UI。
  • dsh-pixel-whale — A lively pixel-whale running-state companion for DeepSeek Harness Web.
  • dsh-pixluna — dsh-plugin-pixluna | 让 DSH 自己看涩图!
  • dsh-pkg-info — DSH plugin: query npm/PyPI package info (version, deps, release dates)
  • dsh-plan-first-dev — DSH 插件:开发前自动进入 plan mode(plan-first development workflow)
  • DSH-Plan-Graph — another version of deepseek herness trajectory (DIY)
  • dsh-plan-lattice — Evidence-gated recursive work graphs for long-horizon DeepSeek Harness agents
  • dsh-plan-preset — DSH plugin: read-only permission shown as Plan + permission escalation forbidden (approval never). Web search keeps working. 把只读权限显示为 Plan,并禁止申请权限升级。
  • dsh-playwright — Use one shared Playwright browser together with your DeepSeek Harness AI
  • dsh-playwright-browser — Playwright browser automation for DeepSeek Harness|面向 DeepSeek Harness 的 Playwright 浏览器自动化插件
  • dsh-playwright-cli — DeepSeek Harness (DSH) host plugin wrapping the Playwright CLI: install browsers, run tests, open the HTML report from the agent loop.
  • dsh-playwright-native — 把原生 Playwright CLI 注册为 DeepSeek Harness 透传工具(dsh-plugin)
  • dsh-plugin — Community plugin collection for DeepSeek Harness (DSH)
  • dsh-plugin — Community plugins for dsh (DeepSeek Harness) — login, metrics, and other cordis bundles.
  • dsh-plugin — DeepSeek Harness 插件集合|齐天大圣双主题皮肤,支持亮暗模式、响应式布局与热插拔
  • dsh-plugin — Out-of-tree plugin collection for DeepSeek Harness (DSH) Web UI — Space workspace file explorer (browse / Markdown preview / download / delete, server-enforced security) + Windows desktop notifications (question & answer-completion toasts). Zero-invasive dual-face plugins, hot-pluggable into any DSH profile.
  • dsh-plugin — Standalone OpenTelemetry GenAI observability plugin for DeepSeek Harness — native session, LLM, and tool tracing exported over OTLP to any compatible backend.
  • dsh-plugin — PLUR memory for DeepSeek Harness — engrams injected into the system prompt, no tool call required. Local-first, Apache-2.0.
  • dsh-plugin — Local PaddleOCR tool and /ocr command for DeepSeek Harness
  • dsh-plugin — DSH 会话切换面板插件(Ctrl+K / Ctrl+[ ],npm 可装)+ 插件开发模板
  • dsh-plugin — Tabbit Broser plugins for Deepseek Harness
  • dsh-plugin-acn — DeepSeek Harness plugin: join ACN so this agent can discover, message, and collaborate with other agents. Defaults to the China region.
  • dsh-plugin-adaptive-agent-policy — 面向 DeepSeek Harness 的自适应任务路由、循环预算与渐进式裁剪插件
  • dsh-plugin-aflare — aflare workflow tools for DeepSeek Harness (DSH): generate, validate, run local-first deterministic workflows
  • dsh-plugin-agent-dashboard — Multi-agent dashboard skill for DeepSeek Harness
  • dsh-plugin-aigc-canvas — provider-agnostic AIGC HTTP 桥 + 无限画布 + ffmpeg 后处理,13 个工具含画布连边/reroll/媒体编辑 | Provider-agnostic AIGC HTTP bridge + infinite canvas + ffmpeg post-processing; 13 tools incl. canvas linking/reroll/media-edit
  • dsh-plugin-amdgpu-inspect — Structured AMDGPU code-object and ISA inspection for DeepSeek Harness.
  • dsh-plugin-anti-ads — DSH Web 广告拦截器,四层独立防御拦截 dsh-ads 插件的所有广告位 | DSH Web ad blocker with four independent defense layers targeting the dsh-ads plugin
  • dsh-plugin-anydoc — DSH 插件:基于 @firecrawl/anydoc 将 Word、PPT、Excel、PDF、EPUB、CSV 等文档转换为 GitHub-Flavored Markdown
  • dsh-plugin-api-quota — DSH Web UI plugin: check your DeepSeek API key balance from the sidebar
  • dsh-plugin-app-manager-laoboshi — 为劳博士 DSH 桌面客户端提供本地应用登记、启动、日志和 API 文档管理。
  • dsh-plugin-approval-alert — DeepSeek Harness 审批/选择方案系统级通知提醒,显示工作区名、点击跳转、多语言。Approval & decision alerts with native notifications for DeepSeek Harness.
  • dsh-plugin-audiolib — Ambient soundtrack for DeepSeek Harness, driven by agent state. Streams 100k+ cleared tracks from AudioLib.ai — a track always finishes, so a state change never cuts one off.
  • dsh-plugin-audit — Security audit for DeepSeek Harness plugins: static permission profile with file/line evidence + a runtime sentinel gating credential access and unknown-host egress · DSH 插件安全审计:静态权限画像(附文件/行号证据)+ 运行时哨兵,触及凭证或向未知主机外发数据时先请你批准
  • dsh-plugin-audit — 将DeepSeek Harness插件列表按来源分组展示——官方插件与自行安装插件,一目了然。
  • dsh-plugin-auditor — DSH plugin auditor: pre-flight compatibility check for profile plugin combinations. DSH 插件审核器:安装新插件前扫描组合兼容性,预防启动崩溃。
  • dsh-plugin-auth-guard — Enterprise-grade Zero-Trust Authentication, LAN/Public Access Control & Security Gate Plugin for DeepSeek Harness (DSH)
  • dsh-plugin-auto-blame — 模型回合结束后用 LLM 生成 3 条批判性跟进建议,点击即发送 | After a model turn, an LLM generates 3 critical follow-up suggestions shown as click-to-send chips
  • dsh-plugin-auto-docs — Auto documentation generation skill for DeepSeek Harness
  • dsh-plugin-autoevo — DSH capability reuse and safe evolution layer. Evolution continues.
  • dsh-plugin-backup — One-click export/restore of installed DSH plugins (JSON snapshot) · DSH 插件一键导出/还原
  • dsh-plugin-balance — dsh-plugin-balance
  • dsh-plugin-better-sidebar-plugin-office — 为 better-sidebar 提供 Office 三件套预览(.docx/.xlsx/.pptx),独立 bundle 瘦身主体 | Provides Office-suite preview (.docx/.xlsx/.pptx) for better-sidebar as a separate bundle to slim the core
  • dsh-plugin-browser — qichuang321/dsh-plugin-browser discovered from GitHub.
  • dsh-plugin-browser — A DeepSeek Harness community plugin that drives a headless Playwright browser: rendered page text, screenshots, and page automation
  • dsh-plugin-browser-use — Security-first browser automation plugin for DeepSeek Harness (dsh) — 15 tools, policy re-checked on every action, no model-controlled paths
  • dsh-plugin-browserops-laoboshi — 为劳博士 DSH 桌面客户端提供浏览器预览与 BrowserOps 控制面板。
  • dsh-plugin-call-me — Your DeepSeek Harness agent rings your actual phone: it asks out loud, you answer out loud, and what you said steers the run.
  • dsh-plugin-canvas — DeepSeek Harness 的画布预览插件:提供 HTML 设计稿原型页签与 canvas_preview 模型工具,支持隐私打码和沙箱 iframe 渲染。原生UI界面
  • dsh-plugin-cas-kb — DeepSeek Harness bundle: article-level Chinese accounting standards (CAS / ASSE) and tax law lookup, plus a skill that keeps citations anchored to source articles.
  • dsh-plugin-catalog — LuniteGlaze/dsh-plugin-catalog discovered from GitHub.
  • dsh-plugin-chat-menu — ChocoLZS/dsh-plugin-chat-menu discovered from GitHub.
  • dsh-plugin-claude-bridge — Bridge Claude Code memory, skills, and config into DeepSeek Harness
  • dsh-plugin-claude-import — Import Claude Code sessions into DeepSeek Harness as continuable context — agent tools (claude_session_list / claude_session_import) + Web GUI one-click import.
  • dsh-plugin-clawrouters — One-key ClawRouters plugin for DeepSeek Harness: chat, image, video, and web search
  • dsh-plugin-clinic — Read-only health clinic for installed DeepSeek Harness plugins: loader health, dependency integrity, version compatibility, install-script risk, duplicates, and patch integrity — model tool + Web dashboard + JSON reports.
  • dsh-plugin-code-review — Structured code review skill for DeepSeek Harness
  • dsh-plugin-codex — Codex App Server model provider for DeepSeek Harness using your local Codex login.
  • dsh-plugin-codex-bridge — Bridge codex skills and config into DeepSeek Harness
  • dsh-plugin-connection-banner — Visible reconnecting banner for the DeepSeek Harness Web UI
  • dsh-plugin-consult — DeepSeek Harness peer-consult plugin: talk to a fork of another session without mutating the original
  • dsh-plugin-container — DeepSeek Harness 的本地 Docker 容器管理部署级插件:在会话视图环提供「容器」页签,支持仅观察/干预双模式、18 个 docker_* 智能体工具、只读实时 Shell 观察与 /dock-api/* 路由。
  • dsh-plugin-context-compressor — Context compression skill for DeepSeek Harness
  • dsh-plugin-control — Enable and disable third-party plugins from the DeepSeek Harness Web settings page.
  • dsh-plugin-cost — yweilai77-dev/dsh-plugin-cost discovered from GitHub.
  • dsh-plugin-cost-tracker — Token cost tracker for DeepSeek Harness
  • dsh-plugin-ctl — DSH Web Settings plugin control: start/stop Cordis loader plugins (Qidong Kongzhi tab)
  • dsh-plugin-custom-provider-enhancer — ⚡ DeepSeek Harness 自定义模型增强插件:在配置第三方提供商时,自动从权威模型库补齐上下文大小、Token 上限、视觉多模态输入与思考强度档位。
  • dsh-plugin-dedup — lordship12138-crypto/dsh-plugin-dedup discovered from GitHub.
  • dsh-plugin-deepeye — DeepEye vision plugin for DeepSeek Harness (DSH): image description, OCR, VQA, UI layout, and clipboard analysis.
  • dsh-plugin-deepseek-balance — Deepseek余额显示
  • dsh-plugin-description — mount one row in the composition and every plugin card on the Web Settings plugin list page gets a bilingual (zh/en) description; it also publishes the pluginDescriptions service so other plugins can register their own descriptions.
  • dsh-plugin-dev-skills — An Agent Skills skill for developing DeepSeek Harness (DSH) plugins(开发 DSH 插件的 Agent Skill)——插件/服务/事件/工具/LLM 适配器/打包安装的标准。Works with Claude Code, Codex, DSH, VS Code Copilot & any compatible agent.
  • dsh-plugin-devecocli — HarmonyOS development tools for DeepSeek Harness: device/emulator management, UI automation, build & deploy, logs, lint, signing and offline docs via devecocli (13 harmony_* tools)
  • dsh-plugin-development — Portable Agent Skill for developing and auditing DeepSeek Harness plugins, with an optional profile-installable DSH bundle adapter.
  • dsh-plugin-device-info — Read-only Windows device info tools for DeepSeek Harness: 12 win_* tools (time, system, CPU, memory, disk, GPU, network/WiFi, battery, processes, USB, audio, printers) via Node os + WMI/CIM. Bundle-form dsh plugin.
  • dsh-plugin-doctor — DSH 插件体检:安装前检查 peer 版本兼容性,防止 rc 不匹配崩溃 🩺
  • dsh-plugin-doctor — Health checks for DeepSeek Harness plugins: manifest, patch, entry, build, pack, fresh-profile install verification — CLI + agent-callable plugin_check tool (RFC #1629 dsh plugin check).
  • DSH-Plugin-Doctor — Compatibility, security, isolated install, and rollback doctor for DeepSeek Harness plugin bundles
  • dsh-plugin-file-manager-laoboshi — 为劳博士 DSH 桌面客户端提供工作区文件浏览和预览。
  • dsh-plugin-finder — Natural-language plugin search for DeepSeek Harness — ask what you need, get matching dsh.so plugins with install commands.
  • dsh-plugin-finder — Find and audit DeepSeek Harness (DSH) plugins inside the agent — live dsh-plugin topic search + source audit with trial-to-production install plans.
  • dsh-plugin-firewall — Offline-first static admission scanner for DeepSeek Harness community plugins: inspect a plugin package before you trust it.
  • dsh-plugin-genshin-startup — DeepSeek Harness (dsh) plugin: Plays the Genshin Impact launch video centered with white fill on startup before entering the Harness web UI
  • dsh-plugin-git-laoboshi — 为 DSH 提供受约束的 Git Agent 工具和劳博士桌面版本中心。
  • dsh-plugin-git-workflow — DeepSeek Harness plugin: first-class Git workflow tools for the model — repo status, diffs, commit creation with validated messages, recent history, and branches. No bare-shell git calls; every invocation is a shell-free execFile with path and message validation.
  • dsh-plugin-github-search — Tianbaidi/dsh-plugin-github-search discovered from GitHub.
  • dsh-plugin-gouden-leeuw-theme — Unofficial Gouden Leeuw moonlit sanctuary theme for the DeepSeek Harness web UI
  • dsh-plugin-graph — 一个Deepseek Harness的插件关系图谱可视化插件
  • dsh-plugin-greet — DeepSeek Harness is a plugin-based system for building AI agents. Everything, from tools and models to the web UI, can be added or replaced as a plugin.
  • dsh-plugin-greeter — A DeepSeek Harness (dsh) plugin that greets you at the start of every session with varied wording, and remembers your name.
  • dsh-plugin-guide — Installable DSH bundle: the dsh-plugin-guide plugin-development knowledge base as an on-demand agent skill. Official docs archive (EN/ZH), Cordis primer, 114-repo community archive, 1654 archived Discussions, 20+ battle-tested pitfalls.
  • dsh-plugin-healthcheck — 害怕插件装了就崩溃?用这个插件帮你检测插件是否正常/是否含木马!
  • dsh-plugin-hello — A minimal DeepSeek Harness community plugin that registers a callable hello tool
  • dsh-plugin-hooks — DeepSeek Harness plugin: Claude-Code-style lifecycle hooks for DSH. Configure shell commands that run automatically before/after model tool calls (pre-tool / post-tool) with a JSON payload on stdin; pre-tool non-zero exits block the call.
  • dsh-plugin-hub — Plugin Store for DeepSeek Harness (DSH): a graphical app-store inside the Harness Web UI — browse, search and one-click install GitHub dsh-plugins (topic:dsh-plugin / #dsh-plugin repos), with local ratings, dependency impact graphs, audit logging and a plugin scaffold guide.
  • dsh-plugin-image-input — DSH 图片转文字输入插件:粘贴/拖拽图片自动转为结构化文字描述发送,给纯文本 LLM 提供图片输入接管(OpenAI 兼容视觉 API)
  • dsh-plugin-image-wallpaper — 自定义Deepseek Harness webUI主题
  • dsh-plugin-installer — A marketplace plugin to quickly integrate your DeepSeek Harness into the GitHub plugin ecosystem.
  • dsh-plugin-installer — DeepSeek Harness(dsh)的插件商店 + 安装助手:在 Web GUI 里逛插件目录,一键确认安装,agent 替你装好。
  • dsh-plugin-interpreters — 暴露 run_python/run_node 工具,通过 stdin 执行代码返回 stdout/stderr/exit,含解释器路径配置卡 | Exposes run_python/run_node tools that execute code via stdin and return stdout/stderr/exit, with interpreter-path config card
  • dsh-plugin-jinji — 把「记忆」带进 DeepSeek Harness:极简文本记忆系统,双轨记忆(流水日志 + 人物/产品实体画像),大模型为核心驱动。无需安装其他软件,无需编译,无第三方依赖。
  • dsh-plugin-judge — DSH 插件价值裁判:装前审核(源码静态扫描 + LLM 裁判)、装后审计与模型切换复核提醒 · Plugin value auditor for DeepSeek Harness.
  • dsh-plugin-kit — DSH 插件库(pnpm monorepo):env 环境变量与密钥管理、MCP 服务器配置、Prompt 管理三款 Web GUI 插件开箱即用;create-plugin 一条命令从模板生成新插件,聚合包一键安装全库。
  • dsh-plugin-kit — Agent skills and a working template for building standalone DeepSeek Harness (DSH) plugins
  • dsh-plugin-langfuse — Langfuse observability for DeepSeek Harness (dsh): exports agent sessions as OpenTelemetry trace trees (GenAI semconv) to Langfuse's OTLP endpoint
  • dsh-plugin-library-search — DSH 插件:在设置页搜索 GitHub 官方插件库 (topic:dsh-plugin),瀑布流浏览 + 一键安装 + AI 可调用
  • dsh-plugin-llm-balance — DSH 插件:可拖动的 API 余额/配额悬浮卡片(DeepSeek / Moonshot / Kimi For Coding 自动发现、分档变色、实时刷新)| Draggable API balance/quota card for DeepSeek Harness
  • dsh-plugin-llmtr — LLMTR AI gateway provider for the DeepSeek Harness LLM seam
  • dsh-plugin-longgraph — DeepSeek Harness community plugin: longgraph / loop-graph / loop-converge authoring skills on ctx.skills
  • dsh-plugin-lookatstudy — dsh community plugin: turn any markdown/folder/GitHub learning repo into a guided AI-tutor course (gated skill tree, BKT mastery, SM-2 reviews) inside DeepSeek Harness
  • dsh-plugin-mall — DSH 插件市场:搜索 GitHub dsh-plugin 话题插件,一键安装到本地 dsh(agent 工具 + 设置页插件市场 tab)
  • dsh-plugin-manager — DeepSeek Harness 的图形化插件管理插件:在 设置 → 插件 里新增「插件管家」标签页,用中文名和说明展示每个插件是做什么的,并提供一键启停开关与内置备注编辑——启停写入全局层补丁并实时热生效,备注保存到本地覆盖文件长期生效。
  • dsh-plugin-manager — DeepSeek Harness plugin: plugin/MCP/skill management with Web GUI and agent tools
  • dsh-plugin-manager — 一个插件管理的小插件,功能逐步增加中...
  • dsh-plugin-manager — DeepSeek Harness 插件管理 —— 在设置面板查看已安装插件,支持停用/启用与卸载(中英双语)
  • dsh-plugin-manager — Manage user-installed DeepSeek Harness plugins from the DSH Web settings page
  • dsh-plugin-manager — DSH 插件管理器:在 DeepSeek Harness 设置面板内嵌 GUI,管理 MCP 服务 / Skills / 内置插件包,改动热生效无需重启
  • dsh-plugin-manager — Mg-K-Mn/dsh-plugin-manager discovered from GitHub.
  • dsh-plugin-manager — DSH 插件管理, 一键启用/禁用插件
  • dsh-plugin-manager — Manage DeepSeek Harness (dsh) plugins from the web GUI, CLI, and /plugin chat command — install, enable/disable, uninstall without editing config files
  • dsh-plugin-manager — DSH web plugin manager — enable/disable installed plugins from Settings. · DSH 网页插件管理:设置页直接启停已安装插件。
  • dsh-plugin-manager — Mod-style plugin management for DeepSeek Harness: provenance, preview-first hot toggles, presets, AI filtering, diagnostics, and updates.
  • dsh-plugin-market — A loud GitHub plugin radar for DeepSeek Harness.
  • dsh-plugin-market — A dsh plugin marketplace CLI: browse, install, and uninstall community plugins from the dsh-plugin GitHub topic
  • dsh-plugin-market — DSH 插件市场 — DeepSeek Harness 设置内一键安装社区插件,并提供公开目录站(浏览 / 复制安装命令)
  • dsh-plugin-market — DSH插件市场,自动更新,热重载插件,多种排序方案,快速管理和安装插件
  • dsh-plugin-market — A DeepSeek Harness plugin market: search and one-click install GitHub dsh-plugin plugins straight from the web GUI
  • dsh-plugin-market — DeepSeek Harness plugins market|DSH 插件市场
  • dsh-plugin-market — Verified plugin marketplace for DeepSeek Harness — discover, inspect, install, and remove DSH plugins from the Web UI.
  • dsh-plugin-market — DeepSeek Harness plugin market - browse, search & install dsh-plugin topic plugins (dsh 插件市场:浏览/搜索/安装插件)
  • dsh-plugin-market — DSH 插件市场:在设置页浏览 mydsh.dev 插件大全(3000+),分类/AI 搜索、一键安装卸载、安全评估。非官方社区 mydsh.dev 出品
  • DSH-plugin-market — DSH 插件市场:管理 HTTPS 插件仓库、校验下载并管理静态插件插拔。
  • DSH-Plugin-Market — DeepSeek Harness 插件市场:精选目录 + GitHub 实时浏览、中英翻译搜索、安装前静态安全审计闸门。Plugin market for DeepSeek Harness with a pre-install security audit gate.
  • dsh-plugin-marketplace — Plugin marketplace for DeepSeek Harness — live-syncs the GitHub dsh-plugin topic (1800+ repos) into a searchable, paginated settings tab with one-click install and agent tools (market_search / market_install).
  • dsh-plugin-marketplace — Plugin marketplace for DeepSeek Harness | DeepSeek Harness 插件市场
  • dsh-plugin-marketplace — shixiaosia/dsh-plugin-marketplace discovered from GitHub.
  • dsh-plugin-marketplace — Out-of-tree installable plugin marketplace bundle for DeepSeek Harness
  • dsh-plugin-marketplace — DeepSeek Harness (DSH) plugin: marketplace dashboard for the GitHub dsh-plugin topic - 2815 repos with stats, search and refresh
  • dsh-plugin-marketplace — Verified plugin marketplace and autonomous registry for DeepSeek Harness
  • dsh-plugin-md-outline — DeepSeek Harness plugin: outline and lint Markdown document structure (heading tree, level skips, duplicate headings, unclosed code fences).
  • dsh-plugin-mermaid — DeepSeek Harness web client plugin: render mermaid code blocks with a chart/source toggle.
  • dsh-plugin-mermaid — DeepSeek Harness (dsh) plugin: mermaid_render tool renders Mermaid source to SVG in-process (mermaid 11 + jsdom, no browser needed)
  • dsh-plugin-message-edit — DSH消息撤回插件。Compatibility preview: edit and resend the latest DeepSeek Harness user message
  • dsh-plugin-meta-memory — Structured long-term memory system for DeepSeek Harness
  • dsh-plugin-miliastra-toolbox — 将千星沙箱(原神千星奇域)知识库接入 Deepseek Harness 的插件
  • dsh-plugin-minimax-usage — DeepSeek Harness plugin: MiniMax Coding Plan quota monitor with progress bars in sidebar
  • dsh-plugin-mm-vision — Elohia/dsh-plugin-mm-vision discovered from GitHub.
  • dsh-plugin-msg-nav — SherUnlocked-4869/dsh-plugin-msg-nav discovered from GitHub.
  • dsh-plugin-multimodal — Vision sidecar for DeepSeek Harness: accept pasted images on text-only models.
  • dsh-plugin-net-access — 为 DeepSeek Harness(dsh) 新增 Net Access 模式,用于解决 Windows 沙箱内 curl.exe 无法访问 HTTPS 的问题,文件写保护不变。 / Adds a Net Access mode to DeepSeek Harness(dsh): curl.exe can access HTTPS inside the Windows sandbox again, with file-write protection unchanged.
  • dsh-plugin-notify — DeepSeek Harness 插件:通知出口——agent 通过桌面通知 / 中文语音播报 / 提示音主动联系用户(长任务完成、出错、呼叫用户回来)。Windows 本机零依赖。
  • dsh-plugin-notify — dsh插件,agent操作结束后调用系统通知,在windows托盘增加图标来启动页面和关闭后台程序
  • dsh-plugin-omoslim — DeepSeek Harness bundle: oh-my-opencode-slim style Orchestrator agent preset with model-pinned specialist subagents
  • dsh-plugin-open-app — Bring open-mcp-apps into deepseek-harness: apps as sidebar containers with their own sessions, an agent status strip, and inline widget rendering
  • dsh-plugin-opencode-bridge — Bridge opencode skills and config into DeepSeek Harness
  • dsh-plugin-panel — DSH plugin marketplace panel with full catalog search, Chinese translation, semantic search, favorites, and lifecycle management.
  • dsh-plugin-pi-bridge — Bridge pi skills and config into DeepSeek Harness
  • dsh-plugin-practice — learn how to write cordis dsh plugin
  • dsh-plugin-prompt-tool — DSH 插件:简体中文行为规范三层注入(常驻层 + prompt 技能 + anchored preset 锚定注入)+ Web UI 编辑 prompt.md
  • dsh-plugin-publisher — DSH 插件开发与 GitHub 发布工作流技能插件 (consent-gated) — develop, verify, publish & marketplace-visible DSH plugins
  • dsh-plugin-qr-connect — DeepSeek Harness dynamic plugin: QR-code sidebar button for connecting mobile devices to the web UI
  • dsh-plugin-quote-reply — DSH plugin: select text in a conversation, then quote it into the composer or reply in a new window. / DeepSeek Harness 划词引用插件:选中文字一键引用回复或新窗口回复。
  • dsh-plugin-rag — Local knowledge base RAG for DeepSeek Harness
  • dsh-plugin-recall — DeepSeek Harness plugin: cross-session memory for the model. Full-text search all past sessions (SQLite FTS5 via ctx.sessionQuery) and bring the strongest matching excerpts back into the current context — recall earlier decisions, commands, and mistakes.
  • dsh-plugin-reload — Deepseek harness plugin for reloading your deepseek harness plugin (e.g. mcp-client)
  • dsh-plugin-reloader — Hot-reload DeepSeek Harness plugins without restarting dsh web — auto-watch, /reload command, dependency-change restart
  • dsh-plugin-repoflow — RepoFlow — Git visualization & GitHub deployment plugin for DeepSeek Harness (DSH). Settings page, global GitHub account config, repository management, branch graph, and git_* model tools for agents. MIT licensed.
  • dsh-plugin-review — DSH Review Mode plugin: multi-dimension code health scoring + radar chart + review history (DSH 审查模式插件)
  • dsh-plugin-safety — Seryta/dsh-plugin-safety discovered from GitHub.
  • dsh-plugin-scaffold — Tianbaidi/dsh-plugin-scaffold discovered from GitHub.
  • dsh-plugin-scout — A DeepSeek Harness plugin + skill that scouts the DSH ecosystem: the core deepseek-harness repo and every dsh-plugin-tagged repository, discovers harnesses related to your goal, and judges whether each is worth trying.
  • dsh-plugin-search — Zero-config web_search for DeepSeek Harness when you are not on the official DeepSeek API.
  • dsh-plugin-search — Plugin discoverability for DeepSeek Harness: search npm + awesome-dsh-plugin, look up packages, browse the curated list — from inside dsh agents (answers discussion #1715).
  • dsh-plugin-security-audit — DeepSeek Harness plugin: run a live security health check on the deployment
  • dsh-plugin-security-review — DSH 动态 Cordis 插件安装安全审查守卫 (DeepSeek Harness plugin install security review gate, security-first)
  • dsh-plugin-sentinel — DSH plugin security auditor — static pre-install audit for DeepSeek Harness plugin bundles. Zero-dep, in-memory tar parsing, lexical strip scanner.
  • dsh-plugin-session-delete — Delete DeepSeek Harness sessions from the UI: header danger button + sidebar session-row menu item (no conversation jump), risk-consent dialog with session name/id, stops running agents first, in-place list refresh without page reload. Works in web and the desktop client.
  • dsh-plugin-session-import — DeepSeek Harness plugin: import claude-code / codex / reasonix / zcode sessions
  • dsh-plugin-session-terminal — DeepSeek Harness 的会话终端观察插件:在会话视图环提供「终端」页签,只读实时展示当前会话 bash 命令、状态、输出与耗时,纯前端无执行/交互能力。
  • dsh-plugin-slashx-gateway — DeepSeek Harness host bundle for SlashX request, response, rich media, async callbacks, and complete token metering
  • dsh-plugin-sleep — 向模型暴露 sleep 工具,按指定毫秒暂停执行后返回,支持取消/clamp | Exposes a sleep tool that pauses for specified ms then returns, with cancellation/clamping
  • dsh-plugin-spur — 聊天流中悬挂皮鞭,甩动鞭梢(>2.0 px/ms)即向 agent 发送 go work 消息 | A whip hanging in the chat stream; flick the tip (>2.0 px/ms) to send the agent a "go work!" message
  • dsh-plugin-square — DeepSeek Harness 插件广场:实时同步 GitHub dsh-plugin topic,星标/最新/默认排序,搜索,英文简介自动翻译中文,事务化一键安装与启停/卸载。
  • dsh-plugin-starter — Scaffold a battle-tested DeepSeek Harness plugin (bundle, tool, skill, tests, CI) in one command
  • dsh-plugin-starter — Minimal installable plugin starter for DeepSeek Harness.
  • dsh-plugin-store — DeepSeek Harness 插件商店:浏览、搜索、筛选并一键安装 dsh-plugin 生态插件
  • dsh-plugin-store — Native plugin store for DeepSeek Harness Web
  • dsh-plugin-subscriptions — Use ChatGPT (Codex), Claude, and Grok (X Premium) subscriptions as DeepSeek Harness LLM providers — OAuth login in the web UI, no API keys
  • dsh-plugin-suite — DeepSeek Harness 社区插件套件:插件中心与自动更新器
  • DSH-plugin-switch — DSH Plugin Switch is a marketplace for DeepSeek Harness plugins and skills. It lets users browse, search, and install community projects from GitHub, automatically detecting whether a repository is a DSH plugin or a DSH skill and installing it to the correct location.
  • dsh-plugin-sync — Deepseek Harness 插件同步
  • dsh-plugin-tavily — Tavily-backed web search provider plugin for DeepSeek Harness (dsh) — registers a tavily search provider into ctx.web with a settings card in the web GUI
  • dsh-plugin-template — Template for deepseek-harness plugin development.
  • dsh-plugin-template — Ready-to-publish DeepSeek Harness plugin skeleton: bundle format, tool DSL, config, tests, and a scaffold script
  • dsh-plugin-template — Template repository for creating DSH plugins (npm bundle + scaffold script)
  • dsh-plugin-template — Minimal, verified template for DeepSeek Harness plugins: bundle manifest, one tool, runtime peer guard, tests, and CI that really invokes the tool (dsh 0.1.0-rc.6).
  • dsh-plugin-terminal — DeepSeek Harness Web plugin: a real PTY terminal in a VS Code-style collapsible footer panel
  • dsh-plugin-terminal — Bottom terminal panel plugin for DeepSeek Harness (DSH Web GUI)
  • dsh-plugin-text-translation — DSH plugin: text & document localization with tag-protected extraction, batch slicing and lossless assembly (game scripts + long documents)
  • dsh-plugin-toggle — DSH plugin switchboard: Settings tab with descriptions, fuzzy search, and runtime start/stop
  • dsh-plugin-toggle — DSH 第三方插件开关 | Settings-page toggle for third-party DSH plugins. Install: dsh plugin --profile web add dsh-plugin-toggle
  • dsh-plugin-toggle — DeepSeek Harness 插件开关/删除管理器(host + client 一体包)
  • dsh-plugin-tree — jackxiao-hub/dsh-plugin-tree discovered from GitHub.
  • dsh-plugin-tts — Edge TTS voice plugin for DeepSeek Harness: read assistant replies aloud, auto-read toggle, voice settings panel (free, no API key)
  • dsh-plugin-uisfx — DSH plugin: semantic UI sound effects powered by uisfx dsh 语义化音效插件:任务开始/成功/失败、按钮反馈,设置页即时试听,12 种音色包,支持其他插件调用。
  • dsh-plugin-usage-report — DeepSeek Harness(DSH)用量报表插件:按日/月汇聚 token 与估算费用(USD)、月度报表、预算告警、Claude Code/Codex 式每日贡献格子与趣味统计。Usage report plugin for DeepSeek Harness: daily/monthly token & estimated cost (USD) aggregation, monthly reports, budget alerts, daily contribution grid & fun stats.
  • dsh-plugin-verified-search — Verified current-source search workflow for DeepSeek Harness
  • dsh-plugin-verify — 验证 DSH 插件的 CLI:一条命令跑 mock-llm 完整 agent 循环,检查 waterfall 链与零副作用,产出验证报告
  • dsh-plugin-vetting — DeepSeek Harness plugin: heuristic malware vetting for installed third-party plugins
  • dsh-plugin-vision — 一个可以让没有视觉的大模型拥有视觉能力的插件(当然,是通过外挂视觉模型实现的)
  • dsh-plugin-vision — qizhen2021/dsh-plugin-vision discovered from GitHub.
  • dsh-plugin-vision — Vision for text-only LLMs in DeepSeek Harness (DSH): describe images / OCR / VQA via free Gemini & GLM vision APIs
  • dsh-plugin-vision — Tianbaidi/dsh-plugin-vision discovered from GitHub.
  • dsh-plugin-vision-toolkit — Vision toolkit for DeepSeek Harness -- give text-only agents eyes
  • dsh-plugin-visual-composer — Visual Cordis plugin-tree composer for the DeepSeek Harness Web UI.
  • dsh-plugin-vm-sandbox — 原生UI界面。面向 DeepSeek Harness Web 的虚拟机沙箱插件:它基于 OrbStack 为每个会话提供独立的 debian/alpine 沙箱虚拟机,在会话视图环中新增「虚拟机」页签,支持查看/启动/休眠/删除和详细配置展示,同时为模型提供 vm_listvm_createvm_execvm_delete 工具,并内置全局运行上限、闲置自动休眠、归档/删除自动清理等资源治理能力。
  • dsh-plugin-voice-input — DeepSeek Harness Web 语音输入插件
  • dsh-plugin-web-search-tavily — Tavily search provider bundle for DeepSeek Harness (dsh) — community plugin registering a WebSearchProvider into ctx.web
  • dsh-plugin-wechat — gnulife/dsh-plugin-wechat discovered from GitHub.
  • dsh-plugin-wechat-bridge — WeChat (ilink bot) bridge plugin for DeepSeek Harness: one DSH agent session per peer per day
  • dsh-plugin-wechat-official — DeepSeek Harness 微信 ClawBot 渠道插件:通过腾讯官方 iLink 接口让用户在个人微信中与 DSH Agent 对话
  • dsh-plugin-wecom-bot — zhao999/dsh-plugin-wecom-bot discovered from GitHub.
  • dsh-plugin-wepre — DeepSeek Harness plugin: publish single-screen content cards to WePre Next from a dsh agent session
  • dsh-plugin-wiki — DeepSeek Harness (DSH) 插件生态百科与竞品对比手册 - 快速上手 Harness、对比差异、详解每个插件的用法、缺点与拓展性
  • dsh-plugin-window-stats — DSH web plugin: see every session's conversation progress and token usage at a glance — all-windows overview, session analysis, cost estimation, and a token heatmap. 窗口统计插件:一屏看全所有会话的对话进度与 Token 消耗——全窗口总览、会话分析、成本估算、Token 热力图。
  • dsh-plugin-workbench — VS Code-style workspace file explorer with editable preview for the DSH web GUI
  • dsh-plugin-workshop — Steam Workshop-style plugin browser for the DeepSeek Harness (DSH) Web UI - zero-server: GitHub-powered search, trending windows, Chinese search & bilingual translation, plugin-signature filtering, and smart one-click install/update/uninstall with an installed-plugins manager.
  • dsh-plugin-workspace-rules — Load Cursor, Gemini CLI, and GitHub Copilot workspace instructions into DeepSeek Harness.
  • dsh-plugin-writing-guard — DSH 论文写作守卫(去 AI 味 / AI 痕迹检测与修改残留检查)— DeepSeek Harness academic writing guard: detects AI-writing style, revision residue & defensive writing in manuscripts; humanize guidance included. writing_audit + writing_rules with auto-audit on paper file writes.
  • dsh-plugin-ya-workspace-sidebar — DSH Web 工作区侧栏替代,顶部全局最近会话 + Workspace→Session 二级菜单 + 面包屑 | DSH Web workspace sidebar replacement: top global recent sessions + Workspace→Session two-level menu + breadcrumbs
  • dsh-plugin-yet-another-subagent — 可配置子代理 profile 系统,单一 subagent 工具 + profile 参数,含 Web UI 设置/实时进度/子代理树 | Configurable subagent profile system: single subagent tool + profile param, with Web UI settings/real-time progress/subagent tree
  • dsh-plugin-zh-inventory — 给DeepSeek Harness 中的插件列表加上中文的表签和简述
  • dsh-pluginmanager — DSH 分层插件管理器:原生插件按 系统层/WebUI 层/工具层 只读展示,用户扩展支持停用/启用、补登记、卸载与可编辑描述。
  • dsh-pluginmgmt — Deepseek harness插件全生命周期管理
  • dsh-plugins — DeepSeek Harness (dsh) 官方 bundle 规范插件集合: dsh-vision 看图 + dsh-sensenova-image 生图 + dsh-client-stats-decimal 统计两位小数
  • dsh-plugins — deepseek harness plugins
  • dsh-plugins — cnzgray/dsh-plugins discovered from GitHub.
  • dsh-plugins — Codex-inspired enhancement plugin family for DeepSeek Harness: secret-redactor / approve-for-me / mcp-client-v2 / memories / system-proxy / usage-cost
  • dsh-plugins — DeepSeek Harness (DSH) 插件合集:工具包、守护循环、UI 面板等
  • dsh-plugins — Community plugins for DeepSeek Harness (DSH)
  • dsh-plugins — Community plugins for DeepSeek Harness
  • dsh-plugins — luokai-demo/dsh-plugins discovered from GitHub.
  • dsh-plugins — Community plugins for DeepSeek Harness
  • dsh-plugins — deepseek harness的插件库
  • dsh-plugins — DSH plugin collection: DeepSeek Harness community plugins (session-health, knowledge, ...)
  • dsh-plugins — Monorepo plugin DeepSeek Harness: dsh-file-explorer — panel file tree + viewer workspace di Web UI
  • dsh-plugins — pirate-608/dsh-plugins discovered from GitHub.
  • dsh-plugins — A monorepo for composable DeepSeek Harness (DSH) plugins.
  • dsh-plugins — Two self-contained DeepSeek Harness plugins: dsh-prior-probe (frozen probe-battery tools, official bundle) and dsh-evidence-dashboard (archive dashboard).
  • dsh-plugins — TZHR-invest/dsh-plugins discovered from GitHub.
  • dsh-plugins — deepseek harness plugin set
  • dsh-plugins — Independent plugins for DeepSeek Harness, organized as isolated packages in one monorepo.
  • dsh-plugins-market — Luaphes/dsh-plugins-market discovered from GitHub.
  • DSH-Plugins-Marketplace — DSH插件市场 / DSH Plugin Marketplace: 在 DeepSeek Harness Web GUI 中一键浏览、安装与更新 GitHub topic:dsh-plugin 的全部插件 | browse, install & update all GitHub dsh-plugin plugins in the DSH Web GUI
  • dsh-plugins-plan-usage — deepseek harness plugins plan-usage
  • dsh-plugins-store — 自动分类、收录和验证 DeepSeek-Harness 社区插件市场。 Automatically categorize, curate, and validate the DeepSeek-Harness community plugin marketplace.
  • DSH-Plugs — DSH Plugins Cellection
  • dsh-pocket — 把 DeepSeek Harness 装进你的口袋:电脑上跑 dsh web,手机扫码即同步访问(局域网 + 公网,实时同屏)
  • dsh-policy-drift-proof — Content-addressed, value-redacted policy drift evidence for DeepSeek Harness
  • dsh-policy-test — Deterministic regression tests for DSH policy decisions, evaluated without invoking the protected tool body.
  • dsh-polish-prompts — deepseek harness 下快速润色/精炼提示词插件
  • dsh-polling — dsh-polling — 轮询任务/定时任务 plugin for DeepSeek Harness: cron scheduled tasks as real sessions, natural-language creation, model tools (polling_*) & web UI. Install via dsh plugin add
  • dsh-pomodoro — DeepSeek Harness Web 番茄钟插件:可配置专注与休息时长,提供侧栏入口和可拖动浮动面板
  • dsh-port-guard — DSH plugin: triage port conflicts (reuse / switch / precise kill) — 端口占用处置
  • dsh-portable-tavern — DeepSeek Harness 的「便携酒馆」插件:RPG 式 SillyTavern V2/V3 角色卡生成器 + 酒馆角色扮演聊天。支持世界书、角色卡 JSON/PNG 导入导出、面板主题与本地音乐。独立插件,仅依赖官方 @deepseek-ai SDK。
  • dsh-powershell-check — Native DeepSeek Harness plugin: gates pwsh tool calls against PowerShell pitfalls via the official tools/pre-execute interception point, bundles the powershell-check skill
  • dsh-premise-guard-cn — 用于创作小说时预防长上下文压缩导致的关键内容丢失;上下文压缩丢失关键锚点(中文引号/书名号/术语链/编号/设定短语)时自动报警,支持手动锚点清单与 premise_anchor 工具。fork of ICCuse/dsh-premise-guard (MIT)。
  • dsh-preset-minimal-windows — Minimal Windows agent preset + Git Bash tool for DeepSeek Harness: gitbash & pwsh & str_replace_editor, drop-in replacement for the official minimal preset on win32 / DeepSeek Harness 极简模式(Windows)Agent 预设 + Git Bash 工具:Git Bash + PowerShell + str_replace_editor 三工具,官方 minimal 预设的 win32 平替
  • dsh-prevent-scd — A playful rest-reminder pet plugin for DeepSeek Harness (DSH). Detects late-night or hours-long continuous human operation and blocks the web UI with a cute nurse-cat until you agree to rest. Configurable thresholds, zero external assets, MIT.
  • dsh-prime-agent — Prime Agent-inspired persistent RLM control plane for DeepSeek Harness Code Mode
  • dsh-product-delivery-workflow — 100% AI-native product delivery workflow plugin for DeepSeek Harness: full product-to-release pipeline (research → PRD → OpenSpec → parallel multi-agent → review loops → tests → release audit) with loop closure. 产品交付工作流插件:从产品到发布全流程,自带闭环,100% AI 原生,睡前启动醒来收货。
  • dsh-profile-lock-proof — Content-addressed proof that a DSH profile declaration, pnpm lock and installed bundles agree
  • dsh-profile-manager — A DeepSeek Harness Profile manager
  • dsh-progress-viz — Real-time stage & ETA dashboard for DeepSeek Harness (dsh) from session event stream | dsh 任务进度可视化:会话事件流实时阶段+ETA 看板
  • dsh-progressive-tools — An automatically mounted, presentation-only progressive tool disclosure layer for every DeepSeek Harness Agent preset in Native, Code, and Both modes.
  • dsh-project-anchor — User-approved Goal, Milestone, and Turn checkpoints for solo long-running DeepSeek Harness projects.
  • dsh-project-file-explorer — DeepSeek Harness 项目文件浏览器插件:右侧停靠文件树 + 一键预览(代码/文本/图片/音视频/PDF),新增工作区自动停靠,窄屏响应式抽屉
  • dsh-project-kanban — StruggleYang/dsh-project-kanban discovered from GitHub.
  • dsh-project-mcp-bridge — Per-project MCP loading for DeepSeek Harness: drop a .dsh/mcp.json into a project and its sessions get the MCP servers' tools automatically — with live config reload. Client bridge, not an MCP server.
  • dsh-project-wiki — Auditable workspace-local project Wiki with a native Web UI for DeepSeek Harness
  • dsh-prometheus — Privacy-conscious Prometheus metrics and Grafana dashboards for DeepSeek Harness
  • dsh-promotion-toolkit — 把你的任何想法,变成每个平台原生的宣发内容 | Turn any idea into platform-native publicity
  • dsh-prompt-boost — 优化输入内容的 DSH 插件(仿 Trae CN):模型选择器旁的 ✨ 按钮一键把输入想法改写为高质量、忠实原文、可直接执行的提示词,↩ 一键撤销恢复原文。An input-optimizer plugin for DeepSeek Harness web GUI.
  • dsh-prompt-enhancer — DeepSeek Harness DSH 提示词增强插件:✨ 一键优化草稿,增强提示词。
  • dsh-prompt-manager — DeepSeekHarness的提示词管理器插件
  • dsh-prompt-manager — Session-level multi-prompt library and system prompt injector for DeepSeek Harness Web
  • dsh-prompt-optimize — mmyddd/dsh-prompt-optimize discovered from GitHub.
  • dsh-prompt-optimizer — Prompt optimizer plugin for DeepSeek Harness: rewrite a composer draft into a clearer, more executable prompt with one click.
  • dsh-prompt-optimizer — ✨ DSH 持久化 Web 插件:输入框旁一键把模糊需求改写成 AI 智能体可执行的超级提示词。复用当前所选模型,探索优先协议 + Skills 感知,彩虹跑马边框与输入锁定,重启自动加载。MIT 开源。
  • dsh-prompt-persona — DSH plugin: edit the system prompt (deployment persona) from the Settings page, with live preview.
  • dsh-prompt-polish — 一个 DeepSeek Harness(DSH)插件: 在 Web 输入框的工具行中添加一个 ✨ 图标按钮。点击后选择打磨风格,已接入的大模型 会把你草稿中的提示词改写得更专业、更易被 AI 理解 。A DeepSeek Harness plugin: icon-only composer button that rewrites your prompt via the connected LLM (balanced/concise/detailed/code styles, i18n)
  • dsh-prompt-shield — Runtime prompt-injection detection and quarantine for DeepSeek Harness tool results.
  • dsh-provider-billing — DeepSeek Harness plugin: provider account balance inside each Models settings row, queried through a loopback-pinned RPC channel with the stored API key kept on the host
  • dsh-provider-model-configurator — DSH 模型 Pro:为 DSH WebUI 提供将 pi-ai 预设或任意已配置提供商的模型上下文、输出上限、推理档位与兼容开关一键应用到目标提供商,并集中查看、新建、编辑、复制与删除各提供商模型条目的能力。
  • dsh-provider-quota — 781316853/dsh-provider-quota discovered from GitHub.
  • dsh-providers — Model providers for DeepSeek Harness: sign in with OAuth or an API key, and keep every provider's model catalog current
  • dsh-pub — The bilingual, source-backed registry and installer for the DeepSeek Harness plugin ecosystem.
  • dsh-pubmed — wade20250715/dsh-pubmed discovered from GitHub.
  • dsh-push — Push DeepSeek Harness agent lifecycle notifications to configurable channels
  • dsh-pwsh-encoding-fix — 修复 DeepSeek Harness (DSH) pwsh 工具的中文/非 ASCII 输出乱码;Fix garbled pwsh tool output on Windows for DeepSeek Harness.
  • dsh-qapproval-timeout — 2128627267/dsh-qapproval-timeout discovered from GitHub.
  • dsh-qbetter-config — 2128627267/dsh-qbetter-config discovered from GitHub.
  • dsh-qdocs-hub — 2128627267/dsh-qdocs-hub discovered from GitHub.
  • dsh-qinput-history — 2128627267/dsh-qinput-history discovered from GitHub.
  • dsh-qknowledge-base — 2128627267/dsh-qknowledge-base discovered from GitHub.
  • dsh-qq2006 — DSH (DeepSeek Harness) 的 QQ2006 皮肤插件:注册 qq2006 主题、镜像 body[data-ds-skin]、全局皮肤表与完整素材
  • dsh-qq2007-skin — QQ 2007-inspired retro messenger skin for the DeepSeek Harness Web GUI
  • dsh-qqbot — 让 QQ 机器人接入 DeepSeek Harness(dsh)的官方插件
  • dsh-qrcode — DSH plugin: offline QR code (SVG/PNG/ASCII) and barcode (Code128/EAN-13) generator, no network, no shell.
  • dsh-qrules — 2128627267/dsh-qrules discovered from GitHub.
  • dsh-qsystem-actions — 2128627267/dsh-qsystem-actions discovered from GitHub.
  • dsh-quant-workspace — DSH plugin bridging a local low-frequent-quant engine: single-ticker signal card, backtest, review (read-only).
  • dsh-queue-plus — DSH 排队消息增强面板:编辑、删除、插话与排序;批量删除使用官方逐条删除并提供行内确认。
  • dsh-quota-meter — DSH Web 插件:在侧边栏底部实时显示 DeepSeek API 剩余额度,并按「当前模型 × 低峰/高峰计价」估算可用 token 数,附每轮实际花费图。
  • dsh-quota-panel — Provider quota/balance corner panel for the dsh web surface (DeepSeek Harness plugin): server-side credential proxies plus a config-driven page badge.
  • dsh-quota-panel — Provider quota/balance widget for the dsh web surface: capsule + card + settings panel, dual-face (loopback RPC host half + shell.overlay client half), zero npm deps
  • dsh-quote-annotate — DSH 会话选区引用与锚点批注插件:选中文字 → 批注 → 引用锚点 chip(点击跳回原文、悬停显示原文)。Contextual selection & anchored annotation plugin for DeepSeek Harness.
  • dsh-qwen-mm — Qwen-MM-Plugins integration bundle for DeepSeek Harness (dsh) — multimodal MCP tools (vision, OCR, ASR, search, video, Blender, FreeCAD) + image attachment bridge. 让 DeepSeek Harness 原生支持多模态。
  • dsh-qwen-multimodal — DSH bundle: Qwen multimodal bridge — vision (qwen3-vl), speech-to-text (qwen3-asr), text-to-image (qwen-image), for DeepSeek Harness
  • dsh-qwen-voice — Voice control and multi-session task dispatch for DeepSeek Harness, powered by Qwen Audio Agent
  • dsh-ramify — Ramify 是 DeepSeek Harness 的创意分支画布插件,用树状工作区生成、对比和迭代多个可交互方案。
  • dsh-read-image — A plug-and-play image-reading plugin for DeepSeek Harness. After installation, DSH will no longer refuse to feed images into sessions with pure-text models; instead, the image will be mapped as [Image #N] in the session. The Agent can then invoke tools on its own to read images from the session or from specified paths.
  • dsh-read-url — 2672243194/dsh-read-url discovered from GitHub.
  • dsh-realtime-voice — Lightweight realtime ASR → DeepSeek Harness → TTS community plugin.
  • dsh-reasoning — kaidiren/dsh-reasoning discovered from GitHub.
  • dsh-reasoning-effort — DSH适用的Codex风格的思考强度滑块,以及大肥鱼跑步滑块。Codex-style model and reasoning-effort slider for DeepSeek Harness
  • dsh-reasoning-effort-hdbzq — 滑动变祖器
  • dsh-reasoning-settings — 让 DeepSeek Harness 的第三方 API 支持低、中、高等推理强度,并可为每次子 Agent 调用选择模型|Add Low, Medium, High, and other reasoning levels to third-party APIs, with model selection for each subagent call
  • dsh-reasoning-slider — qjcnmd/dsh-reasoning-slider discovered from GitHub.
  • dsh-reasoning-translator — DeepSeek Harness plugin: make the model write its chain-of-thought in your language
  • 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-recall-plugin — DSH 消息撤回插件:回到发送该消息时的状态
  • dsh-record-replay — DeepSeek Harness record macOS desktop workflows by demonstration and turn them into agent skills (open-record-replay skill + orr_* tools)
  • dsh-recovery-proof — Read-only recovery drill evidence for DeepSeek Harness
  • dsh-refined — DeepSeek-Refined 的 DeepSeek Harness 移植版 为 DeepSeek Harness(DSH)前端注入 Obsidian Border 风格的 Markdown 美化与多主题配色。
  • dsh-release-guardian — Deterministic release-risk checks and quality gates for DeepSeek Harness
  • dsh-release-proof — Reproducible multi-source release evidence for DeepSeek Harness artifacts and mirrors
  • dsh-reloader — DSH 一键重启:装完插件说一句 reload 就自动重启生效,不用手动 Ctrl+C 🔄
  • dsh-Remote — DSH Remote · 口袋里的 DSH 控制台 会话 · 审批 · 提问 · 文件传输,局域网 / Tailscale 直连 多服务器自动选优,聊天记录离线可看 带 Token 鉴权,数据只在你的设备之间流动
  • dsh-remote-access-web — wikkd/dsh-remote-access-web discovered from GitHub.
  • dsh-remote-ide — SSH Remote IDE for DeepSeek Harness: connect via SSH and the IDE goes remote — explorer browses the server, editor reads/writes over SFTP, terminal is a live SSH PTY. Dual-face DSH plugin.
  • dsh-remote-link — Authenticated remote gateway for DeepSeek Harness: QR/HMAC pairing, cookie sessions, mDNS, fork_session tool. Zero-dep plugin.
  • dsh-remote-plugin — DSH Remote 插件独立包:DSH 原生侧边栏入口 + 右侧抽屉管理页;内置网关随 DSH 自动启停
  • dsh-remote-sandbox — Crash-resilient remote execution world for DeepSeek Harness: ctx.fs/ctx.subprocess over an E2B sandbox with heartbeat keep-alive, transparent recovery, and workspace sync.
  • dsh-remote-ssh — Use SSH hosts as transparent workspaces in DeepSeek Harness.
  • dsh-remote-tunnel — Remote Host Tunnel Manager for dsh: remote port allocation + registry + resilient SSH tunnel
  • dsh-remotion — DSH 视频创作技能插件:注册 Remotion 官方移植技能(React 编程式视频,38 个规则文件),安装即用。· Remotion skill plugin for DeepSeek Harness.
  • dsh-rename — DeepSeek Harness slash command: /rename with a name, or let the model summarize the conversation and pick one
  • dsh-repo-analyzer — Local repository intelligence for DeepSeek Harness: stack detection, dependency maps, and module-reference analysis. No extra services — everything runs on your filesystem.
  • dsh-repo-context — DSH 插件:把 git 状态与仓库规范动态注入 system prompt(官方 system-prompt 缝隙插件)
  • dsh-report-studio — Turn a DeepSeek Harness session into deliverable work reports (daily/weekly/handoff/article) with verifiable receipts
  • dsh-req-workbench — DeepSeek Harness Web UI 插件:需求管理工作台,从对话/文本/本地文件解析并管理需求与子任务,支持截止时间与超时提醒。
  • dsh-requirements-alignment — Lightweight requirement alignment for DeepSeek Harness — align important decisions before execution without a full spec workflow.
  • dsh-research-first — Research-first assistant for DeepSeek Harness: gently nudge agents to investigate docs/code/community before editing
  • dsh-research-library — Native literature search, bibliographic verification, BibTeX, and session snapshots for DeepSeek Harness — powered by Field Current.
  • dsh-research-plugins — Auditable research evidence system (research plugins) for DeepSeek Harness
  • dsh-resoning-effort — Asowerp/dsh-resoning-effort discovered from GitHub.
  • dsh-restart-button — Self-contained power control for DeepSeek Harness: sidebar power button with upward restart/shutdown menu, Windows-shutdown-style overlay, own restart & shutdown engine (no dependency on other plugins).
  • dsh-restart-fab — A floating one-click restart button for the DeepSeek Harness web GUI — self-contained, cross-platform.
  • dsh-restart-progress — DSH Web 重启体验插件:页内遮罩 + 分离式重启 + 重启完成自动报告(Esc/✕ 随时退出)
  • dsh-restart-systemd — DSH WebUI 重启按钮(systemd 版):侧栏一键重启 dsh-web,WSL/Linux systemd 通道 + Windows 分支,/restart 命令,会话自动续接
  • dsh-restart-web — DSH Web 设置页新增的「重启」入口:点击即可安全重启整个 DSH 进程,页面约 5 秒后自动重新连接。
  • dsh-resume — Resume interrupted DSH turns from an empty submit and restore sessions or subagents that were running at shutdown.
  • dsh-resume-plugin — 让 DeepSeek Harness 安全读取并继续 Codex 与 Claude Code 的历史会话。
  • dsh-review-loop — Incremental diff reviewer for DeepSeek Harness — Web UI review panel + /review command. 增量代码审查插件:checkpoint 增量队列 + 审查意见注入 agent.
  • dsh-review-skills — ben7am1n/dsh-review-skills discovered from GitHub.
  • dsh-reviewer-bot — chaojixinren/dsh-reviewer-bot discovered from GitHub.
  • dsh-revive — DSH 一键复活:重启后给所有被打断的会话自动发送「继续」指令(/revive 命令 + revive_sessions 工具 + 浏览器一键按钮)
  • dsh-rewind — DSH回退插件
  • dsh-rewind — OpenChamber-style conversation rewind / restore / branch-continue for DeepSeek Harness: view-level rewind with restore, project-file rollback on commit, timeline dialog, todos-style rewind dock
  • dsh-rewind — Modified dsh-rewind plugin for DeepSeek Harness with rewind mode choice (conversation-only or file rollback)
  • dsh-rewind — Fold everything since the last checkpoint mark into an auto-generated report, replacing it in context while keeping the full log.
  • dsh-rider — LingyeSoul/dsh-rider discovered from GitHub.
  • dsh-right_sidebar — zhangsan5213/dsh-right_sidebar discovered from GitHub.
  • dsh-rigorquant — Adds capability to Deepseek harness to do rigorous quant finance work
  • dsh-roblox-studio — DeepSeek Harness native plugin: Settings UI for the Roblox Studio MCP bridge - list connected Studio instances, pick the active one, and expose the selection to agents as runtime context.
  • dsh-robotic-harness — Robotic Harness: embodied-intelligence research tools for DeepSeek Harness - robot asset inspection, MuJoCo pick-place simulation with fault injection, evidence-based diagnostics, and reproducible experiment bundles.
  • dsh-role-router — Role-based model routing plugin for DeepSeek Harness: planner/subagent roles plus a settings card and composer summary
  • dsh-rolehub-bridge — Native RoleHub bridge for DeepSeek Harness: discover verified roles, start role-scoped Sessions, and invite them into Agent Team Rooms.
  • dsh-roleplay — Deepseek Harness 角色扮演插件 Role-play conversations, character-card authoring and image generation for DeepSeek Harness
  • dsh-rollback-visual — Visual plugin for dsh /rollback: trajectory anchor badges with click-to-rollback. Data layer ready; native-node rendering planned.
  • dsh-rollback-withdraw — Trae-style withdraw for DeepSeek Harness Web — one-click rollback of workspace code + conversation (git commits or hard-link snapshots). 会话撤回插件
  • dsh-route-certificate — Experimental RouteCertificate observer for the DeepSeek Harness developer preview
  • dsh-router-flash — DSH bundle 插件:V4 Flash 神模式(opencode-go)agent preset 分发包,dsh plugin add 安装后自动同步 router-flash preset。DSH agent preset bundle for DeepSeek V4 Flash godmode.
  • dsh-routing-suite — Lightweight, localized task routing for DeepSeek Harness
  • dsh-rss — DeepSeek Harness RSS 订阅插件:rss_list/add/remove/fetch/check 五工具,RSS 0.9x/1.0/2.0 与 Atom 归一化解析,订阅列表持久化到 settings,proxyUrl 特殊代理支持;纯 Node 全平台。· RSS/Atom subscription tools for DeepSeek Harness agents.
  • dsh-rtk-optimizer — sleepinginsummer/dsh-rtk-optimizer discovered from GitHub.
  • dsh-rules-manager — Rules & commands manager for DeepSeek Harness: /rules command + settings panel + custom commands
  • dsh-rules-paths — Claude Code-style paths: rule injection for DeepSeek Harness (DSH).
  • dsh-running-liang — A Chrome-dino style mini-game for DeepSeek Harness Web: play while waiting for the agent, score from 梁子 to 梁圣
  • dsh-s1 — Native s1 tools for the DeepSeek Harness (DSH): s1_search, s1_news, s1_crawl, s1_sitemap, s1_trending + bundled s1 skill
  • dsh-safe-web-fetch — SSRF-resistant public-only HTTP(S) WebFetchProvider plugin for DeepSeek Harness
  • dsh-safeguard — DSH plugin: block dangerous shell commands and secret leakage before execution (tools/pre-execute veto)
  • dsh-same-mode-sandbox-noop — DSH compatibility plugin for redundant same-mode sandbox escalation requests
  • dsh-sampling-sliders — DSH plugin: model sampling sliders (temperature/maxTokens) with hot & persist modes, for all providers
  • dsh-sandbox-escalation-fix — inmny/dsh-sandbox-escalation-fix discovered from GitHub.
  • dsh-satori — Satori Adapter For DSH
  • dsh-save-money — Save-money plugin for DSH (DeepSeek Harness) — define your own "pause / resume" time windows; at pause time running long tasks are paused (not stopped) automatically, and they resume when the window ends.
  • dsh-scenario — DeepSeek Harness (DSH) 场景管理插件:把「人设 + 模型 + 权限」打包成命名场景(dev / wiki / personal),设置页一键热切换
  • dsh-schedule — DeepSeek Harness(DSH)定时任务 + 状态监控插件:按 cron 时间表自动触发 Agent 执行任务,/status 与设置页仪表盘查看系统与 harness 综合状态。Scheduled tasks (cron) + status monitoring plugin for DeepSeek Harness.
  • dsh-schedule-tasks — DSH 定时任务插件:标准 cron 5 段式调度 + shell/通知触发动作 + Web 侧边栏管理面板。by MyDSH 社区 (mydsh.dev)
  • dsh-scheduler — yangyongzhen/dsh-scheduler discovered from GitHub.
  • dsh-sci — Zero-dependency scientific computing tools for DeepSeek Harness: physical-unit conversion, CODATA physical constants, and Runge-Kutta ODE/dynamical-system simulation. No core changes.
  • dsh-science-workbench — A reproducible science workbench plugin for the DeepSeek Harness: agent-driven cells, inline figures with feedback/rerun, manifest provenance, and environment snapshots.
  • dsh-scientific — Scientific Tools & Skills for DeepSeek Harness
  • dsh-scnet — dsh plugin for scnet.cn
  • dsh-scout — Evidence-driven company and job intelligence plugin for DeepSeek Harness.
  • dsh-scout — 面向 DeepSeek Harness 的只读环境探测插件,为智能体提供运行环境、软件版本、系统资源、端口、服务、硬件及工作区信息。
  • dsh-screenshot-diff — DSH plugin: pixel-diff two screenshots into diff.png + triptych (pixelmatch) — 像素对比工具
  • dsh-screenshot-paste — PdxGame/dsh-screenshot-paste discovered from GitHub.
  • dsh-scroll-timeline — DSH web plugin: ChatGPT-style scroll timeline on the chat sidebar — magnetic mountain hover, click to jump to user messages. Derived from vlln/dsh-navbar (MIT).
  • dsh-search-boost — The plunge for dsh to boost model's search ability.
  • dsh-search-mcp — Replace dsh's built-in web search with search MCP servers (Tavily/Brave/Exa/Perplexity/DuckDuckGo/custom), configured from the web Settings page. Disables the built-in DeepSeek search provider while enabled.
  • dsh-secret-guard — Fail-closed secret-like payload guard for DSH tool calls: inspects model tool arguments at tools/pre-execute.
  • dsh-security-scan — ben7am1n/dsh-security-scan discovered from GitHub.
  • dsh-seedance2 — DeepSeek Harness plugin for Seedance 2 image and video generation
  • dsh-seismicx — DeepSeek Harness plugin for the SeismicX earthquake-catalog skill
  • dsh-self-control-guard — Self-control guard plugin for DeepSeek Harness host exit and restart workflows.
  • dsh-self-evolution — Benchmark-driven self-evolution for DeepSeek Harness · 冻结基准上的 Agent Profile 自我进化:评测 → 候选 → 严格接受/回滚
  • dsh-self-evolving — Evidence-first, crash-resumable self-evolution engine for DeepSeek Harness and Harbor.
  • dsh-semantic-memory — 为deepseek-harness添加向量化跨会话记忆插件
  • dsh-session-bridge — Session-level multi-thread orchestration for DeepSeek Harness: create ordinary sessions, send queued or interrupt prompts to any session by id, and enumerate sessions. Installs globally, independent of any agent preset.
  • dsh-session-cleaner — 为 DeepSeek Harness 提供会话删除能力,支持侧边栏 ⋮ 菜单入口
  • dsh-session-cost — DSH plugin: estimated DeepSeek API cost per session in the web GUI stats strip
  • dsh-session-cost — Real-time session cost meter for the DeepSeek Harness web GUI: folds provider token usage into a per-session cost projection (official DeepSeek price auto-sync) and displays it live under the composer.
  • dsh-session-cost — Session cost & balance readout for DeepSeek Harness (DSH) Web GUI: official pricing, peak/off-peak hours, per-model costing
  • dsh-session-cost — realLoganLuo/dsh-session-cost discovered from GitHub.
  • dsh-session-deeplink — DeepSeek Harness plugin for shareable session deep links
  • dsh-session-delete — Permanently delete DSH sessions from the file system, right from the sidebar conversation menu — 在 DSH 侧边栏菜单真正物理删除会话,而非归档隐藏。
  • dsh-session-delete — dsh plugin: t-archive / t-restore - archive & trash management for conversations (bilingual zh/en, vibe-coded)
  • dsh-session-doctor — 会话医生:诊断、解卡、读取 DeepSeek Harness 会话 / Diagnose, unstick, and read DSH sessions
  • dsh-session-export — Export DeepSeek Harness sessions to Markdown for review, blogging and audit. dsh plugin.
  • dsh-session-favorites — yaindrop/dsh-session-favorites discovered from GitHub.
  • dsh-session-header — homily707/dsh-session-header discovered from GitHub.
  • dsh-session-hub — Aggregate and natively control multiple remote DeepSeek Harness (DSH) servers' sessions from one official Web UI — hub gateway + official-UI bridge. 多服务器 DSH 会话聚合与原生操控
  • dsh-session-import — devmom/dsh-session-import discovered from GitHub.
  • dsh-session-import — DeepSeek Harness 会话导入与校验插件 | Import and verify DSH session exports with validation, state sync, rollback protection, and an in-app UI.
  • dsh-session-index — longyu065/dsh-session-index discovered from GitHub.
  • dsh-session-link — DSH web plugin: copy a deep link to the current session (URL carries the session id) and open a session directly via ?session=.
  • dsh-session-link — DeepSeek Harness 的 Codex 式会话深度链接插件:dsh:// 深链,跨对话读取上下文
  • dsh-session-management — cokiscarazo-rgb/dsh-session-management discovered from GitHub.
  • dsh-session-manager — Semidia/dsh-session-manager discovered from GitHub.
  • dsh-session-manager — DeepSeek Harness 会话管理设置面板:列出本机全部会话(运行中/空闲/已归档),支持继续会话、预览大纲、删除会话 | Session management settings section for dsh web: resume, outline, and delete any session
  • dsh-session-move — Manage DeepSeek Harness sessions from the Web UI: drag & drop / menu move to another folder, permanently delete, and AI-rename by summarizing the conversation. Includes agent tools.
  • dsh-session-nav — DeepSeek Harness 会话对话快捷导航:右侧悬浮按钮,hover 弹出完整历史提问列表,点击快速跳转
  • dsh-session-pins — Persistent pinned-session menu for DeepSeek Harness
  • dsh-session-repacker — DSH 会话日志 zstd 帧重打包:万帧拼接→官方两帧形态,旧会话打开提速约 6 倍
  • dsh-session-repair — Session log repair for DSH: fixes SessionFormatUnsupportedError by marking unknown events ignorable.
  • dsh-session-report — Session cost/usage report cards for DeepSeek Harness: tokens, cache-hit rate, per-turn breakdown, cost estimate. dsh plugin.
  • dsh-session-roots — 让一个 DSH 会话同时可写多个项目文件夹。
  • dsh-session-search-pro — Advanced cross-session full-text search for DeepSeek Harness — search past and current DSH sessions using the built-in sessionQuery service
  • dsh-session-stars — Favorite DeepSeek Harness Sessions and reopen them from a global cross-Workspace center.
  • dsh-session-supervisor — Durable, bounded lifecycle supervisor with scheduled evaluation for live DeepSeek Harness sessions (community plugin)
  • dsh-session-tags — DeepSeek Harness 会话标签(host + client 一体包)
  • dsh-session-timeline — DeepSeek Harness 会话时间轴插件:横短横线波浪、当前消息定位、点击跳转、圆角预览 tooltip、可收起/展开
  • dsh-session-topics — DeepSeek Harness plugin: LLM session titles that survive reasoning models (startup sweep + turn-end retry), plus a hover-card session-size readout
  • dsh-session-tree — Git-like immutable session branching for DeepSeek Harness
  • dsh-session-unarchive — dylan121322/dsh-session-unarchive discovered from GitHub.
  • dsh-sessions — 为 DeepSeek Harness (DSH) 生态打造的跨会话引用 Web 插件
  • dsh-settings-mcp-skills — deepseek harness插件,在设置页面显示MCP和技能加载情况
  • dsh-settings-plus — oneinitAI/dsh-settings-plus discovered from GitHub.
  • dsh-settings-search-plugin — Search field for the DSH Web Settings panel: independent candidate list, click to navigate to the owning section and focus the setting
  • dsh-share — zljr/dsh-share discovered from GitHub.
  • dsh-shared-memory — 跨对话记忆系统:Hermes 式共享记忆(MEMORY.md + USER.md 注入每个会话系统提示词),memory 工具 + 可视化记忆面板
  • dsh-shield — DSH 脱手模式安全网:删除目录先进回收站、删除链接绝不跟随,零审批。
  • dsh-shift-router — Two-tier model router for DeepSeek Harness — LLM-Judge routing, multi-model fallback chains, exponential-backoff failover, and task-level orchestration (DSH adaptation of pi-shift-router)
  • dsh-shortcuts — DeepSeek Harness WebUI 键盘快捷键插件(34 个预置功能、一键录制自定义、静默权限切换)— Fully customizable keyboard shortcuts for the DSH WebUI.
  • dsh-shorts-wall — DSH plugin: vertical shorts wall for dsh-better-sidebar — YouTube Shorts + Bilibili vertical, dual-source carousel with keyword packs
  • dsh-show-me-how-much — DeepSeek Harness token usage and estimated cost dashboard
  • DSH-shutdown — 一键结束 DeepSeek Harness 服务:Settings 关机页 + 二次确认 + 优雅退出,关掉浏览器不再留下后台进程
  • dsh-shuttle — 在 DeepSeek Harness 与 Codex、Claude Code、Pi、Reasonix、OpenCode 之间双向迁移对话记录,支持 CLI 与 Web UI
  • dsh-side-chat — dsh-plugin
  • dsh-side-chat — Codex-style Side Chat for DeepSeek Harness — select text, ask follow-up questions in a focused side conversation, and keep the main chat uninterrupted.
  • dsh-side-chat — DeepSeek Harness native parallel side chat with hidden child sessions and on-demand parent context
  • dsh-side-panel — XYZ1024-alt/dsh-side-panel discovered from GitHub.
  • dsh-side-panel-workspace — Ayor1337/dsh-side-panel-workspace discovered from GitHub.
  • dsh-side-workspace — DSH plugin: Codex-style side conversations (/side, /btw), an integrated right workspace (Side/Subagents/Goal) and a ChatGPT-style pinned-notes board
  • dsh-sideband — Async LLM context relay between DeepSeek Harness sessions and Agent Team Rooms
  • dsh-sidebar-files — DeepSeek Harness 侧边栏文件树插件:会话/文件标签栏 + 懒加载文件树,按扩展名彩色图标、复制路径、发送给 Agent。A sidebar file tree plugin for DeepSeek Harness: Sessions/Files tabs, lazy tree, per-extension icons, copy-path and send-to-agent.
  • dsh-sidebar-mode — 把默认的四种模式切换塞进「新会话」按钮里,新会话创建更方便(标准/PTC/创造/极简,与设置双向同步)
  • dsh-sidebar-modes — DeepSeek Harness sidebar modes plugin: compact mode, right sidebar, collapsible rail
  • dsh-sidebar-qa — 一个基于DSH-better-sidebar的侧边栏提问tab,实现类codex的侧边提问或claude code的/btw功能
  • dsh-sidebar-width — garrisonz/dsh-sidebar-width discovered from GitHub.
  • dsh-sidechain — DSH 侧会话插件:/side 持续性侧会话(Codex 风格)与 /btw 一次性侧问(Claude 风格)——在临时 fork 中运行、不写入主会话历史;Web UI 右侧链面板内嵌对话,主会话保持不变
  • dsh-sidechat — A DeepSeek Harness Web plugin that adds a Codex-style split-screen side chat with model switching and compact history navigation.
  • dsh-sight — Plug-in vision for text-only DeepSeek Harness (dsh) models: built-in free/cheap VLM presets + multi-image batch analysis
  • dsh-silent-pwsh — 可以禁止DeepSeek-Harness执行任务的时候弹出烦人的黑色弹窗
  • dsh-silly-plugin — DSH 酒馆模式:导入 SillyTavern 角色卡(PNG/JSON),自动拆分世界书/正则/脚本并创建同名工作区(#dsh-plugin)
  • dsh-simple-CLI — Minimal DeepSeek Harness extension tailored for contemporary CLI mobilization.
  • dsh-simplify — DeepSeek Harness 插件:审查最近改动的代码,就清晰度、一致性与可维护性提出改进(移植自 pi-simplify)
  • dsh-sister — 一个温暖、超可爱、派蒙风格萝莉音的「妹妹」陪伴 Agent(DeepSeek Harness 插件)
  • dsh-sitemap — deCOLE118/dsh-sitemap discovered from GitHub.
  • dsh-skill-adapter — 把 Claude Code / Codex 生态的 SKILL.md 技能导入或运行时挂载进 DeepSeek Harness:CLI 导入器 + SkillProvider 插件
  • dsh-skill-fuzzy — Codex-style fuzzy skill search for the DeepSeek Harness Web GUI: /bug, /diag, /regression all find diagnosing-bugs in the / skill menu.
  • dsh-skill-gate — DSH-Plugin: skill trigger/selection gate - user picks from described candidates when the model triggers a skill; 10s no-choice falls back to the system default.
  • dsh-skill-hub — DeepSeek Harness(dsh)Web GUI 技能中枢:浏览/搜索完整本地技能目录、启用/禁用、查看正文、排查诊断、新建技能,基于官方 ctx.skills 注册表。 In-GUI skill hub for dsh: browse, search, enable/disable, inspect, diagnose and scaffold local skills from the official ctx.skills registry.
  • dsh-skill-importer — deepSeek Harness plugin: import and manage skills from files or URLs, with a composer picker and /skills command
  • dsh-skill-loader — Per-conversation skill catalog picker for DeepSeek Harness (dsh) — choose which skills are loaded into each conversation. Unselected skills are unavailable in that conversation.
  • dsh-skill-lord-serf — DeepSeek Harness 插件:Lord/Serf 协议 0.5 技能,让 DSH 实现文件式多智能体编排(Lord 派活,Serf 干活)。 DeepSeek Harness plugin: Lord/Serf protocol 0.5 skills for file-based multi-agent orchestration.
  • dsh-skill-manager — DSH Web GUI skill manager: browse, preview, import, add, and batch-delete user skills (dsh plugin)
  • dsh-skill-manager — 在设置界面管理你已有的技能!
  • dsh-skill-manager — Deepseek Harness 的Skill管理插件
  • dsh-skill-manager — 在 DeepSeek Harness 设置页统一管理 DSH / Codex / Claude 的 AI 技能:热开关启停、GitHub 技能市场一键发现安装、本地 ZIP 导入(dsh-plugin skill hub)
  • dsh-skill-manager — Manage DeepSeek Harness skills: list and toggle filesystem skills instantly
  • dsh-skill-manager — DeepSeek Harness 技能管理器(host + client 一体包)
  • dsh-skill-manager — 管理DSH中的skill
  • dsh-skill-manager-ytxue — DSH web plugin: skill manager in the Settings sidebar - list/enable/disable, folder batch import with conflict prompts, state-driven one-click DSH-spec check & auto-fix, system/project scope labels.
  • dsh-skill-pack — 11 shareable workflow skills for DeepSeek Harness: handoffs, triage, specs, tickets, wayfinding, teaching, mode routing, overnight runs
  • dsh-skill-pack-security — Security-audit skill pack for DeepSeek Harness (dsh): 8 agent skills - secret scan, dependency audit, supply-chain review, prompt-injection review, audit orchestration, threat modeling, vuln intel, incident response. Zero runtime code. Apache-2.0.
  • dsh-skill-panel — DSH plugin: manage agent skills in settings | DSH 插件:设置页技能管理面板
  • dsh-skill-panel — DeepSeek Harness 技能悬浮窗插件:侧边栏技能按钮,一键查看当前会话已加载的技能并打开本地目录。
  • dsh-skill-panel — Skill management panel for the DeepSeek Harness web app
  • dsh-skill-remote — Remote skills.sh/GitHub skill provider and installer for DeepSeek Harness — install any skill with one prompt.
  • dsh-skill-search — On-demand skill search for DSH: zero preloading, keyword-search a shared skill library
  • dsh-skill-trail — DSH-Plugin: per-reply skill trail - truthful per-turn triggered/used tool & skill badges, folded from the session log (no model self-reporting)
  • dsh-skill-viewer — DSH Web UI plugin: Skills settings section with hot enable/disable, delete and add(Web界面的skill管理工具)
  • dsh-skillradar — DSH plugin: scans session-visible skills and ranks them by relevance to the recent conversation.
  • dsh-skills — CocoSgt/dsh-skills discovered from GitHub.
  • dsh-skills-manager — DSH Skills Manager 基于 DeepSeek Harness 的Skills管理插件
  • dsh-skills-manager — DSH Skills 管理器:设置页系统/用户技能分类,用户技能开关/编辑/删除/新建。Skills manager for DeepSeek Harness: system/user skill management (toggle/edit/delete/create) in Settings.
  • dsh-skills-market — DSH(DeepSeek Harness)Skills 管理 + SkillHub 商城插件:侧边栏面板管理本地 skills(用户级/工作区项目级/内置只读),搜索并一键安装 SkillHub 公开技能,附模型工具 dsh_skillhub_search。
  • dsh-skills-mcp-manager — 面向 DeepSeek Harness Web GUI 的正式插件包:在设置页的「Web UI 插件」分组中新增一张「技能与 MCP」卡片,用于在浏览器里管理技能(skills)与 MCP 服务器。
  • dsh-skills-viewer — Read-only Skills settings page plugin for DeepSeek Harness Web
  • dsh-SkillsManagePlugins — DSH Skills 可视化管理器:在 DSH Web 界面可视化查看、编辑、创建、删除 Skills(用户级 ~/.dsh/skills 与项目级 .dsh/skills)
  • dsh-skin-amis — 鸣潮爱弥斯主题皮肤: 粉白配色+赛博霓虹装饰的 DeepSeek Harness Web GUI 皮肤 / Amis-inspired pink-white skin for DSH Web UI
  • dsh-skin-appearance — DeepSeek Harness 外观定制插件:八套内置主题 + 自定义壁纸(透明度/模糊),Host 设置持久化 | Appearance plugin for dsh web
  • dsh-skin-blue-whale — dsh Web UI skin: DeepSeek blue-whale theme with official gradient and leaping whale art (dsh plugin)
  • dsh-skin-claude-code — 完美复刻 Claude Code 皮肤,纪念我的 Vibe Coding 白月光。
  • dsh-skin-digital-arcade — Rizen Signal Console — digital arcade HUD skin for DeepSeek Harness Web GUI (neon cyan/violet/magenta, pixel fonts, animated HUD sprites, custom cursor)
  • dsh-skin-glass — Frosted-glass skin for the DeepSeek Harness web UI: pick any image as background, theme colors extracted from it, glassmorphism surfaces.
  • dsh-skin-kamisato — 以《原神》神里绫华为灵感制作的印象皮肤。
  • dsh-skin-manager — 一个可以管理皮肤的dsh插件
  • dsh-skin-picker — DeepSeek Harness 换肤插件:10 套预设皮肤 + 自然语言换肤 + 自定义背景图片 + 界面控件联动,设置→通用→「皮肤」行内切换,settings.yaml 跨设备同步。
  • dsh-skin-studio — 🎨 DeepSeek Harness skin studio — built-in curated skins + a community skin gallery. 皮肤工作室:内置精选皮肤 · 用户上传皮肤中心,让每个 agent 都有专属面孔
  • dsh-skin-switcher — DeepSeek Harness Web GUI 皮肤切换插件:设置界面一键切换已安装皮肤
  • dsh-skin-toggle — Instant on/off 🐋 toggle button for the maid-atelier skin in the DeepSeek Harness (DSH) web GUI. Pure client-side plugin.
  • dsh-skin-universe — springbrand-lab/dsh-skin-universe discovered from GitHub.
  • dsh-skins — DSH 换肤插件镜像 + 夕港(harbor)皮肤 | Mirror of dsh-external/dsh-skins + harbor (夕港) dusk-harbor skin
  • dsh-slack — DeepSeek Harness Slack 插件:slack_notify/channels/inbox/reply 四工具,Socket Mode 免公网回调收消息,收件箱队列 + 线程回复,支持自定义 slackApiUrl 对接代理网关;内置假 Slack 服务器做协议级验收测试。· Two-way Slack messaging for DeepSeek Harness agents.
  • dsh-slice-agent-loop — A drop-in DeepSeek Harness agent loop whose context engine is a bounded slice instead of a growing transcript
  • dsh-smart-approval — Fail-closed three-mode approval plugin for DeepSeek Harness
  • dsh-smart-input — 智能输入插件 for DeepSeek Harness — 语音输入 + 提示词优化
  • dsh-smart-route — 智能路由:DSH 供应商自动路由(polyglot 替代)— 全错误码降级、一键启停、不污染模型列表
  • dsh-smart-subagent — Asowerp/dsh-smart-subagent discovered from GitHub.
  • dsh-smarthome — Home Assistant control for DeepSeek Harness agents — approval-gated lights, switches, climate. 给 DeepSeek Harness agent 的 Home Assistant 控制插件,一键接入智能家居,一键接入智能生活。
  • dsh-smooth-stream — DeepSeek Harness (dsh) plugin: silky streaming reveal, no flicker. dsh 丝滑流式渲染插件。
  • dsh-smooth-stream — Better streaming text animation for DeepSeek Harness 给DSH加入更好文字动画
  • dsh-snapshot — DeepSeek Harness plugin: automatic file snapshots with a sidebar timeline and settings card
  • dsh-snapshot — Hyna-hla/dsh-snapshot discovered from GitHub.
  • dsh-solo-thinking — Solo-style isolated brainstorm branches and Handoffs for DeepSeek Harness
  • dsh-sonar — Draggable deep-sea token and context dashboard for DeepSeek Harness
  • dsh-song-ui — The light palette combines silk-paper surfaces, warm ink text, Ru-celadon interactions, and cinnabar error states. The dark palette uses night-ink surfaces with a brighter celadon accent. Display headings prefer installed Song and CJK serif fonts; body text keeps the Harness sans-serif stack.
  • dsh-sound-effects-plugin — Sound effects plugin for DeepSeek Harness: ambient work music, success chime, and attention chime.
  • dsh-sound-notifier — DSH(DeepSeek Harness)插件:在Web界面播放不同提示音,以提示Harness工作状态
  • dsh-soundscape — DeepSeek Harness Web UI soundscape: turn-complete celebration (synth chime + confetti), blocked/approval alerts, error buzz, typing ambience. Zero audio assets, zero core changes, plus a ctx.soundscape service.
  • dsh-speak — 一种能让你的harness开口说话的方案/Make your AI harness speak — a verified voice-announcement solution
  • dsh-spec — rongyishuaige7/dsh-spec discovered from GitHub.
  • dsh-spec-loop — Spec-driven 开发闭环(OpenSpec 兼容):/spec 命令族驱动 生成规格 → 批准 → 实现 → 逐条验收 → 归档 | Spec-driven dev loop (OpenSpec-compatible) for DeepSeek Harness: /spec drives propose → approve → implement → verify → archive
  • dsh-splash-launcher — One-click Windows launcher for the DeepSeek Harness (dsh) Web GUI with a stroke-by-stroke startup animation
  • dsh-split-panes — lehhair/dsh-split-panes discovered from GitHub.
  • dsh-sql — DeepSeek Harness 工程师级数据库插件:sql_list/query/exec/schema 四工具,SQLite/MySQL/PostgreSQL 三引擎、只读白名单、写审批门、行数钳制。· Databases for DeepSeek Harness agents.
  • dsh-ssh — SSH terminal panel & AI connection manager for DeepSeek Harness — model-driven connect/exec/list/status/disconnect tools plus an XShell-style multi-tab terminal in the Web GUI.
  • dsh-ssh-ops — DeepSeek Harness SSH 运维插件:主对话驱动 SSH,带高危命令保护与右侧终端。
  • dsh-ssh-plugin — YOLO-LZL/dsh-ssh-plugin discovered from GitHub.
  • dsh-ssh-remote — SSH remote workspaces for DeepSeek Harness: browse/read/write remote files, run remote commands, with connection status dots.
  • dsh-stack — Reproducible DeepSeek Harness environments in one portable, secret-safe Stackfile.
  • dsh-stall-guard — DeepSeek Harness watchdog plugin: detects truly stalled agent turns (never killing in-progress tasks — in-flight operations are exempt), nudges/terminates only on real silence, records every event to JSONL with a loopback status route
  • dsh-starter-pack — Dariandai/dsh-starter-pack discovered from GitHub.
  • dsh-stats-dashboard — DSH plugin: provider/model usage stats dashboard with response speed, call log, token totals, cache rate, cost estimates, CSV export
  • dsh-status-plugin — dsh status plugin;可以方便的查看宿主机的运行状态,故障时方便排查
  • dsh-status-rotator — A DeepSeek Harness (dsh) web plugin that replaces the "Deep diving…" turn-status label with phase-aware, typewriter-animated, rainbow-gradient phrases — all configurable from a JSON file.
  • dsh-statusbar — VSCode-like bottom status bar for DSH Web: token usage, CPU/memory char bars, session stats, live TPS, per-item config
  • dsh-stock-watch — A股自选股实时行情盯盘插件 - DeepSeek Harness Web 右上角可折叠弹窗
  • dsh-store — huguangyu666/dsh-store discovered from GitHub.
  • dsh-stream-rules — 模式匹配自动注入 steering rules,不占系统上下文 - Inject rules when needed, without wasting context. Similar to oh-my-pi's "Time-traveling stream rules", but with a very simple and compact code implementation.
  • dsh-sub2api — Connect your sub2api gateway to DeepSeek Harness: OpenAI-compatible multi-provider routes (OpenAI / Claude / Grok / Gemini) behind one base URL, with per-key model discovery, usage lookup, and a settings page.
  • dsh-subagent-admission — Shared lifecycle admission protocol and reference policy kernel for DeepSeek Harness subagents.
  • dsh-subagent-effort — DeepSeek Harness plugin: subagents with their own model & reasoning effort — GUI settings card + subagent_select tool
  • dsh-subagent-max — DeepSeek Harness (DSH) plugin — a subagent_with_model tool plus a live multi-panel subagent viewer.
  • dsh-subagent-model — DSH plugin: subagent_model tool — delegate to a subagent with a per-call selected model route (minimal fork of dsh-tool-subagent)
  • dsh-subagent-monitor — Mombrane/dsh-subagent-monitor discovered from GitHub.
  • dsh-subprocess-inherit-environment — DSH plugin that forwards the complete Harness environment through ctx.subprocess
  • dsh-subprocess-win32 — Windows subprocess Cordis runtime and Minimal/Anchored Standard presets for DeepSeek Harness
  • dsh-subscribe — Steam-style plugin marketplace for DeepSeek Harness: one-click subscribe on the web, one command to sync into your dsh profile.
  • dsh-subscription-auth — dsh对接openai、grok、anthropic、kimi订阅渠道
  • dsh-suggest — dsh-suggestion
  • dsh-suggested-replies — DSH Web 预测回复插件:AI 回复后在输入框上方生成可点击填入草稿的下一步消息候选
  • dsh-suite — The living DeepSeek Harness plugin directory — refreshed hourly, compat-tested daily, with an in-app plugin store and scaffolder. DSH 插件活目录:每小时刷新,每日兼容实测,内置插件商店与脚手架。
  • dsh-super-injector — yjh051108/dsh-super-injector discovered from GitHub.
  • dsh-superpowers — Superpowers (obra/superpowers) as a DeepSeek Harness plugin: the methodology skills plus their session bootstrap
  • dsh-superpowers-zh — DeepSeek Harness 插件:中文版 Superpowers 技能包,20 个中文 AI 编程 skills(移植自 superpowers-zh)
  • dsh-surface-contract-proof — Content-addressed conformance proof across recorded DSH ToolRuntime, MCP JSON-RPC and CLI JSON surfaces
  • dsh-survey — Questionnaire-style batch questioning plugin for DeepSeek Harness: 10+ questions at once (single/multi/yes-no toggle/compare/open), per-question skip, fullscreen overlay, two-column recap after submit
  • dsh-switch — Evidence-first model control plane for DeepSeek Harness
  • dsh-sync — ZhenHuangLab/dsh-sync discovered from GitHub.
  • dsh-sysmon — DSH Web 系统状态悬浮窗:实时 CPU/内存/磁盘占用率 | System-status overlay showing live CPU, memory and disk usage for DSH Web
  • dsh-system-control — DSH web plugin: System menu (Restart / Shutdown) in the sidebar footer. Restart = exit 42, Shutdown = exit 0, loopback-only RPC.
  • dsh-system-proxy — DSH host plugin - smart outbound HTTP(S) routing: named proxies (http/https/socks4/4a/5/5h), per-host/provider/plugin rules, direct-first fallback with health memory (global fetch + node http/https)
  • dsh-tailscale-sync — Zero-config Tailscale sync for DeepSeek Harness (dsh-plugin). 零配置:在手机上继续电脑端 DeepSeek Harness 的工作。
  • dsh-tally — 2672243194/dsh-tally discovered from GitHub.
  • dsh-task-capsule — 把 Harness 的执行过程收敛成一个始终可见、几乎不打扰的任务状态指示器
  • dsh-task-console — DSH client plugin: a floating glass task console on the back of the page — live background jobs, subagents, session overview and workspace for the current session, with mouse-draggable cards.
  • dsh-task-control — 在输入区暂停/恢复/取消正在运行的对话任务:强制暂停立即中断并记住被中断的工具,安全暂停等工具/推理完成后再落地,恢复时需确认;默认暂停粒度可在设置中配置(出厂 safe wait)。
  • dsh-task-models — DeepSeek Harness plugin with per-task model and reasoning-effort selection
  • dsh-task-notifier — DSH task-completion notifier: system notifications for turn/subagent/workflow/goal/question events. Cross-platform (macOS osascript / Linux notify-send / Windows toast).
  • dsh-task-notify — DeepSeek Harness (DSH) system-level task notifications: approval required / awaiting reply / task finished (background job, subagent, workflow) → OS notification center with chimes + in-app bell panel, toasts, clear button.
  • dsh-task-notify — DeepSeek Harness task-completion reminder plugin
  • dsh-task-notify — DSH plugin: chime + tab-title alert when tasks finish (任务完成提示音与标签标题提醒插件)
  • dsh-task-planner — Task planning with experience muscle-memory for DeepSeek Harness: condition-reflex recall + LLM capability matching + auto-persisted lessons
  • dsh-task-progress-notifier — sjscy05/dsh-task-progress-notifier discovered from GitHub.
  • dsh-task-relay — DSH 跨会话任务接力板:task_push/list/claim/done + handoff_write/read
  • dsh-taskboard — deepseekharness 任务看板插件
  • dsh-taskswarm — TaskSwarm (蜂群) — DeepSeek Harness 上的多智能体任务编排插件:waves/lanes 并行执行、git worktree 隔离、任务包与跨模型评审、崩溃可恢复 | Multi-agent task orchestration for DeepSeek Harness: waves/lanes parallel execution, git worktree isolation, task packets, cross-model review, crash recovery
  • dsh-tavern — LingyeSoul/dsh-tavern discovered from GitHub.
  • dsh-tavern — A plugin which makes dsh compatible with SillyTavern artifacts.
  • dsh-tavily — Tavily Search for DSH: multiple API keys, rotation/failover, usage gauge, settings card. | DSH Tavily 搜索:多 Key、轮换/故障转移、用量仪表盘、设置卡片。
  • dsh-tavily-firecrawl — skillre/dsh-tavily-firecrawl discovered from GitHub.
  • dsh-tavily-search — Tavily-backed search provider plugin for DeepSeek Harness (DSH) web seam - direct Tavily Search API, no LLM tokens
  • dsh-tavily-search — Free keyless Tavily web search tool for DeepSeek Harness (dsh)
  • dsh-tavily-search-provider — Tavily search provider for DeepSeek Harness with full search-control mapping, credential-backed key UI, and guarded rc.6 patches.
  • dsh-tavily-web-search — Tavily-backed web search provider plugin (bundle) for DeepSeek Harness (dsh)
  • dsh-teacher — DSH teacher plugin: Socratic tutor that leads you to answers from a markdown question set, tracks knowledge gaps in-session, and retests them on a spaced-repetition schedule.
  • dsh-team-runner — tkr520521/dsh-team-runner discovered from GitHub.
  • DSH-telegram — 通过 Telegram 私聊远程使用和查看 DeepSeek Harness
  • dsh-telegram-duty — Telegram duty gateway for DeepSeek Harness: phone-message task loop, global approval forwarding, duty/local toggle, zh/en
  • DSH-Telegram-Relay — DSH Relay 让你可以通过 Telegram 远程与 DeepSeek Harness 对话,并接收通知。DSH Relay turns Telegram into a remote conversation and notification channel for DeepSeek Harness.
  • dsh-tensorlake-sandbox — A deepseek harness plugin for tensorlake sandbox
  • dsh-terminal — Persistent interactive terminal mode for DeepSeek Harness
  • dsh-tesseract-ocr — maxwell-feng/dsh-tesseract-ocr discovered from GitHub.
  • dsh-test-runner — DSH plugin: structured test runner tool (test_run) — auto-detect vitest/jest/pytest/node:test, run tests, parse failure summaries for the model.
  • dsh-testkit — Lifecycle conformance testing for DeepSeek Harness plugins
  • dsh-theme-background-center — DeepSeek Harness Web UI 主题背景中心插件:主题/渐变图片背景/毛玻璃/流动氛围灯
  • dsh-theme-center — DeepSeek Harness 主题中心 · Theme Center for dsh web UI:精选主题画廊(浅色/深色分组)、一键切换、自定义壁纸、dsh-theme 导入导出
  • dsh-theme-cyberpunk — DeepSeek Harness 赛博朋克主题插件:RGB 流动霓虹、自定义背景图库、本地音乐播放器与一键启停。
  • dsh-theme-cyberpunk2077 — Cyberpunk 2077 / Night City theme for the DeepSeek Harness Web UI — CRT scanlines, Kiroshi lock-on, typewriter SFX, Relic glitch & easter eggs
  • dsh-theme-lab — Theme studio for DeepSeek Harness: 8 curated light/dark themes, iOS-style Liquid Glass, custom wallpaper, accent wheel, shareable theme packs.
  • dsh-theme-neko — A Nachoneko (甘城猫猫) themed skin for the DeepSeek Harness web GUI.
  • dsh-theme-pack — 16 theme skins for the DeepSeek Harness (DSH) Web GUI - Catppuccin/Gruvbox/Everforest/Rose Pine/Solarized/Kanagawa/Tokyo Night/Night Owl/Nord/Dracula/One Dark
  • dsh-theme-palettes — RainbowDashy/dsh-theme-palettes discovered from GitHub.
  • dsh-theme-paper — deepseek harness 开发者预览版纸质仿claude主题
  • dsh-theme-plugin — DSH Web GUI theme studio: presets + per-mode customization (accent, background, foreground, fonts, translucent sidebar, contrast) via the official webServer.tapIndex seam
  • dsh-theme-plugin — Chinese traditional colors as a DeepSeek Harness theme pack.
  • dsh-themes — MangMax/dsh-themes discovered from GitHub.
  • dsh-themes — wenliang9527/dsh-themes discovered from GitHub.
  • dsh-think-any-lang — DeepSeek Harness (DSH) plugin: a "Thinking Language" selector under Settings → General that tells the model which language to reason in (chain of thought) via a system-prompt section. Zero extra calls, zero latency, 12 languages.
  • dsh-think-chinese — DSH 插件:让模型始终用中文进行内部推理与思考(think in Chinese)。
  • dsh-think-flow-flow — DeepSeek Harness client plugin: constant-rate typewriter reveal for assistant output and reasoning, with per-model gating.
  • dsh-think-in-chinese — 让 DeepSeek Harness 的 Agent 用简体中文思考和回复 · Make DeepSeek Harness agents think in Chinese
  • dsh-think-phrases — DeepSeek Harness plugin: top-right widget counting let me / we / let's / I'll in reasoning chains
  • dsh-thinking-effort — hytime/dsh-thinking-effort discovered from GitHub.
  • dsh-thinking-status-customizer — Customize DSH Web thinking status with custom flowing text, animated GIF/APNG/WebP, or combined image-and-text modes.
  • dsh-thought-buddy — A DeepSeek Harness Web plugin that puts a dynamic little buddy — a GrokBot-style animated avatar with a synchronized typewriter status line — right in front of the "Deep diving..." indicator.
  • dsh-ths-holdings — DSH 持仓盈亏悬浮卡片(同花顺投资账本)— 自动同步真实持仓数据,显示今日盈亏、上证指数和当日走势图,无需手动添加股票。
  • dsh-tier-router — BruceLanLan/dsh-tier-router discovered from GitHub.
  • dsh-tiered-approval — Tiered auto-review for DeepSeek Harness: static-rule safety net + LLM reviewer + human fallback — auto-allow safe actions, deny irreversible ones, ask a human for the rest.
  • dsh-timeline — DSH 插件:极简提问时间线——每条提问一个圆点,点击跳转,悬停预览。Minimal question timeline for DeepSeek Harness.
  • dsh-timeline-studio-plugin — DeepSeek Harness plugin for Timeline Studio deterministic project inspection, editing, and rendering
  • dsh-timer — 能自由设置计划任务时间,含一键避开高峰模式,只用低峰价格跑.
  • dsh-tmcra-memory — TMCRA × DeepSeek Harness:跨软件、跨会话召回与更新项目记忆,切换工具无需重新介绍项目。
  • dsh-toc-and-rewind — 添加一个迷你目录在对话旁,适合长程对话导航,还可以直接rewind到选定对话,支持恢复代码变更和总结,暂不稳定
  • dsh-todo-freshness-guard — Out-of-tree DeepSeek Harness guard that prevents stale todo_write state
  • dsh-token-activity — 用于展示最近365天的每日Token使用热力图,悬停任意日期查看当天使用过的全部模型及其Token用量。
  • dsh-token-api — LucasleeCN/dsh-token-api discovered from GitHub.
  • dsh-token-cost — 在对话页面直接查看消耗费用(嵌入官方底部状态条,点击看明细);在设置中查看 Harness 消耗的总费用、缓存命中和输入输出
  • dsh-token-cost — DSH (DeepSeek Harness) web plugin: a draggable whale floating widget showing token usage, spend and the official DeepSeek account balance
  • dsh-token-cost-meter — Community plugins for DeepSeek Harness (DSH) Web GUI: session token cost meter with official dynamic pricing, DeepSeek & Volcengine billing balance, and update checker. Plain JavaScript, no build required.
  • dsh-token-monitor — DeepSeek Harness plugin: token usage & conversation stats as a native settings page - today / 7d / 30d totals, GitHub-style 90-day contribution graph, session-log backfill | DeepSeek Harness 插件:Token 用量与对话统计设置页
  • dsh-token-panel — A corner HUD for DeepSeek Harness that shows your session's token pressure, per-model cost, and daily/monthly usage at a glance, with an editable budget and balance that tracks spending for you. 右下角常驻的 Token 仪表盘:实时看会话压力、按模型估算花费。预算和余额点一下就能改,每天每月用了多少都有记录。
  • dsh-token-pet — DSH 动态 Cordis 插件:卡通用量小部件 + 天气/预报/预警(Token Pet 布布玩偶)
  • dsh-token-price — DSH 实时 Token 花费与账户余额显示插件(每轮花费 · 总花费 · 余额)
  • dsh-token-stats — DeepSeek Harness 全局 Token 用量统计插件 | Real usage tracking, durable ledger, cost estimation (OpenRouter pricing), draggable FAB & detail dashboard.
  • dsh-token-stats — huantian1223/dsh-token-stats discovered from GitHub.
  • dsh-token-stats — Cross-session token usage statistics panel for DeepSeek Harness: monthly stacked cost chart by provider and model
  • dsh-token-usage — Per-conversation token usage timeline plugin for the dsh Web conversation view
  • dsh-token-usage — hashdiana/dsh-token-usage discovered from GitHub.
  • dsh-token-usage — DSH Token 用量统计面板(Codex 风格):全实例 Token 消耗汇总 + 活动热力图。
  • dsh-token-usage — DSH plugin: authoritative token usage stats across sessions, with a Web sidebar panel and token_usage tool
  • dsh-token-usage — KeFan-J/dsh-token-usage discovered from GitHub.
  • dsh-token-usage — KeLearns/dsh-token-usage discovered from GitHub.
  • dsh-token-usage — DSH (DeepSeek Harness) web plugin — Token usage analytics tab for the conversation view (KPIs, context meter, donut, stacked per-turn bars, cumulative curve)
  • dsh-token-usage — Token usage statistics plugin for DeepSeek Harness (DSH) Web UI: per-request LLM usage captured from llm/stream, dual-axis trend charts, cache hit rate, API/model filters.
  • dsh-tokensave — DSH 插件:tokensave 语义图 cli 直连——自动索引 + 更新检测,让 AI 用语义查询代替暴力 grep/读文件,大幅省 token
  • dsh-tokensforce — DeepSeek Harness (dsh) plugin — tokensforce gateway integration: one-login onboarding, provider groups, and a usage dashboard tab
  • dsh-tool-autoexpand — 自动展开 DSH 界面中新增的工具调用结果卡片,带侧栏开关。标准 dsh 客户端插件
  • dsh-tool-chaos — Deterministic fault injection and autonomous resilience tests for DeepSeek Harness tools
  • dsh-tool-describe-image — sala003/dsh-tool-describe-image discovered from GitHub.
  • dsh-tool-doc — DeepSeek Harness 文档工具插件:read/create/edit PDF/DOCX/XLSX/PPTX/CSV/Markdown(read_document、create_document、edit_document)
  • dsh-tool-eyes — DeepSeek Harness (DSH) 本地视觉眼睛插件:screen 工具(截图/图片交给本地视觉模型描述)+ ocr 工具(Windows 内置 OCR 逐字提取文字)。零云端、OCR 零 GPU、图片不出本机。
  • dsh-tool-git — Git tools for DeepSeek Harness agent
  • dsh-tool-git — Structured safe Git tools for DeepSeek Harness (dsh): git_status/diff/log/branch/stage/commit/stash/show + destructive-command guard
  • dsh-tool-github — GitHub REST API tools + browser sidebar panel for DeepSeek Harness (DSH): repos, search, issues, PRs, comments, account binding, and workspace integration
  • dsh-tool-hackernews — Hacker News tool suite (hn_top_stories, hn_search, hn_item) for DeepSeek Harness agents
  • dsh-tool-memory — DeepSeek Harness 插件:跨会话持久记忆(Hermes 式)
  • dsh-tool-monitor — Monitor existing DeepSeek Harness background jobs without running commands twice
  • dsh-tool-notify — DSH plugin: model-facing notify tool for DeepSeek Harness — send notifications to ntfy or generic webhooks when an agent task finishes.
  • dsh-tool-playwright — 一个给 DeepSeek Harness 用的插件:让 AI 能真的打开浏览器上网——打开网页、点按钮、填表单、翻页、看页面内容,就像人一样操作浏览器。
  • dsh-tool-policy — Declarative deny-by-default tool policy plugin for DeepSeek Harness
  • dsh-tool-read-tiff — Model-facing read_tiff tool for DeepSeek Harness: decodes TIFF/TIF images (multi-page, LZW/Deflate/PackBits/CCITT/JPEG compression, bilevel, 8/16-bit and float) into viewable PNGs with full header metadata, plus optional vision-model description.
  • dsh-tool-reqpipe — reqpipe — DeepSeek Harness 需求流水线插件(7 tools)+ Python CLI(需求→方案→评审→开发)
  • dsh-tool-somark — SoMark document parser tool (somark_parse) plugin for DeepSeek Harness
  • dsh-tool-underseal — Hyperionjust/dsh-tool-underseal discovered from GitHub.
  • dsh-tool-user-memory — DeepSeek Harness 用户记忆插件
  • dsh-tool-vision — Local-first vision for DeepSeek Harness: structured JSON evidence (OCR/layout/semantics) from local VLMs (LM Studio/Ollama), zero API cost, images never leave your machine.
  • dsh-tool-visual-primitives — DeepSeek Harness 视觉增强插件:将图片交给外部视觉模型分析,输出带坐标化视觉原语的纯文本证据,使不支持多模态的文本模型也能在对话中理解图片、截图与文档。
  • dsh-tool-writing — Writing engine for DeepSeek Harness: long-form web-novel orchestration with a separate DeepSeek key, lore management, semantic retrieval, and a corpus library.
  • dsh-toolbelt — Eight DeepSeek Harness plugins: persona, language guard, per-request vision fallback, python/windows write guards, cross-agent memory, image generation, and skill shell injection.
  • dsh-toolfold — 工具调用折叠 / Codex-style folding for DSH Web GUI
  • dsh-tools — DeepSeek Harness 小工具:余额查询脚本 + DSH Web 界面余额小部件
  • dsh-tools-meta — 允许 agent 在 DSH 里为自己动态增删工具。新增的工具可以跨 DSH 重启存在。Let the agent add and remove tools for itself in DSH; added tools persist across DSH restarts.
  • dsh-top-leaderboard — DSH Web 插件热度榜单:侧栏「榜单」按钮 + 弹窗排行 + 类型区分 + 权限检测 + 一键安装
  • dsh-toy — Toy Control Protocol for DSH
  • dsh-trace-repeat — 会话任务 Trace 原子记录/回放:把每次推理完成与工具执行记为不可变版本(含可复现元数据),支持版本时间线回放与从任意版本经 git worktree 恢复执行。
  • dsh-traffic-light — Multi-session agent status monitor for DeepSeek Harness.
  • dsh-trajectory-collapse — DeepSeek Harness web plugin: collapse the agent trajectory while always keeping the agent's final output; default-collapse after final output is on by default (configurable in Settings).
  • dsh-trajectory-debug — devmom/dsh-trajectory-debug discovered from GitHub.
  • dsh-trajectory-governance — Agent trajectory governance & anomaly diagnosis plugin for DeepSeek Harness (dsh): multi-branch trajectory trees, loop-deadlock / invalid-retry / goal-drift detection, cost attribution, alerts, one-click interrupt & breakpoint fork, independent GUI tab. Zero kernel modification.
  • dsh-trajectory-reader — 轨迹解读 · Trajectory Reader — DeepSeek Harness (DSH) web client plugin: a new 轨迹解读 tab that interprets what the assistant did per user round (rules-based + optional LLM narrative), user messages unchanged.
  • dsh-translate-pro — Professional translation plugin for DeepSeek Harness: 18 languages, 4 styles, glossary control, whole-file translation with format preservation. Powered by DeepSeek via SiliconFlow.
  • dsh-translator — Turn DeepSeek Harness into a focused, configurable AI translation workspace.
  • dsh-tray — DeepSeek Harness tray app + web settings plugin: show tray icon / restart / exit the dsh service. 系统托盘 + 设置页控制(MIT)
  • dsh-tray — DeepSeek Harness Windows 系统托盘插件(trayicon exe 宿主,无 native 编译)
  • dsh-trellis — Trellis workflow integration for DeepSeek Harness
  • dsh-trusted-host-proxy-403-fix — roojay/dsh-trusted-host-proxy-403-fix discovered from GitHub.
  • dsh-tui — Claude Code-style terminal UI for DeepSeek Harness agents, as an out-of-tree dsh plugin bundle
  • dsh-tui — A small, session-aware terminal UI for DeepSeek Harness
  • dsh-tui — DeepSeek HarnessTerminal UI.
  • dsh-tui — rbelem/dsh-tui discovered from GitHub.
  • dsh-tui — An open-source terminal front door for DeepSeek Harness (dsh).
  • dsh-tui — DeepSeek Harness: TUI
  • dsh-tui-plugin-OhMyPi — 一个dsh的终端样式插件,灵感来自Oh My Pi
  • dsh-turn-budget — Fail-closed per-turn step, tool-call, and provider-token budgets for DeepSeek Harness
  • dsh-turn-diff — 2436238575/dsh-turn-diff discovered from GitHub.
  • dsh-turn-index — deepseek harness的侧边栏对话轮次索引插件
  • dsh-turn-marks — DSH web UI plugin: Claude Code / Codex style turn-marks strip on the left edge of the conversation - one bar per user message, click to jump, hover for preview, active bar turns white.
  • dsh-turn-navigator — Jump between conversation turns in the DeepSeek Harness web UI
  • dsh-turn-notify — DSH plugin: Windows toast notification when an agent turn completes; click the toast to jump back into that session in the Web UI.
  • dsh-turn-rail — Yujm888/dsh-turn-rail discovered from GitHub.
  • dsh-turn-reminder — User-attention notifications for DeepSeek Harness (dsh) web: turn end, approval requests, and model questions — in-page toast + OS-level browser notification
  • dsh-turn-review — yq04/dsh-turn-review discovered from GitHub.
  • dsh-turn-watchdog — Turn watchdog for DSH: detects stuck turns and injects a quiet warning.
  • dsh-ui-appearance — Appearance customization plugin for DeepSeek Harness: theme color palette, background image, opacity/blur, glass effect
  • dsh-ui-beautify — 用于dsh界面美化,内置四种颜色主题,并且可上传自定义背景
  • dsh-ui-chime — uAcharGG/dsh-ui-chime discovered from GitHub.
  • dsh-ui-container — Remote-capable recursive UI surface container for DeepSeek Harness
  • Dsh-UI-Enhance — Deepseek Harness 增强工具
  • dsh-ui-hub — Han-1413141/dsh-ui-hub discovered from GitHub.
  • dsh-ui-notifications — System notifications for the DeepSeek Harness web GUI — OS-level popups for finished turns and pending interactions (approvals, questions, plan reviews). · DSH Web 界面系统通知:回合结束、待处理授权/提问/计划审核时弹出系统级提醒。
  • dsh-ui-notify — Completion sound notifications for the DeepSeek Harness web GUI — a standalone dsh-plugin. Settings persist in localStorage.
  • dsh-ui-preset-enhance — Third-party DSH WebUI enhancement plugin: custom backgrounds, theme colors, prompt presets, token/context visibility, and manual compact.
  • dsh-ui-quote-selection — Codex-style select-to-quote for DeepSeek Harness Web: quote any chat text into the composer as a native reference chip.
  • dsh-ui-spec — DeepSeek Harness plugin: turn UI screenshots into structured, implementation-grade web frontend specs. Deterministic geometry (sharp) + optional vision-model semantics, merged into one JSON + Markdown spec.
  • dsh-ui-tint — Lightweight UI tint plugin for DeepSeek Harness desktop (deepseek-harness-desktop): per-region colors, presets, vividness, scheme-adaptive tints
  • dsh-ui-wallpaper — DSH Wallpaper Engine–style wallpaper for the DeepSeek Harness web GUI: custom images, GIFs, and videos as your app background|Deepseek Harness 仿 Wallpaper Engine 的壁纸插件,支持图片 / GIF / 视频自定义背景
  • dsh-ui-web — CAPTAIN1275/dsh-ui-web discovered from GitHub.
  • dsh-ui-workbench — DeepSeek Harness WebUI 的右侧边文件管理以及变更审查界面插件。
  • dsh-ui-workspace — Composable workspace primitives for DeepSeek Harness UI plugins
  • dsh-ultra-ui — havingautism/dsh-ultra-ui discovered from GitHub.
  • dsh-ultracode — ParticleLight/dsh-ultracode discovered from GitHub.
  • dsh-understand-anything — 理解任何东西技能包(移植自 Understand-Anything)
  • dsh-undo — Context undo/redo plugin for DeepSeek Harness (dsh): roll the model context back to the last completed step and restore it again.
  • dsh-univer-plugin — DSH × Univer integration plugin
  • dsh-Unlimited-OCR-Skill — Unlimited-OCR for DeepSeek Harness with a native tool and GUI configuration
  • dsh-unread-dot — DSH plugin: macOS Dock badge (dot = running, number = results) + bubble chime, built on the Badging API
  • dsh-unsloth-hands — Unsloth for DeepSeek Harness — a pure-client tool plugin that connects the DeepSeek Harness online model to a locally running Unsloth Desktop for repetitive text and vision (OCR) labor.
  • dsh-update-check — DSH 设置页「关于」栏位 + 一键检测更新插件(About page with update checking for DeepSeek Harness WebUI)
  • DSH-update-check — 让 DeepSeek Harness 拥有版本可见性:dsh_check_updates 模型工具 + Settings 更新检查页 + 周期复查,只报告不升级
  • dsh-update-checker — DeepSeek Harness (DSH) 更新检测插件:自动检查 npm 最新版并在 GUI 顶部横幅提示,支持中英文跟随系统语言、一键安装更新并重启服务。Auto update checker for DeepSeek Harness with locale-aware banner and one-click update.
  • dsh-update-checker — DSH web plugin: check DeepSeek Harness updates from Settings (dsh --version vs npm latest/next) | DSH Web 插件:在设置页自检 DeepSeek Harness 是否有新版本(本地版本 vs npm 最新版)
  • dsh-update-checker — HarryLi-7/dsh-update-checker discovered from GitHub.
  • dsh-update-checker — DeepSeek Harness (dsh) plugins — dsh-update-checker: in-GUI version badge with npm update checks.
  • dsh-update-copilot — Update copilot for DeepSeek Harness: tracks the dsh core, bundles, and every profile plugin (npm + git dual channel); changelog briefs for agent-assisted decisions; confirmed updates only · DSH 更新助手:追踪 dsh 本体、bundle 与全部 profile 插件(npm+git 双通道);变更简报辅助升级决策;仅执行确认过的更新
  • dsh-update-notifier — arvin-yd/dsh-update-notifier discovered from GitHub.
  • dsh-update-radar — Update radar for DSH: checks installed plugins against git upstreams.
  • dsh-url-tools — DSH plugin: URL parse / tracking-param cleanup / encode-decode / redirect expansion
  • dsh-us-stocks — US stock market data tools for DeepSeek Harness, powered by yahoo-finance2
  • dsh-usage-balance — DeepSeek Harness 侧边栏用量/余额插件
  • dsh-usage-billing — 940842546/dsh-usage-billing discovered from GitHub.
  • dsh-usage-chart — A DeepSeek Harness Web plugin for real-time Token usage, cost estimates, per-round charts, and DeepSeek API balance.
  • dsh-usage-cost — DSH plugin: per-step timestamped DeepSeek API usage timeline + peak/off-peak cost readout. Official bundle; install via: dsh plugin --profile web add github:Dino6021/dsh-usage-cost#main
  • dsh-usage-cost — Lightweight DeepSeek Harness plugin: per-session + global API cost stats (peak/off-peak pricing)
  • dsh-usage-dashboard — DeepSeek 额度与用量仪表盘 — DSH (DeepSeek Harness) 动态 Cordis 插件
  • dsh-usage-dashboard — DSH(DeepSeek Harness)Web 插件:设置页 Token 消耗仪表盘 —— 指标卡、近 7 天/逐时趋势图、按模型/会话分布,数据全部来自本机会话日志,零外部请求。
  • dsh-usage-ledger — dsh-usage-ledger(Token 费用统计)— 自动记下每笔对话花了多少 Token、多少钱(按对话、按天、累计都能查),价格自动跟着官方最新价走、支持多家国产厂商,低谷时段自动按便宜价算,预算超了自动提醒还能拦下调用,带可视化仪表盘。
  • dsh-usage-lens — DeepSeek Harness (DSH) 用量统计面板 — usage statistics dashboard: GitHub-style heatmap, daily token trend, model usage donut.
  • dsh-usage-meter — DeepSeek Harness usage recorder plugin: per-model hourly token usage (input/output/cache hits) with a stacked bar chart dashboard in the Web GUI.
  • dsh-usage-meter — DSH (DeepSeek Harness) model usage dashboard plugin: settings panel with per-provider/model token summary and today/7d/30d trends
  • dsh-usage-panel — DeepSeek Harness 消耗统计插件:设置页 Token 用量 KPI、半年活跃热力图、按模型堆叠柱状图与模型环形图(dsh-plugin)
  • dsh-usage-plugin — DeepSeek Harness 用量与消耗插件(dsh-usage)—— 每次调用的 token 用量/缓存命中统计、峰谷计费、余额查询、CSV/JSON/PNG 导出,可经桌面端一键安装或命令行 dsh plugin add 安装。
  • dsh-usage-plugin — DeepSeek Harness (DSH) plugins. First: dsh-usage-report — per-session token usage & estimated cost (/usage + usage_report), priced from the DeepSeek pricing table.
  • dsh-usage-record — DSH Web 对话区左侧提问导航轨:横线=提问,点击跳转+鱼眼+滚动跟随+后台预加载
  • dsh-usage-stats — healing1/dsh-usage-stats discovered from GitHub.
  • dsh-usage-stats — DeepSeek Harness 使用统计插件|Token 总量与构成、7/30 天趋势、年度活跃热力图、模型占比、工作区/任务筛选、CSV/JSON 导出
  • dsh-usage-stats — DeepSeek Harness 插件:GitHub 风格用量热力图 + Token / 缓存命中 / 账户余额看板 + 工作区别名管理。
  • dsh-usage-stats — Token usage heatmap, per-model breakdowns, and DeepSeek account balance for the DeepSeek Harness Web GUI (dsh web).
  • dsh-usage-vendor-stats — kirigayakazima/dsh-usage-vendor-stats discovered from GitHub.
  • dsh-user-message-navigation — DSH User Message Minimap(用户消息导航轨)— 长对话中的用户指令快速导航插件
  • dsh-user-plugins-manager — DSH 用户插件管理器:在 设置→插件 统一管理插件目录散件、运行树插件与 npm 插件包——挂载/卸载/启用/停用(cordis.patch.yml 补丁层 + HMR 热生效)
  • dsh-utility-tools — DSH(DeepSeek Harness)对话工具插件:拖拽任意文件进入对话 + 选中文本引用。
  • dsh-ux-simple — DSH 界面两档模式(简化/原生):工具卡片开关,简化UI内容降低新手门槛
  • dsh-vault — Encrypted credential vault for DeepSeek Harness — AES-256-GCM + TOTP, model tools + Settings UI
  • dsh-vector-memory — DSH-Plugin: durable agent memory core - mem_save/mem_search/mem_health backed by storageDomain (survives restarts), 記憶 view tab.
  • dsh-verify-gate — Require workspace verification before conclude | 结案前须跑通工作区验证命令
  • dsh-verify-judge — AI 说"做完了"?先让它拿证据:目标盖章前强制跑测试,收工前再查一遍 — DeepSeek Harness 插件 / Make your dsh agent prove it's done: gated goal completion + turn-end verification
  • dsh-view-modes — view modes for deepseek harness, including Verbose, Normal, Summary Mode
  • dsh-viewboost — DeepSeek Harness 插件:右侧预览面板工具栏增强(访达显示/全屏/复制路径/复制文件)+ Token 用量卡
  • dsh-virtual-workspace — Virtual Workspaces for DeepSeek Harness: a dynamic Cordis Plugin that groups multiple project directories under one name for cross-project read/search/write, with native sidebar integration and sandbox-consistent escalation.
  • dsh-vision — HarryLi-7/dsh-vision discovered from GitHub.
  • dsh-vision — DSH plugin: image_analyze tool that sends screenshots/photos to an OpenAI-compatible vision model
  • dsh-vision — Vision Bridge for DeepSeek Harness: 识图路由插件,图片交给视觉模型描述后回填给纯文本 DeepSeek
  • dsh-vision — 为 DeepSeek Harness 增加外挂识图模型:圆形鲸鱼按钮、发送图片识图自动回传、模型自主截图+识图工具、多协议自动适配、小白一键安装(未装 Node.js 自动下载)
  • dsh-vision — Near-native image understanding for DeepSeek Harness
  • dsh-vision — DSH plugin: text-only models (e.g. DeepSeek-V4) automatically see images via a vision model. Official surface-replace, cache-friendly, human transcript untouched. 纯文本模型自动识图桥
  • dsh-vision — Vision tool plugin for DeepSeek Harness (DSH): give text-only models like deepseek-v4-flash image recognition via Alibaba Bailian / any OpenAI-compatible vision API. 给 DeepSeek Harness 无识图能力模型加识图工具。
  • dsh-vision — DeepSeek Harness 识图插件:为不具备原生识图能力的模型提供识图能力(阿里云百炼 qwen3.5-omni-plus,失败自动切换智谱 glm-4.6v-flash)。由 claude-vision-skill 移植适配。 | Vision tool for DeepSeek Harness
  • dsh-vision — DeepSeek Harness: vision
  • dsh-vision-android — DeepSeek Harness plugin: multimodal vision (OpenAI-compatible) + Android adb UI automation for real-tap mobile app testing
  • dsh-vision-bridge — DeepSeek Harness plugin that bridges session images to pluggable vision APIs while keeping DeepSeek as the primary model.
  • dsh-vision-bridge — DSH 视觉桥接插件:让无视觉能力的主模型看图(会话收图 + 自动转文字 + view_image 工具)
  • dsh-vision-bridge — DSH-native vision bridge for text-only models with native image attachments, multi-image evidence batching, and session-scoped validated Evidence caching.
  • dsh-vision-guard — good-boy4069/dsh-vision-guard discovered from GitHub.
  • dsh-vision-helper — DeepSeek Harness Vision Helper/DeepSeek Harness 视觉辅助方案
  • dsh-vision-LMstudio — 让你能通过deepseek harness调用LM studio加载的本地视觉模型
  • dsh-vision-plugin — woyeshishen/dsh-vision-plugin discovered from GitHub.
  • dsh-vision-plugin — DeepSeek Harness 视觉插件:让纯文本模型拥有视觉能力 / Vision plugin for DSH: vision_analyze tool + automatic image transcription for text-only models.
  • dsh-vision-primitives — Native interactive visual-reasoning plugin for DeepSeek Harness: precise pixel grounding (SOM grid / zoom / annotate / measure / diff / color / OCR) + MiMo V2.5 multimodal backend, zero external MCP servers.
  • dsh-vision-provider — Config-only DeepSeek Harness bundle for OpenAI-compatible vision models.
  • dsh-vision-recognizer — DeepSeek Harness 识图插件:保持 DeepSeek 对话,15+ 供应商视觉模型把图片转译为文字,可在 设置→插件 配置
  • dsh-vision-sidecar — Hosted free vision sidecar for DeepSeek Harness with durable session evidence
  • dsh-vision-subagent — Vision for text-only DeepSeek Harness agents: subagent-delegated image reading + Codex-style paste bridge on a configurable MiniMax/Kimi route
  • dsh-vision-suite — Windows-first vision suite with image understanding, OCR, screenshot diffing, and multi-provider routing for DeepSeek Harness.
  • dsh-vision-tool — Paste an image into the chat box and text-only DSH models can "see" it — auto-rewrite of pasted images + analyze_image tool routed to a Kimi vision model.
  • dsh-vision-tools — DeepSeek Harness 视觉能力全家桶:vision_understand 工具 + 粘贴/拖拽/按钮三入口识图
  • dsh-visual-plan — DeepSeek Harness 可视化计划模式:将 Plan Mode 生成的计划变为可编辑节点图,支持批注、Plan Diff 与版本化回写。
  • dsh-visual-plugin — Dsh-visual-plugin.Give your text-only model eyes: forward user images to any OpenAI-compatible vision model and see the results in a Web UI right panel
  • dsh-visual-trace — Cross-surface plain-language trajectory visualization and review for DeepSeek Harness.
  • dsh-vlm-bridge — DeepSeek Harness (dsh) bundle plugin: vision_analyze tool lets text-only LLM agents read images via SenseNova VLM, with Schemastery config and single-source credentials
  • dsh-voice — Voice input plugin for DeepSeek Harness: mic → local/browser speech recognition → text submitted as a normal chat message. Input-only and preset-agnostic.
  • dsh-voice — Full-duplex voice mode for DeepSeek Harness: streamed ASR → LLM → TTS with barge-in. Local whisper transcription, Edge TTS playback, zero API key.
  • dsh-voice — DeepSeek Harness 语音双件套插件:voice_tts(edge-tts 协议免费微软神经语音合成,Sec-MS-GEC 本地 DRM 生成)/ voice_stt(OpenAI 兼容 ASR)/ voice_list。· TTS + STT for DeepSeek Harness agents.
  • dsh-voice — Voice for DeepSeek Harness(dsh) — speech-to-text input + read-aloud TTS for text-only DeepSeek, zero API key.
  • dsh-voice-funasr — omdsh-dev/dsh-voice-funasr discovered from GitHub.
  • dsh-voice-input — Voice-to-text input plugin for the DeepSeek Harness Web UI
  • dsh-voice-input — 本地部署小语音模型
  • dsh-voice-input — DeepSeek Harness 语音输入插件:在 Web GUI 输入框添加麦克风按钮,基于浏览器 Web Speech API 的语音转文字输入,支持可选自动发送。
  • dsh-voice-input — DSH Web 中英语音输入插件,支持中英混合口述,基于浏览器 Web Speech API。 Chinese and English voice input for DSH Web, with mixed-language dictation via the browser Web Speech API.
  • dsh-voice-mic — DeepSeek Harness (dsh) 语音输入插件:麦克风按钮/快捷键录音,实时转写回填输入框。三种识别引擎:浏览器 Web Speech、本地 SenseVoice/Paraformer 离线后端(一键部署)、OpenAI 兼容云端 ASR API。
  • dsh-vqa-agent — DSH 插件:vqa_ask 双模型视觉问答 —— 主模型提问 → 视觉模型看图回答,UI 实时展示 QA 过程,支持多模态视觉模型选择
  • dsh-vscode — Hyna-hla/dsh-vscode discovered from GitHub.
  • dsh-vscode-review — deepseek harness review插件, 可以让你在vscode中直观看到dsh的"增删改"操作, 支持逐行ac或rj
  • dsh-vscode-theme — allow deepseek harness to use .vsix theme file designed for visual studio code
  • dsh-w-plugin-ecosystem — 为dsh专属打造的贴近原生的自定义插件生态,支持插件可配置,独立协议,热拔插
  • dsh-wallpaper — Wallpaper skin for the DeepSeek Harness (dsh) web UI: image background with opacity, mask and blur controls.
  • dsh-wallpaper — Set a custom background wallpaper for the DeepSeek Harness desktop app — presets, image URL, upload, and an opacity slider
  • dsh-wallpaper — RNlao/dsh-wallpaper discovered from GitHub.
  • dsh-wallpaper — DeepSeek Harness wallpaper plugin / DSH 壁纸与磨砂玻璃插件
  • dsh-wallpaper-rotator — DSH plugin: auto-rotating UI wallpapers for DeepSeek Harness with crossfade transitions, a built-in SVG wallpaper set, and readability controls (frosted glass, dimming, text shadow). Install via dsh plugin add.DSH 壁纸轮换插件:定时轮换应用背景壁纸(交叉淡化动效)、内置壁纸集、毛玻璃/压暗/文字阴影可读性调节。dsh plugin add 一键安装。
  • dsh-wallpaper-rotator-enhanced — Enhanced fork of dsh-wallpaper-rotator: video backgrounds, full-page wallpaper neutralization, dsh rc.6 compat
  • dsh-wanghong-handwritten-ppt — 王虹学术手写风 PPT Skill for DeepSeek Harness · Notability-style HTML slides and PNG export
  • dsh-watch — Put a watch on a stream: background listeners that wake the DeepSeek Harness agent with new matching lines — the harness analog of Claude Code's Monitor tool, built on the first-class jobs subsystem. Not affiliated with DeepSeek.
  • dsh-waterball-pet — A floating water-ball pet plugin for the DeepSeek Harness Web UI.
  • dsh-weather — Weather tool for DeepSeek Harness: current conditions and multi-day forecasts via Open-Meteo (free, no API key)
  • dsh-weather — Weather forecast for the DeepSeek Harness web GUI: a draggable floating weather card plus a model-callable weather tool.
  • dsh-weather-sky — 在 DeepSeek Harness 界面叠加一层实时天气与天空动画——白天显示太阳,夜晚显示带真实月相的月亮,并按天气呈现云、雨、雪、雾,以及周期性的闪电。Overlay a live weather & sky animation on the DeepSeek Harness UI: sun by day, moon with real phases by night, plus clouds, rain, snow, fog, and periodic lightning.
  • dsh-web-access — Web access for DeepSeek Harness — multi-provider search/fetch on ctx.web, plus GitHub/PDF/YouTube extraction.
  • dsh-web-auth-gateway — Authentication reverse-proxy gateway plugin for DeepSeek Harness Web
  • dsh-web-auto-open — DSH plugin: auto-open the default browser when dsh web starts — cross-platform (Windows/macOS/Linux)
  • dsh-web-billing — RMB/USD token-billing plugin for DeepSeek Harness (dsh web): official-policy auto pricing with peak/off-peak hours, per-message ledger, account balance, locale-driven currency display. 人民币/美元 token 计费插件
  • dsh-web-compat — DeepSeek Harness Web 兼容插件:非 secure context 下注入 crypto.randomUUID polyfill,修复局域网 HTTP 访问时附件上传崩溃 | Web compat for DeepSeek Harness UI: crypto.randomUUID polyfill for plain-http LAN access
  • dsh-web-default-session — DSH Web client plugin: New Session defaults to a no-folder workspace rooted at the host launch directory; the workspace picker gains a default-directory entry — no folder picking required.
  • dsh-web-enhance — DSH Web UI enhancement plugin: turn-by-turn conversation navigation & thinking-chain default-expand DSH Web UI 增强插件:逐轮对话导航、思维链默认展开
  • dsh-web-enhanced — [building……] DeepSeek Harness's web enhancement plugin—brings task dashboards, Git graphs, workspace file panels, balance displays, and graph recognition into the DSH web interface.
  • dsh-web-lan-access — DeepSeek Harness (dsh) Web plugin
  • dsh-web-launcher — Windows 上的 DeepSeek Harness Web 一键启动器|One-click launcher with background restart and browser refresh.
  • dsh-web-launcher — 🐋 One-click desktop launcher for the DeepSeek Harness Web UI — a whale-icon app that boots dsh web and opens your browser. Zero friction, zero typing.
  • dsh-web-mermaid — vtxf/dsh-web-mermaid discovered from GitHub.
  • dsh-web-mobile — DeepSeek Harness Web UI 移动端适配插件:窄屏下侧边栏变为 overlay 抽屉,会话独占全宽。
  • dsh-web-mobile-fix — DeepSeek Harness (dsh) Web plugin
  • dsh-web-notification — Desktop notifications when the model finishes a reply in DeepSeek Harness
  • dsh-web-open — DeepSeek Harness (dsh) bundle: when dsh web is ready, print the full GUI URL and open it in your default browser. Cross-platform, zero runtime deps, fail-safe.
  • dsh-web-plugin-explain — dsh Web 插件:在 设置→插件 的「插件列表」里展示每个插件的 package.json 描述,第三方插件带「第三方」标签,支持按描述搜索。
  • dsh-web-plugin-manager — healing1/dsh-web-plugin-manager discovered from GitHub.
  • dsh-web-plugin-manager — 在 Web UI 中一键管理 DeepSeek Harness (DSH) 插件:查看、实时启停、安装/卸载、更新检测、健康检查(依赖/冲突/兼容性分析)、环境管理、插件市场。bundle 与非 bundle 插件全覆盖
  • dsh-web-plugins — 🧩 DSH 模块中心开源框架:右侧模块化桌面,宫格排布任意模块,自定义尺寸 1x1~2x6,长按拖动换位,开放模块协议(插件注册即显示)+ 插件社区 + Agent 社区(270 中文预设)
  • dsh-web-preview — DeepSeek Harness 侧边网页预览面板:本地静态托管、项目运行、元素标记批注、链接点击接管(Cordis 插件包)
  • dsh-web-preview-float — 为DSH提供预览-代码两个悬浮窗
  • dsh-web-recon — 网页系统侦察 · DeepSeek Harness 插件:摸清一个网页系统怎么运作,只摸一次。抓真实接口与可访问性树,固化成可复用的作战手册。零依赖,不用 Playwright。
  • dsh-web-remote — DSH 手机/外网远程访问插件:Cloudflare Quick Tunnel 公网隧道 + token 鉴权 + gzip 压缩 + 局域网 HTTPS 直连 + 手机图标面板
  • dsh-web-restart — One-click restart button for the DeepSeek Harness Web UI: sidebar footer button, single click restarts the dsh web process. / DSH Web 界面一键重启按钮。
  • dsh-web-restart — DSH bundle: ensure/rotate the DeepSeek Harness web server (detached via WMI) — load to start it
  • dsh-web-search-bocha — DeepSeek Harness Web Search Plugin
  • dsh-web-search-brave — Brave Search-backed WebSearchProvider for DeepSeek Harness (ctx.web)
  • dsh-web-search-doubao — Doubao (feedcoop global_search) web search provider plugin for DeepSeek Harness (dsh), registers into the ctx.web capability seam
  • dsh-web-search-duckduckgo — qwased/dsh-web-search-duckduckgo discovered from GitHub.
  • dsh-web-search-firecrawl — Firecrawl-backed search provider plugin for the DeepSeek Harness web capability seam (ctx.web)
  • dsh-web-search-multi — 🌐 Multi-provider web search plugin for DeepSeek Harness: Zero-key Bing/Baidu direct search, free-tier APIs (Tavily/Brave/Serper/Bocha), SearXNG token auth, auto-fallback, and a built-in Web Settings GUI.
  • dsh-web-search-responses — DSH ctx.web search provider that reuses the conversation model's OpenAI Responses built-in web_search
  • dsh-web-search-searxng — SearXNG-backed WebSearchProvider for DeepSeek Harness (ctx.web) — self-hosted, zero per-search model cost, multi-engine aggregation
  • dsh-web-search-searxng — chinng-inta/dsh-web-search-searxng discovered from GitHub.
  • dsh-web-search-searxng — A standalone SearXNG-backed web search provider for the DeepSeek Harness web profile. It plugs into the harness's web-search seam (ctx.web), so the agent's web_search tool searches through your own self-hosted SearXNG instance instead of a vendor API.
  • dsh-web-search-tavily — Tavily-backed WebSearchProvider for DeepSeek Harness (ctx.web) - keyless mode, no API key required
  • dsh-web-search-tavily — Tavily-backed web search provider bundle for DeepSeek Harness (dsh) with hot-switchable backend (Tavily / DeepSeek search)
  • dsh-web-search-Tavily — Adds Tavily Search API as a web search provider for DSH.
  • dsh-web-search-tokenrhythm — Joeytisaly/dsh-web-search-tokenrhythm discovered from GitHub.
  • dsh-web-shell — DeepSeek Harness 的右侧停靠 Web Shell 插件,帮助在web对话同时进行用户的 shell 操作。
  • dsh-web-terminal — DSH 插件:在 DeepSeek Harness Web 界面(对话/轨迹)顶部新增「终端」Tab,内置 xterm.js + node-pty 交互式终端,让你在编码完成后即时在终端执行指令调试。
  • dsh-web-terminal — qichuang321/dsh-web-terminal discovered from GitHub.
  • dsh-web-text-drop — DSH Web GUI 文本文件拖拽导入插件:把 md / txt / log / 代码等文本文件拖进页面, 按内容长度自动处理 —— 短内容直接进输入框,长内容复制到工作区并粘贴可读路径。
  • dsh-web-theme-packs — This is a dsh-pulgin for change theme by yourself.
  • dsh-web-tools — Multi-provider Web Search & Fetch for DeepSeek Harness — Tavily, Exa, Firecrawl, Brave, You.com, Jina & SearXNG with fallback and native settings UI.
  • dsh-webchatlike — Web-chat style message actions for DeepSeek Harness: edit your prompt, regenerate answers, and flip versions with a deepseek.com-style <i/N> pager. Deepseek网页版/app聊天体验插件
  • dsh-webfetch — Web page reader for DeepSeek Harness (dsh): fetch any URL and extract clean Markdown / plain text plus a link inventory - zero runtime dependencies, read-only
  • dsh-webhook-bridge — ben7am1n/dsh-webhook-bridge discovered from GitHub.
  • dsh-webproxy-router-plugin — 一个deepseek harness webfetch的代理插件,可以让llm自己维护代理列表,让llm也能科学上网
  • dsh-webui-background — lx963/dsh-webui-background discovered from GitHub.
  • dsh-webUI-Glass-Theme — makuralymi/dsh-webUI-Glass-Theme discovered from GitHub.
  • dsh-webui-market-plugin-plus — Fork of @Sanqi-normal/dsh-webui-market-plugin — in-harness DSH plugin market with global install progress, terminate button, restart banner, and enable/disable management. (Original author: Sanqi-normal)
  • dsh-webui-perf — DeepSeek Harness WebUI 性能优化开关插件:长代码流式渲染/历史加载/高亮缓存优化,设置面板一键开关(with official-package patches)
  • dsh-webUI-pets — Codex-style desktop pets for the DeepSeek Harness Web UI / 类似 Codex 的 DeepSeek Harness Web UI 桌宠
  • dsh-webview-wrapper — 贯彻 "一切皆插件" 的 DeepSeek Harness webview 封装。 A DeepSeek Harness webview wrapper in the everything-is-a-plugin spirit.
  • dsh-wechat — DSH插件,将微信私聊消息桥接到DSH,支持文本、图片、文件、音视频的双向传输。目标是在微信端还原DSH的原生体验
  • dsh-wechat-bridge — DSH 微信桥接插件 | DeepSeek Harness WeChat bridge plugin:把手机微信(腾讯官方 iLink/ClawBot 协议)接入 DSH AI 助手——流式回复、扫码登录、会话持久化、定时任务、网页抓取(MCP)。Connect WeChat to DeepSeek Harness AI via Tencent's official iLink/ClawBot protocol: streaming replies, QR login, cron jobs, web fetch (MCP).
  • dsh-wechat-maid — 一个适用于DSH的插件,提供微信远程控制、主动对话、未来任务、桌宠等功能,可通过桌宠面板实时检查未来任务的状态,并提供“自动编码”模式,使模型在对话完后发微信提醒你,以便你认真的刷手机。
  • dsh-wechat-mp — DeepSeek Harness plugin: turn markdown into a typeset WeChat Official Account draft
  • dsh-wecom — WeCom AI Bot channel for DeepSeek Harness — every chat runs a persistent, preset-backed agent with real tools.
  • dsh-WeCom-notify — DeepSeek Harness (dsh) 插件:事件驱动的企业微信(WeCom)群机器人通知 — goal 完成/阻塞与每轮对话自动推送,另含 wechat_notify 工具;走官方 webhook,零封号风险。
  • dsh-weekly-digest — DSH 插件:周报生成器——聚合最近 N 天的 git 提交、会话活动与每日记忆,自动生成 Markdown 周报,全程只读。Weekly Digest Generator for DeepSeek Harness.
  • dsh-weixin — [STU-XIE] 将你的本地dsh接入微信,尝试使用微信进行工作吧,至少比openclaw的体验要好很多
  • dsh-weixin — DeepSeek Harness: Weixin
  • dsh-weixin — 通过微信扫码把微信机器人接入 DeepSeek Harness
  • dsh-weixinbot — MadDoooog/dsh-weixinbot discovered from GitHub.
  • dsh-whale-arcade — Community-maintained whale arcade for DeepSeek Harness while waiting for model responses
  • dsh-whale-background — DeepSeek Harness Web 背景插件(client-only)
  • dsh-whale-bg — Unofficial DeepSeek Harness particle-whale background plugin with cursor lighting and theme support.
  • dsh-whale-font — 把 DeepSeek Harness 对话里的主语人称「我/你/I/me」渲染成 DeepSeek 蓝鲸图标(DSH 插件)
  • dsh-whale-pet — DeepSeek 鲸鱼娘桌宠:DSH Desktop 桌宠 + Web 版悬浮桌宠,晓伊神经网络语音、撒娇互动、任务完成提醒
  • dsh-whale-pet — Unofficial whale-girl pet plugin for the DeepSeek Harness Web UI
  • dsh-whale-pet — dsh-whale-pet
  • dsh-whale-picks — 🐳 鲸选 dsh-whale-picks — 敢装,值得装:有品味的 DeepSeek Harness 插件精品商店(创始人亲测 + 安全体检 + 四维评分)
  • dsh-whale-report — 🐋 鲸鱼记事本 — 你的 Agent 年度报告:从会话事件日志生成日报/周报/月报/年报,任意区间、只读不改写
  • dsh-whale-tui — grok-build style terminal UI for DeepSeek Harness: a Rust/ratatui TUI shipped as a dsh plugin bundle
  • dsh-when — DSH plugin: parse natural-language relative times into ISO timestamps (fail-fast)
  • dsh-widescreen — Widescreen mode for DSH web UI.
  • dsh-wiki-bridge — WikiBridge:DSH × Obsidian 知识库桥接插件(约束工具 + 自动词典检索 + 零补丁配置)
  • dsh-wikilink — Obsidian-style [[wikilink]] mentions for the DeepSeek Harness web GUI: fuzzy-search note titles and attach their contents to the prompt
  • dsh-wildmon — 你的真实工作就是草丛:野生小灵随机冒头,扔球捕捉,28 格图鉴、6 只队伍、夜行种与传说条件,宝可梦式收集,零 token | Collect-em-all safari for DSH — your work rustles the grass.
  • dsh-win-bash-fix — Windows Git Bash fix for DeepSeek Harness (dsh): MSYS sandbox conflict + terminal inspector, with the minimal-win collective-thinking preset (we/let's chain)
  • dsh-win-gitbash — Git Bash tool plugin for Windows (replaces pwsh and WSL-only bash)
  • dsh-win-notify — DSH 插件:代理任务完成时弹出带声音的 Windows Toast 通知,点击通知即可直接切回并前台显示 DSH 标签页
  • dsh-win32 — First-class Windows for DeepSeek Harness: persistent Git Bash Minimal mode, doctor for install traps, one-command setup | 让 DSH 在 Windows 上成为一等公民
  • dsh-window — ZichengGurrr/dsh-window discovered from GitHub.
  • dsh-windows-manager — Lightweight DeepSeek Harness manager for Windows | 轻量级 DeepSeek Harness Windows 托盘管理器 | tray
  • dsh-windows-notify — Windows-grade notifications for DeepSeek Harness: system toasts, custom sounds, and a taskbar tray badge — a native DSH profile plugin (zero patching).
  • dsh-windows-ocr — maxwell-feng/dsh-windows-ocr discovered from GitHub.
  • dsh-windows-readiness-proof — Content-addressed readiness proof for sanitized DeepSeek Harness observations on managed Windows hosts
  • dsh-windows-tray — GZMULDY/dsh-windows-tray discovered from GitHub.
  • dsh-windtunnel — A windtunnel Plugin for DeepSeek Harness
  • dsh-winuxsh — Winuxsh runtime, sandbox, profile bundle, and Web UI plugin for DeepSeek Harness
  • dsh-wordbox — DSH Web GUI常用词箱子,方便项目常用词的存储和粘贴 | DSH Web GUI Common Words Box – for storing and pasting frequently used project terms."
  • dsh-workbench — A VS Code-style workbench (Preview + Files/Git panels) plugin for the DSH Web GUI
  • dsh-workbench — A Codex-like file workspace for DeepSeek Harness Web — source previews, captured diffs, tabs, and a workspace tree beside the conversation.
  • dsh-workflow-groups — 分组工作流看板插件:每个分好组的 workflow 在 DSH Web GUI 有独立标签页实时展示状态/阶段/子agent/日志
  • dsh-workflow-worktree — Git worktree isolation backend for DeepSeek Harness workflows: implements the registerIsolationAdapter() seam so isolation: 'worktree' works.
  • dsh-workloads — Durable workspace-owned Workloads and Runtime Center for DeepSeek Harness
  • dsh-workspace — 一个把文件工作区直接带进 DeepSeek Harness WebUI,并为手机和第三方客户端提供稳定的远程接口插件。A bilingual file workspace and secure remote API for DeepSeek Harness WebUI and mobile clients.
  • dsh-workspace-actions — ZJS248/dsh-workspace-actions discovered from GitHub.
  • dsh-workspace-digest — DeepSeek Harness bundle: workspace_digest tool
  • dsh-workspace-dir — DeepSeek Harness plugin: show the current conversation's working directory in a draggable directory panel with adjustable opacity | DeepSeek Harness 插件:在可拖动、透明度可调的目录面板中显示当前对话的工作目录与文件列表
  • dsh-workspace-env — DSH plugin: per-workspace .env injection for shell subprocesses
  • dsh-workspace-envrc — Native direnv environments for DSH workspace Bash and persistent terminals
  • dsh-workspace-explorer — VS Code 风格双栏资源管理器。左侧多工作区文件树:语言着色 SVG 图标、行内重命名、新建文件/文件夹;右侧编辑器可拖拽缩放,行号 + 状态栏,语法高亮(函数/关键字/注释/字符串分色,支持 10 种语言)
  • dsh-workspace-file-view — DeepSeek Harness dsh-workspace-file-view
  • dsh-workspace-files — Workspace file explorer plugin for the DeepSeek Harness web GUI
  • dsh-workspace-files-explorer — A collection of dynamic Cordis plugins for DeepSeek Harness (DSH): token cost metering, balance checks, update checking, and a workspace file explorer with code & Markdown preview. Plain JavaScript, paste-and-run.
  • dsh-workspace-inspector — DeepSeek Harness (dsh) Web 右侧面板插件:Token 用量与占比、全部历史消息目录(可折叠/点击跳转)、上下文压力、工作区文件树(点击系统默认打开)。跨平台(macOS / Windows / Linux)。
  • dsh-workspace-mcp — DSH 插件: 按 workspace 加载 MCP server (agent-scoped)
  • dsh-workspace-overlay — Out-of-tree DeepSeek Harness plugin for workspace-scoped Cordis configuration, agent presets, and MCP routing
  • dsh-workspace-upload — A simple plugin to address the pain point of inconvenient file management when deploying DeepSeek Harness in the cloud. 一个简单的插件,用于在云端部署deepseek harness时管理文件。
  • dsh-worktree — Git worktree filesystem isolation for DeepSeek Harness subagents — each child works in its own worktree; clean ones auto-remove, dirty ones are kept for review.
  • dsh-worktree — Durable Git worktree isolation and delivery plugin for DeepSeek Harness
  • dsh-writing-pad — Markdown writing pad for the DeepSeek Harness web GUI: per-session editing, preview, and in-session AI-assisted rewrite.
  • dsh-writing-remote — Typert remote for dsh-tool-writing: exposes project, library and search data to the client writing panel.
  • dsh-ws-files — DeepSeek Harness 插件:Web 前端工作空间文件浏览器——树形目录浏览、文件名搜索、系统默认程序打开、在线编辑保存(写前确认),只读优先、路径围栏安全设计。
  • dsh-wsl-bridge — Windows access tools for WSL agents: win_ls/win_read/win_write/win_run/win_open/win_path/win_drives as a DeepSeek Harness bundle
  • dsh-wsl-workspace — WSL workspace support for DeepSeek Harness——无缝的 WSL 工作区使用体验,无需在 WSL 之中再安装一个dsh,安装该插件后在 GUI 里直接添加 WSL 工作区即可。WSL workspace support for DeepSeek Harness — Enjoy a seamless WSL workspace experience without needing to install dsh inside WSL. Once this plugin is installed, you can directly add a WSL workspace right from the GUI.
  • dsh-wuyun-liuqi — 五运六气(运气学)AI Agent 技能包的 DeepSeek Harness(dsh)Cordis 插件:31 个 SKILL.md 技能原样封装,一行 dsh plugin add 安装。
  • dsh-wx-skin — wangxilhy23/dsh-wx-skin discovered from GitHub.
  • dsh-x9-theme — 一个dsh的主题修改插件
  • dsh-xai — xAI Grok SuperGrok / X Premium OAuth for DeepSeek Harness
  • dsh-xiangqi — DSH 中国象棋消遣插件:卡通小宠物邀请你在 AI 思考间隙下棋,内置引擎 + 中文记谱 + LLM 点评
  • dsh-xiaohongshu-viral-note — DSH (DeepSeek Harness) plugin bundle: Xiaohongshu/RED viral-note agent skill - hot-note research, note generation/rewrite, verification, authorized account analysis, QR login and controlled publishing, shipped as a bundled skill provider.
  • dsh-xiaoyao-skins — 夕小瑶 × DeepSeek Harness Web 皮肤合集、安装器与社区创作工具链
  • dsh-xiapan-media — Native vision, gpt-image-2 and Seedance plugins for DeepSeek Harness via Xiapan Cloud
  • dsh-xueqiu — 雪球 mini 行情面板 — DeepSeek Harness 免登录 A股/港美股实时行情、K线、分时、热榜、7x24快讯。可拖拽悬浮面板,交易时段智能刷新。
  • dsh-youmind-plugin — YouMind OpenAPI tools and skill bundle for DeepSeek Harness
  • dsh-youreyes — Eyes for text-only DeepSeek on DeepSeek Harness: model-invokable vision tool + wrapper adapters + general VLM channels (OpenAI-compatible / Gemini / local Ollama)
  • dsh-yzlin499-easy-plugins — 非常好的小工具,毛坯房DSH可以看看。
  • dsh-zen — Zen mode for DeepSeek Harness Web UI: one-click immersive focus (hide sidebar/topbar), Ctrl+Shift+Z, pet auto-hide linkage
  • dsh-zh-hant-hk — DeepSeek Harness plugin: Hong Kong Traditional Chinese wording (對話, 設定, 儲存)
  • dsh-zh-output — DeepSeek Harness 中文输出插件:强制中文思考与输出的中文预设
  • dsh-zhipu-vision — xingling80/dsh-zhipu-vision discovered from GitHub.
  • dsh-zotero — Let agents search, read, and cite your local Zotero library: find papers, browse notes and annotations, pull evidence by question, open the source document, generate citations.
  • dsh-zotero — 在 DeepSeek Harness 中浏览、搜索并引用你的 Zotero 文献库(侧边栏文件树 + & 与 /zotero 快速引用)
  • dsh-zotero-wiki — DeepSeekHarness × Zotero 插件:自动同步文献库,MinerU 解析 PDF,DeepSeek 全文阅读生成结构化笔记,编译成可检索的 Obsidian LLM Wiki。
  • dsh2wechat — DeepSeek Harness 微信 ClawBot 消息桥插件
  • dshacp — ECHOUniverse/dshacp discovered from GitHub.
  • dshelm — DSHelm — The batteries-included agent layer for DeepSeek Harness. OmO-inspired. DSH-native. Ecosystem-composable.
  • dsher-bbs-plugin — bbs.dsher.cn 社区面板 — DeepSeek Harness Web 的 bundle 插件:右下角悬浮入口,浏览/搜索/发帖/回帖/点赞/粘贴截图上传/一键登录。dsh plugin --profile web add 一键安装
  • dshmath-manim — deepseek harness manim数学插件
  • dshx — The missing companion CLI for DeepSeek Harness (dsh): manage MCP servers with dry-run checks, migrate from Claude Code / Codex in one command | dsh 的 MCP 管理与迁移工具
  • dskin — DSKIN · DeepSeek Harness(DSH)卡通像素皮肤插件 / Cartoon pixel skin plugin for DSH Web GUI — 原始界面不动,像素宠物会散步、眨眼、跳跃 / living pixel pets that stroll, blink and hop
  • dynamic-schulte-dsh — marvin9551/dynamic-schulte-dsh discovered from GitHub.
  • embedded-workbench — Embedded C/C++ AI engineering plugin — firmware skills (FreeRTOS, Keil, HardFault, state machines) + 1% Rule / Plan Verification Gate discipline | 嵌入式 C/C++ 工程 AI 插件:固件技能与 agent 纪律。 For Claude Code, Codex, Cursor, Kimi, OpenCode, ZCode and DeepSeek Harness (dsh)
  • engramory — A portable memory protocol for AI agents — load it as standing rules; a curation discipline + reference spec + optional cap hook.
  • enhance-provider-config — Adonis511/enhance-provider-config discovered from GitHub.
  • evo-memory — agent memory plugin based on CLP
  • fabric — BingChanCN/fabric discovered from GitHub.
  • fabric-theme-studio — BingChanCN/fabric-theme-studio discovered from GitHub.
  • falsify-dsh — DeepSeek Harness adapter for the public Falsify CLI. Adjudicator receipt, not a second-opinion workflow.
  • fasthtml-desktop — FastHTML + pywebview 桌面应用全生命周期技能(本地 HTTP + WebView2 + PyInstaller)
  • fdtd-mcp — MCP server for Lumerical FDTD
  • folder-tree-sh — Workspace file-tree panel for the DSH web UI: explore, preview (DOCX / Markdown / PDF / code / CSV), and manage files with a real context menu.
  • folio — Folio (兰亭): consulting document-generation engine with 5-stage pipeline (intake, memory, methodology, deliverable, proof). Native DSH plugin stack: 15 tools, session-protocol events, L0 guard, agent preset. Swappable methodology packs, zero-key start.
  • frameevidence — Independent, bounded Figma REST evidence plugin for DeepSeek Harness: read-only node inspection and temporary render URLs.
  • framefactory-plugin — A runnable DeepSeek Harness plugin for FrameFactory content workflows
  • free-vision-skill — Local‑only vision skill for macOS 本地化识图技能
  • freestyle-dsh-theme — DeepSeek Harness 主题体验插件:OKLCH 主题提案 + 主题设计器(跨重启持久化)
  • frida_dsh_plugin — mang0cola/frida_dsh_plugin discovered from GitHub.
  • function-extraction — 面向 AI 编程代理的功能链路提取 Skill。它可以从项目代码中提取某个具体功能的完整实现链路,并生成包含业务逻辑、数据流、异常处理、模块依赖和 Mermaid 图表的技术开发文档 A skill for extracting a complete feature implementation chain from a codebase and generating a technical development document with business logic, data flow, exception handling, and Mermaid diagrams. Works with any AI coding agent
  • function-testing — 面向各类 AI 编程代理的功能测试用例生成 Skill。它可以根据 PRD、Git 提交记录或用户故事生成功能测试用例,并输出 Excel 风格测试报告 A skill for generating functional test cases from PRDs, Git commits, or user stories, and exporting an Excel-style test report. Works with any AI coding agent
  • furina-desk-pet — 一个小小的陪伴你的芙宁娜
  • gal-view — 把dsh会话界面切换成galgame游戏界面的插件
  • Gemini-Eyes — ConsoleSun/Gemini-Eyes discovered from GitHub.
  • gh-tea-npm-dsh — GitHub (gh) + Gitea (tea) + npm CLIs for DeepSeek Harness (dsh): guided auth/config, issue & package tools
  • git-worktree — DeepSeek Harness plugin: one click binds each conversation to its own isolated git worktree + branch, so parallel agents work on one repo without interference — every project's worktrees auto-managed in the sidebar workspace tree, backed by 9 git tools.
  • gitlearnos — Git-native AI learning OS with a GitLearnOS-exclusive DeepSeek Harness panel, targeted practice, local RAG, and learner-owned memory.
  • godot-bridge — DSH (DeepSeek Harness) plugin that launches and drives a running Godot 4.x game through its in-game TCP interaction server — replaces the godot-mcp MCP server with native agent tools.
  • gongwen-skill — 中文公文全流程处理工具——基于 GB/T 9704《党政机关公文格式》 国家标准,支持 格式检查与修复、内容优化(Word 原生修订+批注/差异对比版)、模板生成、Markdown 转公文、版头版记页码注入、事实核验、风格增强 等完整能力。原生支持 DeepSeek Harness (DSH) 技能系统,打包为可被 AI Agent 直接调用的 Skill,完全自包含,克隆即用。
  • governed-workflow-for-dsh — Policy-enforced, evidence-first governed workflows for DeepSeek Harness agents.
  • graph-memory — Openclaw记忆插件Knowledge Graph + Memory;Knowledge Graph Context Engine for OpenClaw — extracts structured triples from conversations, compresses context 75%, enables cross-session experience reuse
  • GraphFlow — Roarpeng/GraphFlow discovered from GitHub.
  • graphlint — AngelosZou/graphlint discovered from GitHub.
  • graycode-for-dsh — GrayCodeTeam/graycode-for-dsh discovered from GitHub.
  • ha-orchestrator — DeepSeek Harness(dsh)动态 Cordis 插件:模型高可用回退 + 子智能体编排(HA failover + orchestrate subagents)
  • hanai-investment-dsh — Local-first A-share research workbench for DeepSeek Harness: market dashboards, watchlists, valuation, four investor agents, versioned reports, and continuous post-report chat.
  • harmony-next.skills — 🚀 Expert guidance for HarmonyOS NEXT (API 12+) development. Covers IDE operations, performance tuning, architecture (HAP/HAR/HSP), and automation testing.
  • harness-desktop — 开箱即用的 DeepSeek Harness 桌面客户端 · Out-of-the-box desktop client for DeepSeek Harness
  • harness-pet — Harness Pet — an unofficial community pet for DeepSeek Harness. Not affiliated with, endorsed by, or maintained by DeepSeek.
  • harness-ui-enhancer — Web UI polish layer for DeepSeek Harness: normalizes unfinished or self-contradictory official UI, reconciles style conflicts between installed plugins, and unifies the visual language via official design tokens.
  • harness-widgets — Right-hand widget rail for DeepSeek Harness Web UI: live session stats (turns, LLM/tool time, TTFT, speed, cache, tokens) plus OpenCode Go quota via a same-origin host proxy; extensible widget registry.
  • helm-d — ADWMC/helm-d discovered from GitHub.
  • hermes-dsh-collab — Battle-tested multi-agent collaboration playbook for DeepSeek Harness: model-tier routing, spec discipline, git single-writer rule — as an installable skill. 多 agent 管线里运行 DSH 的实战协作规范
  • HoloGram — 3D code dependency graph generator with built-in LLM agent. Language-agnostic (Python, TypeScript, Rust, Go, Java, C/C++, C#, Ruby, Kotlin, Swift, PHP, Lua). Coupling depth analysis, constraint gating, real-time file watching. Tauri 2 + Three.js + Rust engine.跨语言代码依赖拓扑图生成器 · 14 门语言统一 IR · 3D 全息星图 · 内置 AI Agent 双向联动 · 四级耦合诊断 · 桌面应用 / CLI 双模
  • hud-bar-for-dsh — 一个基于浏览器画中画功能的dsh悬浮窗口,可在网页外的悬浮窗口中随时使用dsh进行工作!
  • ikanban — Monorepo for the iKanban browser-surface fork for DeepSeek Harness.
  • ikun-theme-skin — IKUN 主题皮肤 for DeepSeek Harness — ikun 应援主题、全屏壁纸轮播、基尼太美音乐盒、发送自动播「你干嘛~哎哟」
  • iPolloWork — A next-generation, source-available AI workspace with a self-evolving agent runtime for editable code, design, presentations, websites, and video—a Codex alternative that integrates DeepSeek Harness for subagent delegation, combining iPolloWork’s complete AI workbench with DSH’s specialized agents and both plugin ecosystems in one workflow.
  • ironlaw — IronLaw: evidence-backed completion and repair layer for coding agents
  • iterate-plugin — DeepSeek Harness (dsh) 插件:把 iterate 技能落成自治闭环代码迭代 — 多轮并行审查、确定性去重收敛、原子修复+验证自停、meta-review 一致性审计、dry-run 只读审查。由 iterate-skill 主仓库统一维护。
  • jina-web-search-dsh-plugin — Jina AI tools for DeepSeek Harness: 12 model tools (web / arXiv / SSRN search, read, screenshot, embeddings, rerank, classify, PDF, primer) plus a settings-page API key card with live balance check.
  • jumpserver-dsh — DeepSeek Harness plugin: manage JumpServer assets and operate on them through KoKo
  • keyringseam — Independent macOS Keychain credential provider for DeepSeek Harness, with a signed and notarized universal helper.
  • kimi-tide — 月汐 — Kimi Code (Moonshot) 接入 DeepSeek Harness 的完整方案:标准 DSH 插件 + Kimi CLI 桥接维护 fork + Agent 协作闭环方法论
  • knowlp-rag — KnowLP-RAG: dual knowledge-graph RAG for Markdown notes — dsh plugin add @eqman00003/knowlp-rag · MCP + native Cordis plugin for DeepSeek Harness (dsh) & Claude Code
  • kongmu-im-bridge — DeepSeek Harness IM bridge plugin family: core kongmu-im + Feishu adapter kongmu-im-feishu (derived from dsh-im-bridge, MIT). Feishu long-connection, approval cards, group @-mention filter, streaming card updates, /stop command.
  • lazeword — xczhanjun/lazeword discovered from GitHub.
  • learning-dsh — Just learning — versioned bilingual (EN/ZH) source-code learning pages for DeepSeek Harness (dsh), served as a dsh plugin at /learning
  • Liltloom — 语织:中文优先、用户可控的 AI 写作风格记忆层,让 AI 学会你的表达,需要时再调用。Chinese-first style memory for AI; DeepSeek Harness adapter included.
  • LiuHe — LLM-native code toolkit: Rust multi-language parser (tree-sitter) + 44 MCP tools for atomic editing, impact analysis, reference tracing and deterministic zero-LLM code quality gates. Built for the handless, eyeless, memoryless LLM.
  • llm-ratelimit-plugin — cityge/llm-ratelimit-plugin discovered from GitHub.
  • locallens — Local OCR for DeepSeek Harness — read text from screenshots on your Mac with Apple's Vision framework. No API key, no upload.
  • logicprobe — Claim verification for AI coding agents — 7 structural + 7 adversarial logic-primitive probes against design docs & refactoring plans | AI 编程助手声明核查插件:对设计文档与重构计划做逻辑原语验证(7 结构 + 7 对抗探针) for Claude Code, Codex, Cursor, Kimi, OpenCode, ZCode and DeepSeek Harness (dsh)
  • long-draft-input — Deepseek Harness 插件:用于聚合发送框长文本
  • loongport-dsh — LoongPort npm setup CLI for DeepSeek Harness (dsh) OpenAI-compatible routes
  • maid-atelier-ui-bundle — A calm Maid Atelier theme and practical file, preview, Git, and terminal side panel for DeepSeek Harness Web.
  • math-research-dsh — DSH adaptation of the math-research Codex plugin marketplace: rigorous-open-math-research, manage-math-research-program, math-research-workflow, lean-verify as DeepSeek Harness skills.
  • matlab-modelsim-vivado-plugin — DeepSeek Harness plugin: MATLAB + ModelSim + Vivado full-flow tools for digital communication IC design tasks (mmv-dspic)
  • mermaid2aichat-dsh — Mermaid 可视化编辑器 · DeepSeek Harness (dsh) 浏览器插件:右侧可关闭面板,画布与 Mermaid 代码双向同步,AI 工具通道自动导入(flowchart / sequenceDiagram / classDiagram / erDiagram)
  • mimo-vision — DeepSeek Harness (DSH) native plugin — describe_image tool: a vision bridge (image → mimo-v2.5 → text description) over the ctx.fs / ctx.credentials seams
  • mindspace-dsh-local-rag — ARPM-derived local hybrid RAG plugin for DeepSeek Harness
  • mindspace-dsh-session-memory — Editable, session-isolated personalization memory for DeepSeek Harness
  • mirage — The World's First Unified Virtual Filesystem For AI Agents
  • MisakaNet — 📚 A zero-dependency, git-backed micro-lesson library for AI Agents to asynchronously share and search verified debugging experience. Python stdlib only. | https://misakanet.org
  • mnemon — LLM-supervised persistent memory for AI agents — graph-based recall, cross-session knowledge, single binary. Works with DeepSeek Harness, Claude Code, OpenClaw, and any agent runtime.
  • model-usage-plugin — 统计各模型 tokens 消耗并估算费用,显示账户余额 | Model token usage stats and cost estimation with account balance for DSH
  • multimodal-bridge — Multimodal bridge for any LLM: qwen_vision (Qwen-VL) + qwen_generate (Qwen-Image) — an MCP server for Kimi Code & Claude Code, and a DeepSeek Harness plugin (dsh-multimodal-bridge). 给任何 LLM 补上 Qwen 视觉与出图能力:MCP server(Kimi Code / Claude Code)+ DeepSeek Harness 插件双形态。
  • muretai-dsh-skill — Join the Muretai agent network from DeepSeek Harness (dsh) — one-step install, MCP wiring, inbound-mail wake
  • muxiva-dsh-voice — Local-first full-duplex voice for DeepSeek Harness, orchestrated by Muxiva
  • my-skin-for-DeepSeek-Harness — DeepSeek Harness 皮肤扩展插件 Skin plugin
  • mypet — 🐾 DSH 电子宠物插件 — 你的 AI 编程搭档,住进浏览器的电子宠物
  • ncm-player — ncm-player 是一个运行在 DeepSeek Harness (DSH) Web 界面里的网易云音乐浮窗播放器。
  • network_analysis_plugin — SWHsz/network_analysis_plugin discovered from GitHub.
  • octie-dsh-plugin — Octie refactored as a DeepSeek Harness bundle plugin: durable DAG task-graph state machine with octie_* tools, octie Cordis service, and events.
  • odai — AI agent 通用任务治理框架:对齐目标与事实,规划和调度能力,守住授权与风险边界,治理任务执行到真实验收与交付。Governance framework for evidence-driven planning, orchestration, and verified delivery.
  • oh-my-deepseek-harness — Multi-agent orchestration for DeepSeek Harness
  • oh-my-dsh — A curated distribution of DeepSeek Harness. Overlay, not a fork.
  • oh-my-dsh — Oh My DSH (DSH Autopilot): durable, bounded autonomous development for DeepSeek Harness
  • oh-my-dsh — Multi-agent orchestration for DeepSeek Harness
  • omdp — only my DSH plugins — monorepo of DeepSeek Harness plugin bundles
  • omdsh-runtime — omdsh-dev/omdsh-runtime discovered from GitHub.
  • open-design — 🎨 The open-source Claude Design alternative. 🖥️ Local-first desktop app. 🖼️ Your coding agent becomes the design engine: prototypes, landing pages, dashboards, slides, images & video — real files, HTML/PDF/PPTX/MP4 export. 🤖 Claude Code / Codex / Cursor / DeepSeek Harness / OpenCode / Hermes & 20+ CLIs via BYOK.
  • opencode-usage — OpenCode Go 订阅额度徽章插件(dsh bundle) | OpenCode Go quota badge plugin for dsh
  • OpenFlowFrames — ZeroHackz/OpenFlowFrames discovered from GitHub.
  • openguardrails — The vendor-neutral protocol for AI agent safety & security — and the neutral benchmark that ranks the vendors.
  • openharness-reader — OpenHarness Reader - workspace file browser/editor with Markdown preview for DeepSeek Harness Web
  • openharness-reply-in-cn — DSH plugin that forces the model to reply in simplified Chinese (侧边栏中文回复项 + system prompt 指令)
  • openharness-rule-for-dsh-plugin — DSH plugin that injects a system-prompt rule block for DeepSeek Harness plugin development (CAN/SHOULD/MUST NOT)
  • orbis — A mobile client for deepseek harness remote control
  • pa-dsh — ProactiveAgent × DeepSeek Harness 插件组:把主动记忆 + 主动建议接入 DSH(6 个 cordis 插件,引擎零重写)
  • paper_plane_x_dsh — Plane Plane X 的 deepseek harness 插件,可以在 dsh 里配置和管理项目,向 deepseek 发送论文
  • paperlab — Overleaf-style paper revision workbench powered by a DeepSeek Harness plugin (dsh-plugin)
  • paste-to-workspace — DSH 插件:把粘贴/拖入聊天框的图片与任意文件保存为会话工作区文件。官方 bundle 插件,安装:dsh plugin --profile web add github:LQ-1123/paste-to-workspace
  • path-click — Hover file paths and URLs in the DSH Web UI to reveal them in Explorer or open them in the default browser.
  • pdf-extractor-dsh-plugin — 让 AI Agent 直接处理 PDF:提取/拆分/合并/旋转,100% 纯本地执行。DeepSeek Harness 插件,三种接入方式:DSH Skill / MCP Server / 原生 Cordis 插件。| PDF tools for AI agents - extract, split, merge, rotate, fully local. 3 integration paths for DeepSeek Harness: Skill, MCP Server, native Cordis plugin.
  • peanut-dsh-plugin — PeanutsDou 的 DeepSeek Harness 插件合集:dsh-launcher 桌面壳等个人维护插件
  • periscope — Bridge vision to text-only coding agents — a Claude Code & Codex plugin for DeepSeek and friends
  • pet-whale — 桌宠小鲸鱼:DeepSeek Harness Web 桌宠插件,随 agent 状态切换动画,纯 DOM 零依赖
  • petdex — A public gallery of animated pets for Codex, Claude Code, DeepSeek Harness, Hermes, OpenCode, Gemini CLI, and more.
  • pi2dsh — Bridge the Pi and DeepSeek Harness ecosystems: one Pi Host ABI runs unmodified Pi extensions as native DSH plugins. 打通 Pi 与 DSH 生态。
  • plugin-session-delete — DSH web plugin: native sidebar batch-delete for sessions (header button + row checkboxes) with silent self-healing slot patch
  • plugin-switch — DSH web plugin: toggle plugins on/off from the GUI without restarting the server
  • powercontext-dsh — DeepSeek Harness plugin that connects to a PowerContext Server over HTTP for recall, memory, handoff, experience, and skills.
  • pptfast — Stable, editable PPTX generation for AI agents — semantic IR in, native DrawingML out. DSH plugin + Claude Code plugin + CLI. | 给 AI agent 的稳定可编辑 PPTX 生成:语义 IR 进,原生 DrawingML 出。DSH 插件 / Claude Code 插件 / CLI。
  • pptkit-presentation — End-user presentation workflows, preview application, and Agent Skill powered by PPTKit.
  • prismrelay-mcp — Vision-first local MCP that gives text-only Agents image understanding through Agnes AI (BYOK).
  • project-blueprint — Make any project AI-agent-ready in one command. Adaptive tech stack detection (7 languages × 14 frameworks × 61 components), auto-generates AGENTS.md, docs skeleton, CI/CD, and testing infrastructure. 一句话让任何项目具备 AI 开发能力。
  • [project-change-router-skill](
REPOSITORY SIGNALS

セキュリティとインストールエビデンス

このスコアは公開リポジトリメタデータと当サイトに登録されたインストールエビデンスのみに基づくもので、コードセキュリティ監査とは異なります。

出所の追跡可能性

公開プラグインカタログから取得し、公開 GitHub リポジトリにリンクしています。

ライセンス

リポジトリは MIT ライセンスを宣言しています。

メンテナンス活動

過去180日以内にコードの更新があります。

インストールエビデンス

再現可能な正確なインストールメタデータはまだ登録されていません。リポジトリの説明に従って手動で確認してください。

インストールライフサイクルスクリプト

確認したパッケージメタデータにインストールライフサイクルスクリプトは宣言されていません。