songge-short-drama-writer

专业AI短剧/漫剧剧本创作助手,支持男频/女频爆款短剧、AI漫剧剧本撰写,包含2025最新行业爆款规律、标准结构模板、爆款爽点设计和多平台JSON一键导出。当用户需要写短剧剧本、短剧大纲、剧情设计、AI漫剧脚本、漫画分镜剧本,或提到viflow.app导入时自动触发。包含完整的60-120集黄金结构模板、100+爆款钩子、男女频爆款要素,以及独家多平台分镜JSON导出功能(支持ViFlow等主流平台)。

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 "songge-short-drama-writer" with this command: npx skills add kingsunzhang2026-oss/ai-short-drama-writer

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.md60-120集黄金结构、真人/漫剧分镜模板结构设计阶段
references/writing-skills.md爽点公式、钩子设计、标题封面、避坑指南创作阶段
references/manga-guide.mdAI漫剧画风体系、套路库、人物一致性规范漫剧创作必读
references/production-process.md对标→创作→运营工业化流程批量生产阶段
examples/hook-templates.md100+爆款钩子模板(开篇3秒/每集结尾)钩子设计阶段
examples/case-studies.md4个头部爆款深度拆解学习参考
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": "<ISO时间>",
    "exportedProjectName": "<剧目标题>",
    "sourceApp": "viflow2026",
    "sourceVersion": "1.2"
  },
  "project": {
    "name": "<剧目标题>",
    "description": "<一句话简介>",
    "current_step": "storyboard",
    "idea_content": "<200-500字故事大纲>",
    "outline_content": "<四幕结构章节概述>",
    "visualStyle": "<画风声明:国漫古风/日漫画风/韩漫/写实3D等>"
  },
  "scriptParts": [
    { "title": "Part 1 - 钩子期", "content": "...", "order": 0, "emotion": "紧张", "estimatedDuration": 90, "shotSuggestion": 5 }
  ],
  "characters": [
    {
      "id": "char-uuid-1", "name": "<姓名>", "type": "real",
      "description": "<详细描述(供AI生成一致形象)>",
      "imagePrompt": "<AI绘图Prompt(英文)>",
      "positioning": "居中|左侧|右侧", "tags": ["主角"], "isReference": true
    }
  ],
  "props": [
    { "id": "prop-uuid-1", "name": "<道具名>", "category": "prop", "description": "...", "imagePrompt": "...", "isReference": true }
  ],
  "scenes": [
    {
      "id": "scene-uuid-1", "name": "<场景名>", "type": "interior|exterior",
      "description": "<场景描述>", "imagePrompt": "<AI绘图Prompt>",
      "time_period": "日|夜|晨|暮"
    }
  ],
  "shots": [
    {
      "id": "shot-uuid-1", "partId": "<关联part的ID>",
      "sceneDescription": "<可给AI视频生成的完整画面描述>",
      "dialogue": "<对话,不超过30字>",
      "cameraMovement": "static|dolly_in|dolly_out|pan_left|pan_right|tilt_up|tilt_down|tracking",
      "duration": 5, "videoPrompt": "<AI视频生成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 · 松哥专版

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.

General

Skills

Build, preview, monitor, rerange, close, and risk-check non-custodial Rerange liquid orders using @rerange/wagmi.

Registry SourceRecently Updated
General

FSB

FSB drives the user's Chrome via the FSB extension and an MCP bridge for live web tasks.

Registry SourceRecently Updated
General

FreeRide -Gateway

Use this skill when the user has FreeRide installed (binary at ~/.local/bin/freeride, gateway on http://localhost:11343) or asks how to route their AI worklo...

Registry SourceRecently Updated
General

maxhub-douyin

抖音/Douyin平台数据采集与智能分析。当用户提到抖音、douyin、短视频、直播、达人等相关需求时激活此Skill。

Registry SourceRecently Updated