返回目录

ai-novel-writer

编辑精选维护状态: 活跃

ethanyoq/ai-novel-writer

AI 小说创作软件:把灵感、角色、世界观、大纲、章节写作、审稿和修稿组织成可控流程;提供 Windows/macOS 桌面版、Ollama 与 DSH 插件预览。

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

733

星标

91

Fork

TypeScript

语言

GPL-3.0

许可证

2026-06-20

创建于

2026-09-08

最近推送

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

02如何接入 DeepSeek 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 插件接入:克隆仓库,用 pnpm 构建 `plugins/dsh-ai-novel-writer` 目录,执行 `dsh plugin --profile web add .`(或打包成 tgz 后安装)注册插件,运行 `dsh --profile web` 后在小说工作台安装“AI 小说作家”Preset,并在新会话中选择该 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 开发预览,未进入桌面版正式 Release,也未发布到 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。发现错误?提交更正。

🏆

最佳 DeepSeek Harness 插件

从全目录挑出的 12 个值得优先安装的插件,覆盖各个分类。

DSH Plugins 是独立的 DeepSeek Harness 插件市场,与 DeepSeek 官方无关,也不代表官方背书。第三方插件未经安全审计,安装前请审查源码。

每周获取最新的 DeepSeek Harness 插件,绝不滥发。