插件
浏览、筛选并安装 DeepSeek-Harness 插件。
共 2803 个插件
dsh-token-cost
gdy01/dsh-token-cost
在 DSH Web 侧边栏按项目展示 LLM Token 用量与人民币花费,分别统计输入(未命中)、命中与输出,并按模型标准价格自动计价。
dsh-selection-followup
zzx-dear/dsh-selection-followup
选中聊天回复中的任意文字,浮出「追问/复制」气泡:一键把选中内容作为引用填入输入框(问题由你输入),或一键复制。另附安装与实现文档。
dsh-turn-nav
xiaheng1/dsh-turn-nav
DeepSeek Harness Web 对话轮次导航轨,支持 mixed / DeepSeek / Codex 三种视觉风格。
dsh-deep-verbs
winter-and-you-gone/dsh-deep-verbs
把内置 'Deep diving...' 思考状态行扩展为 53 条 deep 系英/中双语短语池:回合开场随机一条,随新思考段/工具调用事件轮换(最短间隔 3 秒),点击状态行切换中英文。
dsh-prompt-optimizer
winditer/dsh-prompt-optimizer
在输入框按 ✨ 或 Alt+O 一键把草稿润色成更清晰、更结构化的 prompt;默认零配置复用当前会话模型(SSE 真流式、推理过程先出),也可自配任意 OpenAI 兼容端点。
dsh-file-preview (dsh-file-preview)
undeadsheep/dsh-file-preview
Web 客户端悬浮文件预览窗:懒加载文件树、CodeMirror 预览与窗内编辑保存、Markdown 与图片预览、Quick Open 搜索,以及点击会话中的路径直接打开。
dsh-selection-toolbar
suiyideali/dsh-selection-toolbar
在对话中选中文本时显示浮动工具栏,提供复制、引用、询问、解释、翻译、总结与自定义提问操作。
dsh-chat-history
stylelinzzz/dsh-chat-history
在会话头部新增「目录」tab:把当前会话的用户消息整理成可点击的目录,自动翻页加载全部历史,点击即跳回对话并定位。
dsh-desktop (bundle)
s3yf1337/dsh-desktop
dsh 桌面配置:原生 Tauri 窗口承载 harness Web 界面,支持托盘、原生通知、文件管理器面板与一键更新。
dsh-archive-manager (plugin)
neumannzc/dsh-archive-manager
美化版归档管理设置页:按工作区分组展示归档会话,悬停即可取消归档,附相对时间显示。
dsh-quick-toc
lyaxz/dsh-quick-toc
DeepSeek Harness 对话大纲插件:按回合分组的 Markdown 标题目录,自动跟随高亮,平滑跳转导航。
dsh-input-rewriter
feiertu/dsh-input-rewriter
停止输入后自动把草稿改写为更清晰、更可执行的提示词:按场景套用 playbook、长附件逐字保留、多提问保留编号。
dsh-niao-quick-open
dsh-niao/dsh-niao-quick-open
DeepSeek Harness 界面增强插件:工作区一键打开(复制路径、访达显示、自动发现编辑器打开)、用户消息导航条、会话待办标记、单列表增强与硬性重启按钮。
dsh-conversation-rail
dingyi580/dsh-conversation-rail
对话左缘的导航轨:一根杠一轮对话,杠长按该轮文字体量,悬停出提问与回答预览,点击跳转;杠来自 host 侧读整份会话日志折出的大纲,未加载进窗口的轮次也画得出来,点击时再翻页补历史。
dsh-github-picker
bitxeno/dsh-github-picker
输入框右下角 GitHub 图标打开当前仓库的 issue/PR 搜索弹窗,数据来自本机 gh CLI,点选即以 URL 或 @owner/repo#number 形式插入引用。
dsh-multi-lang-ui
asd13006/dsh-multi-lang-ui
為 DeepSeek Harness Web UI 語言選單新增六種語言(繁體中文、日本語、한국어、Français、Deutsch、Español):各語言逐條精譯,缺字串自動兜底(繁中即時簡轉繁、其他語言回退英文),官方更新與第三方插件都能覆蓋。
dph-taskboard
1070296335-create/dph-taskboard
侧边栏会话化任务看板:拖拽会话到待办/进行中/评审中/已完成四列,新建会话可选模型与推理强度,回收站可恢复,支持备注与导出导入。
codegraph
johnxu22786/codegraph
Code knowledge graph for dsh: indexes symbols, call sites and imports into SQLite and answers call/dependency questions via CLI or stdio MCP tool server.
dsh-when
zhijiangtang/dsh-when
Parses natural-language relative time (e.g. "in 2 hours") into ISO timestamps, fail-fast.
dsh-url-tools
zhijiangtang/dsh-url-tools
URL parsing, tracking-parameter removal, encode/decode, and redirect expansion.
dsh-pkg-info
zhijiangtang/dsh-pkg-info
Queries npm/PyPI package metadata (version, license, dependencies).
dsh-password
zhijiangtang/dsh-password
Generates strong random passwords and diceware passphrases via crypto.
dsh-jwt
zhijiangtang/dsh-jwt
Decodes a JWT for debugging without verifying its signature, and flags expiry.
dsh-http
zhijiangtang/dsh-http
Structured HTTP request tool: returns status, duration, and size, with basic/bearer auth helpers.