ui-experience.md
September 4, 2026 · View on GitHub
界面与体验
对应网站分类:界面与体验 · UI & Experience
| 插件 | 能力 | 安装或挂载方式 | 许可 / 风险 |
|---|---|---|---|
| Amakurai/dsh-liketavern | Adds character cards, prompt presets, lorebooks, personas, long-term memory, and floor branching to dsh web. | dsh plugin --profile web add github:Amakurai/dsh-liketavern | MIT;Requires Node >=24 and a matching pre-release DSH host; the README documents the dsh 0.1.2-rc.1 peer set and known platform limits. |
| baisama-cloud/dsh-galgame-generator | Scans workspace scripts and assets, then builds a branching Galgame with sprites, audio, save slots, and a Web player. | pnpm pack; cd ~/.dsh/profiles/web; pnpm add /absolute/path/to/dsh-galgame-generator-0.4.0.tgz; restart dsh web | MIT;Installation is manual tarball/profile wiring and depends on the committed built lib/ artifacts; compatibility follows DSH preview APIs. |
| MrmoLabs/dsh-mermaid | Renders Mermaid blocks as secure SVG diagrams with code fallback, fullscreen zoom and pan, and SVG export. | dsh plugin --profile web add -w dsh-mermaid; or npx.cmd -y github:MrmoLabs/dsh-mermaid install; restart dsh web | MIT;README.md reports last verification with @deepseek-ai/dsh 0.1.0-rc.7 on 2026-08-24 and requires Node.js >=22.19.0; DSH preview APIs may change. |
| Jimmy0123-ux/dsh-token-pet | Displays live DSH state, context and token usage, cross-session ledger and trends, and user-triggered prompt enhancement in the DSH Web UI. | dsh plugin --profile web add dsh-token-pet (or dsh plugin --profile desktop add dsh-token-pet); restart DSH or refresh the Web UI after installation. | MIT;README.md says current version 0.1.0 while package.json and package-lock.json say 0.1.1; also install into a profile that includes the DSH Web UI host and review the plugin's local-permission boundary. |
| Y1X1n/dsh-prompt-optimizer | 在 DSH Web 会话发送栏提供提示词诊断与优化按钮,并通过当前会话模型流式返回优化结果。 | dsh plugin --profile web add github:Y1X1n/dsh-prompt-optimizer; 备用路径:下载 https://github.com/Y1X1n/dsh-prompt-optimizer/releases/latest/download/y1x1n-dsh-prompt-optimizer.tgz 后运行 dsh plugin --profile web add ./y1x1n-dsh-prompt-optimizer.tgz;README 提醒 Windows 本地目录 link 形式不可用,应使用 tarball。 | MIT;README 明确提示 Windows 目录 link 安装会导致插件不加载;兼容性与实测状态属于作者 README 声明。 |
| HaoyueQin/dsh-better-reasoning-effort | Edit thinking levels and image-input support for custom models directly in the official Models UI. | dsh plugin --profile web add dsh-better-reasoning-effort | MIT;Compatibility is pinned to DSH prerelease ranges and part of the UI uses DOM injection; DSH page or settings contract changes can disable the editor. Endpoint probes transmit the stored credential only to the configured provider URL. |
| z953218350/dsh-archive-manager | Browse, preview, restore, and permanently delete archived DSH sessions from Web Settings. | dsh plugin --profile web add -w @mlgbnb/dsh-archive-manager@1.0.10; dsh --profile web; open http://127.0.0.1:3080 and choose Settings -> Plugins | MIT;Permanent deletion removes session directories and registry/projection records; the API is guarded as loopback-only. |
| Imzl-zl/dsh-mcp-manager-ui | Manage global and per-project MCP servers from a DSH Web floating panel. | dsh plugin --profile web add github:Imzl-zl/dsh-mcp-manager-ui#v1.1.7; restart dsh web. | MIT;The UI can reveal MCP URL credentials, args, env, and headers during a session; configure only trusted MCP servers and commands. |
| CH4ACKO3/dsh-turn-fold | Codex-Desktop-style turn folding (collapse agent activity into a summary bar) for DSH WebUI. | dsh plugin --profile web add github:CH4ACKO3/dsh-turn-fold | MIT;Targets @deepseek-ai/dsh-client-ui-conversation lib/client.js 0.1.0-rc.8 -> <0.2.0; patches run in-memory only, never modify installed DSH files. |
| Chael-Chael/dsh-reference-anything | Unified @-menu reference for commands/skills/files/sessions/local transcripts/external chatbot history/cloud drives. | dsh plugin --profile web add dsh-reference-anything@latest | MIT;HIGH risk driven by opt-in external-sync (OpenCLI Browser Bridge on Chrome profile). Surface the opt-in warning in catalog. |
| louke6572/dsh-whale-widget-plus | 在 DSH Web 右下角注入可切换四套表情的常驻小鲸鱼挂件,并显示 DeepSeek/火山用量与每轮消耗。 | dsh plugin --profile web add link:C:\path\to\dsh-whale-widget-plus; 火山模式另装:dsh plugin --profile web add link:C:\path\to\dsh-whale-widget-plus\plugins\volc-usage;重启 dsh web 后浏览器 Ctrl+F5 强刷。 | MIT;根挂件与火山数据源是两个安装项;火山模式需要单独安装 plugins/volc-usage 并配置对应凭证,源码会向外部服务发起请求。 |
| 10086ggqq/dsh_theme_terraria | Full Terraria-themed web UI: real chat with streaming, tool-approval panels, model switching, 4 agent presets, desk pets. | dsh plugin --profile web add dsh-theme-terraria (or github:10086ggqq/dsh_theme_terraria) | MIT;Fan-art skin using Terraria trademark — unaffiliated; pins @deepseek-ai/dsh-web-app rc.5. |
| BananaSoldier01/dsh-tidychat | Conversation timeline organizer: auto-collapse finished rounds, process/conclusion dividers, Codex-style left-edge minimap, smart load earlier history. | dsh plugin --profile web add @bananasoldier01/dsh-tidychat | MIT;Host-side registers a settings namespace; DSH <= rc.6 needs white-list patch script, >= rc.7 natively supported. |
| DIAG5/dsh-better-input | Adds voice dictation, AI text polishing, one-click prompt optimization, multi-format file input, OCR of scanned PDF/PPT. | dsh plugin --profile web add dsh-better-input | MIT;OCR sends rendered document pages to a configured vision model; browser mic requires Chrome/Edge; requires DSH >= 0.1.0-rc.8. |
| dsh-blue/blue | Interactive terminal UI for DeepSeek Harness: streaming transcripts, tool cards, dock panes, status bars, slash commands, themes. | npm i -g @deepseek-ai/dsh; dsh plugin --profile blue add @dsh-blue/blue@rc; dsh --profile blue | MIT;Preview 0.1.0-rc.8 under @rc dist-tag; requires Node ^22.19||>=24, pnpm 11. |
| FeatherHunter/dsh-mattpocock-skills-deck | Adds a task-system deck to DSH: wayfinder map, ticket/issue tracking, progress ring, injects Matt Pocock skills. | dsh plugin --profile web add dsh-mattpocock-skills-deck | MIT;Third-party unofficial wrapper around mattpocock/skills; DSH update lag noted by author. |
| kenz1117/dsh-ui-usage-billing | Real-usage cost dashboard (overview/trend/detail/stats), peak-off-peak billing engine, 73-model catalog, CSV/JSON export. | Add to host cordis.patch.yml: insert {id: ui-usage-billing, name: '@kenz1117/dsh-ui-usage-billing'} | MIT;Costs are catalog-price estimates, not official invoices; relay quota schemas undocumented. |
| lamost423/dsh-maze | Visualizes DSH agent sessions as a maze timeline: main path, failed branches, data tracks, failure-recovery analysis, replay. | npm install --global @deepseek-ai/dsh@0.1.0-rc.8 && dsh plugin --profile web add dsh-maze && dsh web | MIT;None. Self-contained UI plugin; client-side parsing only. |
| Lzh3070/dsh-file-review-tab | Sidebar tab + chat-row review of agent file edits: per-turn grouped line-level diffs, per-file/per-turn undo & reapply. | dsh plugin --profile web add dsh-file-review-tab | MIT;Depends on external plugin dsh-better-sidebar; ported from left0ver/dsh-file-review (MIT credited). |
| plolpl789/dsh-raw-html | Toggles rendering of model HTML into real UI in the DSH web GUI; KaTeX/Mermaid/card rendering, vcp-fast caching. | dsh plugin --profile web add <plugin-path> (one-click installer install-v6.cjs) | MIT;Install relies on patching the DSH dist bundle; verify against your DSH version. |
| WizisCool/dsh-ears | Voice input for DSH web UI with Web Speech, local GPU Whisper, Groq, Aliyun Bailian, Tencent Cloud and OpenAI-compatible ASR backends, plus automatic polishing. | dsh plugin --profile web add dsh-ears | MIT |
| wlj521/dsh-ui-tweaks | Adjust DSH UI via settings panel; GitBar branch/diff ops, real PTY terminal, IDE project launcher, archive restore/delete, MCP server management. | npx -y @deepseek-ai/dsh plugin --profile web add dsh-ui-tweaks (or github:wlj521/dsh-ui-tweaks) | MIT;Contains browser PTY terminal, git push, archived-log deletion, cordis.patch.yml rewriting — review source before install. |
| aa2246740/dsh-watcher | Adds a read-only Web observer for session steps, parallel branches, timing, and visible reasoning. | dsh plugin --profile web add github:aa2246740/dsh-watcher; restart the DSH Host and refresh the page. Local alternative: dsh plugin --profile web add ./dsh-watcher. | MIT;Only reasoning already present in Session data is shown; activation requires a host restart and page refresh. |
| hytime/dsh-thinking-effort | Adds off/high/max reasoning levels to models lacking reasoningEfforts, per-model gateway value mapping, subagent default effort. | dsh plugin --profile <profile> add @hytime/dsh-thinking-effort | MIT;ja/ko locales not yet supported by stock DSH; host changes require DSH restart. |
| Iwctwbh/dsh-flowglass | Real-time DSH session flowgraph: three-lane swimlanes, subagent branches, parallel call grouping, drill-down details, markdown rendering. | dsh plugin --profile web add dsh-flowglass | MIT;Secondary dsh-dynamic-toolbox product bundles broader-permission tools; only the default dsh-flowglass bundle is covered by this entry. |
| jsdvjx/dsh-strata | Adds a proportional, color-coded minimap of the whole conversation to the DSH Web transcript scrollbar. | dsh plugin --profile web add dsh-strata | MIT;Chat view only; requires restarting dsh web after install. |
| mmzm0808/dsh-deepseek-usage | Displays real-time DeepSeek platform balance/consumption/tokens/per-model usage in a draggable UI ball+panel; bundles a Ventus plugin install UI. | dsh plugin --profile web add github:mmzm0808/dsh-deepseek-usage | MIT;Plugin collects an account-scoped credential (userToken) and automates local browser login; verify credential handling before use. |
| Phant0Meow/dsh-meow-smooth | Mobile-first DSH UI (composer fold, sidebar gestures), desktop+mobile notifications, optional compression proxy. | npm install && npm run build; add cordis.patch.yml insert to target profile; restart dsh | MIT;Optional proxy listens on a local port and intercepts /api/* JSON; Web Push requires HTTPS entry. |
| SLin-code/dsh-custom-skin | Custom wallpaper/translucent skin for DSH Web with multi-image switching, blur/opacity controls, dark/light auto-adapt. | pnpm dsh plugin --profile web add github:SLin-code/dsh-custom-skin && pnpm dsh web | MIT |
| Horizon215/dsh-plugins | Five drop-in client-UI plugins: token/cost chips, prompt template library, session recap with zero-LLM handoff, mode capsules, animated whale mascot. | git clone ... && pnpm install && pnpm build && dsh plugin --profile web add file:./packages/* (5 packages) | MIT;Requires dsh >= 0.1.0-rc.5, web UI only; npm packages not yet published; package names use @your-scope placeholder. |
| JAdpp/dsh-whale-galgame | Multi-character Galgame UI in DSH Web: affection/level/long-term memory shared across workspaces, work-task event awareness, multi-character dramas, desktop pet. | dsh plugin --profile web add dsh-whale-galgame | MIT;21 default artworks are CC BY-NC-SA 4.0 non-commercial; git install needs allowBuilds; short-drama networking can be disabled in settings. |
| webkubor/dsh-bloom-theme | Themes DSH web UI with 8 Morandi color variants, frosted-glass panels, animated wait effect, WCAG AA contrast. | dsh plugin add @kubor/dsh-bloom-theme | MIT;Visual theme only; verify DSH plugin loader compatibility for the installed harness version. |
| yoli-mi/dsh-client-ui-custom | DSH web-client UI customization: wallpaper & frosted-glass theming, accent auto-color, custom keyboard shortcuts, usage stats. | Add roster line to ~/.dsh/profiles/web/cordis.patch.yml (id: ui-custom, name: '@ha-na-bi/dsh-client-ui-custom'), then dsh web | MIT;RC-stage (0.1.0-rc.6); profile patch changes need dsh web restart. |
| Tasihi89/dsh-talk-map | Whiteboard conversation map for DSH: cards for sessions, drag/arrange, edge-forking with context injection, auto summaries. | dsh plugin --profile web add github:Tasihi89/dsh-talk-map | MIT;Targets deepseek-harness 0.1.0-rc.6; rc-stage API may drift. |
| whitefirer/dsh-niulai-pet | Browser-side desktop pet rendering (skins, drag, physics, group photo) + task-completion detection via sessions.list + custom character packs + voice keyword recognition. | dsh plugin --profile web add dsh-niulai-pet | MIT;Requires dsh rc.7+ settings-card capability; needs getUserMedia secure context (https/localhost). |
| YRN-playmaker/dsh-wallpaper_share | Syncs Wallpaper Engine dynamic wallpapers as DSH web background; multi-monitor source lock; opacity/blur/shadow sliders. | dsh plugin --profile web add github:YRN-playmaker/dsh-wallpaper_share (or npm: dsh plugin --profile web add dsh-wallpaper_share) | GPL-3.0;Scene shader/SceneScript animation not yet implemented; visual settings reset on page refresh. |
| ai-shushu/dsh-quota-meter | DSH 会话额度计量插件:按真实 token usage 记账、输入框上方进度条 UI、额度耗尽自动拦截模型调用(agent/pre-step reject)、(provider, model) 多厂家价目表、峰谷定价、官方价格同步 | dsh plugin --profile web add github:ai-shushu/dsh-quota-meter(锁版本: dsh plugin --profile web add github:ai-shushu/dsh-quota-meter#v0.4.0;卸载: dsh plugin --profile web remove quota-meter-shushu) | MIT;GitHub API license 字段为 null,但 README 与 package.json 均声明 MIT |
| kanneiren/dsh-network-settings | 为 DeepSeek Harness 提供 Windows/WSL/macOS 网络链路诊断与安全修复:识别 DSH 进程真实网络路径/DNS/首失败点、TUN/VPN 后补物理出口与真实网关、配置漂移检测、一键复制 Agent 友好的 Markdown 网络报告;修改操作遵循快照→预览→确认→应用→可回滚,集成于 DSH 设置→插件→网络 | dsh plugin --profile web add dsh-network-settings | MIT;macOS 仅 CI 验证、真机验收待做;从 GitHub 安装需手动将 allowBuilds 键写入 pnpm-workspace.yaml;npm 源安装可能被 pnpm minimumReleaseAge 暂缓 |
| Liu-ZA-81/dsh-theme-firefly | 崩坏星穹铁道「流萤」主题的 DSH Web UI 皮肤:萤火绿霓虹配色(覆盖 100+ 个 --dsw-* 设计令牌)、动态/静态壁纸系统(IndexedDB 持久化、随机轮换、本地导入)、开屏变身动画、氛围粒子、背景音乐、打字音效与对话触发表情包 | dsh plugin --profile web add dsh-theme-firefly(源码安装:dsh plugin --profile web add "link:<本仓库绝对路径>";卸载:dsh plugin --profile web remove dsh-theme-firefly) | MIT;主题间互斥,后加载者生效,建议同 profile 只启用一个主题;内置素材(米哈游官方音乐/壁纸)版权归米哈游所有,勿商业使用 |
| PolinniZhong/dsh-personal-center | DSH 设置页「个人」分区插件:真实用量统计(Token/会话/工具调用热力图)、模型成本估算(峰谷分时/分币种)、全局自定义指令(注入系统提示词)、桌面宠物(5 情绪)、会话状态概览;纯本地运行、不联网、不读聊天正文 | dsh plugin --profile web add github:PolinniZhong/dsh-personal-center(或 Web GUI → 设置 → 插件 → 插件控制台搜索「个人中心」) | MIT;较新仓库(2026-08-19 创建,v0.5.1);依赖 DSH 平台内部 API(sessions 投影、ctx.get),跨版本可能失效 |
| ymh0000123/dsh-theme-endfield | DSH Web 客户端纯主题插件,参考《明日方舟:终末地》官网视觉风格(奶油纸底/墨黑文字/信号黄强调/全直角工业编辑风),覆盖主题令牌 + 注入样式表实现,含 4 组 10 个可配置开关(localStorage 持久化) | dsh plugin --profile web add github:ymh0000123/dsh-theme-endfield(重启 web profile 生效;卸载:dsh plugin --profile web rm dsh-theme-endfield) | MIT;第三方社区插件,未在官方 DSH 注册表中核验过;正式安装前可在 web profile 里用 cordis_define 临时试用验证兼容性 |
| FeatherHunter/dsh-opencode-palette | 为 DSH Web 界面一键应用 opencode 官方 34 款主题(tokyonight、dracula、gruvbox、catppuccin 等),即点即换、重启不丢,排印(字体/字号)独立控制,支持 system 一键还原 | dsh plugin --profile web add dsh-opencode-palette | MIT;仓库极新(2026-08-15 创建);从 1.4.x 旧版升级需先手动删除旧注册块,否则重复注册 |
| TFboy1/dsh-minecraft-ui | Mounts a playable Minecraft-inspired voxel workspace overlay in DSH Web while retaining native sessions, tools, model controls, and capability management. | dsh plugin --profile <canary> add dsh-minecraft-ui; dsh --profile <canary> --dump-config; restart DSH Web and refresh the page. | MIT;The recommended workflow is an isolated canary profile; Git installation runs prepare/build and may require explicit pnpm build-script authorization. Community plugin confirmation is dry-run and does not itself modify profiles. |
| WilliamShi666/dsh-multiple-chat-panels | Multi-pane chat grid: drag sidebar sessions into a Mission Control grid for live parallel interaction with multiple agents. | dsh plugin --profile web add multiple-chat-panels | MIT;Very new project (~10 commits since 2026-08-18); targets DSH rc line. |
| houyanchao/dsh-timeline | DSH Web 客户端会话效率插件:右侧时间轴导航、收藏文件夹、图钉标记、闪记、提示词库、智能输入、对话多格式导出(MD/TXT/JSON/CSV/PNG/PDF)、公式 LaTeX/MathML 复制、回复提醒、数据备份导入导出,主题实时跟随、中英双语、逐功能开关 | dsh plugin --profile web add dsh-timeline && dsh web(源码运行 DSH 时用 pnpm dsh plugin --profile web add dsh-timeline) | GPL-3.0-or-later;2026-08-17 才创建、仅 0.1.x 版本,仍处早期;homepage 指向外部站点 timeline4ai.com,下载/安装时建议以 GitHub 为准 |
| MingoZhou/dsh-replay | Replay, audit, compare, inspect costs, and export DSH agent sessions in the Web UI. | dsh plugin --profile <your-profile> add @mingozhou/dsh-replay; dsh --profile <your-profile> --dump-config; dsh web --profile <your-profile> | MIT;Replay and standalone HTML export can disclose sensitive prompts, tool inputs, outputs, and session metadata; treat exported files as confidential. |
| tpmoonchefryan/dsh-joi-channel-theme | DeepSeek Harness Web 端的非官方 VTuber 主题插件,提供轴伊Joi 两套完整可切换 UI 衣装(Flowers/Library),覆盖底色、面板、气泡、代码高亮、角色演出与底纹,含内置换装开关可回退 DeepSeek 原生外观 | npx @deepseek-ai/dsh plugin --profile web add dsh-joi-channel-theme && npx @deepseek-ai/dsh web | MIT;素材许可为 CC BY-NC-SA 4.0(代码 MIT),主题含虚拟主播角色版权,商用需注意第三方权利声明;安装需 Node ^22.19/>=24 与 pnpm |
| hg1048596-pixel/dsh-recall-unread | DSH 客户端 UI 插件:在输入框上方显示已发送但模型尚未读取(steering placement)的消息条带,支持单条/全部撤回,基于官方 session.updateQueue RPC 移除 inbox 消息,零配置启用即生效 | 静态安装:cp -r plugin/* ~/.dsh/profiles/web/node_modules/dsh-recall-unread/ 并在 cordis.patch.yml 追加 insert 块,重启 DSH;或 dsh plugin add 安装 | MIT;仓库较新(2026-08-17 创建);历史上 bundle 曾引用 module.exports 导致 DSH 启动 fail-loud 红屏,已修复并附带 git 钩子校验与急救脚本 |
| openma-ai/Martty | Rust/ratatui terminal UI that renders the DeepSeek Harness agent timeline (streaming reasoning, tool calls, skills, subagents, token/cache metrics, persistent JSONL sessions, multi-image prompts) as a DSH surface plugin; extensible through Cordis plugins, themes, slots, commands and a Creator self-improvement loop | dsh plugin --profile tui add @openma/deepseek-harness-tui@latest | MIT;Local shell execution via !cmd and clipboard/image reads are user-initiated but bypass the agent sandbox; the Creator self-evolution loop can generate and load code — review any installed dynamic packages/skills |
| z953218350/dsh-history-tree | Adds a fixed timeline dot rail with fish-eye magnification, glassmorphism hover cards, click-to-jump navigation for multi-turn conversations. | dsh plugin --profile web add -w dsh-history-tree | MIT;Requires DSH web profile (platform 'web'); UI only, no effect on CLI/headless use. |
| chenproton/dsh-history | Lists, filters, copies, and jumps to the user's full message history, including paged-out session events. | dsh plugin --profile web add dsh-history@0.1.24 && bash ~/.dsh/profiles/web/node_modules/dsh-history/restart-dsh-web.sh | MIT;Do not expose DSH Web beyond trusted local or origin authorities; the plugin intentionally surfaces full user-sent message text. |
| Z-6354/dsh-mobile-hanui | 为 DSH Web GUI 提供窄屏(≤1023px)移动端适配:侧边栏/详情抽屉化、可拖拽 FAB 悬浮菜单、弹窗全屏居中、上滑自动加载历史、抑制会话切换软键盘弹出、子代理目录与模型/推理选择器小屏适配;纯前端显示层,桌面端无影响 | cd ~/.dsh/profiles/web && pnpm add dsh-mobile-hanui,然后在 dsh.profile.bundles 数组加入 "dsh-mobile-hanui" 并重启;或 dsh plugin --profile web add dsh-mobile-hanui | MIT;client 注入依赖标准 @deepseek-ai/dsh-web-app 自带的 dsh-client-runtime/ui-layout;临时关闭用 ?mobileShell=0 |
| 2768651338/dsh-effort-slider | Replaces the built-in Effort level list with a stepless 0-100 slider; patches adapter metadata so any third-party model gets reasoning-effort control. | dsh plugin --profile web add github:2768651338/dsh-effort-slider#main | BSD-3-Clause;Potential conflict with other Effort-row skin plugins; verified on Windows web profile only. |
| alvinunreal/openpets | Animated desktop companion pets that react to DeepSeek Harness agent activity via a DSH Cordis plugin. | npx -y @deepseek-ai/dsh plugin --profile web add @open-pets/dsh | MIT;DSH install path not yet documented in root README; confirm npx -y @deepseek-ai/dsh plugin --profile web add @open-pets/dsh before publishing. Integrates with local desktop process over IPC. |
| goatbroai/web-background | Adds Web background modes, opacity, local image upload, reset, and cross-tab synchronization. | cd /path/to/web-background; pnpm install; pnpm run bundle; dsh plugin --profile web add -w .; restart dsh web | MIT;README.md, package.json, and docs/plugin-plan.md still reference lndyzwdxhs/web-background for GitHub installs; the canonical repository is goatbroai/web-background. |
| UNLINEARITY/dsh-code | Claude-Code/Codex 风格的 DSH 终端编码界面(树外 bundle 叠于 @deepseek-ai/dsh-base):斜杠命令、会话恢复、模型/权限管理、审批条与 plan/goal 模式 | dsh plugin --profile cli add dsh-code@0.8.0;启动命令 deepseek / dsh --profile cli / dsh-code | MIT;TUI 内 /model 可管理与轮换 API key、读写工作区,依赖 DSH 权限预设与 sandbox 审批机制 |
| wssfk12138/dsh-damage-pulse | Game-style token-usage / balance damage-pulse visualization for DeepSeek/DSH. | Copy plugins/dsh-token-monitor/ and packages/client/ui-token-monitor/ into a local DSH repo; mount via cordis.patch.yml: node --import tsx/esm apps/cli/src/bin.ts web --patch <dsh-root>/plugins/dsh-token-monitor/cordis.patch.yml --port 3080 | MIT;Install is drop-into-DSH-repo + patch, not a standalone dsh plugin add. Reads DEEPSEEK_API_KEY and polls DeepSeek balance (external API); modifies DSH ui-workspace files (filesystem writes). |
| Aisland-SJL/dsh-reminder | Cross-window completion/approval notification popups for the DSH web GUI. | npx -y @deepseek-ai/dsh plugin --profile web add dsh-reminder | MIT;Brand-new (1-day-old, ~12 stars); npm publish of dsh-reminder not independently confirmed. Read-only (reminds, never acts), no external network calls or privileged creds. |
| wei-806206088/dsh-skin | Web UI theme/skin customization (colors, image/GIF/video skins, named presets). | git clone https://github.com/wei-806206088/dsh-skin.git && cd dsh-skin && chmod +x install.sh && ./install.sh | MIT;Image/video skins depend on current DOM class names (SLOT_SELECTORS/VIDEO_TARGET); version-sensitive, may need manual adaptation. |
| Yi-111-a/dsh-jingling | Local AI companion with reviewable/proposable memory, Character Card V2 import, browser companion panel, optional desktop-pet sidecar. | git clone ... && npm install && npm run check && npm pack && dsh plugin --profile web add dsh-jingling-0.1.0-alpha.19.tgz; or: dsh plugin --profile web add dsh-jingling | MIT;Alpha-stage (0.1.0-alpha.19/rc.6), Windows-only sidecar; legacy internal id 'souldock' retained. |
| boxeryao/deepseek-harness-tui | DSH-TUI: lightweight, fast terminal UI plugin hooked into DSH's agent, tools, permission and session services; line-oriented interface (no card layouts); does not re-implement the harness runtime. | dsh plugin --profile tui add . (after pnpm install && pnpm run build; requires pnpm 11+ and DSH 0.1.0-rc.6) | MIT |
| ccch1mneyyy/dsh-TUI | Claude Code 风格全屏终端 TUI:像素鲸鱼顶栏、双流光大字、实时工作状态行、思考流式展开、双击 Esc 时间回溯、上下文进度条 + TPS 仪表;接入 Agent preset(standard/code/minimal/cordis)、Skills、MCP、Goals、Todos、子代理,/ 命令注册表与随附技能(audit/bug/review/practice/pr_comments/release-notes/vuln-check);纯插件挂载零核心改动。 | dsh plugin --profile cc-tui add dsh-cc-tui(仓库根目录 install.sh 已封装含 pnpm 预检;前置 npm install -g @deepseek-ai/dsh;Windows 用 dsh-cc.cmd --resume) | MIT;功能面大(含 MCP 与 Shell 类工具),授予前确认会话信任边界;依赖可用 TTY。 |
| dsh-tui/dsh-tui | 终端 UI (terminal TUI): Claude Code 风格的 dsh 终端界面,复用官方 dsh-base 全部生态(shell/文件工具、技能、子代理、workflows、沙箱审批);pi-tui 0.80.7 已打补丁并内联。 | npm i -g @deepseek-ai/dsh@next; dsh plugin --profile tui add @dsh-tui/dsh-tui (requires Node ^22.19 || >=24) | MIT;Repackaged from recovered upstream UI code; peer deps pin a pre-release dsh rc. |
| lanshuye123/DSH-Terminal | VSCode 风格终端模拟器+文件管理器:宿主机真实 PTY(subprocess.spawnTerminal/node-pty)、多会话、自研 ANSI 渲染、工作区目录树+预览 | 动态部署:git clone 后 node scripts/build-payload.js 产出 dist/ 载荷,按 BOOTSTRAP.md 让 DSH Agent 用 cordis_define 提交 + cordis_run 激活(更新用 kind:existing) | MIT;无 CLI 导入通道、依赖 DSH dynamic-plugin 会话与 node-pty 私有细节,DSH 升级需回归。 |
| liuup/dsh-latex-tools | 在 DeepSeek Harness 中悬停任意 LaTeX 公式即可复制 TeX 源码或导出独立 SVG 文件;MathJax 由插件自身 host half 提供,首次按需加载后浏览器缓存,完全离线。 | npx @deepseek-ai/dsh plugin --profile web add dsh-latex-tools (或 github:liuup/dsh-latex-tools);验证 npx @deepseek-ai/dsh --profile web --dump-config 出现 '# == dsh-latex-tools' 层 | MIT |
| realchenwenqiao/dash | 终端的 agent 前端:复用 dsh-base 内核(Cordis/agent loop/工具/会话),pi-tui 界面 + 行为账本 + 内置技能命令 / Terminal-native DSH frontend (pi-tui) reusing the dsh-base agent stack. | npm install -g @deepseek-ai/dsh && dsh plugin --profile tui add @realchenwenqiao/dash | 未发现;No license declared. |
| realguan/dsh-mermaid-preview | 把 Markdown 的 mermaid 围栏代码块在 dsh Web 界面渲染为图表(客户端动态插件/原生 bundle 两种形态)/ Renders mermaid fenced code blocks as diagrams in the dsh web chat. | dsh plugin --profile web add github:realguan/dsh-mermaid-preview | MIT |
| songqikong/dash | 终端 TUI 客户端(oh-my-pi 键位 + DSH 完整 agent 内核):/plan /goal /compact、模型角色体系、会话持久化、raw-ANSI 渲染 | git clone https://github.com/songqikong/dash.git && cd dash && sh install.sh(创建 ~/.dsh/profiles/dash + ~/.local/bin/dash);启动: dash | MIT;默认全权限无审批,谨慎在不可信环境使用 |
| xiaoshihou514/dsh-tui | DSH 终端 TUI:覆在 Harness base bundle 上的交互式终端界面;tui-startup 负责 CLI 解析、tui-runtime 持有根 agent 与终端生命周期,接入 code-runtime(worker-thread)。 | dsh plugin --profile web add dsh-tui(或本地 pnpm install && pnpm build 后 dsh plugin --profile web add <repo路径>) | MIT;ALPHA 阶段(readme 提示 stay tuned);TUI 直接操作根 agent 与代码运行时。 |
| PerryLink/dsh-output-styles | Session-scoped, durable, runtime-switchable model output styles: /style command, output_style storage domain, systemPrompt injection; stylesDir config ('' = bundled styles/). | dsh plugin --profile name: 'dsh-output-styles' row to the profile cordis.patch.yml) | Apache-2.0 |
| rabbitknight/dsh-tui | 基于 dsh-base 的交互式终端界面(dsh --profile tui),含 /skills 技能目录 / Interactive terminal UI bundle for dsh running on dsh-base. | dsh plugin --profile tui add "<path>/packages/dsh-tui-app" (or npx @deepseek-ai/dsh plugin --profile tui add ...), then npx @deepseek-ai/dsh --profile tui | 未发现;No license declared. |
| ZgblKylin/dsh-terminal | VSCode 风格内置终端面板:xterm.js(浏览器端)+ node-pty(宿主端)实现的独立 dsh 插件,随桌面外壳(dsh-gui)在 web 组合中运行。 | pnpm install && pnpm run build;dsh plugin --profile web add link:./plugins/terminal,再在 .dsh/profiles/web/cordis.patch.yml 加一行 name: dsh-terminal 并重启外壳;README 要求用仓库固定 .toolchain pnpm(11.7.0) | Unlicense;文档针对个人 dsh-gui 工程(E:/Git/dsh-gui)编写,安装路径带环境耦合;终端权限面高,谨慎开放。 |
| 13071301808/dsh-composer-expand | DSH 输入框展开 UI 插件。 | `` | MIT |
| 147228/dsh-black-whale | DSH 主题/皮肤插件(黑鲸皮肤),修改 Web UI 外观。 | `` | N/A |
| 147228/dsh-xiaoyao-skins | DSH 逍遥皮肤包,提供多套 Web UI 主题。 | `` | N/A |
| 1841220388zzzcccxxx-star/dsh-git-graph | Embedded git graph visualizer for DSH web GUI (history, diff, branch ops). | `` | MIT |
| 2768651338/dsh-plugin-manager | 图形化插件管理标签页 | `` | MIT |
| a903067276-rgb/dsh-file-mentions | DSH 文件提及/引用展示 UI 插件。 | `` | MIT |
| aaravarr/dsh-subagent-max | subagent_with_model tool plus a live multi-panel subagent viewer for DSH. | `` | MIT |
| Abyss-Seeker/dsh-plugin-working-status | DSH 轻量插件:点击即改「Deep diving...」状态文字,全局持久化 | `` | N/A |
| aceice01/dsh-whale-pet | 鲸鱼娘桌宠 | `` | Non-Commercial |
| AcidGr/dsh-web-mobile-fix | DSH Web 移动端适配修复插件,优化小屏布局。 | `` | MIT |
| AdamPlatin123/dsh-tonghuashun | 同花顺 (THS) terminal-style skin + code-volume K-line market panel (packages ui-skin-ths + ui-market). | cordis.patch.yml: - id: ui-skin-ths (name '@deepseek-ai/dsh-client-ui-skin-ths'), - id: ui-market (name '@deepseek-ai/dsh-client-ui-market') | MIT;Client UI skin + market display panel only; no network or API keys; settings registered to settings.general.item slot. |
| Aisland-SJL/dsh-usage | Persistent balance/usage dock + heatmap for DSH web GUI. | `` | MIT |
| AKS1st/dsh-cyber-particle | DSH 赛博粒子动效/主题插件,增强界面视觉效果。 | `` | MIT |
| AKS1st/model-usage-plugin | 模型消耗统计 (musage-stats) | `` | MIT |
| AngelosZou/dsh-multi-folder | 主工作区多次级目录 | `` | MIT |
| asukasec/dsh-message-preview | DSH 消息预览 UI 扩展。 | `` | MIT |
| ayuanwong/dsh-ux | 长任务 UI 优化:思考/工具步骤收进稳定过程区、完成后自动折叠、详情随时展开;可选用小模型请求生成阶段名(仅展示)。 | dsh plugin --profile <name> add <package>(monorepo bundle,见 packages/bundle) | BSD-3-Clause |
| badai147/dsh-global-rules | Edit ~/.dsh/AGENTS.md global rules from DSH web settings panel. | `` | MIT |
| baihejiangnan/dsh-session-context-menu | 更好的右键菜单 | `` | MIT |
| bearllfleed/Dsh-FileExplorer | VS Code 风格文件浏览器+编辑器 | `` | MIT |
| better-er/dsh-tool-autoexpand | 工具结果自动展开 | `` | MIT |
| bobcat848/dsh-calculator | Floating card showing DeepSeek API spend and live account balance in the DSH web GUI. | `` | MIT |
| boxeryao/dsh-mini-tui | DSH 极简终端 UI 插件(answer-first 工具输出 / 后台执行 / Windows 右键菜单) | `` | MIT |
| buhuikongpan/dsh-pluginmanager | DSH Web 设置页插件管理器(三层架构视图 / 启停 / 卸载 / 补登记) | `` | MIT |
| c-ling/dsh-plugin-pet | Desktop e-pet in the DSH Web GUI reacting to agent state with built-in/custom/Codex sprite support. | `` | MIT |
| caoyiwei850/dsh-client-ui-skins | DSH 客户端 UI 皮肤/主题插件。 | `` | MIT |
| Cassius0924/dsh-usage-dashboard | DSH 使用量/统计仪表盘插件,展示 token 与调用数据。 | `` | MIT |
| charrywhite/dsh-sticky-notes | DSH 便签插件:可拖拽、文字/图片便签、9 款皮肤、AI 可读写。 | `` | MIT |
| chi-hong22/dsh-mdbox | DSH Markdown 盒子插件,在 UI 中渲染/编辑 Markdown。 | `` | N/A |
| cindyguyuehu123/dsh-mobile | DSH 移动端界面适配插件。 | `` | MIT |
| cindyguyuehu123/dsh-webchatlike | DSH 仿网页聊天界面 UI 插件。 | `` | MIT |
| Civitasv/dsh-plugin-diff-review | DSH Codex 风格 diff 评审 UI 插件。 | `` | MIT |
| CocoSgt/dsh-attachments | DSH 第三方附件插件(统一文件暂存网关,任意类型零拒收) | `` | MIT |
| CocoSgt/dsh-inspector | DSH 检查器/调试 UI 插件。 | `` | MIT |
| culture-flask/dsh-aemeath-pet | 像素风桌宠 | `` | Apache-2.0 |
| Dasooul03/dsh-plugin-deepseek-pricing | DSH DeepSeek 计费/价格展示插件。 | `` | MIT |
| Dbi-Eshuh/dsh-thinking-status-customizer | DSH 思考状态(thinking status)自定义 UI 插件。 | `` | MIT |
| dclichang2022/dsh-green-meter | Energy/carbon/cost metering for DSH from token accounting. | `` | MIT |
| dfkai/dsh-board | DSH 看板/面板插件,提供可视化信息板。 | `` | MIT |
| Dpf555/dsh-workbench | DSH 工作台插件,提供集成化的工具面板 UI。 | `` | MIT |
| dream12347/dsh-session-manager | DSH 会话管理器 UI 插件。 | `` | MIT |
| DViridescent/dafy-whale-theme | DSH 鲸鱼主题/皮肤插件。 | `` | MIT |
| e2mcc/dsh-popout-sidebar | DSH 侧边栏弹出(popout)UI 插件。 | `` | MIT |
| elviszhang007/dsh-moyan | DSH 墨言:侧边栏名言/古诗词/游戏台词展示插件,语料可外置自定义。 | `` | MIT |
| enchangcui340-cloud/dsh-whale-balance | DSH 鲸鱼余额展示 UI 插件。 | `` | MIT |
| eric-song-dev/dsh-ikun-pet | DSH 坤宠动画进度插件(deep dive 状态行下方进度条 + 完成音效) | `` | MIT |
| Ericwong5021/dsh-taskboard | DSH Web UI 任务看板插件(仓库原名为 dsh-taskboard,后重命名为 dsh-kanban)。 | `` | MIT |
| euuuuuuzer/dsh-loop-dock | DSH 循环/任务停靠栏(dock)UI 扩展。 | `` | MIT |
| f0909172434/dsh-deepseek-girl-pet | deepseek 娘桌宠 | `` | MIT |
| fengzhiyushui/dsh-desktop-window | DSH 独立应用窗口插件,以 --app 模式弹出隔离的桌面窗口。 | `` | MIT |
| gameswu/dsh-notifacation-frame | Notification framework letting derivative plugins register notifiers with config cards in Settings. | `` | MIT |
| gameswu/dsh-plugin-vscode-sidebar | DSH 的 VS Code 风格侧边栏插件,扩展编辑器侧栏 UI。 | `` | MIT |
| gameswu/dsh-pref-kit | DSH 偏好/设置工具包 UI 插件。 | `` | MIT |
| Gin-7/dsh-pet-remielle | Zenless Zone Zero 'Remielle' desktop-pet skin for DSH web GUI. | `` | MIT |
| GLFzr/dsh-file-upload | DSH 文件上传 UI 插件。 | `` | MIT |
| GLFzr/dsh-opencode-go-quota | DSH opencode Go 配额展示插件,显示额度使用情况。 | `` | MIT |
| gxinxing/deepseek-harness-tui | Interactive terminal chat UI (Ink/React) for DeepSeek Harness — folded tool calls, thinking folding, and OSC-11 adaptive theme. | dsh plugin --profile tui add /path/to/deepseek-harness-tui | MIT;TUI/UI only; routes llm-deepseek through the TokenDance gateway (needs TOKENDANCE_API_KEY) and requires a one-time manual runtime patch to the harness llm-deepseek adapter (lost on upgrade). |
| haxi8/dsh-JujutsuKaisen-rainlove | DSH 主题/趣味装饰插件(动漫主题)。 | `` | MIT |
| Highjobop/dsh-gadgets | DSH 轻量合集:dsh-skin 外观、dsh-tidy 对话整理、dsh-task-alerts 任务提醒。 | `` | MIT |
| Hilbert-beinghappy/seektty | 可插拔 DeepSeek 风格终端 TUI 插件(dsh --profile tui,会话/主题/中英界面) | `` | N/A |
| HongMing-Huang/dsh-file-upload | DSH 文件消息插件:拖拽/回形针上传、文档转 Markdown(MarkItDown)、图片 OCR、语音输入、read_document 工具。 | `` | MIT |
| Hotsteel2901/dsh-client-ui-mobile-adapt | DSH Web 移动端适配客户端插件(Termux/手机单栏布局、抽屉、全屏面板) | `` | MIT |
| HR2AY/DSH-Plan-Graph | DSH 会话工具调用/消息交互式流程图插件(Plan Graph 标签、收藏、定位) | `` | MIT |
| huahai0202/dsh-better-archive | DSH 会话归档改进 UI 插件。 | `` | MIT |
| huanyuLv/dsh-balance-tide | DSH 余额趋势展示 UI 插件。 | `` | MIT |
| huguangyu666/dsh-plugin-notify | Notification outlet: desktop toast / Chinese voice broadcast / sound so the agent can proactively reach the user. | `` | MIT |
| huiliyi37/dsh-tianshu-tui | DeepSeek Harness 交互式终端 UI 插件:会话工作区、图片端到端(剪贴板/视觉桥)、slash 下拉、审批卡片、推理可视化,纯展示层 | npx -y @deepseek-ai/dsh plugin --profile tui add @huiliyi37/dsh-tianshu-tui | Apache-2.0;UI 纯展示层,不注册 prompt/工具/上下文面,所有状态派生自会话事件流;无网络/凭据/文件访问 |
| hxyz486/dsh-archived-conversations | DSH 归档会话浏览 UI 插件。 | `` | MIT |
| iyllyt/dsh-btw | DSH 旁注/批注(btw)交互 UI 插件。 | `` | MIT |
| jesse-njx/dsh-voice | DSH 语音输入/输出插件。 | `` | MIT |
| Jiyr0119/dsh-workspace-explorer | DSH Web 会话头部工作区文件胶囊按钮:懒加载目录树、点击/拖拽插入 [file: 相对路径] 引用、多选批量插入、搜索过滤、大文件分页预览、分屏预览与面板内文本编辑 | dsh plugin --profile web add -w @jiyr0119/dsh-workspace-explorer@latest | MIT |
| jjxjjjjiik-bot/dsh-chat-timeline | 1:1 复刻 DeepSeek 官网右侧对话导航栏的 DSH 插件 | `` | MIT |
| JuneLearn/dsh-reasoning-settings | 推理强度设置 | `` | MIT |
| kaziii/dsh-github-connector | GitHub 连接器(PR 状态条) | `` | MIT |
| kc0ed/dsh-bottom-bar | DSH 底部状态栏/工具栏插件,扩展界面底部 UI。 | `` | MIT |
| KeLearns/dsh-navigation-bar | DSH 导航栏插件,扩展界面顶部/侧边导航。 | `` | MIT |
| LAN-TINA-WS/dsh-gui-customization | DSH web GUI theme customizer (colors, ambiance light, dynamic backgrounds). | `` | MIT |
| Lanxing6480/dsh-galgame | DSH Web 聊天界面 GalGame 模式插件(立绘 + 思考气泡 + 打字机,纯视觉层) | `` | MIT |
| le-soleil-se-couche/dsh-token-cost | DSH token 成本统计插件,展示消耗与费用。 | `` | MIT |
| leavestring/awesome-dsh-background-plugin | DSH Web 背景个性化插件(上传图片/预设)。 | `` | MIT |
| left0ver/dsh-file-review | Diff/review panel for files an agent just changed in DSH web, with undo. | `` | N/A |
| LemCAE/dsh-balance | DSH 余额/配额展示插件,显示账户余额信息。 | `` | MIT |
| LiangYin233/dsh-provider-model-configurator | DSH web UI model configurator (provider model entries, thinking levels). | `` | MIT |
| liliuCourier/dsh-chat-outline | Persistent left-side chat outline listing each question and its last reply with one-click jump. | `` | MIT |
| LingyeSoul/dsh-tavern | DSH 的酒馆式(SillyTavern 风格)聊天前端插件,提供多角色对话界面。 | `` | MIT |
| linshule/dsh-balance | DSH 余额展示插件,显示账户/额度信息。 | `` | MIT |
| lj970926/dsh-plugin-mermaid | Renders mermaid code blocks in chat with a chart/source toggle and live theme switching. | `` | MIT |
| LJninse/dsh-open-in-ide | DSH 在 IDE 中打开文件的交互插件。 | `` | CC BY-NC 4.0 |
| loguhan/dsh-workshop | DSH workshop / 学习与演示向插件,提供 Web UI 扩展。 | `` | MIT |
| lssyd20070106/dsh-ui-preset-enhance | DSH WebUI 增强插件(背景/主题自定义 / Prompt 预设 / Token 查看 / 手动 Compact) | `` | MIT |
| lzbaclz/dsh-conversation-outline | 对话大纲侧栏 | `` | MIT |
| magian1127/deepseek-harness-zh_pro | DSH 专业中文本地化/增强 UI 插件。 | `` | MIT |
| Max-Samson/dsh-usage-chart | DSH 用量图表 UI 插件。 | `` | MIT |
| maydaytyh/dshx-terminal | DSHx 终端界面插件。 | `` | MIT |
| mengyun233/dsh-codex-pet | Codex 桌宠迁移插件 | `` | MIT |
| minivv/dsh-agent-skills | DSH 设置页管理 Agent Skills:扫描 | dsh plugin --profile web add dsh-agent-skills | MIT |
| Mombrane/dsh-subagent-monitor | Realtime subagent run-monitor panel for DSH web GUI. | `` | MIT |
| monk233/dsh-plugin-manager | 插件管理(启用/禁用/删除) | `` | MIT |
| Mooling0602/dsh-web-file-uploader | DSH Web 文件上传插件(模型感知注入 / SHA-256 去重 / 内容寻址) | `` | MIT |
| Nanki-nn/dsh-answer-pet | DSH Web 可扩展回答状态宠物框架(进度/模型轨迹卡,多会话并发) | `` | MIT |
| NanmiCoder/dsh-plugin-market | DSH 插件市场插件,提供插件浏览与安装界面。 | `` | MIT |
| nextindie/deepseek-harness-for-vs-code | VS Code 内 DSH 集成(含 dsh-git-rollback bundle)。 | `` | MIT |
| No-PRM/dsh-explorer | VS Code 风格文件树浏览器 | `` | MIT |
| NoNameLeGo/dsh-catppuccin-theme | Catppuccin theme plugin for DSH web GUI (4 flavours + glassmorphism). | `` | MIT |
| noone89A/dsh-gauge | Precise cache-hit rate, token usage and cost estimates replacing the native DSH stats line. | `` | MIT |
| OK-wx/dsh-ocgo-lite | OpenCode Go 用量常驻条 | `` | MIT |
| openma-ai/deepseek-harness-tui | DeepSeek Harness 终端 UI(TUI)。 | `` | MIT |
| orriduck/dsh-tui | Session-aware terminal UI for DeepSeek Harness (start/continue/resume sessions, permission-preset switching). | npm install -g github:orriduck/dsh-tui | MIT;Terminal UI driving DSH sessions; can switch permission preset incl. typed FULL ACCESS confirmation; optional Herdr bridge. |
| PAKIKNOWLEDGE/dsh-client-ui-skin-claude | Claude 风格皮肤 | `` | MIT |
| penguin-oo/dsh-bookmarks | DSH Web 回复书签插件(笔记/标签 / 跨会话中心 / 一键 Markdown 导出) | `` | MIT |
| Physicolor/dsh-ui-harmonizer | DSH 纯客户端 UI 调和:归一化官方界面、协调第三方插件视觉冲突(dsh-better-sidebar/dsh-widgets/dsh-genui)、修正设置页布局、聊天宽度/字号/缩放/字体/圆角卡片实时自定义 | dsh plugin --profile web add dsh-ui-harmonizer | MIT |
| pitetow/dsh-notify-on-complete | Zero-dependency desktop notifications when a run finishes, the model asks a question, or approval is pending. | `` | MIT |
| Player-MINEPIG/dsh-tavern | DSH 酒馆式对话 UI 主题/界面插件。 | `` | MIT |
| poplarity/dsh-science-workbench | 可复现科学工作台 | `` | MIT |
| qing3a/dsh-event-auditor | DSH 事件审计/日志可视化插件 | `` | MIT |
| QJAG1024/dsh-model-meta-autofill | Auto-fills metadata (context window, output cap, display name, modalities) for custom-provider models from models.dev. | `` | MIT |
| qjcnmd/dsh-reasoning-slider | DSH 推理强度(reasoning effort)滑块 UI 控件。 | `` | MIT |
| R3alloc/dsh-session-deeplink | DSH 会话深度链接插件,支持通过链接直达特定会话。 | `` | MIT |
| RealAlexandreAI/dsh-atuin | Records every typed DSH prompt into atuin shell history (searchable via atuin search). | dsh plugin --profile web add dsh-atuin | MIT;Spawns the atuin binary as a subprocess and writes typed prompts into local atuin history DB; may capture sensitive input unless deny rules are set. No network exfiltration. |
| rongzi5/dsh-whale-pet | 3D 鲸鱼桌宠 | `` | N/A |
| sanshanya/better-model-provider | Declarative settings page for per-model native vision input, reasoning level and token capacity in DSH. | `` | MIT |
| schhaohao/dsh-file-explorer | DSH 文件浏览器 UI 插件 | `` | MIT |
| Scorp1o117/dsh-plugin-marketplace | DSH 插件市场 UI | `` | MIT |
| SherUnlocked-4869/dsh-plugin-msg-nav | DSH 消息导航插件,提供会话内消息跳转/索引 UI。 | `` | MIT |
| silencieuxzero/Better_Deepseek_Harness | Extension center UI for DSH managing skills/plugins/MCP with native settings integration. | `` | N/A |
| skr311/dsh-codex-pet | Codex 桌宠 | `` | MIT |
| songoao25/dsh-bottom-info-bar | DSH Web UI 底部信息栏扩展。 | `` | MIT |
| SpookySandwich/dsh-plugin-smooth-stream | DSH 流式文字动画增强插件(淡入 + 平滑流式跟随) | `` | MIT |
| springbrand-lab/dsh-skin-universe | DSH 皮肤宇宙插件,提供多套界面主题切换。 | `` | MIT |
| starslittle/dsh-blue-whale | DSH 蓝鲸主题/状态展示 UI 插件。 | `` | MIT |
| stevenx65/dsh-balance-plugin | DSH 余额查询展示 UI 插件。 | `` | MIT |
| Suiwan/whale-purse | DSH 账户/余额钱包展示 UI 插件。 | `` | MIT |
| taxueseek/dsh-files | DSH 双面文件插件(会话隔离上传 + read_document 文档读取,内容嗅探) | `` | MIT |
| TheTianzz/dsh-billing | DSH 余额/账单可视化插件,提供用量与费用面板。 | `` | MIT |
| tianyhjg-lab/dsh-font | DSH 字体/显示主题调整插件。 | `` | N/A |
| Tianyu209/dsh-browser-companion | Persistent visible browser for the agent with human-in-the-loop login, cookies and safe browser tools. | `` | MIT |
| Tkingxiao/dsh-any-background | DSH 自定义主题与壁纸插件(色轮选色 / 背景图 / 透明度模糊 / 文件系统持久化) | `` | MIT |
| tomowang/dsh-tui | Out-of-tree terminal (TUI) front door for DSH built on React + Ink, an alternative to dsh-web-app. | `` | MIT |
| tsonglew/dsh-workspace-search | DSH 工作区关键词搜索标签页插件,扩展 dsh-better-sidebar。 | `` | MIT |
| turtle1999/turtle-ui | Former packages/ui/tui terminal UI as a dsh profile bundle (durable session TUI, --resume/--session). | dsh plugin --profile tui add file:. | BSD-3-Clause;Terminal UI for DSH driving one durable session; no network/keys beyond DSH itself. |
| urzeye/dsh-outline | Realtime conversation outline tree for DSH web GUI. | `` | MIT |
| Vim0x3c/dsh-session-manager | DSH 会话管理器 UI 插件(Vim0x3c 版)。 | `` | MIT |
| Vim0x3c/dsh-skin-appearance | 外观定制(八套主题+壁纸) | `` | MIT |
| wangxiang0605qvq/dsh-deepseek-balance | DeepSeek 余额查询插件 | `` | MIT |
| warmwine/dsh-ui-font | Runtime font engine + settings page to change and scale every font/size in the DSH Web GUI. | `` | MIT |
| watericetangcw/dsh-page-preview | Renders generated HTML inline and provides a floating window to preview local pages or URLs. | `` | MIT |
| wenzetan/dsh-llm-newapi | NewAPI LLM 提供方插件 | `` | MIT |
| WhitePlusMS/dsh-input-plus | DSH 输入框增强插件。 | `` | MIT |
| wqty123/dsh-browser | DSH 浏览器插件,提供内置网页浏览与会话访问能力。 | `` | MIT |
| wx-yss/dsh-message-rail | DSH 消息轨道/通知 UI 插件。 | `` | MIT |
| x2802490130-prog/dsh-balance-float | Floating widget showing DeepSeek account balance with manual refresh and one-click graceful exit. | `` | MIT |
| XavierMarquis93/dsh-plugin-conversation-outline | 对话目录侧栏 | `` | MIT |
| Xenia0922/dsh-opencode-go-usage | OpenCode Go quota/usage dashboard plugin for DSH. | `` | MIT |
| xiake595/touhou-hakurei | Touhou Reimu Hakurei skin for DSH web GUI (pure display layer). | `` | CC BY-NC-SA 4.0 |
| xingyingyuzhui/dsh-liquid-glass | DSH 液态玻璃皮肤插件(壁纸预设 + 可选玻璃岛模糊) | `` | MIT |
| XMoon/dsh-pi-tui | 基于 pi-tui 分支的 DSH 第三方终端 UI 插件(dsh --profile pi-tui) | `` | MIT |
| xxxxxxxyu/dsh-notify-sound | DSH 通知提示音插件。 | `` | MIT |
| yanglongyun/dsh-ramify | DSH 内存/资源可视化插件 | `` | MIT |
| yanglongyun/ramify-dsh | 创意分支画布插件:树状工作区生成、对比、迭代多个可交互方案,安装后自动启动本地画布。 | 见 README(原生 DSH 插件,安装后自动启动本地画布) | MIT |
| yascitom/dsh-opencode-go-box | DSH opencode 风格的 Go 语言调试/运行盒子 UI 插件。 | `` | MIT |
| yejiming/dsh-museai-tavern | 将 MuseAI 角色与页面搬进 DSH Web GUI 的插件(复用 DSH 模型,无密钥) | `` | MIT |
| Yuer6327/NoLetMe | DSH 推理轨迹统计面板 | `` | MIT |
| yunxiiQwQ/dsh-maid-whale-webUI | DSH Web 鲸鱼女仆主题皮肤插件(亮暗模式 / 海洋插画 / 常驻 pet) | `` | BSD-3-Clause |
| Zalpha263/dsh-file-explorer | 文件浏览器面板 | `` | MIT |
| zdjmrq/dsh-user-plugins-manager | DSH 设置页插件管理器,三层架构视图管理插件挂载/启停。 | `` | MIT |
| zh667/TokenLedger | Token-usage accounting for DSH web GUI with relay-site attribution. | `` | MIT |
| Zhangbo-cn/dsh-voice-input-plugin | DSH 语音输入插件。 | `` | MIT |
| zhangzheng25/dsh-timeline | DSH 时间线 UI 插件。 | `` | MIT |
| zhijun-dai/Catppuccin-dsh-theme | DSH Catppuccin 四色系主题插件(Latte/Frappé/Macchiato/Mocha) | `` | MIT |
| Zzzzkd/dsh-prompt-rail | 提示词快速跳转条 | `` | MIT |