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 工作流
archify
作者 tt-a1i
为编码智能体生成美观可验证的架构图、时序图与数据流图,输出自包含 HTML,支持动效与清晰导出。
openviking
作者 volcengine
为 AI 智能体打造的自进化上下文数据库,统一智能体记忆、知识 RAG 与技能。
nocobase
作者 nocobase
开源的 AI + 无代码应用搭建平台:AI 在久经生产验证的底层基础设施与所见即所得的无代码界面之上工作,帮你快速构建 CRM、ERP 等业务系统,兼顾速度与可靠性。
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。发现错误?提交更正。
最佳 DeepSeek Harness 插件
从全目录挑出的 12 个值得优先安装的插件,覆盖各个分类。
