MIT 开源的科研全周期助手,通过官方 dsh CLI 原生安装到 DeepSeek Harness——八视图工作台覆盖 LaTeX 写作、arXiv/网页文献、实验、配图、组会、GPU 服务器与进展台账,自带 9 个科研技能。
DSH 适配
原生运行时
作者声明
安全审计
未审计
最后核验
2026-08-27
许可证
MIT
01它能帮你完成什么?
在 DeepSeek Harness 里完成 LaTeX 论文写作与编译
Overleaf 风格的 LaTeX 工作室:编辑 → 编译 → PDF 预览,一键 AI 修复;配图可上传 / 整理 / 插入论文
用 LaTeX 写论文、希望在 dsh 内获得 AI 辅助写作、编译与预览的研究者
跨 arXiv 与网页检索管理文献
arXiv + 网页搜索(AI 相关度评分)、全屏 PDF 阅读器、按项目组织的文献库
需要管理参考文献、相关工作与引用审计的研究者
把实验、组会与进展变成交付物
指标图 → 一键论文配图;真实论文配图一键生成组会 PPT;GPU 集群探活 + 远程任务;成长记录时间线 + 一键进展报告
需要追踪实验、产出组会 PPT 与进展报告的课题组与科研团队
02如何接入 DeepSeek Harness?
前置条件
- Node.js ≥ 22(README 前置要求)
- 官方 dsh CLI:`npm install -g @deepseek-ai/dsh`
- 用于 agent 会话的 `DEEPSEEK_API_KEY`
- 可选:论文编译用的 LaTeX 引擎(`brew install tectonic`)、网页搜索用的 SearXNG 服务(`bash scripts/setup-web-search.sh`)、Zotero API 密钥(`zotero.apiKey` / `zotero.userId`)
安装步骤
- 01
运行 `dsh plugin --profile web add dsh-mimir@latest`——安装并自动激活
$ dsh plugin --profile web add dsh-mimir@latest
- 02
运行 `dsh web`,然后打开 http://127.0.0.1:3080
$ dsh web
- 03
点击侧边栏底部的 **Mimir**
- 04
如果装到的是旧版本(如 0.11.x/0.12.x),改用精确版本:`dsh plugin --profile web remove dsh-mimir && dsh plugin --profile web add dsh-mimir@0.14.1`
$ dsh plugin --profile web remove dsh-mimir && dsh plugin --profile web add dsh-mimir@0.14.1
验证接入成功
作者未说明
03DSH 适配与能力边界
通过官方 dsh CLI 原生安装:`dsh plugin --profile web add dsh-mimir@latest` 安装并自动激活(self-activating `dsh.bundle`),再运行 `dsh web` 打开 http://127.0.0.1:3080 的八视图工作台
八视图网页工作台
侧边栏切换 → 浮层,明暗主题,中/EN→Overview(流程与统计)· Paper(LaTeX 工作室)· Library · Experiments · Figures · Meetings · Servers · Ledger
Agent 工具与斜杠命令
在 dsh 会话中的自然语言指令→`/research-idea` `/research-plan` `/research-review` `/paper-write` `/paper-compile`,以及 `arxiv_search`、`web_search`、`wiki_note`、`figure_save`、`latex_compile`、`meeting_deck` 等工具
9 个随包自带的科研技能
无需配置——技能随包发布→文献综述、新颖性检查、实验规划、引用审计、rebuttal 等工作流——无需设置
`skills.enabled` 默认 `true`,技能会自动注册LaTeX 论文工作室与一键 AI 修复
Paper 视图中的 LaTeX 源码→编辑 → 编译 → PDF 预览,一键 AI 修复
需要 LaTeX 引擎(`latex.engine` 默认自动探测 `latexmk` / `tectonic`,或指定绝对二进制路径)arXiv 与网页文献库
arXiv + 网页搜索查询→AI 相关度评分、全屏 PDF 阅读器、按项目组织的文献库
04适合谁?何时不该用?
适合
- 用 LaTeX 写论文、希望在 dsh 内获得 AI 辅助写作、编译与预览的研究者
- 需要管理参考文献、相关工作与引用审计的研究者
- 需要追踪实验、产出组会 PPT 与进展报告的课题组与科研团队
05兼容性、维护与安全提示
- 需要 Node.js ≥ 22 与官方 dsh CLI;插件在 dsh 的插件商店里运行,因此只能在 dsh 本身可运行的环境中使用。
- 论文编译需要 LaTeX 引擎——推荐 `brew install tectonic`,或用 `latex.engine` 指向绝对路径;首次 tectonic 编译会下载软件包,超时可调高 `latex.timeoutMs`。
- 在代理后面时 arXiv 检索可能失败——启动 dsh 前先导出 `HTTPS_PROXY`;网页搜索需要 SearXNG 服务(`bash scripts/setup-web-search.sh` 或 `sxng init`),配置后需重启 dsh。
- dsh 的插件商店使用 pnpm,默认会延迟拉取刚发布的新版本——装到旧版本时改用精确版本(如 `dsh-mimir@0.14.1`)。
- dsh 从 profile 目录解析插件名——请用 `dsh plugin --profile web add dsh-mimir@latest` 安装,不要在当前工作目录执行。
MIT · 活跃维护中(最近推送 2026-08-26)
06常见问题
怎么把 Mimir 装进 DeepSeek Harness?
运行 `dsh plugin --profile web add dsh-mimir@latest`(安装并自动激活),再运行 `dsh web` 打开 http://127.0.0.1:3080,点击侧边栏底部的 **Mimir** 即可。前置要求:Node.js ≥ 22、官方 dsh CLI 和用于 agent 会话的 `DEEPSEEK_API_KEY`。
Mimir 与 DSH 是怎么集成的?
Mimir 是单个 npm 包(`dsh-mimir`),作为原生插件包(`self-activating dsh.bundle`)插到 dsh 里,构建于 DeepSeek Harness 插件平台之上。agent 会话可获得斜杠命令(`/research-idea`、`/paper-write` 等)与工具(`arxiv_search`、`latex_compile`、`meeting_deck` 等)。
论文编译和网页搜索需要装什么?
论文编译需要 LaTeX 引擎——`brew install tectonic` 最省事,或用 `latex.engine` 指定二进制路径。网页搜索随包自带 sxng CLI:运行 `bash scripts/setup-web-search.sh` 起本地 SearXNG,或 `sxng init` 指向自己的实例,然后重启 dsh。
我的科研文件存在哪里?
wiki 持久化在 `~/.dsh/storages/research_wiki.json`,产物落在 `./.research`(可用 `workspaceDir` 修改);定时快照由 `backup.enabled` / `intervalMinutes` / `keep` 控制。
装到的是旧版本怎么办?
dsh 的插件商店默认用 pnpm,会延迟拉取刚发布的新版本。改用精确版本:`dsh plugin --profile web remove dsh-mimir && dsh plugin --profile web add dsh-mimir@0.14.1`。
07相关的 DSH 工作流
dsh-web
作者 zhu1090093659
DeepSeek Harness(DSH)Web 插件聚合生态包 · 一切皆插件,创意工坊分发
petdex
作者 crafter-station
面向 Codex、Claude Code、DeepSeek Harness 等智能体的动效宠物公共图库。
j-space-cognition-suite-v3.7
作者 tiger3807861189
J-Space Cognition Suite V3.7 - AI cognitive-enhancement Skills based on Anthropic's J-space global workspace research. | 哔哩哔哩:Tiger380 (UID 3494375382321675) — https://space.bilibili.com/3494375382321675
dsh-deep-whale
作者 small-tailqwq
Whale Girl skin series for DeepSeek Harness. 适用于 DeepSeek Harness 的,鲸鱼娘系列皮肤。
08数据与来源
Mimir is a single npm package (`dsh-mimir`) that plugs into dsh and gives you:
dsh plugin --profile web add dsh-mimir@latest # installs and self-activates
self-activating `dsh.bundle`
Built on the [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) plugin platform
页面基于项目公开文档、仓库元数据和 DSH Plugins 的结构化解析生成;最后核验于 2026-08-27。发现错误?提交更正。
最佳 DeepSeek Harness 插件
从全目录挑出的 12 个值得优先安装的插件,覆盖各个分类。
