Novel Studio
Analysis
No malicious behavior is evidenced; this is a coherent novel-writing workflow that persists project files, can use child agents, and optionally syncs to Feishu, so users should understand those features before enabling them.
Findings (6)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
The package has limited public provenance metadata, although no remote installer or dependency fetch is disclosed.
python3 skills/novel-studio/scripts/prepare_stage_subagent_dispatch.py \ "$PROJECT_ROOT" \ drafting
The documentation expects local Python helper scripts to be run for workflow orchestration and subagent dispatch.
autopilot activates only after explicit bounded user authorization with a terminal chapter goal such as `继续到第10章结束`
The skill can automate stage progression, but the artifact describes explicit bounded authorization, progress notifications, and stop conditions.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Sync a local novel project into Feishu Wiki ... prefer overwrite mode when the local file is the current source of truth
Optional Feishu sync can create, update, or overwrite documents in a third-party workspace.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
每个小说项目都有独立的记忆文件,记录:... 项目状态 ... 自动推进状态
The skill intentionally persists project context, preferences, progress, and automation state across sessions.
drafting`, `polishing`, and `proofreading` default to subagent execution ... delegate with `fork_context = false` ... child agents still receive prompt text, not local artifact paths
The workflow delegates drafting, polishing, and proofreading to child agents, while documenting boundaries such as no forked context and prompt-only dispatch.
