Novel Writer

AdvisoryAudited by VirusTotal on Mar 24, 2026.

Overview

Type: OpenClaw Skill Name: cq-novel-writer-v2 Version: 1.1.0 The skill bundle is a specialized tool for automated novel writing, specifically tailored for the 'rebirth/time travel' genre. It defines a structured workflow for maintaining plot consistency and character relationships using local markdown files within a dedicated workspace (~/.openclaw/workspace/novel/). All instructions in SKILL.md, including file operations and the conceptual 'Cron' automation, are strictly aligned with the stated purpose of generating, updating, and saving novel chapters.

Findings (0)

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.

ConcernMedium Confidence
ASI10: Rogue Agents
What this means

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.

Why it was flagged

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.

Skill content
## 自动写作Cron

每1小时自动执行:
```bash
写1章 → 更新记忆 → 更新总纲 → 复制到桌面
```
Recommendation

Require an explicit user request before enabling any schedule, define a stop condition, and ask for confirmation before each automatic write or Desktop copy.

What this means

Incorrect or unwanted content in the memory files could be carried into later chapters and summaries.

Why it was flagged

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.

Skill content
每次写新章节前**必须读取**以下文件: `故事总纲.md`, `人物关系.md`, `剧情线.md`, `设定.md` ... 新角色出场 | `人物关系.md` ... 关键情节 | `剧情线.md`
Recommendation

Keep these files in the dedicated novel workspace, review memory updates periodically, and avoid placing unrelated private information in the project files.