@linxin666/dsh-client-ui-community-plugins 0.3.4 → 0.3.6
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/README.i18n.yaml +2 -2
- package/README.md +1 -1
- package/README.zh.md +1 -1
- package/community.json +126 -38
- package/package.json +1 -1
package/README.i18n.yaml
CHANGED
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
# side as of the last confirmed-consistent state. Both languages carry equal authority;
|
|
3
3
|
# after editing either side, bring the other along and re-record with:
|
|
4
4
|
# node scripts/verify-docs.mjs --write <dir>
|
|
5
|
-
README.md:
|
|
6
|
-
README.zh.md:
|
|
5
|
+
README.md: 0ac937f0d73e2e4c4d6f8d11adedee07bb1b783c
|
|
6
|
+
README.zh.md: 789e2794e027faa6be59531d6b959eaa688a0700
|
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ The community plugin index data source of the dsh web ecosystem: `community.json
|
|
|
6
6
|
|
|
7
7
|
## What it does
|
|
8
8
|
|
|
9
|
-
- Index data: `community.json` is merged by maintainer review (see the "社区插件索引登记" section of [docs/plugins.md](../../docs/plugins.md)); every entry requires `id` / `name` / `nameEn` / `author` / `repo` plus optional `description` / `descriptionEn` / `npm` / `category
|
|
9
|
+
- Index data: `community.json` is merged by maintainer review (see the "社区插件索引登记" section of [docs/plugins.md](../../docs/plugins.md)); every entry requires `id` / `name` / `nameEn` / `author` / `repo` plus optional `description` / `descriptionEn` / `npm` / `category` / `subcategory` (`subcategory` is the second-level classification under `category`; see the enums in `scripts/community-index`, and it is accepted only when `category` is set).
|
|
10
10
|
- Consumers: `scripts/market-build` derives the Workshop store and dsh-market.com plugin manifests from this file.
|
|
11
11
|
- Validation: `node scripts/community-index` checks the index contract (the `pnpm community:check` CI gate runs the same check).
|
|
12
12
|
- No settings surface: this package no longer ships any UI (the community plugin card was replaced by the Workshop store's plugin catalog); the inert cordis row only keeps existing profiles and the aggregate resolving it — it contributes no UI after install.
|
package/README.zh.md
CHANGED
|
@@ -6,7 +6,7 @@ dsh web 生态的社区插件索引数据源:`community.json` 是创意工坊
|
|
|
6
6
|
|
|
7
7
|
## 功能
|
|
8
8
|
|
|
9
|
-
- 索引数据:`community.json` 由维护者审核合并(流程见 [docs/plugins.md](../../docs/plugins.md) 的「社区插件索引登记」),每条包含 `id` / `name` / `nameEn` / `author` / `repo`(必填)与 `description` / `descriptionEn` / `npm` / `category
|
|
9
|
+
- 索引数据:`community.json` 由维护者审核合并(流程见 [docs/plugins.md](../../docs/plugins.md) 的「社区插件索引登记」),每条包含 `id` / `name` / `nameEn` / `author` / `repo`(必填)与 `description` / `descriptionEn` / `npm` / `category` / `subcategory`(可选;`subcategory` 为 `category` 下的二级分类,枚举见 `scripts/community-index`,仅当 `category` 已填时有效)。
|
|
10
10
|
- 消费方:`scripts/market-build` 从本文件派生出创意工坊商店与 dsh-market.com 的插件清单。
|
|
11
11
|
- 校验:`node scripts/community-index` 对索引执行契约校验(CI 门禁 `pnpm community:check` 同款)。
|
|
12
12
|
- 无设置面:本包不再提供任何设置界面(社区插件卡已被创意工坊商店的插件目录取代);保留 inert cordis 行只是为了让既有 profile 与聚合包继续解析该行,安装后无任何 UI。
|
package/community.json
CHANGED
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
"description": "为 DSH 定义专用 Data Agent 预设,让 AI 帮你查询、更新、分析数据。",
|
|
8
8
|
"descriptionEn": "Defines a dedicated Data Agent preset for DSH so the AI can query, update and analyze data.",
|
|
9
9
|
"repo": "https://github.com/omdsh-dev/dsh-data-agent",
|
|
10
|
-
"category": "agent"
|
|
10
|
+
"category": "agent",
|
|
11
|
+
"subcategory": "preset"
|
|
11
12
|
},
|
|
12
13
|
{
|
|
13
14
|
"id": "dsh-tui",
|
|
@@ -18,7 +19,8 @@
|
|
|
18
19
|
"descriptionEn": "A Claude Code style fullscreen interactive terminal plugin: pixel-whale header, live working-state line, streaming reasoning expansion, double-Esc rollback, context progress bar and TPS gauges.",
|
|
19
20
|
"repo": "https://github.com/ccch1mneyyy/dsh-TUI",
|
|
20
21
|
"npm": "@deepseek-harness-tui/dsh-tui",
|
|
21
|
-
"category": "ui"
|
|
22
|
+
"category": "ui",
|
|
23
|
+
"subcategory": "terminal"
|
|
22
24
|
},
|
|
23
25
|
{
|
|
24
26
|
"id": "dsh-tianshu-tui",
|
|
@@ -28,7 +30,8 @@
|
|
|
28
30
|
"description": "基于官方 DeepSeek Harness 的交互式终端 UI 插件,在官方基础上增加 TDD 与证据门等工作流。",
|
|
29
31
|
"descriptionEn": "An interactive terminal UI plugin for DeepSeek Harness that adds TDD and evidence-gate workflows on top of the official base.",
|
|
30
32
|
"repo": "https://github.com/huiliyi37/dsh-tianshu-tui",
|
|
31
|
-
"category": "ui"
|
|
33
|
+
"category": "ui",
|
|
34
|
+
"subcategory": "terminal"
|
|
32
35
|
},
|
|
33
36
|
{
|
|
34
37
|
"id": "dsh-context",
|
|
@@ -39,7 +42,8 @@
|
|
|
39
42
|
"descriptionEn": "A one-stop DeepSeek Harness context insight and visualization plugin: a Context dashboard and browser plus /context command that reveal composition, history evolution, compaction/prune events, and token cost per message and image.",
|
|
40
43
|
"repo": "https://github.com/bowenliang123/dsh-context",
|
|
41
44
|
"npm": "dsh-context",
|
|
42
|
-
"category": "tools"
|
|
45
|
+
"category": "tools",
|
|
46
|
+
"subcategory": "context"
|
|
43
47
|
},
|
|
44
48
|
{
|
|
45
49
|
"id": "dsh-builtin-toggles",
|
|
@@ -50,7 +54,8 @@
|
|
|
50
54
|
"descriptionEn": "Evidence-backed built-in capability Inspector: surfaces provenance, compatibility and structural drift of DSH Web built-ins, with fail-closed toggles for only the nine reviewed UI leaves.",
|
|
51
55
|
"repo": "https://github.com/Starfie1d1272/dsh-builtin-toggles",
|
|
52
56
|
"npm": "dsh-builtin-toggles",
|
|
53
|
-
"category": "tools"
|
|
57
|
+
"category": "tools",
|
|
58
|
+
"subcategory": "context"
|
|
54
59
|
},
|
|
55
60
|
{
|
|
56
61
|
"id": "dsh-pilot",
|
|
@@ -60,7 +65,8 @@
|
|
|
60
65
|
"description": "给 agent 一双会开车的手:零依赖 CDP 浏览器操控(8 个 pilot_* 工具:导航/点击/输入/按键/JS/截图)+ Web GUI 可拖拽驾驶舱面板,无需 Playwright、无需 API key。",
|
|
61
66
|
"descriptionEn": "Give your agent hands: zero-dependency CDP browser control (8 pilot_* tools: navigate/click/type/keys/eval/screenshot) plus a draggable cockpit panel in the Web GUI - no Playwright, no API key.",
|
|
62
67
|
"repo": "https://github.com/guo6x/dsh-pilot",
|
|
63
|
-
"category": "tools"
|
|
68
|
+
"category": "tools",
|
|
69
|
+
"subcategory": "browser"
|
|
64
70
|
},
|
|
65
71
|
{
|
|
66
72
|
"id": "dsh-housekeeper",
|
|
@@ -70,7 +76,8 @@
|
|
|
70
76
|
"description": "管住 agent 的脏手:工具链台账(node/pnpm/git/gh/ffmpeg 等自动探测)、缓存与临时目录扫描 + 白名单安全一键清理、机器规则 AGENTS.md 查看编辑,全在设置面板完成。",
|
|
71
77
|
"descriptionEn": "Keep your agent's hands clean: toolchain inventory, scratch/cache scan with whitelist-guarded one-click cleanup, and the machine rules file (AGENTS.md) view/edit - all in the settings panel.",
|
|
72
78
|
"repo": "https://github.com/guo6x/dsh-housekeeper",
|
|
73
|
-
"category": "utility"
|
|
79
|
+
"category": "utility",
|
|
80
|
+
"subcategory": "cleanup"
|
|
74
81
|
},
|
|
75
82
|
{
|
|
76
83
|
"id": "dsh-deepread",
|
|
@@ -81,7 +88,8 @@
|
|
|
81
88
|
"descriptionEn": "A five-mode deep reading plugin (quick / deep / map / feynman / book) for links and files, with batch comparison, budget preflight, transparent background-job progress, md / mm / html exports, and Web UI tool-result cards plus a reading panel.",
|
|
82
89
|
"repo": "https://github.com/xiehuan123/dsh-deepread",
|
|
83
90
|
"npm": "dsh-deepread",
|
|
84
|
-
"category": "knowledge"
|
|
91
|
+
"category": "knowledge",
|
|
92
|
+
"subcategory": "reading"
|
|
85
93
|
},
|
|
86
94
|
{
|
|
87
95
|
"id": "dsh-mnemon",
|
|
@@ -92,7 +100,8 @@
|
|
|
92
100
|
"descriptionEn": "A cross-agent, local-first persistent memory plugin integrating the Mnemon CLI: profiles, working memory, project documents and long-term Memory Spaces, with import and export.",
|
|
93
101
|
"repo": "https://github.com/omdsh-dev/dsh-mnemon",
|
|
94
102
|
"npm": "dsh-mnemon",
|
|
95
|
-
"category": "knowledge"
|
|
103
|
+
"category": "knowledge",
|
|
104
|
+
"subcategory": "memory"
|
|
96
105
|
},
|
|
97
106
|
{
|
|
98
107
|
"id": "dsh-plugin-hub",
|
|
@@ -103,7 +112,8 @@
|
|
|
103
112
|
"descriptionEn": "Plugin management panel: one-click enable/disable, a GitHub dsh-plugin marketplace with official/aggregate detection, subpackage browsing, one-click installs with local-AI fallback repair, uninstall, update detection and one-click framework upgrade.",
|
|
104
113
|
"repo": "https://github.com/Noob-stupid/dsh-plugin-hub",
|
|
105
114
|
"npm": "@noob-stupid/dsh-plugin-console",
|
|
106
|
-
"category": "tools"
|
|
115
|
+
"category": "tools",
|
|
116
|
+
"subcategory": "dev"
|
|
107
117
|
},
|
|
108
118
|
{
|
|
109
119
|
"id": "dsh-genui",
|
|
@@ -113,7 +123,8 @@
|
|
|
113
123
|
"description": "给模型输出配交互式 UI:助手回复内联渲染 dsh-ui 围栏(布局、图表、表格、表单、Mermaid、3D、原生音视频),双通道渲染兼容原版 DSH 与新构建,支持流式渲染、面板停靠与组件交互回传模型。",
|
|
114
124
|
"descriptionEn": "Interactive UI inside assistant replies via the dsh-ui fence: layouts, charts, tables, forms, quizzes, Mermaid, 3D and native audio/video. Dual-channel rendering covers stock DSH and newer builds, with streaming render, panel docking and component actions that loop back to the model.",
|
|
115
125
|
"repo": "https://github.com/omdsh-dev/dsh-genui",
|
|
116
|
-
"category": "ui"
|
|
126
|
+
"category": "ui",
|
|
127
|
+
"subcategory": "render"
|
|
117
128
|
},
|
|
118
129
|
{
|
|
119
130
|
"id": "dsh-annotation",
|
|
@@ -123,7 +134,8 @@
|
|
|
123
134
|
"description": "选中助手文字即可批注,回车随消息发送;自己的气泡只显示问题与「批注 ×N」标签,模型按 Annotation N 逐条对照回复(悬浮芯片);UI 与批注块跟随 DSH 语言切换 zh/en,Cmd/Ctrl+Enter 可直发纯批注,斜杠命令原样放行。",
|
|
124
135
|
"descriptionEn": "Select text in an assistant reply to annotate it; annotations ride along with your next message, hidden in your own bubble behind an Annotations xN chip, and the model replies per Annotation N with hoverable chips. UI and annotation block follow the DSH locale (zh/en); Cmd/Ctrl+Enter sends annotations alone; slash commands pass through.",
|
|
125
136
|
"repo": "https://github.com/omdsh-dev/dsh-annotation",
|
|
126
|
-
"category": "ui"
|
|
137
|
+
"category": "ui",
|
|
138
|
+
"subcategory": "chat"
|
|
127
139
|
},
|
|
128
140
|
{
|
|
129
141
|
"id": "deepseek-harness-auth",
|
|
@@ -134,7 +146,8 @@
|
|
|
134
146
|
"descriptionEn": "An authentication proxy for public DSH Web deployments with password login, captcha, failed-attempt locking, and IP/CIDR allowlists.",
|
|
135
147
|
"repo": "https://github.com/taichuy/deepseek-harness-auth",
|
|
136
148
|
"npm": "deepseek-harness-auth",
|
|
137
|
-
"category": "security"
|
|
149
|
+
"category": "security",
|
|
150
|
+
"subcategory": "access"
|
|
138
151
|
},
|
|
139
152
|
{
|
|
140
153
|
"id": "dsh-cloud-sync",
|
|
@@ -145,7 +158,8 @@
|
|
|
145
158
|
"descriptionEn": "DSH cloud sync for WebDAV, S3, Alibaba Cloud OSS, Tencent Cloud COS and MinIO, syncing profiles, plugin settings and local plugin source archives.",
|
|
146
159
|
"repo": "https://github.com/dickpy/dsh-cloud-sync",
|
|
147
160
|
"npm": "@dickpy/dsh-cloud-sync",
|
|
148
|
-
"category": "integration"
|
|
161
|
+
"category": "integration",
|
|
162
|
+
"subcategory": "sync"
|
|
149
163
|
},
|
|
150
164
|
{
|
|
151
165
|
"id": "dsh-auto-memory",
|
|
@@ -156,7 +170,8 @@
|
|
|
156
170
|
"descriptionEn": "Three-layer auto memory for DSH: user-level/project-notes/daily-logs with automatic injection and retrieval, per-turn auto-consolidation, AI greetings, smart search, calendar, workspace mind map, and inheritance from WorkBuddy/CodeBuddy/Claude Code/Codex.",
|
|
157
171
|
"repo": "https://github.com/Aik358/dsh-auto-memory",
|
|
158
172
|
"npm": "@a9i5k4/dsh-auto-memory",
|
|
159
|
-
"category": "knowledge"
|
|
173
|
+
"category": "knowledge",
|
|
174
|
+
"subcategory": "memory"
|
|
160
175
|
},
|
|
161
176
|
{
|
|
162
177
|
"id": "dsh-memoir",
|
|
@@ -167,6 +182,7 @@
|
|
|
167
182
|
"descriptionEn": "Project persistent memory and session-lessons distillation: memoir_record / memoir_read tools with BM25-ranked retrieval, per-turn auto-distill, a memory diagnostics panel and cross-project search - fully local, no external dependency.",
|
|
168
183
|
"repo": "https://github.com/Qinling-Melon-Farmers/dsh-memoir",
|
|
169
184
|
"category": "knowledge",
|
|
185
|
+
"subcategory": "memory",
|
|
170
186
|
"npm": "dsh-memoir"
|
|
171
187
|
},
|
|
172
188
|
{
|
|
@@ -178,7 +194,8 @@
|
|
|
178
194
|
"descriptionEn": "Worktime statistics meets cultivation: daily / weekly / monthly / yearly agent activity, token, input and tool-call summaries with a twelve-realm progression (Qi Refining to Cosmic Chaos), fully local.",
|
|
179
195
|
"repo": "https://github.com/spacexun2/dsh-worktime-board",
|
|
180
196
|
"npm": "dsh-worktime-board",
|
|
181
|
-
"category": "utility"
|
|
197
|
+
"category": "utility",
|
|
198
|
+
"subcategory": "stats"
|
|
182
199
|
},
|
|
183
200
|
{
|
|
184
201
|
"id": "dsh-skill-explorer",
|
|
@@ -189,7 +206,8 @@
|
|
|
189
206
|
"descriptionEn": "DSH skill center: browse loaded skills grouped by source (bundled / project / user / custom / runtime), with enable/disable, create and delete (move to .trash).",
|
|
190
207
|
"repo": "https://github.com/wingsky-1/dsh-skill-explorer",
|
|
191
208
|
"npm": "@linxin666/dsh-client-ui-skill-explorer",
|
|
192
|
-
"category": "tools"
|
|
209
|
+
"category": "tools",
|
|
210
|
+
"subcategory": "dev"
|
|
193
211
|
},
|
|
194
212
|
{
|
|
195
213
|
"id": "dsh-friendly-steps",
|
|
@@ -199,7 +217,8 @@
|
|
|
199
217
|
"description": "面向文字工作者的过程精简:纯 CSS 折叠 Think / 工具调用等技术过程行,右下角浮条「已完成 N 步」一键展开收起,失败步骤红色计数反馈;不注入 React 列表、无全量扫描,零侵入。",
|
|
200
218
|
"descriptionEn": "Writer-friendly process collapse: hides Think / tool-call rows via pure CSS behind a floating 'N steps done' pill with red failure counts and one-click expand/collapse. No foreign nodes in React lists, no full-DOM scans — zero interference.",
|
|
201
219
|
"repo": "https://github.com/dongwenxiu83-web/dsh-friendly-steps",
|
|
202
|
-
"category": "ui"
|
|
220
|
+
"category": "ui",
|
|
221
|
+
"subcategory": "chat"
|
|
203
222
|
},
|
|
204
223
|
{
|
|
205
224
|
"id": "dsh-full-remote",
|
|
@@ -210,7 +229,8 @@
|
|
|
210
229
|
"descriptionEn": "Token-gated reverse proxy for remote access: use DeepSeek Harness over public tunnels or LAN from phones and other devices, with settings, credentials and file access kept working and per-device sessions.",
|
|
211
230
|
"repo": "https://github.com/JUANWANG-BUAA/dsh-full-remote",
|
|
212
231
|
"npm": "dsh-full-remote",
|
|
213
|
-
"category": "integration"
|
|
232
|
+
"category": "integration",
|
|
233
|
+
"subcategory": "remote"
|
|
214
234
|
},
|
|
215
235
|
{
|
|
216
236
|
"id": "dsh-history-tree",
|
|
@@ -221,7 +241,8 @@
|
|
|
221
241
|
"descriptionEn": "Codex-style conversation turn timeline rail and hover overview cards beside chat messages, with fish-eye magnification and click-to-jump navigation.",
|
|
222
242
|
"repo": "https://github.com/z953218350/dsh-history-tree",
|
|
223
243
|
"npm": "dsh-history-tree",
|
|
224
|
-
"category": "ui"
|
|
244
|
+
"category": "ui",
|
|
245
|
+
"subcategory": "chat"
|
|
225
246
|
},
|
|
226
247
|
{
|
|
227
248
|
"id": "dsh-gzip",
|
|
@@ -231,7 +252,9 @@
|
|
|
231
252
|
"description": "/api 响应 gzip 压缩插件:为远程 / 低带宽链路开启 /api 响应压缩,解决会话历史因大响应无压缩而超时加载失败的问题;SSE / zip / 已编码响应自动豁免,无全局副作用。",
|
|
232
253
|
"descriptionEn": "API response gzip plugin for DSH Web GUI: enables gzip on /api responses for remote / low-bandwidth links, fixing session-history loads that fail on the timeout of large uncompressed responses; SSE, zip and already-encoded responses are passed through untouched, with no global side effects.",
|
|
233
254
|
"repo": "https://github.com/wingsky-1/dsh-plugin-hub/tree/main/packages/dsh-gzip",
|
|
234
|
-
"npm": "@wingsky-1/dsh-gzip"
|
|
255
|
+
"npm": "@wingsky-1/dsh-gzip",
|
|
256
|
+
"category": "utility",
|
|
257
|
+
"subcategory": "net"
|
|
235
258
|
},
|
|
236
259
|
{
|
|
237
260
|
"id": "dsh-wsl-bridge",
|
|
@@ -241,7 +264,8 @@
|
|
|
241
264
|
"description": "让 WSL 里的 agent 访问 Windows 侧:读写 C:\\ 文件、运行 .exe、Explorer 打开、wslpath 路径互转与盘符枚举(win_ls/read/write/run/open/path/drives)。",
|
|
242
265
|
"descriptionEn": "Lets a WSL agent reach the Windows host: read/write C:\\ files, run .exe programs, open in Explorer, convert paths via wslpath and list drives (win_ls/read/write/run/open/path/drives).",
|
|
243
266
|
"repo": "https://github.com/ch1bug/dsh-wsl-bridge",
|
|
244
|
-
"category": "integration"
|
|
267
|
+
"category": "integration",
|
|
268
|
+
"subcategory": "bridge"
|
|
245
269
|
},
|
|
246
270
|
{
|
|
247
271
|
"id": "dsh-mimo-agent-tools",
|
|
@@ -251,7 +275,8 @@
|
|
|
251
275
|
"description": "把小米 MiMo API 封装为 agent 工具:联网搜索、图像/音频/视频理解、语音转写、语音合成与音色克隆(mimo_search/vision/audio/video/asr/tts/voiceclone)。",
|
|
252
276
|
"descriptionEn": "Turns the Xiaomi MiMo API into agent tools: web search, image/audio/video understanding, speech-to-text, text-to-speech and voice cloning (mimo_search/vision/audio/video/asr/tts/voiceclone).",
|
|
253
277
|
"repo": "https://github.com/ch1bug/dsh-mimo-agent-tools",
|
|
254
|
-
"category": "tools"
|
|
278
|
+
"category": "tools",
|
|
279
|
+
"subcategory": "model"
|
|
255
280
|
},
|
|
256
281
|
{
|
|
257
282
|
"id": "dsh-skill-fuzzy",
|
|
@@ -261,7 +286,8 @@
|
|
|
261
286
|
"description": "Codex 风格模糊技能搜索:/bug、/diag、/regression 都能在 / 技能菜单里命中 diagnosing-bugs(名称子序列 + 描述连续子串匹配)。",
|
|
262
287
|
"descriptionEn": "Codex-style fuzzy skill search: /bug, /diag and /regression all find diagnosing-bugs in the / skill menu (name subsequence + description substring matching).",
|
|
263
288
|
"repo": "https://github.com/ch1bug/dsh-skill-fuzzy",
|
|
264
|
-
"category": "ui"
|
|
289
|
+
"category": "ui",
|
|
290
|
+
"subcategory": "chat"
|
|
265
291
|
},
|
|
266
292
|
{
|
|
267
293
|
"id": "dsh-approve-for-me",
|
|
@@ -271,7 +297,9 @@
|
|
|
271
297
|
"description": "只读工具自动放行、危险命令自动拒绝,可配置全自动模式。",
|
|
272
298
|
"descriptionEn": "Auto-approves read-only tools, auto-denies dangerous commands, optional full-auto mode.",
|
|
273
299
|
"repo": "https://github.com/DamonKoy/dsh-plugins/tree/main/packages/dsh-approve-for-me",
|
|
274
|
-
"npm": "dsh-approve-for-me"
|
|
300
|
+
"npm": "dsh-approve-for-me",
|
|
301
|
+
"category": "security",
|
|
302
|
+
"subcategory": "policy"
|
|
275
303
|
},
|
|
276
304
|
{
|
|
277
305
|
"id": "dsh-memories",
|
|
@@ -281,7 +309,9 @@
|
|
|
281
309
|
"description": "按项目作用域持久化的键值记忆,支持增删查列与搜索。",
|
|
282
310
|
"descriptionEn": "Project-scoped persistent key-value memories with set/get/list/delete/search.",
|
|
283
311
|
"repo": "https://github.com/DamonKoy/dsh-plugins/tree/main/packages/dsh-memories",
|
|
284
|
-
"npm": "dsh-memories"
|
|
312
|
+
"npm": "dsh-memories",
|
|
313
|
+
"category": "knowledge",
|
|
314
|
+
"subcategory": "memory"
|
|
285
315
|
},
|
|
286
316
|
{
|
|
287
317
|
"id": "dsh-notifier",
|
|
@@ -292,17 +322,19 @@
|
|
|
292
322
|
"descriptionEn": "Approval / completion / error event notifications: browser Notification API plus native OS toasts (Windows PowerShell WinRT, Linux and macOS notify-send, zero dependencies); configurable sound, error merging, quiet hours, notification history and a settings panel; falls back to in-page banners outside secure contexts.",
|
|
293
323
|
"repo": "https://github.com/wingsky-1/dsh-plugin-hub/tree/main/packages/dsh-notifier",
|
|
294
324
|
"npm": "@wingsky-1/dsh-notifier",
|
|
295
|
-
"category": "utility"
|
|
325
|
+
"category": "utility",
|
|
326
|
+
"subcategory": "notify"
|
|
296
327
|
},
|
|
297
328
|
{
|
|
298
329
|
"id": "dsh-logicprobe",
|
|
299
330
|
"name": "逻辑探针",
|
|
300
331
|
"nameEn": "Logic Probe",
|
|
301
332
|
"author": "AmethystLuna",
|
|
302
|
-
"description": "AI
|
|
303
|
-
"descriptionEn": "Claim verification for AI coding agents: enumerate every verifiable claim in design docs and refactoring plans, verify against codebase facts, then escalate behavioral claims to logic-primitive verification
|
|
333
|
+
"description": "AI 智能体声明核查技能:枚举设计文档与重构计划中的每个可验证声明,对照代码库事实逐条核验;行为类声明升级为状态机/数据模型逻辑原语验证,支持前后回归、领域约束与并发风险挖掘,输出 file:line 证据。",
|
|
334
|
+
"descriptionEn": "Claim verification for AI coding agents: enumerate every verifiable claim in design docs and refactoring plans, verify against codebase facts, then escalate behavioral claims to state-machine/data-model logic-primitive verification with before/after regression, domain constraints, and concurrency risk mining.",
|
|
304
335
|
"repo": "https://github.com/AmethystLuna/logicprobe",
|
|
305
|
-
"category": "tools"
|
|
336
|
+
"category": "tools",
|
|
337
|
+
"subcategory": "dev"
|
|
306
338
|
},
|
|
307
339
|
{
|
|
308
340
|
"id": "dsh-chatgpt-subscription",
|
|
@@ -313,7 +345,8 @@
|
|
|
313
345
|
"descriptionEn": "Use GPT models in DSH through your ChatGPT subscription: PKCE OAuth login, DPAPI/keychain/0600 credential storage, streaming Responses, image generation, Codex search, quota display and subagent management.",
|
|
314
346
|
"repo": "https://github.com/Aa728848/dsh-chatgpt-subscription",
|
|
315
347
|
"npm": "@eddyskywalker/dsh-chatgpt-subscription",
|
|
316
|
-
"category": "integration"
|
|
348
|
+
"category": "integration",
|
|
349
|
+
"subcategory": "external-ai"
|
|
317
350
|
},
|
|
318
351
|
{
|
|
319
352
|
"id": "dsh-imagegen",
|
|
@@ -324,7 +357,8 @@
|
|
|
324
357
|
"descriptionEn": "AI image generation for the DSH Web GUI: text-to-image and image-to-image through a configurable OpenAI-compatible endpoint (gpt-image-2 / gpt-image-1 / dall-e-3), with generation history, a prompt template library and an API settings card.",
|
|
325
358
|
"repo": "https://github.com/dickpy/dsh-imagegen",
|
|
326
359
|
"npm": "@dickpy/dsh-imagegen",
|
|
327
|
-
"category": "tools"
|
|
360
|
+
"category": "tools",
|
|
361
|
+
"subcategory": "model"
|
|
328
362
|
},
|
|
329
363
|
{
|
|
330
364
|
"id": "dsh-api-visualizer",
|
|
@@ -334,7 +368,8 @@
|
|
|
334
368
|
"description": "Fiddler 式实时抓包面板:tail 客户端 System.Net 跟踪日志自动解析 HTTP 请求/响应(gzip 自动解包)并实时入库,内置本地 MITM 代理可抓任意进程,支持筛选 / 详情 / 导出 / 重放 / 标记。",
|
|
335
369
|
"descriptionEn": "Fiddler-style realtime capture panel: tails the client's System.Net trace log into live HTTP request/response records (gzip auto-decompressed), plus a built-in local MITM proxy for arbitrary processes, with filters, detail view, export, replay and flags.",
|
|
336
370
|
"repo": "https://github.com/lemonmmice/dsh-api-visualizer",
|
|
337
|
-
"category": "tools"
|
|
371
|
+
"category": "tools",
|
|
372
|
+
"subcategory": "api"
|
|
338
373
|
},
|
|
339
374
|
{
|
|
340
375
|
"id": "dsh-postman",
|
|
@@ -344,7 +379,8 @@
|
|
|
344
379
|
"description": "类 Postman 接口调试面板:由宿主服务端发起 HTTP 请求(绕过浏览器 CORS),支持 WebSocket / 原始 TCP / gRPC、鉴权助手、环境变量、cURL 导入导出、请求集合与历史。",
|
|
345
380
|
"descriptionEn": "Postman-style API debug panel: host-side HTTP requests without browser CORS limits, plus WebSocket / raw TCP / gRPC, auth helpers, env variables, cURL import/export, request collections and history.",
|
|
346
381
|
"repo": "https://github.com/lemonmmice/dsh-postman",
|
|
347
|
-
"category": "tools"
|
|
382
|
+
"category": "tools",
|
|
383
|
+
"subcategory": "api"
|
|
348
384
|
},
|
|
349
385
|
{
|
|
350
386
|
"id": "dsh-workspace-api",
|
|
@@ -355,7 +391,8 @@
|
|
|
355
391
|
"descriptionEn": "Turn enterprise documents into a conversational Q&A bot: employees or apps ask in natural language and an AI agent answers with cited sources; also exposes a workspace content HTTP API.",
|
|
356
392
|
"repo": "https://github.com/liaoyonghong/dsh-workspace-api",
|
|
357
393
|
"npm": "dsh-workspace-api",
|
|
358
|
-
"category": "knowledge"
|
|
394
|
+
"category": "knowledge",
|
|
395
|
+
"subcategory": "qa"
|
|
359
396
|
},
|
|
360
397
|
{
|
|
361
398
|
"id": "dsh-llm-verifier",
|
|
@@ -366,7 +403,8 @@
|
|
|
366
403
|
"descriptionEn": "Configurable DSH-native LLM verifier plugin: pairwise comparison, pivot tournament selection, progress tracking and auto-acceptance gating (verifier_compare/select/track/current_session) with A-T scale scoring and a Web settings page.",
|
|
367
404
|
"repo": "https://github.com/Aa728848/dsh-llm-verifier",
|
|
368
405
|
"npm": "dsh-llm-verifier",
|
|
369
|
-
"category": "tools"
|
|
406
|
+
"category": "tools",
|
|
407
|
+
"subcategory": "model"
|
|
370
408
|
},
|
|
371
409
|
{
|
|
372
410
|
"id": "dsh-session-id",
|
|
@@ -377,7 +415,8 @@
|
|
|
377
415
|
"descriptionEn": "Sidebar-foot Session ID panel: lists every session with its full id and one-click copy (browser-only and read-only, never mutates sessions).",
|
|
378
416
|
"repo": "https://github.com/zhu1090093659/dsh-web/tree/main/packages/dsh-session-id",
|
|
379
417
|
"npm": "@linxin666/dsh-client-ui-session-id",
|
|
380
|
-
"category": "ui"
|
|
418
|
+
"category": "ui",
|
|
419
|
+
"subcategory": "panel"
|
|
381
420
|
},
|
|
382
421
|
{
|
|
383
422
|
"id": "dsh-session-insights",
|
|
@@ -388,6 +427,55 @@
|
|
|
388
427
|
"descriptionEn": "Generates local, evidence-backed workflow retrospectives from DSH session history through /session-insights: a self-contained HTML dashboard plus companion JSON, with deterministic and optional model-assisted analysis.",
|
|
389
428
|
"repo": "https://github.com/GreenLv/dsh-session-insights",
|
|
390
429
|
"npm": "dsh-session-insights",
|
|
391
|
-
"category": "tools"
|
|
430
|
+
"category": "tools",
|
|
431
|
+
"subcategory": "dev"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"id": "dsh-mcp-manager",
|
|
435
|
+
"name": "MCP 管理器",
|
|
436
|
+
"nameEn": "MCP Manager",
|
|
437
|
+
"author": "wingsky-1",
|
|
438
|
+
"description": "MCP 服务器管理插件:分工作目录维护项目级 / 全局两级 MCP 配置(项目级随仓库走、可提交 git),模型面经中间层恒定两个原子工具(ws_mcp_search / ws_mcp_call)按会话 cwd 路由、不同仓库互不串台;支持 stdio / streamable-http 双传输、JSON 导入与浮窗状态面板。",
|
|
439
|
+
"descriptionEn": "MCP server management plugin: per-working-directory project/global config tiers (project-level travels with the repo, committable to git); the model surface stays at two middleware atomic tools (ws_mcp_search / ws_mcp_call) routed by session cwd, so different repos never clash; stdio / streamable-http transports, JSON import and a floating status panel.",
|
|
440
|
+
"repo": "https://github.com/wingsky-1/dsh-plugin-hub",
|
|
441
|
+
"npm": "@wingsky-1/dsh-mcp-manager",
|
|
442
|
+
"category": "tools",
|
|
443
|
+
"subcategory": "dev"
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"id": "dsh-provider-usage",
|
|
447
|
+
"name": "用量统计悬浮框",
|
|
448
|
+
"nameEn": "Provider Usage",
|
|
449
|
+
"author": "wingsky-1",
|
|
450
|
+
"description": "多 provider 通用用量统计框架:内置 DeepSeek 官方(余额 + 峰谷倒计时徽标 + 每日用量推算)与 OpenCode Go 开箱即用,自写一个 mjs 适配器文件即可接入任意数据源并在设置页热插拔;渲染在宿主端完成,密钥不进浏览器。",
|
|
451
|
+
"descriptionEn": "A generic multi-provider usage statistics framework: DeepSeek official (balance + peak/valley countdown badge + daily usage estimation) and OpenCode Go adapters built in out of the box; plug in any data source with one mjs adapter file, hot-swappable from the settings page. Rendering happens host-side - keys never reach the browser.",
|
|
452
|
+
"repo": "https://github.com/wingsky-1/dsh-plugin-hub",
|
|
453
|
+
"npm": "@wingsky-1/dsh-provider-usage",
|
|
454
|
+
"category": "tools",
|
|
455
|
+
"subcategory": "model"
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"id": "dsh-milestone",
|
|
459
|
+
"name": "会话里程碑导航条",
|
|
460
|
+
"nameEn": "dsh-milestone",
|
|
461
|
+
"author": "SnowCrescenter-tech",
|
|
462
|
+
"description": "DSH Web UI 右侧的圆点时间轴:每条提问一个圆点,悬停查看内容与元信息(时间、轮次、耗时、TTFT、token),点击即跳转;附带全会话消息列表、站内与跨会话搜索、书签深链接(#msg=)和键盘导航。",
|
|
463
|
+
"descriptionEn": "Git-style dot timeline on the right edge of the DSH web UI: one dot per user message, hover for content and metadata (time, turn, duration, TTFT, tokens), click to jump; full-session list, in-session and cross-session search, #msg= deep-link bookmarks, keyboard navigation.",
|
|
464
|
+
"repo": "https://github.com/SnowCrescenter-tech/dsh-milestone",
|
|
465
|
+
"npm": "dsh-milestone",
|
|
466
|
+
"category": "ui",
|
|
467
|
+
"subcategory": "chat"
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"id": "dsh-delete-message",
|
|
471
|
+
"name": "消息删除",
|
|
472
|
+
"nameEn": "Delete Message",
|
|
473
|
+
"author": "viplocco",
|
|
474
|
+
"description": "每条消息操作区的垃圾桶按钮:确认后经官方 surface-replace 契约将消息从模型上下文移除并从转录隐藏,原始日志不动、随时可恢复;覆盖用户/助手/注入行/工具调用/Think 卡,失败回合整窗清理与步骤级删除,删除前预检置灰、过渡动画,中英双语界面。",
|
|
475
|
+
"descriptionEn": "A trash icon in every message action bar: confirmed deletes remove the message from model context via the official surface-replace contract and hide it from the transcript, while raw logs stay intact and recoverable. Covers user/assistant/injected rows, tool calls and Think cards; whole-window cleanup of failed turns, step-level deletion, preflight graying, transition animations, bilingual zh/en UI.",
|
|
476
|
+
"repo": "https://github.com/viplocco/dsh-delete-message",
|
|
477
|
+
"npm": "dsh-delete-message",
|
|
478
|
+
"category": "ui",
|
|
479
|
+
"subcategory": "chat"
|
|
392
480
|
}
|
|
393
481
|
]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@linxin666/dsh-client-ui-community-plugins",
|
|
3
3
|
"description": "Community plugin index data source for the dsh web ecosystem: community.json is the single source of the Workshop store plugin list and the dsh-market.com plugin manifest.",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.6",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"exports": {
|