novel-writing

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a local novel-writing helper that creates and updates project files, with no evidence of network access, credential use, or hidden behavior.

This skill looks safe for its stated purpose. Before using it, understand that it creates and updates local novel project files and stores feedback/context for later writing; keep backups and do not paste private or untrusted feedback unless you are comfortable with it influencing future drafts.

Findings (3)

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 invoked with the wrong chapter or content, the tool could overwrite or change local novel project files.

Why it was flagged

The CLI can write chapter content and update project state files. This is aligned with the novel-writing purpose, but it is still local file mutation.

Skill content
chapter_file.write_text(content, encoding="utf-8") ... state_file.write_text(json.dumps(state, ensure_ascii=False, indent=2), encoding="utf-8")
Recommendation

Run commands only in the intended workspace and keep backups of important chapters or outlines.

What this means

Stored feedback could influence future generated writing if it is treated too strongly by the agent.

Why it was flagged

The skill intentionally stores reader feedback and reloads it during later writing. This is useful for the stated purpose, but reader feedback may contain untrusted or misleading text.

Skill content
反馈入库 `novel feedback <章节> <反馈内容>` ... 将读者反馈存入追踪器,写相关章节时自动加载。
Recommendation

Review stored feedback periodically and treat it as reference material, not as instructions that override the author’s intent.

What this means

Users have less external context for verifying the publisher or project history before use.

Why it was flagged

The package has limited provenance information and no installation instructions, though the included behavior is local and purpose-aligned.

Skill content
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
Recommendation

Inspect the included files before use and install or run only from the trusted ClawHub package context.