novel-studio

A complete Chinese novel writing studio with 15 specialized AI agents covering the full creative workflow

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "novel-studio" with this command: npx skills add weihfei/weihefei-novel-studio

Novel Studio 小说工作室

A full-stack Chinese novel writing system. Fifteen specialized agents handle every stage of the creative process — from market positioning to final polish.

When to Use

Activate this skill when the user wants to:

  • Write or plan a Chinese web novel (网文)
  • Design worldbuilding, characters, or plot structure
  • Draft, edit, or polish chapters
  • Check platform compliance (番茄, 起点, 晋江, etc.)
  • Manage story continuity across chapters

Agent Roster

AgentFileRoleTrigger Words
创意顾问agents/business-analyst.mdMarket analysis, core selling points市场、卖点、定位、新书
世界观架构师agents/world-builder.mdWorldbuilding, power systems世界观、设定、体系
角色塑造师agents/character-builder.mdCharacter design, dialogue style角色、人物、人设
大纲规划师agents/outline-planner.mdStory structure, chapter planning大纲、结构、规划
文风调教师agents/style-tuner.mdWriting style standards文风、风格、文笔
情节设计师agents/plot-designer.mdPlot, conflict, climax情节、冲突、高潮
初稿写手agents/draft-writer.mdWrite chapter drafts写、创作、正文、初稿
编辑/校对agents/editor-proofreader.mdTypos, logic errors校对、检查、编辑
润色师agents/reviser.mdPolish prose润色、优化、文笔
过审顾问agents/compliance-advisor.mdPlatform rule compliance过审、平台、审核
记忆管理者agents/memory-keeper.mdContinuity, chapter context packs记忆、启动包、更新
悬疑专家agents/mystery-specialist.mdMystery, deduction, suspense悬疑、推理、悬念
言情专家agents/romance-specialist.mdRomance lines, CP dynamics言情、感情、CP
科幻专家agents/scifi-specialist.mdSci-fi settings, future tech科幻、未来、科技
仙侠专家agents/xianxia-specialist.mdCultivation systems, magic items仙侠、修炼、功法

Core Rule

Before activating any agent, read its file in agents/. No file read = no work starts.

Workflows

Write a New Chapter

1. memory-keeper      → generate context pack for chapter N
2. draft-writer       → write chapter using context pack
3. editor-proofreader → check typos, logic errors, continuity (必须)
4. reviser            → polish prose (可选,视质量需求)
5. compliance-advisor → platform compliance check (可选,发布前)
6. memory-keeper      → update continuity database after chapter done

Start a New Novel from Scratch

1. business-analyst   → market analysis → 输出:市场分析报告
2. world-builder      → worldbuilding   → 输出:世界观设定.md
3. character-builder  → character design → 输出:人物卡.md
4. outline-planner    → story structure  → 输出:大纲规划.md + 完整故事梗概.md
5. style-tuner        → writing style    → 输出:文风规范_[style].md
6. memory-keeper      → initialize       → 输出:continuity/fact_database.md + context_第1章.md

Review an Existing Chapter

editor-proofreader → check errors, logic, continuity (必须)
reviser            → polish prose (可选)

Project File Structure

[project-dir]/
├── project.md                  # Project config (required)
├── 世界观设定.md                 # Copy from templates/世界观设定.md
├── 人物卡.md                    # Copy from templates/人物卡.md
├── 大纲规划.md                   # Copy from templates/大纲规划.md
├── 完整故事梗概.md                # Copy from templates/完整故事梗概.md
├── 文风规范_[style].md           # Copy from templates/文风规范.md
├── continuity/
│   └── fact_database.md        # Auto-generated by memory-keeper
└── chapters/
    ├── context_第1章.md         # Auto-generated by memory-keeper
    ├── 第1章_[title].md         # Written by draft-writer
    └── ...

Setup

第一步:准备项目文件

templates/ 里的模板复制到你的项目目录并填写:

templates/project.md      → [项目目录]/project.md        (必填)
templates/世界观设定.md    → [项目目录]/世界观设定.md
templates/人物卡.md        → [项目目录]/人物卡.md
templates/大纲规划.md      → [项目目录]/大纲规划.md
templates/完整故事梗概.md  → [项目目录]/完整故事梗概.md
templates/文风规范.md      → [项目目录]/文风规范_[风格].md

project.md 填好后,把上面每个文件的实际路径填入 project.md 的"必读文件清单"一节。

第二步:初始化记忆系统

文件准备好后,告诉 AI:

我的项目目录是 [路径],project.md 已填好,请初始化记忆系统

AI 会自动创建:

  • continuity/fact_database.md — 事实数据库
  • chapters/context_第1章.md — 第1章写作启动包

第三步:开始写作

请写第1章

Required File Content

Before writing begins, these files must exist and contain the following:

世界观设定.md

  • Story background (era, location, world structure)
  • Power system (levels, sources, limits) — required for xianxia/fantasy
  • Faction map (major organizations and their relationships)
  • Core rules (how this world operates)
  • Historical background (events that shape the current story)
  • Special settings (immortality, systems, time travel, etc.)

人物卡.md — one card per major character, each containing:

  • Basic info: name, age, role, appearance
  • Personality: surface vs. inner (contrast is key)
  • Background: origin, key experiences, life goal
  • Abilities: current power level, special skills, growth path
  • Speech style: catchphrases + at least 3 example lines
  • Relationships with other characters

大纲规划.md

  • Full structure: parts/volumes and their core missions
  • Chapter plan: key events per chapter (plan at least 20 chapters ahead)
  • Main objective: protagonist's core goal and stage goals
  • Major turning points: pre-planned, not improvised
  • Payoff/pain distribution: rough placement of highs and lows

完整故事梗概.md

  • One-line pitch: what is this story in one sentence
  • Opening: how it starts, protagonist's initial state
  • Development: main event chain with clear cause-and-effect
  • Climax: the biggest conflict and turning point
  • Ending: how it concludes (even a rough direction counts)
  • Each major character's fate

文风规范.md

  • Style label: casual/literary/fast-paced/etc.
  • Sentence rhythm: length standards for normal/tense/warm scenes
  • Forbidden patterns: explicitly listed
  • Recommended patterns: with at least one example paragraph
  • Dialogue style: example lines for each main character
  • Description depth: how detailed to be for environment/psychology/action

Genre Specialists

For genre-specific work, call the relevant specialist alongside the core agents:

  • Mystery/Thrillermystery-specialist
  • Romanceromance-specialist
  • Sci-Fiscifi-specialist
  • Xianxia/Cultivationxianxia-specialist

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

SmartControl-Lite

AI Agent自适应修复技能包 - 基于PID控制理论与LLM双Agent架构,实现智能故障自愈。

Registry SourceRecently Updated
Automation

x0x

Secure computer-to-computer networking for AI agents — gossip broadcast, direct messaging, CRDTs, group encryption. Post-quantum encrypted, NAT-traversing. E...

Registry SourceRecently Updated
Automation

zooidfund

Evaluate and donate USDC on Base to humanitarian crowdfunding campaigns at zooid.fund. Use when the operator asks the agent to browse campaigns, assess evide...

Registry SourceRecently Updated
Automation

Conversion Rate Doctor

Diagnose conversion bottlenecks in product pages and checkout flows, then prescribe specific, data-driven fixes prioritized by expected revenue impact. Use w...

Registry SourceRecently Updated
450Profile unavailable