← Back to Skills Marketplace
120
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install novel-generator-skip
Description
根据用户提供的内容方向自动生成提示词并创作爽文小说。适用场景:(1) 用户提供小说方向/题材/关键词,(2) 需要生成章节连贯的长篇爽文,(3) 需要维护角色、地点、情节的连续性,(4) 需要为关键情节生成图解,(5) 需要记录生成失败场景以优化后续创作。支持都市、修仙、玄幻、重生、系统流等多种题材。Use wh...
Usage Guidance
This skill appears to do what it says: generate novels and keep local story memory in .learnings/. Before installing: (1) be aware it needs permission to read/write files in its skill folder (it will create/modify .learnings/ and output/); (2) back up any existing output/ or .learnings/ files before using the --clean init option since that will delete/overwrite files; (3) the skill does not request credentials or download external code, but if you plan to enable automatic diagram/image generation, confirm where images would be sent (the skill suggests using 'image generation tools' but does not itself call external endpoints); (4) if you run agents that can invoke skills autonomously, understand the agent will be able to read and update the local memory files — keep any sensitive content out of those files. Overall this skill is coherent for its stated purpose; review the init script and workflows and run it in a sandboxed project directory if you want to limit file writes.
Capability Analysis
Type: OpenClaw Skill
Name: novel-generator-skip
Version: 1.0.0
The novel-generator skill bundle is a legitimate tool designed to assist an AI agent in writing serialized fiction. It implements a structured workflow including prompt refinement, outline planning, and chapter generation, supported by a 'memory system' (stored in `.learnings/`) to maintain consistency in characters, locations, and plot points. The included shell script (`scripts/init-novel.sh`) is a standard utility for workspace initialization and state reset, restricted to the skill's own directories. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
The name/description (novel/爽文 generator) align with the actual behavior: generating prompts, outlines, chapters and maintaining local memory files (.learnings/) and output/ files. All declared capabilities are proportional to a writing tool.
Instruction Scope
SKILL.md explicitly instructs the agent to read/write files under the skill workspace (.learnings/* and output/*) before/after generating chapters, and to generate Mermaid or image-based diagrams for key scenes. It does not instruct reading unrelated system files, environment variables, or sending data to external endpoints. The requirement for file read/write permission is declared in the SKILL.md compatibility note and matches the instructions.
Install Mechanism
There is no install spec (instruction-only) and no downloads. The only code file is a small init-novel.sh script that initializes/clears local files. No external URLs, package installs, or archive extraction are used.
Credentials
The skill requires no environment variables, credentials, or config paths. Its file I/O is limited to the skill directory (.learnings/ and output/), which is consistent with its purpose.
Persistence & Privilege
The skill is not always-enabled and does not require elevated privileges. It persistently stores story state in .learnings/ (expected for continuity). Note: the init script supports a --clean option that deletes output/*.md and rewrites .learnings/* templates — this is normal but destructive to existing generated files if misused.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install novel-generator-skip - After installation, invoke the skill by name or use
/novel-generator-skip - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the 爽文小说生成器 skill.
- Supports automated prompt generation and chaptered fiction writing based on user direction or keywords.
- Maintains story continuity with a `.learnings/` memory system, including roles, locations, and plot points.
- Generates key scene diagrams using Mermaid or image tools.
- Records failed or poor-quality generations for self-improvement.
- Supports multiple popular Chinese fiction genres such as 都市, 修仙, 玄幻, 重生, and 系统流.
Metadata
Frequently Asked Questions
What is Novel Generator Skip?
根据用户提供的内容方向自动生成提示词并创作爽文小说。适用场景:(1) 用户提供小说方向/题材/关键词,(2) 需要生成章节连贯的长篇爽文,(3) 需要维护角色、地点、情节的连续性,(4) 需要为关键情节生成图解,(5) 需要记录生成失败场景以优化后续创作。支持都市、修仙、玄幻、重生、系统流等多种题材。Use wh... It is an AI Agent Skill for Claude Code / OpenClaw, with 120 downloads so far.
How do I install Novel Generator Skip?
Run "/install novel-generator-skip" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Novel Generator Skip free?
Yes, Novel Generator Skip is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Novel Generator Skip support?
Novel Generator Skip is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Novel Generator Skip?
It is built and maintained by Junge (@xiejianjun000); the current version is v1.0.0.
More Skills