ディレクトリに戻る

ai-novel-writer

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

ethanyoq/ai-novel-writer

ローカルファーストの AI 小説創作ワークベンチ。キャラクター、プロット、章の設計図、校閲・修正、ローカルモデルに対応し、Windows/macOS デスクトップ版と DeepSeek Harness プラグイン開発プレビューを提供

インストール方法
$ git clone https://github.com/EthanYoQ/AI-Novel-Writer.git && cd AI-Novel-Writer/plugins/dsh-ai-novel-writer

421

スター

58

フォーク

TypeScript

言語

GPL-3.0

ライセンス

2026-06-20

作成日

2026-08-19

最終プッシュ

GPL-3.0 のローカルファースト小説執筆ワークベンチ。DeepSeek Harness Web プラグイン(開発プレビュー)を `dsh plugin --profile web add` でインストールし、承認ゲート付きで章を執筆。

DSH 統合

互換

作者による申告

安全性監査

未監査

最終検証日

2026-08-21

ライセンス

GPL-3.0

01どんなタスクに使えるのか?

  • Write novel chapters with AI inside DeepSeek Harness Web

    Project settings, character profiles, story blueprints, chapter blueprints and chapter text saved item by item through single-file approval cards in the conversation

    Web novel and long-form fiction authors who run DeepSeek Harness (dsh) Web and want AI-assisted chapter drafting with human approval gates

  • Run a traceable long-form creation pipeline from premise to final draft

    A structured pipeline of premise → characters → worldbuilding → chapter blueprints → drafts → review reports → revisions → final drafts, with chapter-level context assembly around the current blueprint

    Authors who want organized, reviewable novel assets instead of one giant chat history

02DeepSeek Harness への導入方法

前提条件

  • DeepSeek Harness (dsh) with the Web profile (`--profile web`) available
  • pnpm and a local clone of the repository — the plugin is not published to npm
  • The plugin is a 0.1.0 development preview, not yet part of the official desktop release

インストール手順

  1. 01

    Clone the repo and enter the plugin workspace: `git clone https://github.com/EthanYoQ/AI-Novel-Writer.git && cd AI-Novel-Writer/plugins/dsh-ai-novel-writer`

    $ git clone https://github.com/EthanYoQ/AI-Novel-Writer.git && cd AI-Novel-Writer/plugins/dsh-ai-novel-writer

  2. 02

    Build from source: `pnpm install` then `pnpm run build`

  3. 03

    Register the plugin: `dsh plugin --profile web add .` (or pack first with `pnpm pack --pack-destination ../../.runtime/.cache` and run `dsh plugin --profile web add ./.runtime/.cache/ethanyoq-dsh-ai-novel-writer-0.1.0.tgz` from the repo root)

    $ dsh plugin --profile web add .

  4. 04

    Start the Web UI with `dsh --profile web`, open the Novel Workbench (小说工作台) and install the “AI 小说作家” preset, then create a new session and select that preset

    $ dsh --profile web

  5. 05

    Do NOT use `dsh plugin add github:EthanYoQ/AI-Novel-Writer` — the repo root package is the desktop app, not an activatable DSH bundle

    $ dsh plugin add github:EthanYoQ/AI-Novel-Writer

導入成功の確認

作者は未記載

03DSH 統合と能力の範囲

DSH 統合互換

DeepSeek Harness Web plugin (@ethanyoq/dsh-ai-novel-writer 0.1.0 dev preview) installed via `dsh plugin --profile web add .` from source or a packed tgz, activated by installing the AI Novel Writer preset in the Novel Workbench

  • Novel workbench inside DeepSeek Harness Web

    project settings, character profiles, story blueprints, chapter blueprints, chapter textall novel assets managed in the DSH Web workbench under a dedicated Harness novel project format

    uses an independent Harness novel project format and does not read desktop-version `.vela` projects
  • Approval-gated single-file writes

    model-generated edits to novel files during a DSH conversationchanges written to disk and back-filled into the workbench only after the user clicks “允许一次” (allow once) on a Harness-native approval card

    writes files to disk after approval
  • Bring-your-own model configuration

    OpenAI-compatible endpoints (OpenAI, DeepSeek, Ollama, NovelAI preset) or Gemini-native endpoints supplied by the userchapter generation and review runs against the user's own local or cloud model endpoints

    cloud model requests send prompts and context to the chosen provider; the software does not provide or host model credits
  • Structured review & revision loop (desktop app)

    chapter draftsstructured review reports used as revision input, plus batch chapter tasks (1–10 chapters) with pause/cancel

04誰に向いているのか?使うべきでない場面は?

向いている用途

  • Web novel and long-form fiction authors who run DeepSeek Harness (dsh) Web and want AI-assisted chapter drafting with human approval gates
  • Authors who want organized, reviewable novel assets instead of one giant chat history

不向きな用途

  • The DSH plugin is a 0.1.0 development preview: it is not included in the official desktop release and is not published to npm, so it must be built from source or installed from a packed tgz.
  • The plugin uses a dedicated Harness novel project format and cannot read desktop-version `.vela` projects; also, `dsh plugin add github:EthanYoQ/AI-Novel-Writer` will not work because the repo root is the desktop app, not a DSH bundle.

05互換性・メンテナンス・セキュリティ上の注意

  • The DSH plugin is a 0.1.0 development preview: it is not included in the official desktop release and is not published to npm, so it must be built from source or installed from a packed tgz.
  • The plugin uses a dedicated Harness novel project format and cannot read desktop-version `.vela` projects; also, `dsh plugin add github:EthanYoQ/AI-Novel-Writer` will not work because the repo root is the desktop app, not a DSH bundle.
  • The app does not provide or host model credits: generation requires the user's own OpenAI-compatible / Gemini endpoints (or local Ollama), and only implemented protocols and presets are guaranteed to work — arbitrary third-party APIs cannot be wired up by URL and key alone.
2026-06-202026-08-19v0.8.4

GPL-3.0 · actively maintained (latest release v0.8.4, 2026-08-15)

06よくある質問

AI Novel Writer は DeepSeek Harness にどう接続しますか?

DSH Web プラグインとして接続します。リポジトリをクローンし、`plugins/dsh-ai-novel-writer` を pnpm でビルドして `dsh plugin --profile web add .`(または pack した tgz)で登録。`dsh --profile web` を起動後、ノベルワークベンチで「AI 小说作家」Preset をインストールし、新規セッションで選択します。

dsh で GitHub から直接インストールできますか?

できません。README は `dsh plugin add github:EthanYoQ/AI-Novel-Writer` を使わないよう明記しています。リポジトリ直下はデスクトップアプリであり、有効化可能な DSH bundle ではないためです。プラグインサブディレクトリまたは tgz をインストールしてください。

どのモデルに対応していますか?

OpenAI-compatible プロトコル(OpenAI、DeepSeek、Ollama、NovelAI プリセット)と Gemini ネイティブプロトコルに対応。API Key とモデル利用枠は自分で用意する必要があり、ソフトウェア自体はモデルの提供やホスティングを行いません。

小説データはどこへ送信されますか?

プロジェクトデータはローカル優先で、小説アセットはプロジェクトディレクトリとローカルストレージに保存されます。プロンプトは設定したモデルエンドポイントにのみ送信され、クラウドプロバイダを選ぶとコンテキストはその事業者に送られます。プラグインが生成した変更は、Harness ネイティブの単一ファイル承認カードで確認した後でのみディスクへ書き込まれます。

DSH プラグインはデスクトップ版のプロジェクトを読み込めますか?

読み込めません。プラグインは独立した Harness ノベルプロジェクト形式を使用し、デスクトップ版の `.vela` プロジェクトは読みません。また 0.1.0 の開発プレビューであり、デスクトップ版の正式リリースや npm には未掲載です。

08データと出典

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

    本仓库还在 插件目录 维护 `@ethanyoq/dsh-ai-novel-writer` `0.1.0` 开发预览。它把项目设置、人物设定、故事蓝图、章节蓝图和章节正文带入 DeepSeek Harness Web,并通过对话中的单文件审…

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

    pnpm run build dsh plugin --profile web add . dsh --profile web

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

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

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