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.
A mistaken script or overly broad replacement could alter many manuscript files at once.
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.
批量操作:用 execute_code + Python 脚本,不要用 delegate_task+patch
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.
An incorrect global replacement or continuity update could affect multiple chapters and future review context.
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.
grep全定位→批量替换→同步记忆文件→验证
Use constrained search patterns, review proposed replacements, and verify memory-file updates separately.
Project details or incorrect continuity facts could persist and influence later writing tasks.
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.
同步记忆文件
Keep any memory file project-local, review changes to it, and avoid storing unrelated private content.
Manuscript text may be processed under additional skill instructions that were not part of this artifact review.
The skill references additional skills for batch polishing, but the registry metadata and install information do not declare these dependencies.
P2 优化:批量调用 writing-polish + humanizer-zh
Review and trust the referenced polishing/humanizer skills before allowing batch use.
