Story Import

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: story-import Version: 1.0.0 The 'story-import' skill bundle is designed to reverse-engineer existing novel text into a structured project format for writing. The instructions in SKILL.md and references/structure-mapping.md focus entirely on file parsing, content analysis, and directory organization. There are no indicators of data exfiltration, malicious command execution, or prompt injection aimed at compromising the agent or the host system. The behavior is well-documented and aligns with the stated purpose of the tool.

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

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.