MIT 授權、本機優先的 Markdown 筆記軟體;內建 dsh-flowix-memory 外掛透過 `dsh plugin add` 接入 DeepSeek Harness,經 flowix-cli MCP 伺服器向 Harness Agent 開放本機備忘錄與心智圖。
DSH 整合
相容
作者聲明
安全稽核
未稽核
最後核實
2026-08-21
授權條款
MIT
01它能幫你完成什麼?
Give DeepSeek Harness agents durable, note-based context so workflow automation tasks can continue without starting over
The `mcp__dsh-flowix-memory__flowix_memo` tool lets the agent search, read, create, and edit Flowix memos (including mind maps), with results saved back to the same Markdown notes
DeepSeek Harness users who want agents to reuse shared local note context across product work, development, and research
Keep product work, development, research, and personal knowledge in one notebook that multiple agents can pick up
Up-to-date Markdown notes — requirements, feedback, decisions, PRDs, sources, and conclusions — that coding and research agents can continue from
Teams and individuals running multi-agent workflows (Codex, Claude Code, OpenCode, Hermes, DSH) over shared local notes
02如何將外掛接入 DeepSeek Harness?
先決條件
- DeepSeek Harness with a Harness profile — `--profile <name>` is required (shipped profiles: `web`, `headless`)
- The `flowix` CLI on `PATH` (or `FLOWIX_CLI_PATH` set) with access to your notebook data (`~/.flowix`)
- A local checkout of the flowix repository — the dsh-flowix-memory plugin is not yet published to npm
安裝步驟
- 01
Clone the flowix repository to get the flowix-main checkout (`git clone https://github.com/text2future/flowix.git`)
$ git clone https://github.com/text2future/flowix.git
- 02
Run `dsh plugin --profile <name> add ./app/flowix-dsh-host/bundles/dsh-flowix-memory` to install dsh-flowix-memory into the chosen Harness profile
$ dsh plugin --profile <name> add ./app/flowix-dsh-host/bundles/dsh-flowix-memory
驗證整合成功
作者未說明
03DSH 整合程度與能力邊界
Installed into a DeepSeek Harness profile via `dsh plugin add`; the bundled dsh-flowix-memory plugin exposes local Flowix notes through the flowix-cli MCP server
Memo & mind-map tool for Harness agents
Harness agent calls via the `mcp__dsh-flowix-memory__flowix_memo` MCP tool→search, read, create, and edit Flowix memos, including mind-map artifacts
creates and edits memo files in the local Flowix notebook data (`~/.flowix`)Shared multi-agent notebook
Markdown notes in a registered local folder→the same notes and context served to Flowix's built-in agents plus Codex, Claude Code, OpenCode, Hermes, and other MCP or CLI tools
Local-first Markdown storage with selective agent access
notes, plans, and documents written in Markdown→plain Markdown files on your device that can be shared note-by-note, folder-by-folder, or as a whole notebook
agents only receive the context you choose, and only when you start a task
04適合誰?何時不該用?
適合
- DeepSeek Harness users who want agents to reuse shared local note context across product work, development, and research
- Teams and individuals running multi-agent workflows (Codex, Claude Code, OpenCode, Hermes, DSH) over shared local notes
不適合
- The dsh-flowix-memory plugin is not yet published to npm; it must be installed from a local checkout of the flowix repository.
- The plugin requires the `flowix` CLI on `PATH` (or `FLOWIX_CLI_PATH` set) with access to notebook data at `~/.flowix`; installation also requires a specific Harness profile (`web` or `headless`).
05相容性、維護與安全提醒
- The dsh-flowix-memory plugin is not yet published to npm; it must be installed from a local checkout of the flowix repository.
- The plugin requires the `flowix` CLI on `PATH` (or `FLOWIX_CLI_PATH` set) with access to notebook data at `~/.flowix`; installation also requires a specific Harness profile (`web` or `headless`).
- The desktop app supports macOS 14+ and Windows 10+; building from source requires Node.js 20+, Rust 1.75+ and Tauri v2.
MIT · actively maintained (latest release v1.2.1, 2026-08-19)
06常見問題
如何把 Flowix 接入 DeepSeek Harness?
在 flowix 儲存庫的本機检出目錄執行 `dsh plugin --profile <name> add ./app/flowix-dsh-host/bundles/dsh-flowix-memory`,將 dsh-flowix-memory 外掛安裝到指定的 Harness profile。`--profile` 為必填參數,官方提供的 profile 有 `web` 和 `headless`。
是原生整合還是 MCP?
屬於 MCP 整合:外掛透過隨附的 flowix-cli MCP 伺服器將 Harness Agent 連接到你的本機 Flowix 筆記,並提供 `mcp__dsh-flowix-memory__flowix_memo` 工具。
需要哪些前置需求?
需要 `flowix` CLI 在 `PATH` 中(或以 `FLOWIX_CLI_PATH` 指定)且能存取 `~/.flowix` 的筆記資料,一個可安裝外掛的 Harness profile,以及 flowix 儲存庫的本機檢出。
能從 npm 安裝這個外掛嗎?
暫時不行——README 明確說明外掛尚未發布到 npm,必須從 flowix-main 本機檢出目錄安裝。
我的筆記存在哪裡?Agent 能看到什麼?
筆記以純 Markdown 檔案儲存在你的裝置上。Agent 只能看到你選擇分享的內容——單則筆記、一個資料夾或整本筆記本——而且只在你啟動任務時才會傳送上下文。
07相關的 DSH 工作流程
openviking
作者 volcengine
為 AI 智慧體打造的自進化上下文資料庫,統一智慧體記憶、知識 RAG 與技能。
colleague-skill
作者 titanwings
將冰冷的離別化為溫暖的 Skill,歡迎加入數字生命1.0!Transforming cold farewells into warm skills? It's giving rebirth era. Welcome to Digital Life 1.0. 🫶
archify
作者 tt-a1i
為編碼智慧體生成美觀可驗證的架構圖、時序圖與資料流圖,輸出自包含 HTML,支援動效與清晰匯出。
learn-harness-engineering
作者 walkinglabs
Harness 工程新手教程,從 0 到 1 系統學習智慧體工作流框架。
08資料與來源
is a [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) plugin that connects any Harness agent to your…
dsh plugin --profile <name> add ./app/flowix-dsh-host/bundles/dsh-flowix-memory
此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-08-21。發現錯誤?提交更正。
