← Back to Skills Marketplace
Novel Writer V2
by
yuzhihui886
· GitHub ↗
· v1.0.1
· MIT-0
105
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install novel-writer-v2
Description
章节正文生成器 - 根据章节大纲、Voice Profile 和角色档案构建 LLM 提示词,用于生成章节正文。当需要根据大纲创作具体章节时使用。
Usage Guidance
This skill appears coherent and local: it reads files you point it to (outline, style.yml, characters/*.yml) and writes a prompt Markdown file. Before running: 1) review the script (already included) if you don't trust the publisher, 2) run pip install in a virtualenv to isolate dependencies, 3) ensure you pass only project files (don't pass paths to sensitive system files), and 4) remember the tool only generates prompts — you still need to call an LLM to produce chapter text. The source has no homepage and is 'unknown', so if you require provenance or support, consider that when deciding to install.
Capability Analysis
Type: OpenClaw Skill
Name: novel-writer-v2
Version: 1.0.1
The skill is a legitimate utility designed to generate LLM prompts for novel writing by aggregating data from local Markdown outlines and YAML configuration files. Analysis of `scripts/write_chapter.py` shows it performs standard file I/O within a specified directory, uses `yaml.safe_load` for security, and contains no network calls, shell execution, or evidence of data exfiltration. The instructions in `SKILL.md` are consistent with the code's functionality and do not contain malicious prompt injection attempts.
Capability Assessment
Purpose & Capability
Name/description (chapter prompt generator) align with the shipped Python script and SKILL.md. Required functionality (reading outlines, style.yml, characters/*.yml, building prompts, writing output) is coherent with the stated purpose; no unrelated binaries or credentials are requested.
Instruction Scope
SKILL.md and the script limit actions to reading files under the provided book directory (style.yml, characters/*.yml, outline) and writing a prompt Markdown file. There are no instructions to read system-wide config, shell history, environment secrets, or to send data to external endpoints. The SKILL.md explicitly states 'no network calls, no credentials, local run'.
Install Mechanism
No install spec; it's instruction-only plus a small Python script. Dependencies are standard (rich, PyYAML) installable via pip. No downloads from arbitrary URLs or archive extraction are present.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. The script uses only file I/O for project files and does not access environment secrets or external services.
Persistence & Privilege
Skill is not always-on and can be invoked by the user. It does not modify other skills or global agent settings and only writes output files under the target project (or any path you specify).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install novel-writer-v2 - After installation, invoke the skill by name or use
/novel-writer-v2 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
修复平台反馈问题:1) style.yml 改为可选配置 2) 添加 GBK 编码自动检测支持 3) 更新 SKILL.md 说明
v1.0.0
按规范重新创建:opencode 生成脚本 + Claude Code debug 修复,大纲解析、Voice Profile 注入、角色档案整合、提示词构建
Metadata
Frequently Asked Questions
What is Novel Writer V2?
章节正文生成器 - 根据章节大纲、Voice Profile 和角色档案构建 LLM 提示词,用于生成章节正文。当需要根据大纲创作具体章节时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 105 downloads so far.
How do I install Novel Writer V2?
Run "/install novel-writer-v2" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Novel Writer V2 free?
Yes, Novel Writer V2 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Novel Writer V2 support?
Novel Writer V2 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Novel Writer V2?
It is built and maintained by yuzhihui886 (@yuzhihui886); the current version is v1.0.1.
More Skills