Story Long Analyze

PassAudited by ClawScan on May 12, 2026.

Overview

This instruction-only novel analysis skill is coherent, but deep mode will read/copy the manuscript you provide and save persistent analysis files locally.

This skill appears safe to install as an instruction-only writing-analysis helper. Before using deep mode, be aware that it will read the novel file or pasted text you provide, copy the original into a local output folder, and keep progress/analysis files for later resume. Use a dedicated folder and avoid sensitive material if you do not want it stored locally.

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.

What this means

The skill may create folders, copy the original manuscript, and write analysis files on your machine or project workspace.

Why it was flagged

Deep mode instructs the agent to copy user-provided source files and write many Markdown outputs locally. This fits the stated analysis purpose, but it is still local file mutation that depends on the chosen paths.

Skill content
“默认输出到 `拆文库/{书名}/`(项目根目录下)。用户指定了其他路径时按用户指定路径输出。” / “从用户提供的源路径复制原文文件到 `拆文库/{书名}/原文/`”
Recommendation

Use a dedicated output directory, confirm the source file path before deep mode, and avoid pointing it at locations where overwriting or extra copies would be a problem.

What this means

Old progress, character, or setting files may affect new analysis results, and generated files can remain on disk across sessions.

Why it was flagged

The skill reuses persistent local progress and prior analysis files as context for future work. This is useful for resuming long analyses, but stale or edited files can influence later outputs.

Skill content
“如果存在 _progress.md,读取断点信息,从断点恢复” / “读取已有的角色和设定数据” / “将已有数据作为交叉验证基线”
Recommendation

Review or clear the `拆文库/{书名}/` folder before resuming if you want a fresh analysis, and do not use deep mode on sensitive text unless you are comfortable storing it locally.