Novel Writer
ReviewAudited by ClawScan on May 10, 2026.
Overview
This is mostly a coherent novel-writing skill, but it instructs hourly automatic writing and file updates without clear user opt-in, stopping rules, or containment.
Use this skill only if you want a local novel-writing assistant that reads and updates story files. Before installing or invoking it, decide whether you want any scheduled automation; if not, treat the hourly cron instruction as disabled and require confirmation before chapters are written, memory files are changed, or output is copied to the Desktop.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If followed literally, the agent could keep producing chapters and changing local files on a schedule, consuming resources and altering the project without the user reviewing each run.
The skill instructs hourly automatic execution that writes chapters, updates state files, and copies output to the Desktop, but it does not specify explicit user opt-in, review, stop conditions, or limits.
## 自动写作Cron 每1小时自动执行: ```bash 写1章 → 更新记忆 → 更新总纲 → 复制到桌面 ```
Require an explicit user request before enabling any schedule, define a stop condition, and ask for confirmation before each automatic write or Desktop copy.
Incorrect or unwanted content in the memory files could be carried into later chapters and summaries.
The skill relies on persistent project memory files that are read and updated across writing sessions, which is expected for continuity but means future outputs depend on the accuracy and safety of those files.
每次写新章节前**必须读取**以下文件: `故事总纲.md`, `人物关系.md`, `剧情线.md`, `设定.md` ... 新角色出场 | `人物关系.md` ... 关键情节 | `剧情线.md`
Keep these files in the dedicated novel workspace, review memory updates periodically, and avoid placing unrelated private information in the project files.
