← Back to Skills Marketplace
97
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install novel-creator
Description
为中文长篇小说、连载网文、章节样稿、已有草稿续写提供一套完整且内聚的创作流程:分流新建/续写/救稿任务,维护 plan/ 与 memory/ 记忆系统,在写正文前先学习指定题材的文风笔触,再按节奏持续产出章节,并在同一技能内完成文风校准、题材适配、连载维护与必要的创作研究。适用于用户要求写小说、开书、搭大纲、出样...
Usage Guidance
This skill appears to do exactly what it says: it reads local examples and reference texts, creates/upates plan/, memory/, output/, and manifest.json, and includes two simple scripts (init and wordcount). Before running: 1) Be aware the init script will create files in the current directory and, when used with --clean, will back up then delete old plan/memory/output/manifest — so run it in the intended folder and inspect the script first. 2) The skill does not request network access or credentials, but it will read any files placed under the workspace (so avoid putting secrets in that folder). 3) There is a small manifest inconsistency: README/SKILL.md mention a PowerShell init script that isn’t present; you may want to inspect the shipped Bash script (scripts/init-novel.sh) to ensure it matches your expectations. If you want extra assurance, open the two scripts (init-novel.sh and check_chapter_wordcount.py) and the templates in assets/init before invoking the skill.
Capability Analysis
Type: OpenClaw Skill
Name: novel-creator
Version: 3.0.1
The novel-creator skill bundle is a comprehensive toolset for AI-assisted creative writing, featuring structured workflows for novel planning and generation. The included scripts, such as 'init-novel.sh' for workspace setup and 'check_chapter_wordcount.py' for text analysis, are standard local utilities that perform file operations consistent with the stated purpose. No evidence of data exfiltration, malicious network activity, obfuscation, or prompt injection attacks was found in the code or the extensive literary reference templates.
Capability Assessment
Purpose & Capability
The name/description (novel creation, planning, style preheat, sustaining a serial) match the included assets, references, and scripts. The two scripts (init and wordcount) and many reference/example texts are appropriate for the stated purpose. Minor inconsistency: SKILL.md and README mention a PowerShell init script (scripts/init-novel.ps1) but the manifest only contains scripts/init-novel.sh; this is likely an omission rather than malicious, but worth noting.
Instruction Scope
SKILL.md explicitly instructs reading local examples/references and creating/updating plan/, memory/, output/, manifest.json, and running the init/wordcount scripts. All file reads/writes stay within the workspace and are consistent with the described functionality. There are no instructions to read unrelated system configuration, shell history, or to send data externally. The workflow does include an option to --clean (which will remove plan/memory/output/manifest after backing them up) — users should confirm before invoking clean.
Install Mechanism
No install spec and no external downloads — this is an instruction-first skill with bundled scripts and templates. That is low risk. The included Bash init script and Python wordcount script operate on the local filesystem; there are no remote URLs, extract steps, or package installs.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The SKILL.md and code read/write only local files under the working directory (plan/, memory/, output/, backup/). There are no hidden environment accesses or secret usages.
Persistence & Privilege
always is false. The skill will create and update files under the current working directory as part of its normal operation (expected for a project/workspace tool). Autonomous invocation (disable-model-invocation: false) is the platform default; combined with the skill's local-file behavior this is reasonable. The only elevated filesystem action to note is the optional --clean flow which deletes workspace directories (but the script performs a backup step first).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install novel-creator - After installation, invoke the skill by name or use
/novel-creator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.0.1
novel-creator 3.0.0 重大更新:聚焦中文长篇小说、连载网文高质量创作流程,全面重构技能逻辑与工作机制。
- 引入“文风预热”核心阶段:写正文前自动提炼并应用指定题材文风,保障长线连载风格一致。
- 明确划分四大工作模式(新建、续写、救稿、样章),支持从一句想法到系统续写的全流程。
- 增强 plan/ 与 memory/ 记忆系统,确保伏笔、物品、角色等跨章节设定可靠不穿帮。
- 重构文件结构与更新机制,支持高效初始化、多档精度、合理性复盘与历史追溯。
- 默认按章节进行题材语感强化、去机械化润色,并支持按需触发风格提升与平台趋势研究。
- 优化项目检测、任务分流与失败回退策略,显著提升灵
v3.0.0
novel-creator 3.0.0 introduces a fully integrated, process-oriented workflow for Chinese novel creation, with focused improvements on style adaptation and project management.
- Adds mandatory 文风预热 (style learning) phase before writing, consistently building and updating `plan/style_guide.md`.
- Clearly divides work modes: 新建/续写/救稿/样章, each with precise, non-redundant process steps.
- Refines project structure with better separation between `plan/` and `memory/`, and granular updating only of files truly changed per chapter.
- Stronger controls to avoid AI-generated artifacts: style calibration and "去 AI" processing are now tightly coupled to chapter output.
- Initialization scripts improved to work directly from template assets and ensure robust workplace creation across OS.
- Fail-safes and fallback strategies are clarified, enabling smoother rescue, branch, or restart of messy projects.
- Market/platform research is only included when explicitly requested, streamlining default processes.
Metadata
Frequently Asked Questions
What is novel creator?
为中文长篇小说、连载网文、章节样稿、已有草稿续写提供一套完整且内聚的创作流程:分流新建/续写/救稿任务,维护 plan/ 与 memory/ 记忆系统,在写正文前先学习指定题材的文风笔触,再按节奏持续产出章节,并在同一技能内完成文风校准、题材适配、连载维护与必要的创作研究。适用于用户要求写小说、开书、搭大纲、出样... It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.
How do I install novel creator?
Run "/install novel-creator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is novel creator free?
Yes, novel creator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does novel creator support?
novel creator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created novel creator?
It is built and maintained by km1001 (@km1001); the current version is v3.0.1.
More Skills