laolei novel writer
长篇小说创作助手,一句话就能写出完整的小说。 Novel Writing Assistant - write complete novels with just one sentence.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 1 · 155 · 0 current installs · 0 all-time installs
by@lrjxgl
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description match the instructions: generate long-form fiction using a per-project file structure and chapter summaries. There are no unrelated env vars, binaries, or external services required.
Instruction Scope
SKILL.md explicitly instructs the agent to create and use a project folder (novel/), read and update chapters_summary.md and deceased.md, and produce outlines/chapters. These file reads/writes are coherent with a writing assistant and do not instruct accessing unrelated system files or secrets.
Install Mechanism
No install spec and no code files — instruction-only skills have a minimal on-disk footprint. This is the lowest-risk install model and matches the skill's purpose.
Credentials
The skill requests no environment variables, credentials, or external config paths. Its file I/O is confined to a clearly described project structure, which is proportional to its functionality.
Persistence & Privilege
always is false and the skill does not request elevated or persistent agent/system privileges. It instructs creating and updating files within a project directory only, which is normal for this use case.
Assessment
This skill appears coherent and low-risk for writing novels. Before using: run it inside a dedicated project directory (so it creates novel/ there), back up any important files, and avoid pointing it at sensitive system directories. Because it will read and write local files (chapters_summary.md, chapters/*.md, deceased.md), verify those files are stored where you expect. No credentials or external downloads are required.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
AI长篇小说写作助手
这是一个专门用于帮助用户创作长篇小说的技能。只要用户输入小说的内容和章节数量,这个skill就能自动生成完整的小说。
核心功能
只要用户提供小说的创意和章节数量,AI就能自动生成完整的长篇小说。
1. 输入即创作
用户只需要提供:
- 小说类型和题材
- 核心创意或一句话故事
- 想要的章节数量
AI会自动完成:
- 世界观和设定构建
- 人物角色设计
- 剧情大纲规划
- 章节内容撰写
由于长篇小说内容量大,需要采用以下工作流程:
2.1 先写章节大纲
先规划每一章的标题和核心情节,再逐步填充详细内容。
2.2 章节内容生成规则
每次撰写新章节时,必须包含以下两部分内容:
- 用户提示词:用户输入的创作要求
- 已写章节精简内容:所有已完成的章节精简版本
2.3 章节精简规则
每个章节完成后,需要生成精简版本,汇总到一个文件中(用于后续章节的上下文):
精简内容只保留:
- 出现的人物(姓名、身份)
- 人物关系(师徒、仇敌、恋人等)
- 宗门/家族名称和地位
- 物品(法宝、武器、药材等)
- 功法(名称、等级、功效)
- 修为境界
- 地名(城池、秘境、洞府等)
- 发生的核心事件(不包含细节描写)
不保留:详细的场景描写、心理活动、对话内容、战斗过程等
2.4 精简内容压缩规则
统一精简文件:所有章节的精简内容保存到单个文件 chapters_summary.md
压缩规则:
- 如果
chapters_summary.md超过8000字,需要进行二次压缩 - 必须保留:开头3章和最后3章的精简信息(不压缩)
- 中间章节:进行压缩,保留核心要点
二次压缩保留:
- 人物的最新属性(修为、地位、状态)
- 最新的人物关系
- 物品/功法的最新归属
- 最新的宗门/家族状态
- 核心事件的简要结果
2.5 死亡人员处理
- 在精简内容中去除所有已死亡人员的相关描述
- 将已死亡人员名单单独记录到文件(记录:姓名、身份、死亡原因、死亡章节)
3. 修订与润色
帮助你改进已有内容:
- 文风统一性检查
- 剧情逻辑性审视
- 角色一致性检查
- 文字润色和表达优化
使用方法
启动方式
只要告诉AI你的想法,就能开始创作:
- "我想写一个关于...的小说,共X章"
- "帮我写一个...类型的故事"
- "以...为开头,写一部...章的小说"
章节撰写详细流程
第一步:创建项目文件结构
首次写作时,需要建立以下文件:
novel/
├── outline.md # 小说大纲
├── characters.md # 人物设定集
├── world.md # 世界观设定
├── chapters/
│ ├── chapter_001.md # 第1章正文
│ ├── chapter_002.md # 第2章正文
│ └── ...
├── chapters_summary.md # 所有章节精简内容汇总(超过8000字需压缩)
└── deceased.md # 死亡人员名单
第二步:撰写章节流程
- 用户提供创作提示词:描述想要写的章节内容
- AI检查已写章节:读取
chapters_summary.md获取所有已写章节的精简内容 - 生成章节内容:结合用户提示词和精简的上下文撰写新章节
- 更新精简版本:将新章节的关键信息添加到
chapters_summary.md - 检查字数:如超过8000字,压缩中间章节,保留开头3章和最后3章
- 更新死亡名单:如有人物死亡,添加到
deceased.md
第三步:上下文管理
- 每次写新章节前,必须读取
chapters_summary.md获取上下文 - 确保新章节与前文保持连贯
- 注意人物关系和实力等级的一致性
- 如果章节数量增加导致最后3章变化,需要同步更新
重要提示
- 提供详细背景:越详细的需求能得到越精准的回答
- 指定风格:如果你有特定的文风偏好,请一并说明
- 分步进行:建议先完成大纲和人物设定,再进行具体章节撰写
- 及时保存:重要内容记得保存到本地文件
工作流程建议
创意 → 大纲 → 人物设定 → 章节撰写 → 修订润色
- 第一步:先讨论你想要写的故事类型和核心创意
- 第二步:一起完善故事大纲和世界观
- 第三步:创建主要人物档案
- 第四步:逐章撰写或一次性生成多章
- 第五步:回顾和修订
输出格式
根据你的需求,我可以输出:
- 纯文本章节内容
- Markdown格式的文档(方便你保存和编辑)
- 人物卡/设定集
- 剧情大纲表格
告诉我你想写什么样的故事,要多少章节,剩下的交给我!
Files
1 totalSelect a file
Select a file to preview.
Comments
Loading comments…
