Novel Quality Checker - 质量审核

v1.0.3

检查小说章节质量:33 维质量审核(字数、AI标记、模板化结尾、重复率、大纲符合度等), 支持单章和批量检查、跨章衔接检查,输出 5 层审核报告。 使用场景:用户说"检查第X章质量"、"审核一下"、"看看这章行不行"、"批量检查所有章节"。 NOT for: 创作、修改内容——只审核不写作。

0· 112·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for shine8592/novel-quality-checker.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Novel Quality Checker - 质量审核" (shine8592/novel-quality-checker) from ClawHub.
Skill page: https://clawhub.ai/shine8592/novel-quality-checker
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install novel-quality-checker

ClawHub CLI

Package manager switcher

npx clawhub@latest install novel-quality-checker
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description ask for chapter-quality checks and the bundle contains a local Python script that performs many text-analysis checks. No unrelated binaries, env vars, or credentials are requested.
Instruction Scope
SKILL.md instructs running the included scripts on local files or directories (--file, --dir, --prev). The script reads and analyzes text files only; there are no instructions to access system-wide configs, secrets, or to transmit data externally.
Install Mechanism
Instruction-only with an included Python script. No install spec, no downloads. Script uses only Python standard library per its header and imports.
Credentials
No environment variables, credentials, or config paths are required or declared. The checks operate on provided files; requested resources are proportionate to the stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent system presence or attempt to modify other skills/configurations. Normal user invocation is sufficient.
Assessment
This skill appears coherent: it runs a bundled Python script to analyze local chapter files and does not request credentials or perform network I/O. Before installing or running: (1) review the full script yourself (the provided file was truncated in the listing) to confirm there are truly no network or subprocess calls, (2) only run it on files you trust to share with the agent (it will read file contents locally), and (3) consider running it in a restricted/sandboxed environment if you have sensitive content. If you want extra assurance, paste the remainder of scripts/quality_check.py here for a full-line review to ensure nothing unexpected appears later in the file.

Like a lobster shell, security has layers — review code before you run it.

checkervk97ascejt70q1mw4dm67v2kzgx8472e8chinesevk97ascejt70q1mw4dm67v2kzgx8472e8latestvk97ascejt70q1mw4dm67v2kzgx8472e8novelvk97ascejt70q1mw4dm67v2kzgx8472e8qualityvk97ascejt70q1mw4dm67v2kzgx8472e8reviewvk97ascejt70q1mw4dm67v2kzgx8472e8
112downloads
0stars
4versions
Updated 3w ago
v1.0.3
MIT-0

Novel Quality Checker — 小说 33 维质量审核

快速检查(5项核心)

python3 scripts/quality_check.py --file <章节文件> --quick
  • 字数达标(≥12000)
  • 中文纯度(>95%汉字)
  • AI标记检测
  • 模板化结尾检测
  • 段落长度

全量审核(33 维度)

python3 scripts/quality_check.py --file <章节文件> --full
# 跨章检查(检查与前章衔接)
python3 scripts/quality_check.py --file <章节文件> --full --prev <前章文件>
# 或批量扫描整个目录
python3 scripts/quality_check.py --dir <目录> --full

5 层审核体系

第一层:基础指标(5 项)

维度标准
字数达标≥12,000字
中文纯度>95%汉字
AI标记词0个
模板化结尾0个
段落长度最长<3000字

第二层:文风与结构(8 项)

维度标准
重复率<10%
对话比例25-55%
标点密度每百字25-65个
段落节奏变异系数0.3-1.5
句长均8-25字/句
场景转换每段0.3-2.0次
情感词密度千字2-15
无高频重复词前20词无过度使用

第三层:内容与大纲(7 项)

维度标准
情节推进有新事件/新信息
主角出现密度千字0.5-15次
动作词密度千字2-10
内心独白适度千字1-8
场景描写适当千字3-20
冲突张力千字5-25
金手指提及千字>1

第四层:格式与规范(5 项)

维度标准
无阿拉伯数字0处
无英文单词0个
格式一致性异常短行<10
无特殊字符<5个

第五层:高级分析(8 项)

维度标准
开头有吸引力≥1个勾子词
结尾完整末段≥100字
段落长短交替相邻差异均值>50字
角色一致性名称不混乱
词汇丰富度不重复比>0.1
第三人称一致第一人称代词<5%
场景完整(对话+动作+环境)三者俱全
跨章衔接与前章4字词组重复<20

脚本

  • scripts/quality_check.py — 33 维审核脚本(纯Python标准库,无需安装)
  • --prev 参数:指定前章文件做跨章衔接检查
  • 自动分层输出:每层独立 ✅/❌ 标记

Comments

Loading comments...