Novel Studio 小说工作室

v1.0.0

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

1· 171·0 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for weihfei/weihefei-novel-studio.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Novel Studio 小说工作室" (weihfei/weihefei-novel-studio) from ClawHub.
Skill page: https://clawhub.ai/weihfei/weihefei-novel-studio
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install weihefei-novel-studio

ClawHub CLI

Package manager switcher

npx clawhub@latest install weihefei-novel-studio
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (Novel Studio) align with requested permissions and files: the agents require file.read, file.write, and file.search to manage project templates, continuity, chapters, and other writing artifacts. These capabilities are appropriate for a local writing workflow.
Instruction Scope
Runtime instructions consistently require reading and writing project files (project.md, continuity/fact_database.md, chapters/*, templates/*). This is expected for the stated purpose, but the skill will operate on paths supplied in project.md — ensure those paths point only to the intended project directory and not to system or sensitive configuration files.
Install Mechanism
There is no install spec and no code files to execute. The skill is instruction-only, so nothing is downloaded or written beyond user-provided project files and the generated project artifacts.
Credentials
The skill requests no environment variables, no credentials, and no external endpoints. The only permissions declared are file.read, file.write, and file.search, which are proportionate to its task of creating and maintaining local project files.
Persistence & Privilege
always is false and the skill does not request system-wide configuration changes or access to other skills' credentials. Agents can be invoked autonomously (platform default), which is expected for a multi-agent writing workflow.
Assessment
This skill is internally consistent with its stated purpose: it reads and writes files in whatever project directory you configure and uses templates to generate continuity and chapter files. Before installing or running it: 1) Review and control the path you put in project.md — do not point project.md to system folders or other sensitive directories. 2) Expect the skill to create and modify files under the project directory (continuity/, chapters/, etc.); back up any important data. 3) The skill requests no network credentials or secrets, but it can generate drafts that you may later publish — check copyright/republishing implications. 4) Because agents run with file read/write permissions, avoid including secret tokens or credentials inside the project files that the skill will read. 5) If you want to limit autonomous actions, invoke agents manually rather than relying on automated triggers.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

📖 Clawdis
latestvk9739kfsgxtc7j9hmvswfyfng583qx5g
171downloads
1stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

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

Comments

Loading comments...