novel-generator 是一个中文爽文小说生成技能。用户只需提供一句话方向(如"写个都市重生爽文"),AI 代理即可自动完善提示词、规划大纲、逐章创作并输出为独立 Markdown 文件。 核心特性: 智能提示词生成:从一句话方向自动补全世界观、人设、冲突、爽点设计 分章节创作:每章 2000-3000 字,层层递进,章章有爽点 记忆系统:通过 .learnings/ 记录角色、地点、情节、世界观,确保故事前后一致 情节图解:关键战斗、人物关系、势力分布自动生成 Mermaid 图 失败记录:穿帮、矛盾、崩塌等问题自动记录,持续优化 多题材支持:都市、修仙、玄幻、重生、系统流、末世、科幻、游戏 兼容 Claude Code、Cursor、OpenAI Codex、GitHub Copilot 等所有支持 Agent Skills 的工具。

Security checks across malware telemetry and agentic risk

Overview

This skill appears to be a coherent fiction-writing helper that writes local story files and scoped story-memory notes, with no evidence of hidden network, credential, or destructive behavior.

This skill is reasonable to install if you want a local novel-writing workflow. Be aware that it writes generated chapters under `output/` and keeps continuity notes under `.learnings/`; clear or separate those files between unrelated projects, and only run the optional `init-novel.sh --clean` command when you are comfortable resetting prior novel output.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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.

#
ASI06: Memory and Context Poisoning
Low
What this means

Story details written into `.learnings/` may influence future generated chapters until edited or cleared.

Why it was flagged

The skill deliberately maintains persistent local memory files for story continuity. This is central to the writing purpose, but users should know that generated context is reused across later chapters.

Skill content
通过 `.learnings/` 记忆系统维护故事连续性,确保角色、地点、情节前后一致。
Recommendation

Use this memory only for fictional project information, review it if continuity problems appear, and clear it before starting an unrelated novel.

#
ASI05: Unexpected Code Execution
Low
What this means

If the user runs the initialization script with `--clean`, old Markdown outputs and story-memory files for this skill can be reset.

Why it was flagged

The package includes a documented helper shell script for initializing or cleaning a novel workspace. The script is user-directed and scoped to the skill directory, so this is a transparency note rather than a concern.

Skill content
./scripts/init-novel.sh 我的小说名 --clean
Recommendation

Run the script only when you intend to initialize or reset this skill’s local novel workspace, and avoid `--clean` if you want to keep previous generated chapters.