← 返回 Skills 市场
yuzhihui886

Novel Writer V2

作者 yuzhihui886 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
105
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install novel-writer-v2
功能描述
章节正文生成器 - 根据章节大纲、Voice Profile 和角色档案构建 LLM 提示词,用于生成章节正文。当需要根据大纲创作具体章节时使用。
安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install novel-writer-v2
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /novel-writer-v2 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
修复平台反馈问题:1) style.yml 改为可选配置 2) 添加 GBK 编码自动检测支持 3) 更新 SKILL.md 说明
v1.0.0
按规范重新创建:opencode 生成脚本 + Claude Code debug 修复,大纲解析、Voice Profile 注入、角色档案整合、提示词构建
元数据
Slug novel-writer-v2
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Novel Writer V2 是什么?

章节正文生成器 - 根据章节大纲、Voice Profile 和角色档案构建 LLM 提示词,用于生成章节正文。当需要根据大纲创作具体章节时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 105 次。

如何安装 Novel Writer V2?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install novel-writer-v2」即可一键安装,无需额外配置。

Novel Writer V2 是免费的吗?

是的,Novel Writer V2 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Novel Writer V2 支持哪些平台?

Novel Writer V2 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Novel Writer V2?

由 yuzhihui886(@yuzhihui886)开发并维护,当前版本 v1.0.1。

💬 留言讨论