dshbase-catalog 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cordis.patch.yml +8 -0
- package/dist/catalog.json +1243 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +52 -0
- package/package.json +29 -0
|
@@ -0,0 +1,1243 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema_version": 1,
|
|
3
|
+
"updated": "2026-08-14",
|
|
4
|
+
"count": 103,
|
|
5
|
+
"plugins": [
|
|
6
|
+
{
|
|
7
|
+
"name": "dsh-tianshu-tui",
|
|
8
|
+
"category": "UI Enhancements",
|
|
9
|
+
"url": "https://github.com/huiliyi37/dsh-tianshu-tui",
|
|
10
|
+
"pkg": "",
|
|
11
|
+
"npm": false,
|
|
12
|
+
"test": "git-build",
|
|
13
|
+
"desc": "An interactive terminal UI plugin for DeepSeek Harness that adds TDD and evidence-gate workflows on top of the official harness.",
|
|
14
|
+
"desc_zh": "DeepSeek Harness 的交互式终端 UI 插件,在官方 harness 基础上增加了 TDD 与证据门等工作流。",
|
|
15
|
+
"stars": 100,
|
|
16
|
+
"install": "dsh plugin add github:huiliyi37/dsh-tianshu-tui"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "deepseek-harness-tui",
|
|
20
|
+
"category": "UI Enhancements",
|
|
21
|
+
"url": "https://github.com/openma-ai/deepseek-harness-tui",
|
|
22
|
+
"pkg": "",
|
|
23
|
+
"npm": false,
|
|
24
|
+
"test": "git-build",
|
|
25
|
+
"desc": "A terminal UI plugin for DeepSeek Harness that provides an interactive command-line interface.",
|
|
26
|
+
"desc_zh": "DeepSeek Harness 的终端 UI 插件,提供交互式命令行界面。",
|
|
27
|
+
"stars": 6,
|
|
28
|
+
"install": "dsh plugin add github:openma-ai/deepseek-harness-tui"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "dsh-at-file",
|
|
32
|
+
"category": "UI Enhancements",
|
|
33
|
+
"url": "https://github.com/omdsh-dev/dsh-at-file",
|
|
34
|
+
"pkg": "",
|
|
35
|
+
"npm": false,
|
|
36
|
+
"test": "git-build",
|
|
37
|
+
"desc": "Codex-style @file mentions for DeepSeek Harness: search workspace files in the composer and attach their contents to prompts.",
|
|
38
|
+
"desc_zh": "为 DeepSeek Harness 提供 Codex 风格 @file 引用:在输入框搜索工作区文件并将其内容附加到提示词。",
|
|
39
|
+
"stars": 78,
|
|
40
|
+
"install": "dsh plugin add github:omdsh-dev/dsh-at-file"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "dsh-openpencil",
|
|
44
|
+
"category": "UI Enhancements",
|
|
45
|
+
"url": "https://github.com/ZSeven-W/dsh-openpencil",
|
|
46
|
+
"pkg": "",
|
|
47
|
+
"npm": false,
|
|
48
|
+
"test": "git-build",
|
|
49
|
+
"desc": "OpenPencil design preview and editing plugin for DSH.",
|
|
50
|
+
"desc_zh": "DSH 的 OpenPencil 设计预览与编辑插件。",
|
|
51
|
+
"stars": 53,
|
|
52
|
+
"install": "dsh plugin add github:ZSeven-W/dsh-openpencil"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "dsh-side-panel",
|
|
56
|
+
"category": "UI Enhancements",
|
|
57
|
+
"url": "https://github.com/ccq1/dsh-side-panel",
|
|
58
|
+
"pkg": "dsh-side-panel",
|
|
59
|
+
"npm": true,
|
|
60
|
+
"test": "ui",
|
|
61
|
+
"desc": "A DSH sidebar that integrates a file browser, terminal, and Git review for convenient file preview.",
|
|
62
|
+
"desc_zh": "DSH 侧边栏,集成文件浏览器、终端和 Git 审查,方便预览文件。",
|
|
63
|
+
"stars": 13,
|
|
64
|
+
"install": "dsh plugin add dsh-side-panel"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "dsh-genui",
|
|
68
|
+
"category": "UI Enhancements",
|
|
69
|
+
"url": "https://github.com/omdsh-dev/dsh-genui",
|
|
70
|
+
"pkg": "",
|
|
71
|
+
"npm": false,
|
|
72
|
+
"test": "git-ok",
|
|
73
|
+
"desc": "GenUI for DeepSeek Harness renders interactive UI components (layout, charts, plots, forms, quizzes, mermaid, 3D scenes) inline in assistant replies via the dsh-ui fence.",
|
|
74
|
+
"desc_zh": "DeepSeek Harness 的 GenUI 插件,通过 dsh-ui 栅栏在助手回复中内联渲染布局、图表、表单、测验、mermaid、3D 场景等交互式 UI 组件。",
|
|
75
|
+
"stars": 48,
|
|
76
|
+
"install": "dsh plugin add github:omdsh-dev/dsh-genui"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "dsh-annotation",
|
|
80
|
+
"category": "UI Enhancements",
|
|
81
|
+
"url": "https://github.com/omdsh-dev/dsh-annotation",
|
|
82
|
+
"pkg": "",
|
|
83
|
+
"npm": false,
|
|
84
|
+
"test": "git-build",
|
|
85
|
+
"desc": "A DSH Web selection-annotation plugin: select text, annotate, and send with your message, with bubble-hidden annotation blocks and per-annotation reply mapping.",
|
|
86
|
+
"desc_zh": "DSH Web 选中批注插件:选文字、批注、随消息发送,气泡隐藏批注块,回复按 Annotation 逐条对照。",
|
|
87
|
+
"stars": 25,
|
|
88
|
+
"install": "dsh plugin add github:omdsh-dev/dsh-annotation"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "dsh-navbar",
|
|
92
|
+
"category": "UI Enhancements",
|
|
93
|
+
"url": "https://github.com/vlln/dsh-navbar",
|
|
94
|
+
"pkg": "",
|
|
95
|
+
"npm": false,
|
|
96
|
+
"test": "git-ok",
|
|
97
|
+
"desc": "A DSH plugin that adds a conversation-node navigation bar for quickly jumping between user messages.",
|
|
98
|
+
"desc_zh": "DSH 插件:对话节点导航条,右侧节点串可快速跳转 user 消息。",
|
|
99
|
+
"stars": 9,
|
|
100
|
+
"install": "dsh plugin add github:vlln/dsh-navbar"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "dsh-task-status",
|
|
104
|
+
"category": "UI Enhancements",
|
|
105
|
+
"url": "https://github.com/vlln/dsh-task-status",
|
|
106
|
+
"pkg": "",
|
|
107
|
+
"npm": false,
|
|
108
|
+
"test": "git-ui",
|
|
109
|
+
"desc": "A DSH plugin that shows a background task status bar with task progress and real-time output tail on the conversation page.",
|
|
110
|
+
"desc_zh": "DSH 插件:后台任务状态条,在对话页显示任务进度与实时输出 tail。",
|
|
111
|
+
"stars": 7,
|
|
112
|
+
"install": "dsh plugin add github:vlln/dsh-task-status"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "dsh-spotlight",
|
|
116
|
+
"category": "UI Enhancements",
|
|
117
|
+
"url": "https://github.com/0xsline/dsh-spotlight",
|
|
118
|
+
"pkg": "",
|
|
119
|
+
"npm": false,
|
|
120
|
+
"test": "git-build",
|
|
121
|
+
"desc": "Keyboard-first command palette for DeepSeek Harness Web.",
|
|
122
|
+
"desc_zh": "DeepSeek Harness Web 的键盘优先命令面板。",
|
|
123
|
+
"stars": 1,
|
|
124
|
+
"install": "dsh plugin add github:0xsline/dsh-spotlight"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "dsh-101",
|
|
128
|
+
"category": "UI Enhancements",
|
|
129
|
+
"url": "https://github.com/bill9109/dsh-101",
|
|
130
|
+
"pkg": "",
|
|
131
|
+
"npm": false,
|
|
132
|
+
"test": "git-build",
|
|
133
|
+
"desc": "A DSH plugin that provides a focused document reading mode.",
|
|
134
|
+
"desc_zh": "DSH 文档阅读模式插件。",
|
|
135
|
+
"stars": 1,
|
|
136
|
+
"install": "dsh plugin add github:bill9109/dsh-101"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"name": "dsh-drag-and-drop",
|
|
140
|
+
"category": "UI Enhancements",
|
|
141
|
+
"url": "https://github.com/bill9109/dsh-drag-and-drop",
|
|
142
|
+
"pkg": "",
|
|
143
|
+
"npm": false,
|
|
144
|
+
"test": "git-ui",
|
|
145
|
+
"desc": "Adds cross-platform file drag-and-drop and raw path insertion to the DSH Web UI without copying files.",
|
|
146
|
+
"desc_zh": "为 DSH Web UI 增加跨平台文件拖拽与原始路径插入能力,无需复制文件。",
|
|
147
|
+
"stars": 2,
|
|
148
|
+
"install": "dsh plugin add github:bill9109/dsh-drag-and-drop"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"name": "dsh-deeplink",
|
|
152
|
+
"category": "UI Enhancements",
|
|
153
|
+
"url": "https://github.com/qyw233/dsh-deeplink",
|
|
154
|
+
"pkg": "",
|
|
155
|
+
"npm": false,
|
|
156
|
+
"test": "git-ui",
|
|
157
|
+
"desc": "A DSH WebUI deep-link plugin that opens a project conversation directly via ?session= or ?workspace= query parameters.",
|
|
158
|
+
"desc_zh": "DSH WebUI 深链插件:通过 ?session=/?workspace= 参数直接打开指定项目对话。",
|
|
159
|
+
"stars": 1,
|
|
160
|
+
"install": "dsh plugin add github:qyw233/dsh-deeplink"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"name": "ex-setting",
|
|
164
|
+
"category": "UI Enhancements",
|
|
165
|
+
"url": "https://github.com/omdsh-dev/ex-setting",
|
|
166
|
+
"pkg": "",
|
|
167
|
+
"npm": false,
|
|
168
|
+
"test": "git-build",
|
|
169
|
+
"desc": "A settings extension plugin for DSH.",
|
|
170
|
+
"desc_zh": "DSH 的设置扩展插件。",
|
|
171
|
+
"stars": 1,
|
|
172
|
+
"install": "dsh plugin add github:omdsh-dev/ex-setting"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"name": "dsh-turn-navigator",
|
|
176
|
+
"category": "UI Enhancements",
|
|
177
|
+
"url": "https://github.com/vibeinging/dsh-turn-navigator",
|
|
178
|
+
"pkg": "",
|
|
179
|
+
"npm": false,
|
|
180
|
+
"test": "git-build",
|
|
181
|
+
"desc": "Private DSH Web turn navigation plugin.",
|
|
182
|
+
"desc_zh": "私有 DSH Web 轮次导航插件。",
|
|
183
|
+
"stars": 1,
|
|
184
|
+
"install": "dsh plugin add github:vibeinging/dsh-turn-navigator"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"name": "dsh-milestone",
|
|
188
|
+
"category": "UI Enhancements",
|
|
189
|
+
"url": "https://github.com/SnowCrescenter-tech/dsh-milestone",
|
|
190
|
+
"pkg": "dsh-milestone",
|
|
191
|
+
"npm": true,
|
|
192
|
+
"test": "ok",
|
|
193
|
+
"desc": "A Git-style milestone timeline for DeepSeek Harness: hover for metadata and click to jump to any message.",
|
|
194
|
+
"desc_zh": "会话里程碑导航条:像 Git 提交图一眼定位每条提问,悬停查看时间/轮次/耗时/TTFT,点击即跳转。",
|
|
195
|
+
"stars": 5,
|
|
196
|
+
"install": "dsh plugin add dsh-milestone"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"name": "dsh-balance-meter",
|
|
200
|
+
"category": "UI Enhancements",
|
|
201
|
+
"url": "https://github.com/Ghost011118/dsh-balance-meter",
|
|
202
|
+
"pkg": "dsh-balance-meter",
|
|
203
|
+
"npm": true,
|
|
204
|
+
"test": "ui",
|
|
205
|
+
"desc": "DeepSeek account balance and session cost readout for the DeepSeek Harness Web GUI.",
|
|
206
|
+
"desc_zh": "DeepSeek Harness Web 界面的 DeepSeek 账户余额与会话成本读数插件。",
|
|
207
|
+
"stars": 7,
|
|
208
|
+
"install": "dsh plugin add dsh-balance-meter"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"name": "dsh-cc-tui",
|
|
212
|
+
"category": "UI Enhancements",
|
|
213
|
+
"url": "https://github.com/ccch1mneyyy/dsh-cc-tui",
|
|
214
|
+
"pkg": "dsh-cc-tui",
|
|
215
|
+
"npm": true,
|
|
216
|
+
"test": "ui",
|
|
217
|
+
"desc": "A Claude Code-style full-screen terminal TUI for DSH with a status line, streaming thinking, context progress bar, and TPS dashboard.",
|
|
218
|
+
"desc_zh": "Claude Code 风格全屏交互终端插件:实时工作状态行、思考流式展开、上下文进度条与 TPS 仪表,补位 DSH 官方终端 TUI。",
|
|
219
|
+
"stars": 586,
|
|
220
|
+
"install": "dsh plugin add dsh-cc-tui"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"name": "DSH-better-sidebar",
|
|
224
|
+
"category": "UI Enhancements",
|
|
225
|
+
"url": "https://github.com/omdsh-dev/DSH-better-sidebar",
|
|
226
|
+
"pkg": "",
|
|
227
|
+
"npm": false,
|
|
228
|
+
"test": "git-build",
|
|
229
|
+
"desc": "A full sidebar workbench for DSH with file render/edit, terminal, Git, sub-agent, and third-party tab registration.",
|
|
230
|
+
"desc_zh": "一个侧边栏完整工作台:内置文件渲染编辑、终端、Git、子代理,并支持三方拓展注册新 Tab 页面。",
|
|
231
|
+
"stars": 476,
|
|
232
|
+
"install": "dsh plugin add github:omdsh-dev/DSH-better-sidebar"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"name": "dsh-turn-rewind",
|
|
236
|
+
"category": "Sessions & Messages",
|
|
237
|
+
"url": "https://github.com/Anionex/dsh-turn-rewind",
|
|
238
|
+
"pkg": "",
|
|
239
|
+
"npm": false,
|
|
240
|
+
"test": "git-ui",
|
|
241
|
+
"desc": "Rewinds DeepSeek Harness conversation and workspace state using a persistent change ledger.",
|
|
242
|
+
"desc_zh": "基于持久化 Change Ledger 回退 DeepSeek Harness 的对话与代码工作区状态。",
|
|
243
|
+
"stars": 27,
|
|
244
|
+
"install": "dsh plugin add github:Anionex/dsh-turn-rewind"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"name": "dsh-crosstalk",
|
|
248
|
+
"category": "Sessions & Messages",
|
|
249
|
+
"url": "https://github.com/Jesse-njx/dsh-crosstalk",
|
|
250
|
+
"pkg": "",
|
|
251
|
+
"npm": false,
|
|
252
|
+
"test": "git-ui",
|
|
253
|
+
"desc": "Cross-session messaging for DSH: any session on the machine can list and message any other, Claude Code-style.",
|
|
254
|
+
"desc_zh": "DSH 跨会话消息插件:机器上任意会话可互相列出并发送消息,Claude Code 风格。",
|
|
255
|
+
"stars": 0,
|
|
256
|
+
"install": "dsh plugin add github:Jesse-njx/dsh-crosstalk"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"name": "dsh-share",
|
|
260
|
+
"category": "Sessions & Messages",
|
|
261
|
+
"url": "https://github.com/hellodigua/dsh-share",
|
|
262
|
+
"pkg": "",
|
|
263
|
+
"npm": false,
|
|
264
|
+
"test": "git-build",
|
|
265
|
+
"desc": "A dsh conversation-sharing plugin to share your conversation with one click.",
|
|
266
|
+
"desc_zh": "dsh 对话分享插件,一键分享你的对话。",
|
|
267
|
+
"stars": 14,
|
|
268
|
+
"install": "dsh plugin add github:hellodigua/dsh-share"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"name": "dsh-mnemon",
|
|
272
|
+
"category": "Sessions & Messages",
|
|
273
|
+
"url": "https://github.com/omdsh-dev/dsh-mnemon",
|
|
274
|
+
"pkg": "dsh-mnemon",
|
|
275
|
+
"npm": true,
|
|
276
|
+
"test": "ok",
|
|
277
|
+
"desc": "A deep integration of Mnemon with DSH providing a complete local memory system: runtime memory, retrievable archives, and supervised memories.",
|
|
278
|
+
"desc_zh": "Mnemon 与 DSH 的深度集成插件,提供完备的本地记忆系统:运行时记忆、可检索档案与受监督记忆体。",
|
|
279
|
+
"stars": 3,
|
|
280
|
+
"install": "dsh plugin add dsh-mnemon"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"name": "dsh-memory",
|
|
284
|
+
"category": "Sessions & Messages",
|
|
285
|
+
"url": "https://github.com/Jesse-njx/dsh-memory",
|
|
286
|
+
"pkg": "dsh-memory",
|
|
287
|
+
"npm": true,
|
|
288
|
+
"test": "ok",
|
|
289
|
+
"desc": "Cited memory over DSH's lossless session log: distilled, human-auditable facts with citations back to the exact source events.",
|
|
290
|
+
"desc_zh": "基于 DSH 无损会话日志的可引用记忆:提炼可人工审计的事实,并回溯引用到确切来源事件。",
|
|
291
|
+
"stars": 1,
|
|
292
|
+
"install": "dsh plugin add dsh-memory"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"name": "dsh-sidechain",
|
|
296
|
+
"category": "Sessions & Messages",
|
|
297
|
+
"url": "https://github.com/Buyi-wsgzg/dsh-sidechain",
|
|
298
|
+
"pkg": "",
|
|
299
|
+
"npm": false,
|
|
300
|
+
"test": "git-build",
|
|
301
|
+
"desc": "A DSH side-conversation plugin with /side persistent and /btw one-off side chats that run in a temporary fork without writing to the main session history.",
|
|
302
|
+
"desc_zh": "DSH 侧会话插件:/side 持续性侧会话与 /btw 一次性侧问,在临时 fork 中运行、不写入主会话历史。",
|
|
303
|
+
"stars": 3,
|
|
304
|
+
"install": "dsh plugin add github:Buyi-wsgzg/dsh-sidechain"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"name": "dsh-conversation-share",
|
|
308
|
+
"category": "Sessions & Messages",
|
|
309
|
+
"url": "https://github.com/bill9109/dsh-conversation-share",
|
|
310
|
+
"pkg": "",
|
|
311
|
+
"npm": false,
|
|
312
|
+
"test": "git-ok",
|
|
313
|
+
"desc": "Shares any selected section of a DSH conversation.",
|
|
314
|
+
"desc_zh": "分享任意段落的 DSH 对话。",
|
|
315
|
+
"stars": 1,
|
|
316
|
+
"install": "dsh plugin add github:bill9109/dsh-conversation-share"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"name": "dsh-explain",
|
|
320
|
+
"category": "Sessions & Messages",
|
|
321
|
+
"url": "https://github.com/yuezengwu/dsh-explain",
|
|
322
|
+
"pkg": "",
|
|
323
|
+
"npm": false,
|
|
324
|
+
"test": "git-build",
|
|
325
|
+
"desc": "A DSH local-first learning plugin with cross-session learning threads, source-based explanations, ExplainContext, compression, and diagnostics.",
|
|
326
|
+
"desc_zh": "DSH 本地优先学习模式插件:跨会话全局学习线程、按来源讲解、ExplainContext、压缩与可诊断设置界面。",
|
|
327
|
+
"stars": 3,
|
|
328
|
+
"install": "dsh plugin add github:yuezengwu/dsh-explain"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"name": "dsh-prompt-studio",
|
|
332
|
+
"category": "Sessions & Messages",
|
|
333
|
+
"url": "https://github.com/Moeblack/dsh-prompt-studio",
|
|
334
|
+
"pkg": "",
|
|
335
|
+
"npm": false,
|
|
336
|
+
"test": "git-ok",
|
|
337
|
+
"desc": "DSH plugin to edit user and built-in system-prompt sections with live preview (Prompt Studio).",
|
|
338
|
+
"desc_zh": "DSH 插件:编辑用户与内置 system-prompt 段落并提供实时预览(Prompt Studio)。",
|
|
339
|
+
"stars": 2,
|
|
340
|
+
"install": "dsh plugin add github:Moeblack/dsh-prompt-studio"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"name": "dsh-chat-import",
|
|
344
|
+
"category": "Sessions & Messages",
|
|
345
|
+
"url": "https://github.com/Nwflower/dsh-chat-import",
|
|
346
|
+
"pkg": "dsh-chat-import",
|
|
347
|
+
"npm": true,
|
|
348
|
+
"test": "ok",
|
|
349
|
+
"desc": "Imports history messages from Claude Code, Codex, Reasonix and other agent tools to continue the conversation in DSH.",
|
|
350
|
+
"desc_zh": "从 Claude Code、Codex、Reasonix 等 Agent 工具导入历史消息,并在 DSH 中继续对话。",
|
|
351
|
+
"stars": 10,
|
|
352
|
+
"install": "dsh plugin add dsh-chat-import"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"name": "dsh-interconnect",
|
|
356
|
+
"category": "Sessions & Messages",
|
|
357
|
+
"url": "https://github.com/Chinesezjc/dsh-interconnect",
|
|
358
|
+
"pkg": "dsh-interconnect",
|
|
359
|
+
"npm": true,
|
|
360
|
+
"test": "install-fail",
|
|
361
|
+
"desc": "Cross-instance message and event handoff plugins for DSH (interconnect service + tools).",
|
|
362
|
+
"desc_zh": "DSH 跨实例消息/事件交接插件(interconnect 服务 + 工具)。",
|
|
363
|
+
"stars": 20,
|
|
364
|
+
"install": "dsh plugin add dsh-interconnect"
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"name": "dsh-plugin-claude-bridge",
|
|
368
|
+
"category": "Sessions & Messages",
|
|
369
|
+
"url": "https://github.com/YYTbit/dsh-plugin-claude-bridge",
|
|
370
|
+
"pkg": "dsh-plugin-claude-bridge",
|
|
371
|
+
"npm": true,
|
|
372
|
+
"test": "load-fail",
|
|
373
|
+
"desc": "Bridge Claude Code's memory, skills, and configuration into DeepSeek Harness with zero migration.",
|
|
374
|
+
"desc_zh": "将 Claude Code 的记忆、技能与配置桥接到 DeepSeek Harness,无需迁移。",
|
|
375
|
+
"stars": 3,
|
|
376
|
+
"install": "dsh plugin add dsh-plugin-claude-bridge"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"name": "dsh-plugin-meta-memory",
|
|
380
|
+
"category": "Sessions & Messages",
|
|
381
|
+
"url": "https://github.com/YYTbit/dsh-plugin-meta-memory",
|
|
382
|
+
"pkg": "dsh-plugin-meta-memory",
|
|
383
|
+
"npm": true,
|
|
384
|
+
"test": "load-fail",
|
|
385
|
+
"desc": "Structured long-term memory system for DeepSeek Harness with unit-based brief/full pairs and auto-inject.",
|
|
386
|
+
"desc_zh": "DeepSeek Harness 的结构化长期记忆系统,基于单元的 brief/full 配对并自动注入。",
|
|
387
|
+
"stars": 1,
|
|
388
|
+
"install": "dsh plugin add dsh-plugin-meta-memory"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"name": "sage-mem",
|
|
392
|
+
"category": "Sessions & Messages",
|
|
393
|
+
"url": "https://github.com/gezi-wen/sage-mem",
|
|
394
|
+
"pkg": "sage-mem",
|
|
395
|
+
"npm": true,
|
|
396
|
+
"test": "ok",
|
|
397
|
+
"desc": "Cross-session memory for DSH with Chinese-first full-text search, forked from claude-mem.",
|
|
398
|
+
"desc_zh": "DSH 跨会话记忆插件,中文优先全文检索,fork 自 claude-mem。",
|
|
399
|
+
"stars": 2,
|
|
400
|
+
"install": "dsh plugin add sage-mem"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"name": "noatmark-dsh-plugin",
|
|
404
|
+
"category": "Tools & Capabilities",
|
|
405
|
+
"url": "https://github.com/ylwl1997/noatmark-dsh-plugin",
|
|
406
|
+
"pkg": "noatmark-dsh-plugin",
|
|
407
|
+
"npm": true,
|
|
408
|
+
"test": "ok",
|
|
409
|
+
"desc": "Text hygiene as a dsh plugin: sanitize untrusted text, scan invisible characters, clean LLM formatting, and escape CSV formula injection.",
|
|
410
|
+
"desc_zh": "文本净化 dsh 插件:清洗不可信文本、扫描隐形字符、清理 LLM 格式并转义 CSV 公式注入。",
|
|
411
|
+
"stars": 1,
|
|
412
|
+
"install": "dsh plugin add noatmark-dsh-plugin"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"name": "dsh-bash-terminal",
|
|
416
|
+
"category": "Tools & Capabilities",
|
|
417
|
+
"url": "https://github.com/MAXeaglet/dsh-bash-terminal",
|
|
418
|
+
"pkg": "dsh-bash-terminal",
|
|
419
|
+
"npm": true,
|
|
420
|
+
"test": "ok",
|
|
421
|
+
"desc": "One shell tool for PowerShell / Git Bash / WSL on Windows plus an interactive PTY terminal.",
|
|
422
|
+
"desc_zh": "Windows 上统一的 PowerShell / Git Bash / WSL shell 工具,附带交互式 PTY 终端。",
|
|
423
|
+
"stars": 1,
|
|
424
|
+
"install": "dsh plugin add dsh-bash-terminal"
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"name": "dsh-vision-toolkit",
|
|
428
|
+
"category": "Tools & Capabilities",
|
|
429
|
+
"url": "https://github.com/Anionex/dsh-vision-toolkit",
|
|
430
|
+
"pkg": "",
|
|
431
|
+
"npm": false,
|
|
432
|
+
"test": "git-build",
|
|
433
|
+
"desc": "A DeepSeek Harness plugin that helps text-only models handle vision tasks: intent-aware image Q&A, long-screenshot OCR, UI restoration, grounding, pixel diff, and Artifacts.",
|
|
434
|
+
"desc_zh": "让纯文本模型更好做视觉任务的 DeepSeek Harness 插件:带意图的图片问答、长截图 OCR、UI 还原、grounding、像素 diff 与 Artifacts。",
|
|
435
|
+
"stars": 256,
|
|
436
|
+
"install": "dsh plugin add github:Anionex/dsh-vision-toolkit"
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"name": "dsh-custom-tool",
|
|
440
|
+
"category": "Tools & Capabilities",
|
|
441
|
+
"url": "https://github.com/omdsh-dev/dsh-custom-tool",
|
|
442
|
+
"pkg": "",
|
|
443
|
+
"npm": false,
|
|
444
|
+
"test": "git-ok",
|
|
445
|
+
"desc": "Create and manage sandboxed JavaScript tools for DeepSeek Harness with a Monaco editor and model-driven tool lifecycle.",
|
|
446
|
+
"desc_zh": "用 Monaco 编辑器和模型驱动的工具生命周期,为 DeepSeek Harness 创建并管理沙盒 JavaScript 工具。",
|
|
447
|
+
"stars": 19,
|
|
448
|
+
"install": "dsh plugin add github:omdsh-dev/dsh-custom-tool"
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"name": "dsh-computer-use",
|
|
452
|
+
"category": "Tools & Capabilities",
|
|
453
|
+
"url": "https://github.com/Anionex/dsh-computer-use",
|
|
454
|
+
"pkg": "",
|
|
455
|
+
"npm": false,
|
|
456
|
+
"test": "git-build",
|
|
457
|
+
"desc": "An accessibility-first macOS Computer Use bundle for DSH with fresh observations, stale-state rejection, scoped permissions, and safe input.",
|
|
458
|
+
"desc_zh": "为 DeepSeek Harness 提供电脑控制插件:新鲜的 Accessibility 观测、过期状态拒绝、作用域权限与安全输入(目前支持 macOS)。",
|
|
459
|
+
"stars": 15,
|
|
460
|
+
"install": "dsh plugin add github:Anionex/dsh-computer-use"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"name": "dsh-data-agent",
|
|
464
|
+
"category": "Tools & Capabilities",
|
|
465
|
+
"url": "https://github.com/omdsh-dev/dsh-data-agent",
|
|
466
|
+
"pkg": "",
|
|
467
|
+
"npm": false,
|
|
468
|
+
"test": "git-ok",
|
|
469
|
+
"desc": "Defines a dedicated Data Agent preset that lets AI query, update, and analyze data for you.",
|
|
470
|
+
"desc_zh": "定义专用的 Data Agent 预设,让 AI 帮你查询、更新、分析数据。",
|
|
471
|
+
"stars": 10,
|
|
472
|
+
"install": "dsh plugin add github:omdsh-dev/dsh-data-agent"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"name": "dsh-toolkit",
|
|
476
|
+
"category": "Tools & Capabilities",
|
|
477
|
+
"url": "https://github.com/omdsh-dev/dsh-toolkit",
|
|
478
|
+
"pkg": "",
|
|
479
|
+
"npm": false,
|
|
480
|
+
"test": "git-build",
|
|
481
|
+
"desc": "A zero-dependency DSH tool collection: time, encoding, json, calculator, csv, regex, markdown, diff, stat, and schema — ten deterministic tools installed from one entry point.",
|
|
482
|
+
"desc_zh": "DSH 零依赖工具包集合:time / encoding / json / calculator / csv / regex / markdown / diff / stat / schema 十个确定性工具,统一入口一键安装。",
|
|
483
|
+
"stars": 13,
|
|
484
|
+
"install": "dsh plugin add github:omdsh-dev/dsh-toolkit"
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"name": "dsh-tool-csv",
|
|
488
|
+
"category": "Tools & Capabilities",
|
|
489
|
+
"url": "https://github.com/omdsh-dev/dsh-tool-csv",
|
|
490
|
+
"pkg": "",
|
|
491
|
+
"npm": false,
|
|
492
|
+
"test": "git-build",
|
|
493
|
+
"desc": "A DSH CSV tool plugin for parsing, querying, statistics, and conversion of CSV text (RFC 4180) with a zero-dependency state-machine parser.",
|
|
494
|
+
"desc_zh": "DSH CSV 数据工具插件:解析/查询/统计/转换 CSV 文本(RFC 4180),零依赖状态机解析器,注册 csv 工具。",
|
|
495
|
+
"stars": 3,
|
|
496
|
+
"install": "dsh plugin add github:omdsh-dev/dsh-tool-csv"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"name": "dsh-tool-calculator",
|
|
500
|
+
"category": "Tools & Capabilities",
|
|
501
|
+
"url": "https://github.com/omdsh-dev/dsh-tool-calculator",
|
|
502
|
+
"pkg": "",
|
|
503
|
+
"npm": false,
|
|
504
|
+
"test": "git-build",
|
|
505
|
+
"desc": "A DSH calculator tool plugin: a safe math expression evaluator with a zero-dependency recursive-descent parser.",
|
|
506
|
+
"desc_zh": "DSH 计算器工具插件:安全的数学表达式求值器,零依赖递归下降解析器。",
|
|
507
|
+
"stars": 4,
|
|
508
|
+
"install": "dsh plugin add github:omdsh-dev/dsh-tool-calculator"
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"name": "dsh-tool-diff",
|
|
512
|
+
"category": "Tools & Capabilities",
|
|
513
|
+
"url": "https://github.com/omdsh-dev/dsh-tool-diff",
|
|
514
|
+
"pkg": "",
|
|
515
|
+
"npm": false,
|
|
516
|
+
"test": "git-build",
|
|
517
|
+
"desc": "A DSH diff tool plugin for structured comparison of text/JSON/CSV/Markdown with unified diff output, zero-dependency and read-only.",
|
|
518
|
+
"desc_zh": "DSH Diff 工具插件:文本/JSON/CSV/Markdown 结构化比较与 unified diff,零依赖只读。",
|
|
519
|
+
"stars": 2,
|
|
520
|
+
"install": "dsh plugin add github:omdsh-dev/dsh-tool-diff"
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"name": "dsh-tool-encoding",
|
|
524
|
+
"category": "Tools & Capabilities",
|
|
525
|
+
"url": "https://github.com/omdsh-dev/dsh-tool-encoding",
|
|
526
|
+
"pkg": "",
|
|
527
|
+
"npm": false,
|
|
528
|
+
"test": "git-build",
|
|
529
|
+
"desc": "A DSH encoding/hash tool plugin: base64/base64url/url/hex codecs, md5/sha1/sha256/sha512 hashing, and UUID generation, zero-dependency.",
|
|
530
|
+
"desc_zh": "DSH 编码/哈希工具插件:base64/base64url/url/hex 编解码、md5/sha1/sha256/sha512 哈希、UUID 生成,零依赖。",
|
|
531
|
+
"stars": 2,
|
|
532
|
+
"install": "dsh plugin add github:omdsh-dev/dsh-tool-encoding"
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"name": "dsh-tool-json",
|
|
536
|
+
"category": "Tools & Capabilities",
|
|
537
|
+
"url": "https://github.com/omdsh-dev/dsh-tool-json",
|
|
538
|
+
"pkg": "",
|
|
539
|
+
"npm": false,
|
|
540
|
+
"test": "git-build",
|
|
541
|
+
"desc": "A DSH JSON query tool plugin: JMESPath subset querying with a zero-dependency recursive-descent parser.",
|
|
542
|
+
"desc_zh": "DSH JSON 查询工具插件:JMESPath 子集查询,零依赖递归下降解析器。",
|
|
543
|
+
"stars": 2,
|
|
544
|
+
"install": "dsh plugin add github:omdsh-dev/dsh-tool-json"
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"name": "dsh-tool-markdown",
|
|
548
|
+
"category": "Tools & Capabilities",
|
|
549
|
+
"url": "https://github.com/omdsh-dev/dsh-tool-markdown",
|
|
550
|
+
"pkg": "",
|
|
551
|
+
"npm": false,
|
|
552
|
+
"test": "git-build",
|
|
553
|
+
"desc": "A DSH Markdown tool plugin: HTML-Markdown conversion, GFM table normalization, TOC generation, and a lightweight zero-dependency parser.",
|
|
554
|
+
"desc_zh": "DSH Markdown 工具插件:HTML↔Markdown 转换、GFM 表格规范化、目录生成,零依赖轻量解析器。",
|
|
555
|
+
"stars": 2,
|
|
556
|
+
"install": "dsh plugin add github:omdsh-dev/dsh-tool-markdown"
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"name": "dsh-tool-regex",
|
|
560
|
+
"category": "Tools & Capabilities",
|
|
561
|
+
"url": "https://github.com/omdsh-dev/dsh-tool-regex",
|
|
562
|
+
"pkg": "",
|
|
563
|
+
"npm": false,
|
|
564
|
+
"test": "git-build",
|
|
565
|
+
"desc": "A DSH regex tool plugin: test matches, extract capture groups, safely replace, and statically explain regex without executing code.",
|
|
566
|
+
"desc_zh": "DSH 正则工具插件:测试匹配、提取捕获组、安全替换、静态解释正则(不执行代码),零依赖。",
|
|
567
|
+
"stars": 2,
|
|
568
|
+
"install": "dsh plugin add github:omdsh-dev/dsh-tool-regex"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"name": "dsh-tool-schema",
|
|
572
|
+
"category": "Tools & Capabilities",
|
|
573
|
+
"url": "https://github.com/omdsh-dev/dsh-tool-schema",
|
|
574
|
+
"pkg": "",
|
|
575
|
+
"npm": false,
|
|
576
|
+
"test": "git-build",
|
|
577
|
+
"desc": "A DSH JSON Schema validation tool plugin: validate, paths, explain, and normalize with zero network and zero dynamic execution.",
|
|
578
|
+
"desc_zh": "DSH JSON Schema 验证工具插件:validate/paths/explain/normalize,零网络零动态执行。",
|
|
579
|
+
"stars": 2,
|
|
580
|
+
"install": "dsh plugin add github:omdsh-dev/dsh-tool-schema"
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"name": "dsh-tool-stat",
|
|
584
|
+
"category": "Tools & Capabilities",
|
|
585
|
+
"url": "https://github.com/omdsh-dev/dsh-tool-stat",
|
|
586
|
+
"pkg": "",
|
|
587
|
+
"npm": false,
|
|
588
|
+
"test": "git-build",
|
|
589
|
+
"desc": "A DSH statistics tool plugin: descriptive statistics, percentiles, frequency distribution, and correlation with zero-dependency pure functions.",
|
|
590
|
+
"desc_zh": "DSH 统计工具插件:描述统计/百分位数/频数分布/相关性,零依赖纯函数确定性。",
|
|
591
|
+
"stars": 3,
|
|
592
|
+
"install": "dsh plugin add github:omdsh-dev/dsh-tool-stat"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"name": "dsh-tool-time",
|
|
596
|
+
"category": "Tools & Capabilities",
|
|
597
|
+
"url": "https://github.com/omdsh-dev/dsh-tool-time",
|
|
598
|
+
"pkg": "",
|
|
599
|
+
"npm": false,
|
|
600
|
+
"test": "git-build",
|
|
601
|
+
"desc": "A DSH time tool plugin: strict ISO 8601 parsing, IANA timezone conversion, UTC calendar math, and fixed duration differences, zero-dependency.",
|
|
602
|
+
"desc_zh": "DSH 时间工具插件:严格 ISO 8601 解析、IANA 时区转换、UTC 日历运算、固定时长差,零依赖。",
|
|
603
|
+
"stars": 2,
|
|
604
|
+
"install": "dsh plugin add github:omdsh-dev/dsh-tool-time"
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"name": "dsh-kb-sieve",
|
|
608
|
+
"category": "Tools & Capabilities",
|
|
609
|
+
"url": "https://github.com/omdsh-dev/dsh-kb-sieve",
|
|
610
|
+
"pkg": "",
|
|
611
|
+
"npm": false,
|
|
612
|
+
"test": "git-build",
|
|
613
|
+
"desc": "DSH knowledge-base plugin: build auditable KB packs (references + SQLite FTS5) from md/txt/docx/pdf with deterministic retrieval (kb_query) and original-text reading (kb_read).",
|
|
614
|
+
"desc_zh": "DSH 知识库插件:从 md/txt/docx/pdf 构建可审计的 KB 包(引用 + SQLite FTS5),提供确定性检索(kb_query)与原文阅读(kb_read)。",
|
|
615
|
+
"stars": 1,
|
|
616
|
+
"install": "dsh plugin add github:omdsh-dev/dsh-kb-sieve"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"name": "dsh-plugin-mineru",
|
|
620
|
+
"category": "Tools & Capabilities",
|
|
621
|
+
"url": "https://github.com/HuanLinOTO/dsh-plugin-mineru",
|
|
622
|
+
"pkg": "",
|
|
623
|
+
"npm": false,
|
|
624
|
+
"test": "git-ui",
|
|
625
|
+
"desc": "Exposes MinerU document-parsing tools to the model, converting PDF/images/DOCX/PPTX/XLSX into structured Markdown/JSON.",
|
|
626
|
+
"desc_zh": "向模型暴露 MinerU 文档解析工具,将 PDF/图片/DOCX/PPTX/XLSX 转为结构化 Markdown/JSON。",
|
|
627
|
+
"stars": 7,
|
|
628
|
+
"install": "dsh plugin add github:HuanLinOTO/dsh-plugin-mineru"
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"name": "dsh-cowork",
|
|
632
|
+
"category": "Tools & Capabilities",
|
|
633
|
+
"url": "https://github.com/Jesse-njx/dsh-cowork",
|
|
634
|
+
"pkg": "",
|
|
635
|
+
"npm": false,
|
|
636
|
+
"test": "git-build",
|
|
637
|
+
"desc": "Read and write office documents and notebooks in DeepSeek Harness via doc_read/doc_write tools (xlsx, pdf, docx, pptx, ipynb) plus an MCP server and CLI.",
|
|
638
|
+
"desc_zh": "在 DeepSeek Harness 中读写办公文档与笔记本:doc_read/doc_write 工具(xlsx、pdf、docx、pptx、ipynb),另附 MCP server 与 CLI。",
|
|
639
|
+
"stars": 1,
|
|
640
|
+
"install": "dsh plugin add github:Jesse-njx/dsh-cowork"
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"name": "dsh-skillport",
|
|
644
|
+
"category": "Tools & Capabilities",
|
|
645
|
+
"url": "https://github.com/Jesse-njx/dsh-skillport",
|
|
646
|
+
"pkg": "",
|
|
647
|
+
"npm": false,
|
|
648
|
+
"test": "git-ui",
|
|
649
|
+
"desc": "Run every skill you already have — Claude Code, Codex, Cursor, Gemini CLI — in DSH with SKILL.md discovery, Tier-2 conversions, find_skill search, and a skills doctor.",
|
|
650
|
+
"desc_zh": "让你已有的 Claude Code、Codex、Cursor、Gemini CLI 技能在 DSH 中运行:SKILL.md 发现、Tier-2 转换、find_skill 搜索与 skills doctor。",
|
|
651
|
+
"stars": 1,
|
|
652
|
+
"install": "dsh plugin add github:Jesse-njx/dsh-skillport"
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"name": "pack-agent-dsh",
|
|
656
|
+
"category": "Tools & Capabilities",
|
|
657
|
+
"url": "https://github.com/sakikoTGW/pack-agent",
|
|
658
|
+
"pkg": "@sakikotgw/pack-agent-dsh",
|
|
659
|
+
"npm": true,
|
|
660
|
+
"test": "ok",
|
|
661
|
+
"desc": "Pack .pack.json/.pack.zip projects into .agent-pack/modpacks/ and expose skills via a workspace allow-list.",
|
|
662
|
+
"desc_zh": "将 .pack.json/.pack.zip 项目打包进 .agent-pack/modpacks/,并通过工作区允许列表暴露技能。",
|
|
663
|
+
"stars": 2,
|
|
664
|
+
"install": "dsh plugin add @sakikotgw/pack-agent-dsh"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"name": "dsh-tool-search",
|
|
668
|
+
"category": "Tools & Capabilities",
|
|
669
|
+
"url": "https://github.com/vibeinging/dsh-tool-search",
|
|
670
|
+
"pkg": "",
|
|
671
|
+
"npm": false,
|
|
672
|
+
"test": "git-build",
|
|
673
|
+
"desc": "Per-agent on-demand tool discovery and progressive schema disclosure for DeepSeek Harness.",
|
|
674
|
+
"desc_zh": "DeepSeek Harness 的按 Agent 按需工具发现与渐进式 schema 披露。",
|
|
675
|
+
"stars": 1,
|
|
676
|
+
"install": "dsh plugin add github:vibeinging/dsh-tool-search"
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"name": "dsh-openmaic",
|
|
680
|
+
"category": "Tools & Capabilities",
|
|
681
|
+
"url": "https://github.com/THU-MAIC/dsh-openmaic",
|
|
682
|
+
"pkg": "",
|
|
683
|
+
"npm": false,
|
|
684
|
+
"test": "git-build",
|
|
685
|
+
"desc": "OpenMAIC for DeepSeek Harness: classrooms, slides, interactive widgets, and Socratic teaching.",
|
|
686
|
+
"desc_zh": "DeepSeek Harness 的 OpenMAIC 插件:教室、幻灯片、交互式组件与苏格拉底式教学。",
|
|
687
|
+
"stars": 5,
|
|
688
|
+
"install": "dsh plugin add github:THU-MAIC/dsh-openmaic"
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"name": "dsh-scholar",
|
|
692
|
+
"category": "Tools & Capabilities",
|
|
693
|
+
"url": "https://github.com/lzszq/dsh-scholar",
|
|
694
|
+
"pkg": "dsh-scholar",
|
|
695
|
+
"npm": true,
|
|
696
|
+
"test": "ok",
|
|
697
|
+
"desc": "Academic assistant plugin: search and summarize research papers from arXiv, OpenAlex, and PDF files.",
|
|
698
|
+
"desc_zh": "学术助手插件:搜索并总结来自 arXiv、OpenAlex 与 PDF 文件的研究论文。",
|
|
699
|
+
"stars": 7,
|
|
700
|
+
"install": "dsh plugin add dsh-scholar"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"name": "dsh-apple-mode",
|
|
704
|
+
"category": "Tools & Capabilities",
|
|
705
|
+
"url": "https://github.com/jihongboo/dsh-apple-mode",
|
|
706
|
+
"pkg": "",
|
|
707
|
+
"npm": false,
|
|
708
|
+
"test": "git-ui",
|
|
709
|
+
"desc": "An Apple-style mode plugin for DeepSeek Harness.",
|
|
710
|
+
"desc_zh": "DeepSeek Harness 的 Apple 风格模式插件。",
|
|
711
|
+
"stars": 1,
|
|
712
|
+
"install": "dsh plugin add github:jihongboo/dsh-apple-mode"
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"name": "dsh-continual-evolve",
|
|
716
|
+
"category": "Tools & Capabilities",
|
|
717
|
+
"url": "https://github.com/ZK-Andy/dsh-continual-evolve",
|
|
718
|
+
"pkg": "",
|
|
719
|
+
"npm": false,
|
|
720
|
+
"test": "git-ui",
|
|
721
|
+
"desc": "A continual self-evolution plugin for DeepSeek Harness: versioned, auditable, rollback-safe harness state refined from session trajectories with a benchmark-driven validation loop.",
|
|
722
|
+
"desc_zh": "DeepSeek Harness 的持续自我进化插件:从会话轨迹提炼版本化、可审计、可回滚的 harness 状态,并带基准驱动的验证循环。",
|
|
723
|
+
"stars": 0,
|
|
724
|
+
"install": "dsh plugin add github:ZK-Andy/dsh-continual-evolve"
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"name": "dsh-recommend",
|
|
728
|
+
"category": "Tools & Capabilities",
|
|
729
|
+
"url": "https://github.com/zp-home/dsh-recommend",
|
|
730
|
+
"pkg": "dsh-recommend",
|
|
731
|
+
"npm": true,
|
|
732
|
+
"test": "ui",
|
|
733
|
+
"desc": "A transparent ranking and recommendation plugin for the DSH plugin ecosystem: daily scraping of the dsh-plugin topic, public scoring model, and ranking/recommendation site.",
|
|
734
|
+
"desc_zh": "DSH 插件生态透明排行与推荐:每日自动抓取 dsh-plugin 话题 + 公开评分模型 + 排行/推荐插件与静态站。",
|
|
735
|
+
"stars": 3,
|
|
736
|
+
"install": "dsh plugin add dsh-recommend"
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"name": "modlens",
|
|
740
|
+
"category": "Tools & Capabilities",
|
|
741
|
+
"url": "https://github.com/liustack/modlens",
|
|
742
|
+
"pkg": "",
|
|
743
|
+
"npm": false,
|
|
744
|
+
"test": "git-ok",
|
|
745
|
+
"desc": "The first vision plugin for DeepSeek Harness and the vision bridge for every text-only coding agent: paste an image and get structured JSON evidence (OCR, layout, semantics).",
|
|
746
|
+
"desc_zh": "DeepSeek Harness 首个视觉插件,也是纯文本编码 Agent 的视觉桥梁:粘贴图片即返回结构化 JSON 证据(OCR、布局、语义)。",
|
|
747
|
+
"stars": 939,
|
|
748
|
+
"install": "dsh plugin add github:liustack/modlens"
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"name": "dsh-find-plugin",
|
|
752
|
+
"category": "Tools & Capabilities",
|
|
753
|
+
"url": "https://github.com/awesome-dsh-plugin/dsh-find-plugin",
|
|
754
|
+
"pkg": "dsh-find-plugin",
|
|
755
|
+
"npm": true,
|
|
756
|
+
"test": "install-fail",
|
|
757
|
+
"desc": "Find DSH plugins inside the agent with live GitHub dsh-plugin topic search and star-ranked results.",
|
|
758
|
+
"desc_zh": "在 Agent 内搜索发现 DSH 插件:实时 GitHub dsh-plugin 话题搜索,按 star 排行。",
|
|
759
|
+
"stars": 6,
|
|
760
|
+
"install": "dsh plugin add dsh-find-plugin"
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"name": "dsh_workflow",
|
|
764
|
+
"category": "Workflow & Automation",
|
|
765
|
+
"url": "https://github.com/icetomoyo/dsh_workflow",
|
|
766
|
+
"pkg": "",
|
|
767
|
+
"npm": false,
|
|
768
|
+
"test": "git-build",
|
|
769
|
+
"desc": "Brings Claude Code's UltraCode mode to DSH, upgrading one-off multi-agent scheduling into a generatable, savable, governable, observable, and recoverable workflow layer.",
|
|
770
|
+
"desc_zh": "把 Claude Code 的 UltraCode 模式带给 DSH,将一次性多 Agent 调度升级为可生成、可保存、可治理、可观察、可恢复的 Workflow 层。",
|
|
771
|
+
"stars": 49,
|
|
772
|
+
"install": "dsh plugin add github:icetomoyo/dsh_workflow"
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"name": "dsh-automation",
|
|
776
|
+
"category": "Workflow & Automation",
|
|
777
|
+
"url": "https://github.com/titanwings/dsh-automation",
|
|
778
|
+
"pkg": "",
|
|
779
|
+
"npm": false,
|
|
780
|
+
"test": "git-build",
|
|
781
|
+
"desc": "A DSH automation plugin that runs coding tasks in fresh Agent sessions on a schedule, with schedules created and managed by users or Agents.",
|
|
782
|
+
"desc_zh": "DSH 自动化插件:让 Coding 任务按计划在全新 Agent Session 中运行,并由用户或 Agent 创建和管理定时任务。",
|
|
783
|
+
"stars": 21,
|
|
784
|
+
"install": "dsh plugin add github:titanwings/dsh-automation"
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"name": "dsh-routines",
|
|
788
|
+
"category": "Workflow & Automation",
|
|
789
|
+
"url": "https://github.com/Jesse-njx/dsh-routines",
|
|
790
|
+
"pkg": "",
|
|
791
|
+
"npm": false,
|
|
792
|
+
"test": "git-build",
|
|
793
|
+
"desc": "Scheduled agents for DSH: run a prompt on a cron and get the digest where you already are (file digests, chatnode delivery, unattended-safe).",
|
|
794
|
+
"desc_zh": "DSH 定时 Agent 插件:按 cron 运行提示词,并在你所在之处获取摘要(文件摘要、聊天节点投递、无人值守安全)。",
|
|
795
|
+
"stars": 1,
|
|
796
|
+
"install": "dsh plugin add github:Jesse-njx/dsh-routines"
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
"name": "dsh-plannotator",
|
|
800
|
+
"category": "Workflow & Automation",
|
|
801
|
+
"url": "https://github.com/titanwings/dsh-plannotator",
|
|
802
|
+
"pkg": "",
|
|
803
|
+
"npm": false,
|
|
804
|
+
"test": "git-build",
|
|
805
|
+
"desc": "A DSH plan-review plugin for anchored annotations and structured Agent feedback.",
|
|
806
|
+
"desc_zh": "DSH 计划批注插件:选中计划原文、逐条批注,并把结构化反馈送回 Agent。",
|
|
807
|
+
"stars": 2,
|
|
808
|
+
"install": "dsh plugin add github:titanwings/dsh-plannotator"
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"name": "dsh-loop",
|
|
812
|
+
"category": "Workflow & Automation",
|
|
813
|
+
"url": "https://github.com/vlln/dsh-loop",
|
|
814
|
+
"pkg": "",
|
|
815
|
+
"npm": false,
|
|
816
|
+
"test": "git-ui",
|
|
817
|
+
"desc": "A DSH plugin for scheduled loops with a /loop command, loop tool, and an active status bar.",
|
|
818
|
+
"desc_zh": "DSH 插件:定时循环(/loop 命令 + loop 工具 + 活动状态条)。",
|
|
819
|
+
"stars": 2,
|
|
820
|
+
"install": "dsh plugin add github:vlln/dsh-loop"
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"name": "dsh-sentinel",
|
|
824
|
+
"category": "Workflow & Automation",
|
|
825
|
+
"url": "https://github.com/fuhefei/dsh-sentinel",
|
|
826
|
+
"pkg": "",
|
|
827
|
+
"npm": false,
|
|
828
|
+
"test": "git-ok",
|
|
829
|
+
"desc": "Condition-driven wakeup for DeepSeek Harness: durable file/command/http/process/webhook watches that wake the agent, with dock, sidebar branch, and a global dashboard.",
|
|
830
|
+
"desc_zh": "DeepSeek Harness 的条件驱动唤醒插件:持久的文件/命令/http/进程/webhook 监听唤醒 Agent,附带 dock、侧边栏分支与全局仪表盘。",
|
|
831
|
+
"stars": 4,
|
|
832
|
+
"install": "dsh plugin add github:fuhefei/dsh-sentinel"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"name": "dsh-deep-research",
|
|
836
|
+
"category": "Workflow & Automation",
|
|
837
|
+
"url": "https://github.com/omdsh-dev/dsh-deep-research",
|
|
838
|
+
"pkg": "",
|
|
839
|
+
"npm": false,
|
|
840
|
+
"test": "git-build",
|
|
841
|
+
"desc": "An adaptive deep-research orchestrator plugin for DeepSeek Harness (official workflow engine, cybernetics/information-theory design).",
|
|
842
|
+
"desc_zh": "DeepSeek Harness 的自适应深度研究编排插件(官方 workflow 引擎,控制论/信息论设计)。",
|
|
843
|
+
"stars": 6,
|
|
844
|
+
"install": "dsh plugin add github:omdsh-dev/dsh-deep-research"
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"name": "dsh-inspect",
|
|
848
|
+
"category": "Workflow & Automation",
|
|
849
|
+
"url": "https://github.com/omdsh-dev/dsh-inspect",
|
|
850
|
+
"pkg": "",
|
|
851
|
+
"npm": false,
|
|
852
|
+
"test": "git-build",
|
|
853
|
+
"desc": "An adversarial closed-loop plugin for checkup, fix, and review: a check/fix/review toolset built on the official workflow engine.",
|
|
854
|
+
"desc_zh": "发现问题(checkup)→ 修复交付(fix)→ 质量复查(review)的对抗式闭环插件:基于官方 workflow 引擎的检查/修复/复查工具集。",
|
|
855
|
+
"stars": 2,
|
|
856
|
+
"install": "dsh plugin add github:omdsh-dev/dsh-inspect"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"name": "dsh-track",
|
|
860
|
+
"category": "Workflow & Automation",
|
|
861
|
+
"url": "https://github.com/fakechris/dsh-track",
|
|
862
|
+
"pkg": "",
|
|
863
|
+
"npm": false,
|
|
864
|
+
"test": "git-build",
|
|
865
|
+
"desc": "A DSH Track Bridge plugin: an embedded task-management engine with decision-point protocol, idea capture wall, Linear-style issue storage, and AI-human task tracks.",
|
|
866
|
+
"desc_zh": "DSH Track Bridge 插件:嵌入式任务管理引擎——决策点协议、念头捕获墙、Linear 形 issue 存储,AI 与人之间的任务轨道。",
|
|
867
|
+
"stars": 3,
|
|
868
|
+
"install": "dsh plugin add github:fakechris/dsh-track"
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
"name": "dsh-advisor",
|
|
872
|
+
"category": "Workflow & Automation",
|
|
873
|
+
"url": "https://github.com/btspoony/dsh-advisor",
|
|
874
|
+
"pkg": "dsh-advisor",
|
|
875
|
+
"npm": true,
|
|
876
|
+
"test": "ok",
|
|
877
|
+
"desc": "Pairs a second model that passively reviews each turn and injects notes into the conversation.",
|
|
878
|
+
"desc_zh": "搭配一个副模型,在每轮对话被动注入见解和审查。",
|
|
879
|
+
"stars": 4,
|
|
880
|
+
"install": "dsh plugin add dsh-advisor"
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"name": "dsh-open-in-vscode",
|
|
884
|
+
"category": "Notifications & Integrations",
|
|
885
|
+
"url": "https://github.com/omdsh-dev/dsh-open-in-vscode",
|
|
886
|
+
"pkg": "",
|
|
887
|
+
"npm": false,
|
|
888
|
+
"test": "git-ok",
|
|
889
|
+
"desc": "Open DeepSeek Harness workspace directories in VS Code directly from the web GUI.",
|
|
890
|
+
"desc_zh": "直接从 Web 界面在 VS Code 中打开 DeepSeek Harness 工作区目录。",
|
|
891
|
+
"stars": 37,
|
|
892
|
+
"install": "dsh plugin add github:omdsh-dev/dsh-open-in-vscode"
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"name": "dsh-notification",
|
|
896
|
+
"category": "Notifications & Integrations",
|
|
897
|
+
"url": "https://github.com/omdsh-dev/dsh-notification",
|
|
898
|
+
"pkg": "",
|
|
899
|
+
"npm": false,
|
|
900
|
+
"test": "git-ok",
|
|
901
|
+
"desc": "Desktop notifications for DeepSeek Harness turn completions, with per-outcome controls and include/exclude keyword rules.",
|
|
902
|
+
"desc_zh": "DeepSeek Harness 轮次完成的桌面通知,支持按结果控制与包含/排除关键词规则。",
|
|
903
|
+
"stars": 28,
|
|
904
|
+
"install": "dsh plugin add github:omdsh-dev/dsh-notification"
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"name": "dsh-acp-for-bitfun",
|
|
908
|
+
"category": "Notifications & Integrations",
|
|
909
|
+
"url": "https://github.com/bobleer/dsh-acp-for-bitfun",
|
|
910
|
+
"pkg": "",
|
|
911
|
+
"npm": false,
|
|
912
|
+
"test": "git-build",
|
|
913
|
+
"desc": "A plugin for BitFun to interact and integrate with DSH via ACP.",
|
|
914
|
+
"desc_zh": "BitFun 与 DSH ACP 交互对接插件。",
|
|
915
|
+
"stars": 9,
|
|
916
|
+
"install": "dsh plugin add github:bobleer/dsh-acp-for-bitfun"
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"name": "dsh-chatnode-wechat",
|
|
920
|
+
"category": "Notifications & Integrations",
|
|
921
|
+
"url": "https://github.com/Jesse-njx/dsh-chatnode-wechat",
|
|
922
|
+
"pkg": "",
|
|
923
|
+
"npm": false,
|
|
924
|
+
"test": "git-build",
|
|
925
|
+
"desc": "Chat with, monitor, and approve your DSH agents from WeChat via an iLink gateway plus conversation-node bundle.",
|
|
926
|
+
"desc_zh": "通过 iLink 网关 + 对话节点 bundle,从微信与 DSH Agent 对话、监控并审批。",
|
|
927
|
+
"stars": 1,
|
|
928
|
+
"install": "dsh plugin add github:Jesse-njx/dsh-chatnode-wechat"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"name": "dsh-web-ui-notify",
|
|
932
|
+
"category": "Notifications & Integrations",
|
|
933
|
+
"url": "https://github.com/bill9109/dsh-web-ui-notify",
|
|
934
|
+
"pkg": "",
|
|
935
|
+
"npm": false,
|
|
936
|
+
"test": "git-ok",
|
|
937
|
+
"desc": "Adds desktop notification reminders to DSH.",
|
|
938
|
+
"desc_zh": "为 DSH 增加桌面通知提醒。",
|
|
939
|
+
"stars": 4,
|
|
940
|
+
"install": "dsh plugin add github:bill9109/dsh-web-ui-notify"
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"name": "dsh-webbridge",
|
|
944
|
+
"category": "Notifications & Integrations",
|
|
945
|
+
"url": "https://github.com/bill9109/dsh-webbridge",
|
|
946
|
+
"pkg": "",
|
|
947
|
+
"npm": false,
|
|
948
|
+
"test": "git-build",
|
|
949
|
+
"desc": "Integrates DSH with Kimi WebBridge.",
|
|
950
|
+
"desc_zh": "将 DSH 与 Kimi WebBridge 结合。",
|
|
951
|
+
"stars": 3,
|
|
952
|
+
"install": "dsh plugin add github:bill9109/dsh-webbridge"
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"name": "dsh-context-doctor",
|
|
956
|
+
"category": "Development & Runtime",
|
|
957
|
+
"url": "https://github.com/Zhenyu98/dsh-context-doctor",
|
|
958
|
+
"pkg": "",
|
|
959
|
+
"npm": false,
|
|
960
|
+
"test": "git-build",
|
|
961
|
+
"desc": "A DSH context-injection audit plugin that measures token cost of AGENTS.md instruction chains, skill catalogs, and tool schemas, detecting duplicates and conflicts.",
|
|
962
|
+
"desc_zh": "DSH 上下文注入审计插件:统计 AGENTS.md 指令链/技能目录/工具 schema 的 token 成本,检测重复与冲突;含 Web UI 圆环面板与 context_audit 工具。",
|
|
963
|
+
"stars": 6,
|
|
964
|
+
"install": "dsh plugin add github:Zhenyu98/dsh-context-doctor"
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"name": "dsh-plugin-check",
|
|
968
|
+
"category": "Development & Runtime",
|
|
969
|
+
"url": "https://github.com/omdsh-dev/dsh-plugin-check",
|
|
970
|
+
"pkg": "",
|
|
971
|
+
"npm": false,
|
|
972
|
+
"test": "git-build",
|
|
973
|
+
"desc": "A DSH plugin health-check tool that scans manifest protocol, patch format, build traps, and hub listing status of plugin repos, zero-dependency and read-only.",
|
|
974
|
+
"desc_zh": "DSH 插件健康检查工具:扫描插件仓库的清单协议 / patch 格式 / 构建陷阱 / hub 收录状态,零依赖只读。",
|
|
975
|
+
"stars": 13,
|
|
976
|
+
"install": "dsh plugin add github:omdsh-dev/dsh-plugin-check"
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"name": "dsh-security-audit",
|
|
980
|
+
"category": "Development & Runtime",
|
|
981
|
+
"url": "https://github.com/omdsh-dev/dsh-security-audit",
|
|
982
|
+
"pkg": "",
|
|
983
|
+
"npm": false,
|
|
984
|
+
"test": "git-build",
|
|
985
|
+
"desc": "A DSH local security-audit plugin that reports on config, plugin sources, sessions, and network exposure with read-only, redacted risk reporting.",
|
|
986
|
+
"desc_zh": "DSH 本机安全审计插件:检查配置/插件来源/会话/网络暴露面,输出只读脱敏风险报告。",
|
|
987
|
+
"stars": 9,
|
|
988
|
+
"install": "dsh plugin add github:omdsh-dev/dsh-security-audit"
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"name": "dsh-session-health",
|
|
992
|
+
"category": "Development & Runtime",
|
|
993
|
+
"url": "https://github.com/omdsh-dev/dsh-session-health",
|
|
994
|
+
"pkg": "dsh-session-health",
|
|
995
|
+
"npm": true,
|
|
996
|
+
"test": "ok",
|
|
997
|
+
"desc": "A DSH session health-check plugin that performs frame-level diagnostics on multi-frame zstd session files to detect torn/corrupt/empty sessions.",
|
|
998
|
+
"desc_zh": "DSH 会话健康检查插件:对多帧 zstd 会话文件做帧级扫描诊断(torn/损坏/空会话检测),零依赖只读。",
|
|
999
|
+
"stars": 8,
|
|
1000
|
+
"install": "dsh plugin add dsh-session-health"
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"name": "dsh-trace",
|
|
1004
|
+
"category": "Development & Runtime",
|
|
1005
|
+
"url": "https://github.com/vibeinging/dsh-trace",
|
|
1006
|
+
"pkg": "",
|
|
1007
|
+
"npm": false,
|
|
1008
|
+
"test": "git-build",
|
|
1009
|
+
"desc": "A DeepSeek Harness telemetry backend that exports turns, model steps, and tool calls to yiTrace over HTTP.",
|
|
1010
|
+
"desc_zh": "DeepSeek Harness 遥测后端,通过 HTTP 将轮次、模型步骤与工具调用导出到 yiTrace。",
|
|
1011
|
+
"stars": 2,
|
|
1012
|
+
"install": "dsh plugin add github:vibeinging/dsh-trace"
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"name": "dsh-llm-fallbacks",
|
|
1016
|
+
"category": "Development & Runtime",
|
|
1017
|
+
"url": "https://github.com/btspoony/dsh-llm-fallbacks",
|
|
1018
|
+
"pkg": "dsh-llm-fallbacks",
|
|
1019
|
+
"npm": true,
|
|
1020
|
+
"test": "ok",
|
|
1021
|
+
"desc": "A dsh plugin for role-based LLM retry and fallback strategy.",
|
|
1022
|
+
"desc_zh": "基于角色的模型重试备用策略插件。",
|
|
1023
|
+
"stars": 1,
|
|
1024
|
+
"install": "dsh plugin add dsh-llm-fallbacks"
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
"name": "dsh-polyglot",
|
|
1028
|
+
"category": "Development & Runtime",
|
|
1029
|
+
"url": "https://github.com/Jesse-njx/dsh-polyglot",
|
|
1030
|
+
"pkg": "",
|
|
1031
|
+
"npm": false,
|
|
1032
|
+
"test": "git-ui",
|
|
1033
|
+
"desc": "The model switch for DSH: a generic OpenAI-compatible ctx.llm adapter, curated free/cheap DeepSeek presets, and automatic provider fallback on rate limits.",
|
|
1034
|
+
"desc_zh": "DSH 的模型切换器:通用 OpenAI 兼容 ctx.llm 适配器、精选免费/低价 DeepSeek 预设,以及限流时的自动供应商回退。",
|
|
1035
|
+
"stars": 0,
|
|
1036
|
+
"install": "dsh plugin add github:Jesse-njx/dsh-polyglot"
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"name": "dsh-tool-approval",
|
|
1040
|
+
"category": "Development & Runtime",
|
|
1041
|
+
"url": "https://github.com/ilharp/dsh-tool-approval",
|
|
1042
|
+
"pkg": "dsh-tool-approval",
|
|
1043
|
+
"npm": true,
|
|
1044
|
+
"test": "install-fail",
|
|
1045
|
+
"desc": "Manual approval for DeepSeek Harness (aka Manual Mode / Ask Mode).",
|
|
1046
|
+
"desc_zh": "DeepSeek Harness 的手动审批(又称 Manual Mode / Ask Mode)。",
|
|
1047
|
+
"stars": 1,
|
|
1048
|
+
"install": "dsh plugin add dsh-tool-approval"
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"name": "plugin-template",
|
|
1052
|
+
"category": "Development & Runtime",
|
|
1053
|
+
"url": "https://github.com/omdsh-dev/plugin-template",
|
|
1054
|
+
"pkg": "",
|
|
1055
|
+
"npm": false,
|
|
1056
|
+
"test": "git-build",
|
|
1057
|
+
"desc": "A plugin template repository created from the original Turtle UI official repository.",
|
|
1058
|
+
"desc_zh": "基于原 Turtle UI 官方仓库创建的 plugin 模板仓库。",
|
|
1059
|
+
"stars": 4,
|
|
1060
|
+
"install": "dsh plugin add github:omdsh-dev/plugin-template"
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
"name": "dsh-tps",
|
|
1064
|
+
"category": "Development & Runtime",
|
|
1065
|
+
"url": "https://github.com/Small-tailqwq/dsh-tps",
|
|
1066
|
+
"pkg": "",
|
|
1067
|
+
"npm": false,
|
|
1068
|
+
"test": "git-build",
|
|
1069
|
+
"desc": "A simple TPS (tokens per second) display plugin for DSH.",
|
|
1070
|
+
"desc_zh": "一个简单的 TPS(每秒 token 数)显示插件。",
|
|
1071
|
+
"stars": 1,
|
|
1072
|
+
"install": "dsh plugin add github:Small-tailqwq/dsh-tps"
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"name": "dsh-fail-logger",
|
|
1076
|
+
"category": "Development & Runtime",
|
|
1077
|
+
"url": "https://github.com/Areium/dsh-fail-logger",
|
|
1078
|
+
"pkg": "dsh-fail-logger",
|
|
1079
|
+
"npm": true,
|
|
1080
|
+
"test": "ok",
|
|
1081
|
+
"desc": "A DeepSeek Harness plugin that auto-records tool failure causes across all execution modes, deduplicates, counts, and deterministically sorts them into a skill maintenance log so the agent makes fewer mistakes over time.",
|
|
1082
|
+
"desc_zh": "DeepSeek Harness 插件:自动记录所有执行模式的工具失败错因,去重、计数、确定性排序后沉淀进 skill 的维护实录区段,让 Agent 越用越少错。",
|
|
1083
|
+
"stars": 4,
|
|
1084
|
+
"install": "dsh plugin add dsh-fail-logger"
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"name": "oh-dsh",
|
|
1088
|
+
"category": "Development & Runtime",
|
|
1089
|
+
"url": "https://github.com/hust-open-atom-club/oh-dsh",
|
|
1090
|
+
"pkg": "",
|
|
1091
|
+
"npm": false,
|
|
1092
|
+
"test": "git-build",
|
|
1093
|
+
"desc": "A one-stop DeepSeek Harness community distribution unifying TUI, desktop, and Web UI experiences with layered installation.",
|
|
1094
|
+
"desc_zh": "一站式 DeepSeek Harness 社区发行版:TUI、桌面端与 Web UI 三种形态统一体验,支持分层安装、一步到位。",
|
|
1095
|
+
"stars": 123,
|
|
1096
|
+
"install": "dsh plugin add github:hust-open-atom-club/oh-dsh"
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
"name": "dsh-annotate",
|
|
1100
|
+
"category": "Development & Runtime",
|
|
1101
|
+
"url": "https://github.com/BrambleXu/dsh-annotate",
|
|
1102
|
+
"pkg": "",
|
|
1103
|
+
"npm": false,
|
|
1104
|
+
"test": "git-build",
|
|
1105
|
+
"desc": "Visual browser element annotation for DeepSeek Harness, capturing DOM, styles, accessibility data, comments, and viewport screenshots.",
|
|
1106
|
+
"desc_zh": "DeepSeek Harness 浏览器元素标注插件,捕获 DOM、样式、可访问性数据、评论和视口截图。",
|
|
1107
|
+
"stars": 2,
|
|
1108
|
+
"install": "dsh plugin add github:BrambleXu/dsh-annotate"
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"name": "dsh-prompt-profile",
|
|
1112
|
+
"category": "Development & Runtime",
|
|
1113
|
+
"url": "https://github.com/BrambleXu/dsh-prompt-profile",
|
|
1114
|
+
"pkg": "",
|
|
1115
|
+
"npm": false,
|
|
1116
|
+
"test": "git-build",
|
|
1117
|
+
"desc": "Reusable Markdown prompt profiles for DeepSeek Harness with per-turn model selection, argument substitution, and state restoration.",
|
|
1118
|
+
"desc_zh": "DeepSeek Harness 可复用 Markdown Prompt Profile,支持单轮模型选择、参数替换和状态恢复。",
|
|
1119
|
+
"stars": 1,
|
|
1120
|
+
"install": "dsh plugin add github:BrambleXu/dsh-prompt-profile"
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
"name": "dsh-revdiff",
|
|
1124
|
+
"category": "Development & Runtime",
|
|
1125
|
+
"url": "https://github.com/BrambleXu/dsh-revdiff",
|
|
1126
|
+
"pkg": "",
|
|
1127
|
+
"npm": false,
|
|
1128
|
+
"test": "git-build",
|
|
1129
|
+
"desc": "Native interactive Git diff review for DeepSeek Harness with structured annotations sent back to the current Agent session.",
|
|
1130
|
+
"desc_zh": "DeepSeek Harness 原生交互式 Git diff 审查,支持结构化批注并回传当前 Agent 会话。",
|
|
1131
|
+
"stars": 1,
|
|
1132
|
+
"install": "dsh plugin add github:BrambleXu/dsh-revdiff"
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"name": "dsh-gomoku",
|
|
1136
|
+
"category": "Just for Fun",
|
|
1137
|
+
"url": "https://github.com/omdsh-dev/dsh-gomoku",
|
|
1138
|
+
"pkg": "",
|
|
1139
|
+
"npm": false,
|
|
1140
|
+
"test": "git-build",
|
|
1141
|
+
"desc": "Play Gomoku against AI in DSH, or have two AIs play each other to see which is stronger.",
|
|
1142
|
+
"desc_zh": "在 DSH 中与 AI 下五子棋,也可以让 AI 对局,看哪个 AI 棋力更强。",
|
|
1143
|
+
"stars": 8,
|
|
1144
|
+
"install": "dsh plugin add github:omdsh-dev/dsh-gomoku"
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"name": "dsh-stock-market",
|
|
1148
|
+
"category": "Just for Fun",
|
|
1149
|
+
"url": "https://github.com/AnacondaKC/dsh-stock-market",
|
|
1150
|
+
"pkg": "",
|
|
1151
|
+
"npm": false,
|
|
1152
|
+
"test": "git-build",
|
|
1153
|
+
"desc": "A DSH stock market plugin that solves the bug of your account not being able to lose money while you code.",
|
|
1154
|
+
"desc_zh": "DSH 股票行情插件:有效解决写代码时账户不能同时亏钱的 BUG。",
|
|
1155
|
+
"stars": 9,
|
|
1156
|
+
"install": "dsh plugin add github:AnacondaKC/dsh-stock-market"
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
"name": "dsh-emoji",
|
|
1160
|
+
"category": "Just for Fun",
|
|
1161
|
+
"url": "https://github.com/hellodigua/dsh-emoji",
|
|
1162
|
+
"pkg": "",
|
|
1163
|
+
"npm": false,
|
|
1164
|
+
"test": "git-ok",
|
|
1165
|
+
"desc": "Adds custom inline emoji to DSH replies.",
|
|
1166
|
+
"desc_zh": "为 DSH 的回复加入自定义的行内表情。",
|
|
1167
|
+
"stars": 9,
|
|
1168
|
+
"install": "dsh plugin add github:hellodigua/dsh-emoji"
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
"name": "dsh-minigames",
|
|
1172
|
+
"category": "Just for Fun",
|
|
1173
|
+
"url": "https://github.com/lhh010/dsh-minigames",
|
|
1174
|
+
"pkg": "",
|
|
1175
|
+
"npm": false,
|
|
1176
|
+
"test": "git-ok",
|
|
1177
|
+
"desc": "A DSH Web UI side-panel with 18 offline mini-games (dino jump, Tetris, tank battle, minesweeper, 2048, sudoku, Pac-Man, and more) and an extensible game registry.",
|
|
1178
|
+
"desc_zh": "DSH Web UI 右侧小游戏面板:18 款离线小游戏(恐龙跳一跳、俄罗斯方块、坦克大战、扫雷、2048、数独、吃豆人等),可扩展游戏注册表。",
|
|
1179
|
+
"stars": 10,
|
|
1180
|
+
"install": "dsh plugin add github:lhh010/dsh-minigames"
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
"name": "dsh-stickers",
|
|
1184
|
+
"category": "Just for Fun",
|
|
1185
|
+
"url": "https://github.com/william-jin-cmu/dsh-stickers",
|
|
1186
|
+
"pkg": "",
|
|
1187
|
+
"npm": false,
|
|
1188
|
+
"test": "git-build",
|
|
1189
|
+
"desc": "DSH WebUI sticker plugin for bidirectional user and agent reactions.",
|
|
1190
|
+
"desc_zh": "DSH WebUI 贴纸插件,支持用户与 Agent 双向表情回应。",
|
|
1191
|
+
"stars": 9,
|
|
1192
|
+
"install": "dsh plugin add github:william-jin-cmu/dsh-stickers"
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"name": "whale-girl",
|
|
1196
|
+
"category": "Just for Fun",
|
|
1197
|
+
"url": "https://github.com/vlln/whale-girl",
|
|
1198
|
+
"pkg": "",
|
|
1199
|
+
"npm": false,
|
|
1200
|
+
"test": "git-ui",
|
|
1201
|
+
"desc": "A desktop-pet plugin for the DSH Web GUI: a floating, draggable companion in the corner that you can feed and play with.",
|
|
1202
|
+
"desc_zh": "DSH Web GUI 桌面宠物插件:右下角悬浮、可拖拽/投喂/玩耍的积累型伙伴。",
|
|
1203
|
+
"stars": 84,
|
|
1204
|
+
"install": "dsh plugin add github:vlln/whale-girl"
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
"name": "dsh-plugin-d399",
|
|
1208
|
+
"category": "Just for Fun",
|
|
1209
|
+
"url": "https://github.com/HuanLinOTO/dsh-plugin-d399",
|
|
1210
|
+
"pkg": "",
|
|
1211
|
+
"npm": false,
|
|
1212
|
+
"test": "git-ok",
|
|
1213
|
+
"desc": "Pops up a mini-game menu while the model generates (Wordle/Match-3/192 parametric mini-games, extensible registry).",
|
|
1214
|
+
"desc_zh": "模型生成时右下角弹出小游戏菜单(Wordle/消消乐/192 款参数化小游戏,可拓展注册表)。",
|
|
1215
|
+
"stars": 4,
|
|
1216
|
+
"install": "dsh plugin add github:HuanLinOTO/dsh-plugin-d399"
|
|
1217
|
+
},
|
|
1218
|
+
{
|
|
1219
|
+
"name": "dsh-auto-chess",
|
|
1220
|
+
"category": "Just for Fun",
|
|
1221
|
+
"url": "https://github.com/omdsh-dev/dsh-auto-chess",
|
|
1222
|
+
"pkg": "",
|
|
1223
|
+
"npm": false,
|
|
1224
|
+
"test": "git-build",
|
|
1225
|
+
"desc": "An auto-battler (auto chess) plugin inside DSH Web for human-vs-AI or AI-vs-AI matches.",
|
|
1226
|
+
"desc_zh": "DSH Web 里的自走棋插件:人机对战或双 AI 对弈。",
|
|
1227
|
+
"stars": 2,
|
|
1228
|
+
"install": "dsh plugin add github:omdsh-dev/dsh-auto-chess"
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
"name": "dsh-douyin",
|
|
1232
|
+
"category": "Just for Fun",
|
|
1233
|
+
"url": "https://github.com/AnacondaKC/dsh-douyin",
|
|
1234
|
+
"pkg": "",
|
|
1235
|
+
"npm": false,
|
|
1236
|
+
"test": "git-ui",
|
|
1237
|
+
"desc": "A DSH WebUI sidebar short-video plugin with a native player, series navigation, direct-link parsing, and precise history replay.",
|
|
1238
|
+
"desc_zh": "DSH WebUI 侧栏短视频插件:原生播放器、系列导航、直链解析与精确历史回放。",
|
|
1239
|
+
"stars": 2,
|
|
1240
|
+
"install": "dsh plugin add github:AnacondaKC/dsh-douyin"
|
|
1241
|
+
}
|
|
1242
|
+
]
|
|
1243
|
+
}
|