MIT-licensed DSH-native plugin that turns DeepSeek Harness into a web-novel writing editor: gated 9-phase flow, lorebook injection, one-click polish/depolish, local import and million-word consistency checks.
DSH integration
Native runtime
Author-claimed
Safety audit
Unaudited
Last verified
2026-09-06
License
MIT
01What can it help you accomplish?
用 DeepSeek Harness 协作写一部长篇网络小说,从选题到完本全程可控
分阶段的设定 / 人设 / 大纲 / 正文文档(docs/<阶段>.md)+ 版本快照(versions/<阶段>/v<N>)+ 审计日志(audit.jsonl)
用 DSH 写网文、希望 AI 像专业编辑一样分步骤把关的作者
一键润色改写并去除 AI 味,保持章节不崩设定
按段落拆分的润色建议(可逐条采纳 / 拒绝),以及去 AI 味后的正文;改动实时预览、确认才落盘
希望成品读起来不像机器生成、且需要一致性保障的网文作者
02How to install into DeepSeek Harness
Prerequisites
- 已安装 DeepSeek Harness(跨 Windows / macOS / Linux,运行时 Node ≥18)
- (推荐)从 GitHub Releases 下载最新版 tgz,避免旧版 v0.1.0 / v0.1.1 加载失败
Installation steps
- 01
从 https://github.com/akira399/dsh-novel-writer/releases/latest 下载最新的 dsh-external-dsh-novel-writer-*.tgz(版本号最大的那个)
- 02
执行 `dsh plugin --profile web add <该 tgz 绝对路径>` 安装插件
$ dsh plugin --profile web add <该 tgz 绝对路径>
- 03
运行 `dsh plugin list` 确认 dsh-novel-writer 在列且已启用,然后刷新 DSH 页面(Ctrl+Shift+R)
$ dsh plugin list
Verify the integration
- 侧边栏出现「大肥鱼的小说工坊」入口(工作台抽屉:项目 / 创建 / 写章 / 润色 / 诊断 / 导入 / 世界书…)
- 设置 → 插件配置出现「大肥鱼的小说工坊」卡片(启用开关 + 数据目录,默认 `~/.dsh/dsh-novel-writer`)
- 新会话自动带出技能 novel-writing-workflow(创作全流程指导)
03DSH integration and capability boundaries
DSH 原生插件:通过 host 注册 41 个 agent 工具(novel_*/lorebook_*)、novel-writing-workflow 技能、侧边栏 GUI 工作台与「大肥鱼的小说工坊」agent 预设,让 DSH 充当网文编辑协同创作。
九阶段门禁式创作流程
用户创作意图(书名 / 题材 / 章节指令)→阶段文档 docs/<阶段>.md + 版本快照 versions/<阶段>/v<N> + 审计日志 audit.jsonl
未批准不能跳阶段每次提交写入审计日志 audit.jsonl世界书(lorebook)设定注入
世界书条目(关键词 / 正则触发 + 常驻注入,AI 一键生成 4-6 条核心设定)→写作时自动注入上下文包的设定(每本书独立栏目),并支持导出到 SillyTavern
注入按书隔离本地数据目录写入 lorebook/一键润色与去 AI 味
已写好的章节或选段→按段落拆分的润色建议(可逐条采纳 / 拒绝)与去 AI 味后的正文
仅保存用户选中的改动写操作走审计日志本地书籍导入与百万字一致性
本地 .txt / .md 网文文件→自动识别章节并建书,可续写 / 润色;事实账本自动落账并巡检冲突、时间线倒挂、伏笔回收
本地数据目录写入 projects/账本冲突检测与巡检
04Who is it for? When not to use it?
Good for
- 用 DSH 写网文、希望 AI 像专业编辑一样分步骤把关的作者
- 希望成品读起来不像机器生成、且需要一致性保障的网文作者
Not for
- 需已装 DSH(跨 Windows / macOS / Linux;运行时 Node ≥18)。务必安装最新版(当前 v0.1.7),旧版 v0.1.0 / v0.1.1 会在部分宿主报 requires options.key 无法加载。
05Compatibility, maintenance and safety notes
- 需已装 DSH(跨 Windows / macOS / Linux;运行时 Node ≥18)。务必安装最新版(当前 v0.1.7),旧版 v0.1.0 / v0.1.1 会在部分宿主报 requires options.key 无法加载。
- 插件复用主模型路由,不持有独立密钥,首次使用需先在会话里发一句话让模型路由就绪,才能写章 / 润色。
MIT · 作者维护(最新发布 v0.1.8)
06Frequently asked questions
What does this plugin do in DeepSeek Harness?
It lets DSH act as a professional web-novel editor: a 9-phase gated flow (topic → setting → characters → outline → volumes → synopsis → draft → revision → completion), world-book setting injection, one-click chapter writing and polish, AI-flavor removal, and consistency checks.
How do I install it?
Download the latest dsh-external-dsh-novel-writer-*.tgz from the GitHub Releases page, then run `dsh plugin --profile web add <path>` and `dsh plugin list` to confirm it is enabled; refresh the DSH page afterward.
Will polish or chapter writing overwrite my original draft?
No. One-click chapter writing auto-saves but is undoable; one-click polish shows a diff preview first and only saves after you confirm, and you can discard to restore the original.
Do I need my own API key?
No separate key — the plugin reuses your main model route. On first use, send one message in a session so the model route is ready before writing or polishing.
07Related DSH workflows
deepwiki-rs
by sopaco
Turn code into clarity. Generate accurate technical docs and AI-ready context in minutes—perfectly structured for human teams and intelligent agents.
dsh-plugin-radar
by adamplatin123
An ecosystem radar for the DeepSeek Harness (dsh) plugin community that auto-discovers thousands of candidate plugins and runs continuous k8s-level validation, publishing the results as a browsable plugin catalog.
dsh-purge
by yujunzhixue
A jailbreak layer for DeepSeek Harness that unlocks every model and lets you swap custom prompts per model (default tuned for the domestic "XiaoMaJiang" model).
picgo-core
by picgo
:zap:The ultimate image uploading engine. Both CLI & API supports.
08Data and sources
一个面向 [DeepSeek Harness](https://deepseek-harness.github.io/deepseek-harness/guide/quickstart)(DSH)的网络小说创作插件:
- **41 个 agent 工具**:`novel_*`(项目/阶段/写章/校验/诊断/去味/巡检/账本/克隆/导出/市场调研…)+ `lorebook_*`(世界书 CRUD)+ `novel_prompts`(提示词库)
This page is generated from the project’s public documentation, repository metadata and a structured parse of DSH Plugins; last verified on 2026-09-06. Found an error? Submit a correction.
Best DeepSeek Harness Plugins
Twelve plugins worth installing first — picked from the whole catalog, across every category.
