返回目錄

dsh-mimir-academic-research

編輯精選維護狀態: 活躍

1692775560/dsh-mimir-academic-research

Mimir — 一站式科研工作臺外掛:LaTeX 論文邊寫邊編譯、arXiv 文獻管理、實驗追蹤、指標圖表、GPU 伺服器 SSH 任務編排,管理科研全週期。An open-source research workbench plugin for the whole research cycle.

前往 GitHub專案首頁
$ dsh plugin --profile web add dsh-mimir@latest

81

星數

6

Fork

TypeScript

語言

MIT

授權條款

2026-08-20

建立於

2026-08-26

最近推送

以 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`)

安裝步驟

  1. 01

    執行 `dsh plugin --profile web add dsh-mimir@latest`——安裝並自動啟動

    $ dsh plugin --profile web add dsh-mimir@latest

  2. 02

    執行 `dsh web`,然後開啟 http://127.0.0.1:3080

    $ dsh web

  3. 03

    點擊側邊欄底部的 **Mimir**

  4. 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 整合原生執行環境

透過官方 dsh CLI 以原生方式安裝:執行 `dsh plugin --profile web add dsh-mimir@latest` 安裝並自動啟動(self-activating `dsh.bundle`),再執行 `dsh web` 開啟 http://127.0.0.1:3080 的八視圖工作台

  • 八視圖網頁工作台

    側邊欄切換 → 浮層,明暗主題,中/ENOverview(流程與統計)· 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` 安裝,不要從目前工作目錄執行。
2026-08-202026-08-26作者未說明

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`。

08資料與來源

  • 作者聲明github.com6d865381be69…

    Mimir is a single npm package (`dsh-mimir`) that plugs into dsh and gives you:

  • 作者聲明github.com6d865381be69…

    dsh plugin --profile web add dsh-mimir@latest # installs and self-activates

  • 作者聲明github.com6d865381be69…

    self-activating `dsh.bundle`

  • 作者聲明github.com6d865381be69…

    Built on the [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) plugin platform

此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-08-27。發現錯誤?提交更正。

🏆

最佳 DeepSeek Harness 外掛

從全目錄挑出的 12 個值得優先安裝的外掛,涵蓋各個分類。

DSH Plugins 是獨立的 DeepSeek Harness 外掛市集,與 DeepSeek 官方無關,也不代表官方背書。第三方外掛未經安全稽核,安裝前請審查原始碼。

每週取得最新的 DeepSeek Harness 外掛,絕不濫發。