BeClaude

webnovel-writer

Community RegistryGeneralby lingfengQAQ

长篇网文创作系统(skills + agents + data chain + RAG)

First seen 4/17/2026

Summary

This skill provides a comprehensive system for long-form web novel creation, integrating skills, agents, data chains, and RAG to assist writers in developing complex narratives.

  • It helps developers and writers streamline plotting, character development, and world-building through AI-assisted workflows.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/webnovel-writer.md https://raw.githubusercontent.com/lingfengQAQ/webnovel-writer/main/SKILL.md
3
Invoke in Claude Code
/webnovel-writer

Use Cases

Generate detailed chapter outlines for a 100-chapter web novel based on a high-level plot summary.
Create consistent character profiles with backstories, motivations, and arcs across multiple storylines.
Build a world-building document with geography, magic systems, and cultural details using RAG from existing notes.
Draft dialogue scenes that maintain character voice and advance the plot according to a predefined outline.
Revise a chapter to improve pacing and add foreshadowing based on narrative structure analysis.
Generate multiple alternative plot twists for a cliffhanger ending and evaluate their impact on the story arc.

Usage Examples

1

/webnovel-writer outline a cultivation novel with 5 main arcs, each arc having 20 chapters, starting from a weak protagonist.

2

Using my existing character notes, generate a detailed profile for the antagonist including their backstory and motivation.

3

/webnovel-writer draft chapter 15 based on the outline: the hero discovers a hidden power but at a great cost.

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is webnovel-writer?

This skill provides a comprehensive system for long-form web novel creation, integrating skills, agents, data chains, and RAG to assist writers in developing complex narratives. It helps developers and writers streamline plotting, character development, and world-building through AI-assisted workflows.

How to install webnovel-writer?

To install webnovel-writer: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/webnovel-writer.md https://raw.githubusercontent.com/lingfengQAQ/webnovel-writer/main/SKILL.md. Finally, /webnovel-writer in Claude Code.

What is webnovel-writer best for?

webnovel-writer is a skill categorized under General. It is designed for: agent. Created by lingfengQAQ.

What can I use webnovel-writer for?

webnovel-writer is useful for: Generate detailed chapter outlines for a 100-chapter web novel based on a high-level plot summary.; Create consistent character profiles with backstories, motivations, and arcs across multiple storylines.; Build a world-building document with geography, magic systems, and cultural details using RAG from existing notes.; Draft dialogue scenes that maintain character voice and advance the plot according to a predefined outline.; Revise a chapter to improve pacing and add foreshadowing based on narrative structure analysis.; Generate multiple alternative plot twists for a cliffhanger ending and evaluate their impact on the story arc..