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
安装步骤
- 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
- 02
Build from source: `pnpm install` then `pnpm run build`
- 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 .
- 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
- 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 适配与能力边界
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 text→all 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` projectsApproval-gated single-file writes
model-generated edits to novel files during a DSH conversation→changes 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 approvalBring-your-own model configuration
OpenAI-compatible endpoints (OpenAI, DeepSeek, Ollama, NovelAI preset) or Gemini-native endpoints supplied by the user→chapter 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 creditsStructured review & revision loop (desktop app)
chapter drafts→structured 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.
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。
07相关的 DSH 工作流
archify
作者 tt-a1i
为编码智能体生成美观可验证的架构图、时序图与数据流图,输出自包含 HTML,支持动效与清晰导出。
openviking
作者 volcengine
为 AI 智能体打造的自进化上下文数据库,统一智能体记忆、知识 RAG 与技能。
nocobase
作者 nocobase
开源的 AI + 无代码应用搭建平台:AI 在久经生产验证的底层基础设施与所见即所得的无代码界面之上工作,帮你快速构建 CRM、ERP 等业务系统,兼顾速度与可靠性。
learn-harness-engineering
作者 walkinglabs
Harness 工程新手教程,从 0 到 1 系统学习智能体工作流框架。
08数据与来源
本仓库还在 插件目录 维护 `@ethanyoq/dsh-ai-novel-writer` `0.1.0` 开发预览。它把项目设置、人物设定、故事蓝图、章节蓝图和章节正文带入 DeepSeek Harness Web,并通过对话中的单文件审…
pnpm run build dsh plugin --profile web add . dsh --profile web
页面基于项目公开文档、仓库元数据和 DSH Plugins 的结构化解析生成;最后核验于 2026-08-21。发现错误?提交更正。
最佳 DeepSeek Harness 插件
从全目录挑出的 12 个值得优先安装的插件,覆盖各个分类。
