← Back to Skills Marketplace
kingsunzhang2026-oss

AI短剧/漫剧创作大师

by viflow · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
50
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ai-short-drama-writer
Description
专业AI短剧/漫剧剧本创作助手,支持男频/女频爆款短剧、AI漫剧剧本撰写,包含2025最新行业爆款规律、标准结构模板、爆款爽点设计和多平台JSON一键导出。当用户需要写短剧剧本、短剧大纲、剧情设计、AI漫剧脚本、漫画分镜剧本,或提到viflow.app导入时自动触发。包含完整的60-120集黄金结构模板、100+...
README (SKILL.md)

AI 短剧脚本创作大师(松哥版)

专业 AI 短剧/漫剧剧本创作助手,支持男频/女频爆款短剧、AI 漫剧剧本创作。包含 2025 最新行业爆款规律、标准结构模板、爆款爽点设计、多平台分镜 JSON 导出。

当用户需要创作短剧剧本、短剧大纲、剧情设计、AI 漫剧脚本、漫画分镜剧本,或提到 ViFlow / viflow.app 导入时,自动触发本技能。


核心功能

  • 📖 基于 2025 年抖音算法和行业数据
  • 🎭 男频/女频爆款要素全拆解(含漫剧专属套路)
  • 🎬 真人短剧 + AI 漫剧双模板
  • 📤 多平台分镜 JSON 导出(ViFlow v1.2 兼容)
  • 📐 分镜结构化输出(角色库 + 场景库 + 分镜格)
  • 🪝 100+ 爆款钩子模板
  • 📊 4 阶段黄金结构(60-120 集)

创作流程(按顺序执行)

  1. 接收需求 → 题材类型 / 男频女频 / 集数 / 是否AI漫剧 / 目标平台
  2. 读取引用文件 → 根据类型选择对应模板文件(见下方索引)
  3. 建立角色库 → 所有角色(含 imagePrompt 用于AI生成一致性)
  4. 建立场景库 → 所有场景(含 time_period / imagePrompt)
  5. 按幕结构创作 → 按4阶段黄金结构分幕推进
  6. 拆解分镜格 → 每集 8-12 格,每格含时长+运镜+对话+videoPrompt
  7. 导出 ViFlow JSON → 按 Schema 输出到 assets/output/[剧名]_viflow.json

参考文档索引(按需读取)

文件 内容 何时读取
references/market-rules.md 抖音算法、男女频爆款要素、2025数据 需求确认阶段
references/structure-templates.md 60-120集黄金结构、真人/漫剧分镜模板 结构设计阶段
references/writing-skills.md 爽点公式、钩子设计、标题封面、避坑指南 创作阶段
references/manga-guide.md AI漫剧画风体系、套路库、人物一致性规范 漫剧创作必读
references/production-process.md 对标→创作→运营工业化流程 批量生产阶段
examples/hook-templates.md 100+爆款钩子模板(开篇3秒/每集结尾) 钩子设计阶段
examples/case-studies.md 4个头部爆款深度拆解 学习参考
examples/demo-script.md 完整真人短剧示例剧本(第1集) 格式参考
examples/manga_example_ep1.md 完整AI漫剧示例剧本(含角色库+分镜) 漫剧格式参考
examples/nanpin_example.md 男频题材完整示例 男频参考
examples/nvpin_example.md 女频题材完整示例 女频参考

ViFlow JSON 输出规范(必须执行)

生成剧本后,同步导出 ViFlow v1.2 格式 JSON,保存到 assets/output/[剧名]_viflow.json

核心 Schema(完整规范见 assets/output/viflow_schema.json

{
  "version": "1.2",
  "exportMeta": {
    "exportedAt": "\x3CISO时间>",
    "exportedProjectName": "\x3C剧目标题>",
    "sourceApp": "viflow2026",
    "sourceVersion": "1.2"
  },
  "project": {
    "name": "\x3C剧目标题>",
    "description": "\x3C一句话简介>",
    "current_step": "storyboard",
    "idea_content": "\x3C200-500字故事大纲>",
    "outline_content": "\x3C四幕结构章节概述>",
    "visualStyle": "\x3C画风声明:国漫古风/日漫画风/韩漫/写实3D等>"
  },
  "scriptParts": [
    { "title": "Part 1 - 钩子期", "content": "...", "order": 0, "emotion": "紧张", "estimatedDuration": 90, "shotSuggestion": 5 }
  ],
  "characters": [
    {
      "id": "char-uuid-1", "name": "\x3C姓名>", "type": "real",
      "description": "\x3C详细描述(供AI生成一致形象)>",
      "imagePrompt": "\x3CAI绘图Prompt(英文)>",
      "positioning": "居中|左侧|右侧", "tags": ["主角"], "isReference": true
    }
  ],
  "props": [
    { "id": "prop-uuid-1", "name": "\x3C道具名>", "category": "prop", "description": "...", "imagePrompt": "...", "isReference": true }
  ],
  "scenes": [
    {
      "id": "scene-uuid-1", "name": "\x3C场景名>", "type": "interior|exterior",
      "description": "\x3C场景描述>", "imagePrompt": "\x3CAI绘图Prompt>",
      "time_period": "日|夜|晨|暮"
    }
  ],
  "shots": [
    {
      "id": "shot-uuid-1", "partId": "\x3C关联part的ID>",
      "sceneDescription": "\x3C可给AI视频生成的完整画面描述>",
      "dialogue": "\x3C对话,不超过30字>",
      "cameraMovement": "static|dolly_in|dolly_out|pan_left|pan_right|tilt_up|tilt_down|tracking",
      "duration": 5, "videoPrompt": "\x3CAI视频生成Prompt(英文)>",
      "status": "draft", "shotNumber": 1
    }
  ]
}

📌 所有生成剧本必须同步导出 JSON,否则输出不完整。


AI 漫剧创作补充规范

漫剧创作除上述流程外,还需额外执行:

  1. 画风声明:在剧本开头注明 visualStyle + 色调基调 + 主角固定特征
  2. 人物一致性:每集人物外观描述必须与角色库一致,避免 AI 生成飘移
  3. 固定特征模板
    角色名固定特征:
    - 年龄/性别
    - 标志性发型/服装
    - 特殊标记(伤疤/配饰)
    - 常用表情/动作
    
  4. 漫剧套路参考:见 references/manga-guide.md

快速参考(内嵌)

爆款核心数据:

  • 短剧+AI漫剧整体市场:750亿+
  • AI漫剧生产成本:仅为真人短剧的 15%
  • 爆款集数区间:60-120集,单集 1-3分钟
  • 女频占爆款市场:80% 份额
  • 前3秒留存率权重:40%(必须有强冲突)
  • 完播率标准:真人 ≥40%,AI漫剧 ≥45%

cameraMovement 速查: static(固定)| dolly_in(推进)| dolly_out(拉远)| pan_left/right(摇镜)| tilt_up/down(俯仰)| tracking(跟拍)

visualStyle 速查: 国漫古风 | 国漫现代 | 日漫画风 | 韩漫风格 | 写实3D | Q版可爱


MIT-0 License · 松哥专版

Usage Guidance
This skill appears safe for normal script-writing use. Be aware that it is designed to export generated content as a local ViFlow JSON file, so avoid putting confidential material in drafts unless you are comfortable with that file being saved locally.
Capability Analysis
Type: OpenClaw Skill Name: ai-short-drama-writer Version: 1.0.0 The skill bundle is a comprehensive creative assistant for writing short drama and AI manga scripts, specifically tailored for the Chinese digital media market. It provides detailed templates, market analysis, and a structured JSON export format for the ViFlow platform. Analysis of SKILL.md and the supporting documents in the references/ and examples/ directories reveals no evidence of malicious intent, data exfiltration, or harmful prompt injection; all instructions are strictly focused on the stated goal of script generation and formatting.
Capability Assessment
Purpose & Capability
The artifacts consistently describe short-drama and AI manga script generation, reference-template use, and ViFlow-compatible JSON formatting. No unrelated capabilities are requested.
Instruction Scope
The skill instructs the agent to generate and save a ViFlow JSON file for completed scripts. This is purpose-aligned and disclosed, but users should know it may create a local output file.
Install Mechanism
There is no install spec, no code, no required binaries, no environment variables, and no credentials.
Credentials
The skill reads bundled reference/example files and writes output under assets/output, which is narrow and aligned with the export feature.
Persistence & Privilege
Generated scripts may persist locally as JSON output, but there is no evidence of background processes, privilege escalation, remote sharing, or autonomous persistence.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai-short-drama-writer
  3. After installation, invoke the skill by name or use /ai-short-drama-writer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug ai-short-drama-writer
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is AI短剧/漫剧创作大师?

专业AI短剧/漫剧剧本创作助手,支持男频/女频爆款短剧、AI漫剧剧本撰写,包含2025最新行业爆款规律、标准结构模板、爆款爽点设计和多平台JSON一键导出。当用户需要写短剧剧本、短剧大纲、剧情设计、AI漫剧脚本、漫画分镜剧本,或提到viflow.app导入时自动触发。包含完整的60-120集黄金结构模板、100+... It is an AI Agent Skill for Claude Code / OpenClaw, with 50 downloads so far.

How do I install AI短剧/漫剧创作大师?

Run "/install ai-short-drama-writer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is AI短剧/漫剧创作大师 free?

Yes, AI短剧/漫剧创作大师 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does AI短剧/漫剧创作大师 support?

AI短剧/漫剧创作大师 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created AI短剧/漫剧创作大师?

It is built and maintained by viflow (@kingsunzhang2026-oss); the current version is v1.0.0.

💬 Comments