← 返回 Skills 市场
156554395

LSP Novel Writer

作者 156554395 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
126
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install lsp-novel-writer
功能描述
小说写作助手。触发词:写小说/创作小说/生成小说/帮我写个小说/小说大纲/网文创作。工作流:需求收集(类型/风格/字数)→ AI生成大纲(世界观/人物/剧情/章节规划)→ 用户确认 → 自动逐章生成 → 一章一个文件保存。支持玄幻、仙侠、都市、科幻、历史、武侠、网游、灵异、军事、竞技等主流网文类型,面向新手作者。
使用说明 (SKILL.md)

小说写作助手

触发条件

  • "写小说" / "创作小说" / "生成小说" / "帮我写个小说"
  • "小说大纲" / "小说生成器" / "网文创作"
  • 参数化:写小说,类型=玄幻,字数=10万,风格=热血

核心工作流

阶段一:需求收集(交互式问答)

必填(逐一询问,不要一次抛出):

  1. 小说类型:玄幻、仙侠、都市、科幻、历史、武侠、网游、灵异、军事、竞技
  2. 风格定位:热血爽文、轻松搞笑、深沉黑暗、悬疑烧脑、情感治愈
  3. 预计字数:5万 / 10万 / 20万 / 30万 / 自定义

选填:

  1. 核心创意/主题(如"废柴逆袭"、"系统流";未提供则 AI 自动选经典套路)
  2. 主角设定偏好(未提供则 AI 自动生成)

阶段二:大纲生成

AI 自动生成完整大纲,包含:

  1. 基础信息:标题、类型、风格、字数、章节数(ceil(字数 / 3000)
  2. 世界观设定:根据类型生成等级体系、势力划分、背景
  3. 人物设定:主角(含金手指/目标)+ 3-5 配角 + 反派
  4. 剧情结构:三幕式 — 开篇(10%) → 发展(70%) → 高潮结局(20%)
  5. 章节规划:每章标题 + ~100字核心剧情点

展示格式示例:

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📖 小说大纲
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

【基础信息】
标题:《九天剑神》
类型:玄幻 | 风格:热血爽文
预计字数:10万字 | 章节数:33章

【世界观设定】
...

【人物设定】
...

【剧情结构】
第一幕(1-5章):废柴崛起
第二幕(6-28章):成长之路
第三幕(29-33章):巅峰对决

【章节规划】
第1章:废柴少年 - ...
第2章:拜师学艺 - ...
...
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

阶段三:大纲确认

  • 询问用户确认 / 局部修改 / 重新生成
  • 大纲必须用户确认后才生成章节

阶段四:逐章生成

策略:

  • 逐章生成,参考前几章保持连贯
  • 每章 ~3000 字(±20%)
  • 遵循网文写作指南(见 references/writing-guide.md)

进度显示:

进度:[████████░░░░░░░░░░░] 3/33 章
正在生成:第3章《一鸣惊人》

保存规则:

  • 目录:./novels/小说标题/
  • 每章一个文件:001章.md002章.md、...
  • 格式:# 第N章 章节标题\ \ 正文...

完成后输出:

✅ 小说生成完成!
📁 保存位置:./novels/九天剑神/
📊 实际字数:102,456 字
📝 章节数:33 章

质量保证

大纲自检:

  • 世界观完整(等级体系/势力)
  • 人物有明确目标/动机
  • 剧情起承转合完整
  • 每章有核心剧情点

章节自检:

  • 字数达标
  • 章末有悬念钩子
  • 爽点节奏(3-5章一小爽,10章一大爽)
  • 人物性格一致,逻辑连贯

错误处理

问题 处理
输入模糊 提供示例选项引导
大纲不满意 支持重新生成或局部修改
生成中断 保存已生成内容,支持断点续传
字数 \x3C1万 提示建议至少5万字
字数 >50万 提示生成时间较长,建议分批

类型写作要点

详见 references/writing-guide.md,包含:

  • 黄金三章法则
  • 爽点节奏设置
  • 悬念与伏笔技巧
  • 各类型经典套路与核心要素
  • 写作禁忌
安全使用建议
This skill appears coherent and low-risk: it only generates text and saves chapters to ./novels/. Before using, confirm the working directory where files will be written (to avoid accidental overwrite), back up important files, and be aware the assistant will produce creative text you may want to review for copyright or quality before publishing. No credentials or network endpoints are requested by the skill.
功能分析
Type: OpenClaw Skill Name: lsp-novel-writer Version: 1.0.0 The skill bundle is a legitimate novel-writing assistant designed to generate outlines and chapters based on user input. It follows a structured workflow for creative writing and saves generated content to a local directory (`./novels/`). There are no indicators of data exfiltration, malicious command execution, or harmful prompt injection in SKILL.md or references/writing-guide.md.
能力评估
Purpose & Capability
Name/description (小说写作助手) match the runtime instructions: collect requirements, generate outlines, and produce chapter files. No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md stays within the stated purpose: interactive prompts, outline generation, per-chapter generation, and saving files. The only filesystem interaction is writing chapters to ./novels/ and supporting resume by saving generated content — appropriate for a writer tool. It does not instruct reading unrelated system files, environment variables, or contacting external endpoints.
Install Mechanism
No install spec and no bundled code — instruction-only skill. Scanner had no code to analyze. This minimizes disk installation risk.
Credentials
No required environment variables, credentials, or config paths. The requested capabilities (file save location and use of the included writing guide) are proportional to a writing assistant.
Persistence & Privilege
always:false and the skill does not request persistent system-wide privileges or modify other skills. Its only persistence is writing generated chapters to a local ./novels/ directory, which is expected behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lsp-novel-writer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lsp-novel-writer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: 网文小说写作助手,支持10种类型、交互式大纲生成、自动逐章创作。Converted from claude-code-skills.
元数据
Slug lsp-novel-writer
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

LSP Novel Writer 是什么?

小说写作助手。触发词:写小说/创作小说/生成小说/帮我写个小说/小说大纲/网文创作。工作流:需求收集(类型/风格/字数)→ AI生成大纲(世界观/人物/剧情/章节规划)→ 用户确认 → 自动逐章生成 → 一章一个文件保存。支持玄幻、仙侠、都市、科幻、历史、武侠、网游、灵异、军事、竞技等主流网文类型,面向新手作者。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 126 次。

如何安装 LSP Novel Writer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install lsp-novel-writer」即可一键安装,无需额外配置。

LSP Novel Writer 是免费的吗?

是的,LSP Novel Writer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

LSP Novel Writer 支持哪些平台?

LSP Novel Writer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 LSP Novel Writer?

由 156554395(@156554395)开发并维护,当前版本 v1.0.0。

💬 留言讨论