Story Import

PassAudited by ClawScan on May 12, 2026.

Overview

This looks like a coherent, user-directed novel import tool, but it will read and copy the manuscript into persistent local project and analysis folders.

Before installing, be comfortable with the skill reading the manuscript path you provide and creating local copies under the analysis/project folders. Use a specific file or folder, verify the generated book name and output location, and review all [导入反推] files before relying on them for future writing.

Findings (4)

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

If the user points it at the wrong directory, the agent may process more text than intended.

Why it was flagged

The skill instructs the agent to process a user-provided file or directory. This is expected for importing a novel, but it is still local filesystem access that should remain user-directed.

Skill content
用户提供路径? ... 单文件路径(.txt/.md) ... 目录路径 ... 按文件名排序,合并处理
Recommendation

Provide only the specific manuscript file or folder you want imported, and confirm the detected chapter range before continuing.

What this means

The quality and behavior of the import may depend on locally installed companion story skills or reference files.

Why it was flagged

The skill depends on companion reference files outside the provided artifact set. This is disclosed and non-executable, but the review cannot verify those referenced instructions here.

Skill content
复用 story-long-analyze 的方法论和 references([material-decomposition.md](../story-long-analyze/references/material-decomposition.md)、[output-templates.md](../story-long-analyze/references/output-templates.md))
Recommendation

Use this with trusted, expected versions of the related story-long-analyze and story-long-write materials.

What this means

Machine-inferred plot, character, and setting files may persist and be reused later, even if some inferences are wrong.

Why it was flagged

The skill creates retained analysis outputs and a progress file that future sessions may read. This is purpose-aligned, but generated summaries can influence later writing workflows.

Skill content
分析数据保留,不丢弃。 ... 中断时通过进度文件追踪进度;新会话读取进度文件定位断点
Recommendation

Review generated files marked [导入反推], especially before using them with follow-on writing or review skills.

What this means

Private manuscript text may remain in the analysis library after the import is complete.

Why it was flagged

The skill explicitly stores a backup copy of the original manuscript. This is disclosed and useful for the import process, but it creates an additional persistent copy of potentially private writing.

Skill content
将原始文本保存到 `拆文库/{书名}/原文/`,确保分析过程中原始材料不丢失。
Recommendation

Store the project in a location you control and delete the backup/analysis directory later if you do not want extra copies retained.