Novel Chapter Review

PassAudited by VirusTotal on May 9, 2026.

Overview

Type: OpenClaw Skill Name: novel-chapter-review Version: 1.0.0 The skill bundle provides a comprehensive framework for auditing and editing web novels, focusing on quality metrics, 'cool point' density, and error detection (P0-P2). While SKILL.md suggests using high-privilege capabilities like 'execute_code' for batch Python-based text modifications, these actions are strictly aligned with the stated purpose of automated novel revision and show no signs of malicious intent, data exfiltration, or unauthorized system access.

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.

What this means

A mistaken script or overly broad replacement could alter many manuscript files at once.

Why it was flagged

This directs the agent to use raw code execution for batch edits and to avoid a patch-based workflow, without specifying safe paths, preview/diff review, backups, or rollback.

Skill content
批量操作:用 execute_code + Python 脚本,不要用 delegate_task+patch
Recommendation

Before allowing edits, require the agent to list exact files, show a diff or dry run, make a backup, and get explicit approval for the batch script.

What this means

An incorrect global replacement or continuity update could affect multiple chapters and future review context.

Why it was flagged

The revision flow can propagate one change across the full manuscript and into a memory file, which is purpose-aligned but increases the impact of mistakes.

Skill content
grep全定位→批量替换→同步记忆文件→验证
Recommendation

Use constrained search patterns, review proposed replacements, and verify memory-file updates separately.

What this means

Project details or incorrect continuity facts could persist and influence later writing tasks.

Why it was flagged

The skill expects persistent project memory to be updated during edits, but does not define where that memory lives, what it stores, or retention boundaries.

Skill content
同步记忆文件
Recommendation

Keep any memory file project-local, review changes to it, and avoid storing unrelated private content.

What this means

Manuscript text may be processed under additional skill instructions that were not part of this artifact review.

Why it was flagged

The skill references additional skills for batch polishing, but the registry metadata and install information do not declare these dependencies.

Skill content
P2 优化:批量调用 writing-polish + humanizer-zh
Recommendation

Review and trust the referenced polishing/humanizer skills before allowing batch use.