跳过主要内容

插件

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

共 654 个插件

W

dsh-word-vault

wangzhanchao883/dsh-word-vault

一个或多个孩子的英语生词库:课本/作业照片上被荧光笔或红笔标出的词按标记找出来,翻译后进本机 SQLite,并累计出现次数;剪贴板点选、拍照、对话三种录入进的是同一本库。高频词按次数浮现,连对三次自动标记「已学会」;勾选任意若干词可出记忆卡(拆解块 + 每块真实 IPA 音标 + 荒诞梗,A4 每页 8 张),输出 HTML/PDF/Word,并可出一份四选项按词义互斥的打印试卷作答。

03天前工具与能力MIT
S

dsh-mac-cua

saunato/dsh-mac-cua

macOS 桌面应用 Computer Use 插件:以文本读取任意应用的无障碍树与元素索引,并据此点击、输入、粘贴、滚动、拖拽、选择文本与赋值,截图可回传为图片。由常驻 JavaScript REPL 驱动——智能体只拿到两个工具(`js`、`js_reset`),在其中调用 `sky` API,因此状态跨调用保持、能力增长时工具 schema 保持稳定。无障碍树在首次读取后以 diff 返回;动作按索引寻址,过期索引会被拒绝而非错用;输入前等待键盘焦点并回读输入框;粘贴会恢复剪贴板。需 macOS 14.4+、辅助功能权限(截图另需屏幕录制)与 Node 20+;随包提供预编译原生模块,安装时不需编译。

05天前工具与能力MIT
V

dsh-memory-archive

vv5v5/dsh-memory-archive

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

023小时前记忆
M

dsh-plugin (dsh-session-manager)

mzzsfy/dsh-plugin

会话管理:超期会话自动归档(阈值可配),归档面板支持取消归档,删除移入系统回收站可还原。

0前天会话与消息MIT
E

dsh-llm-config

emotiong/dsh-llm-config

在设置页配置任意数量的模型供应商:各自独立设置接口地址、密钥与逐模型参数(思考强度、图片输入、重试策略),支持 OpenAI Chat、OpenAI Responses、Anthropic Messages 与 Google Gemini 四种协议。

05天前模型与账号接入
M

dsh-plugin (dsh-usage-panel)

mzzsfy/dsh-plugin

多平台 LLM 账号余额与额度面板:配置 DeepSeek、OpenRouter、Kimi、智谱、MiniMax、NewApi 或自定义端点,定时自动查询并绘制趋势图,余额/额度阈值与窗口重置经多通道推送通知。

0前天用量与计费MIT
Y

dsh-rail-equalizer

yuanyihy/dsh-rail-equalizer

轮次导航导轨的系统声音可视化:导轨实时跟随默认播放设备正在渲染的声音律动,提供频谱 / 脉动 / 摆动 / 行波四种运动方式,宿主端用 2048 点 FFT 切出 16 段对数频谱,灵敏度、强度、低频冲击与波速均可实时调节。音频走宿主端 WASAPI 回环采集,因此没有授权弹窗、不用麦克风、不录屏。浏览器半只添加一个属性、一张样式表、若干 CSS 变量和侧栏一行控件,绝不 patch 官方组件;关闭时移除属性、样式表与变量,导轨完全恢复默认样式。仅 Windows。

05天前UI 增强MIT
I

dsh-xingye

iambatman1928/dsh-xingye

把 DSH 的一个会话变成聊天 agent:新建人物并写人设、为同一人物开多条档案线、本地保存的对话可撤销可回溯、剧情节点记进事件簿。

05天前UI 增强MIT
I

dsh-browser-panel

imroc/dsh-browser-panel

A browser that lives in the DSH host: every session gets its own tab, the AI drives it, and you watch or take over that same tab inside the DSH Web UI — logins, 2FA, QR codes and CAPTCHAs included.

07天前UI 增强MIT
M

dsh-weixin-minigame

mrtrujay/dsh-weixin-minigame

Preview, debug (logs and screenshots), and publish WeChat Mini Games inside the dsh Web GUI, through the official mini game helper service

09天前开发与插件工具MIT
J

win-pilot

jeremywangcy/win-pilot

面向 AI Agent 的 Windows 电脑操控与 computer use 插件,支持可复用窗口目标、UIA 无障碍定位、窗口绑定截图、后台优先的验证输入、隔离 Chromium 自动化、MCP、CLI 和可安装 Skill。

04天前工具与能力MIT
Y

dsh-simple-restart

yizhixiaokong/dsh-simple-restart

在「设置 → 通用」增加一行重启按钮:用相同启动参数、经分离的 helper 重新拉起 dsh web;检测到 systemd 监管时默认拒绝(除非 allowRestart 为 true);判断端口是否空闲用连接探测而非绑定。

06天前开发与插件工具MIT
B

dsh-engineer-tools

bycall/dsh-engineer-tools

面向软件工程师的 DeepSeek Harness 插件:注册两个模型可直接调用的 Host Tool——受工作区约束的 `git` 运行器,以及按 lockfile 自动识别 npm/pnpm/yarn/bun 并选择正确动词的包管理器运行器(`dev`)。两者都经 dsh 沙箱 shell 执行,返回规整的 stdout/stderr/exitCode,让 agent 拿到聚焦、可复核的结果而不是裸 bash;再加一个工具只需复制一个 register 块。

06天前工具与能力MIT
M

dsh-web-artifact-designer

my-dsh-plugins/dsh-web-artifact-designer

DSH frontend design generation skill: turns a design request into a polished, self-contained HTML/SVG artifact you can open by double-clicking (poster, infographic, landing page, chart, component mockup). Adapted from Anthropic canvas-design / web-artifac

011天前技能包MIT
Q

dsh-astrbot-gateway

qzy033/dsh-astrbot-gateway

DSH cordis plugin: task dispatch, session wake-up and completion reporting through the AstrBot dsh gateway.

08天前会话与消息MIT
X

dsh-Kinich-theme

xian-jl/dsh-kinich-theme

面向 DeepSeek Harness Web 的 Kinich 与 Ajaw 主题,提供三种视觉风格、会话状态反馈、伙伴交互和可配置的动态环境效果。

0前天主题与外观
J

dsh-mobile-ui

jianghuifr/dsh-mobile-ui

Mobile layout, touch interaction and decluttered chrome for the DeepSeek Harness web GUI, plus Material Icon Theme file icons for its file explorer. Scoped to viewports <= 1023px; the desktop UI is untouched.

05天前UI 增强
C

dsh-font

citisen/dsh-font

DeepSeek Harness plugin: customize the Web GUI fonts (interface family, code family, and three font-size axes) from Settings

05天前UI 增强MIT
L

dsh-inapp-chat

luminet-lt/dsh-inapp-chat

In-app chat window for DeepSeek Harness: a sidebar entry that opens chat.deepseek.com in an application window through the standard desktop bridge (window.dsh.desktop.openWindow), with an in-app dialog fallback instead of silently jumping out to the syste

05天前UI 增强MIT
Y

dsh-window-chrome

yi-arce/dsh-window-chrome

DSH web 插件:Wails 桌面壳窗口交互——无边框拖拽热区、双击最大化、侧栏底部 DevTools 入口(纯浏览器环境自动休眠)

07天前工具与能力MIT
N

dsh-gme-workflow

nuaaweixinye/dsh-gme-workflow

在 Harness 内驱动 GME Test Agent:三个工具负责列出接口目录、在本地 Python 后端启动并修复自主测试生成、轮询任务直到待评审,并把创建 PR、跳过与清理等动作挡在用户显式同意之后。

0前天工作流与自动化MIT
M

dsh-mattpocock-skills

maoleijin/dsh-mattpocock-skills

将完整 mattpocock/skills 技能树打包为 DSH 插件,保留上游调用策略,并在自动同步上游时校验和应用精确匹配的 DSH 语义适配层。

04天前技能包MIT
Z

dsh-qqmail

zhengjy01/dsh-qqmail

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

05天前MCP 与连接器MIT
C

dsh-trust-lan

cbalaa/dsh-trust-lan

DSH web plugin: a loopback-only General-settings switch that grants non-loopback (LAN) browsers Host settings persistence, through the trust-lan settings namespace and the remoteSettingsAccess gate consulted by the seam-patched dsh-client-ui-settings.

011天前安全与权限MIT