ディレクトリに戻る

flowix

キュレーション掲載メンテナンス: 活発

text2future/flowix

あなたにはノートを、エージェントにはメモリを提供するツール

インストール方法
$ git clone https://github.com/text2future/flowix.git

331

スター

42

フォーク

TypeScript

言語

MIT

ライセンス

2026-05-25

作成日

2026-08-19

最終プッシュ

MIT ライセンスのローカルファースト Markdown ノート。同梱の dsh-flowix-memory プラグインを `dsh plugin add` で DeepSeek Harness に導入し、flowix-cli MCP サーバー経由でローカルのメモとマインドマップをエージェントに公開する。

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

02DeepSeek 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

インストール手順

  1. 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

  2. 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 統合と能力の範囲

DSH 統合互換

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 toolsearch, 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 folderthe 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 Markdownplain 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.
2026-05-252026-08-19v1.2.1

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` は必須で、同梱プロファイルは `web` と `headless` です。

ネイティブ統合ですか、それとも MCP ですか?

MCP 統合です。プラグインは同梱の flowix-cli MCP サーバーを通じて Harness エージェントをローカルの Flowix ノートに接続し、`mcp__dsh-flowix-memory__flowix_memo` ツールを公開します。

必要な前提条件は何ですか?

`flowix` CLI が `PATH` にあること(または `FLOWIX_CLI_PATH` を設定)、`~/.flowix` のノートデータにアクセスできること、インストール先の Harness プロファイル、そして flowix リポジトリのローカルチェックアウトが必要です。

このプラグインは npm からインストールできますか?

まだできません。README に「npm 未公開」と明記されており、flowix-main のローカルチェックアウトからインストールする必要があります。

ノートはどこに保存され、エージェントは何を見られますか?

ノートは端末内にプレーンな Markdown ファイルとして保存されます。エージェントが見られるのは、あなたが共有を選んだ範囲(単一のノート、フォルダ、ノートブック全体)だけで、タスクを開始したときのみコンテキストが送信されます。

08データと出典

  • 作者による申告github.com29fc3660cfc8…

    is a [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) plugin that connects any Harness agent to your…

  • 作者による申告github.com29fc3660cfc8…

    dsh plugin --profile <name> add ./app/flowix-dsh-host/bundles/dsh-flowix-memory

このページは、プロジェクトの公開ドキュメント、リポジトリのメタデータ、および DSH Plugins の構造化解析に基づいて生成されています。最終検証日:2026-08-21。誤りを見つけた場合は、修正を送信してください。

DSH Plugins は DeepSeek Harness プラグインの独立したコミュニティ ディレクトリです。DeepSeek との提携・公認はありません。サードパーティ製プラグインはセキュリティ監査を受けていません。インストール前にソースコードをご確認ください。

DeepSeek Harnessの新着プラグインを毎週お届け。スパムはありません。