Token导航 LogoToken导航TokenDH.com
效率只读clawhub未标认证来源可访问clear审计通过

weihefei-novel-studio渭合飞小说工作室

Agent Skill

weihefei-novel-studio 用于整理文档、README、Markdown 和说明材料,适合在 OpenClaw 中需要把零散信息整理成结构清晰的文档时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

5,459

周安装

223

GitHub Stars

1

下载量

1,748
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:weihefei-novel-studio(渭合飞小说工作室)
来源仓库:https://github.com/weihfei/weihefei-novel-studio
安装命令:
openclaw skills install weihefei-novel-studio
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install weihefei-novel-studio

简介

完整的中文小说写作工作室,拥有 15 位专业 AI 代理覆盖创作全流程。

  • 适合小说作者、编辑或出版团队进行协作式内容生产。
  • 通过 clawhub 安装并使用 openclaw skills install weihefei-novel-studio 命令部署。
  • 需确认是否涉及版权归属、内容审核及多角色协同逻辑。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
novel-studio
description
A complete Chinese novel writing studio with 15 specialized AI agents covering the full creative workflow
version
1.0.0
metadata
clawdbot
emoji
📖
requires
files
["agents/*"]

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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

75.2%
按下载量换算1,314

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills