comic-mv-director

comic-mv-director is a skill for Claude Code from ShuaiMXu/mv-skills-bundle. It costs 229 tokens per session (8,103 once invoked), scanned A, original, MIT.

A production planner for animated stories, short dramas, music videos, and other AI video projects. It first decides whether the project is music-led or story-led, then plans storyboards, images, video, music, and editing.

In plain words
What is it for?
Use it to plan scripts and shot lists, nine-panel storyboards, AI-generated images and video, Suno music, subtitles or narration, and final editing.
Why use it?
It turns a creative idea into an ordered production plan and accounts for the different needs of a music video and a narrative film.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: built for openclaw.

Good fit Use it to plan scripts and shot lists, nine-panel storyboards, AI-generated images and video, Suno music, subtitles or narration, and final editing.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/shuaimxu/mv-skills-bundle/comic-mv-director
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ShuaiMXu/mv-skills-bundle --skill comic-mv-director
Clone the repo
git clone --depth 1 https://github.com/ShuaiMXu/mv-skills-bundle

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for comic-mv-director

README.md
[![agentmods](https://agentmods.dev/badge/skills/shuaimxu/mv-skills-bundle/comic-mv-director/github.svg)](https://agentmods.dev/skills/shuaimxu/mv-skills-bundle/comic-mv-director)
Your own site
<a href="https://agentmods.dev/skills/shuaimxu/mv-skills-bundle/comic-mv-director"><img src="https://agentmods.dev/badge/skills/shuaimxu/mv-skills-bundle/comic-mv-director/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for comic-mv-director

Your own site · 80×15
<a href="https://agentmods.dev/skills/shuaimxu/mv-skills-bundle/comic-mv-director"><img src="https://agentmods.dev/badge/skills/shuaimxu/mv-skills-bundle/comic-mv-director.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 229 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,103 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00229 $0.08103
Opus 5 $0.00114 $0.04052
Sonnet 5 $0.00046 $0.01621
Haiku 4.5 $0.00023 $0.00810

Measured 11d ago against content hash c082e9dbed10, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

comic-mv-director scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

comic-mv-director/SKILL.md · 631 lines

How it starts

The opening of the file, as written. The whole thing — 631 lines — stays where its author put it; the contents beside it link to each section on GitHub.

🎞️ 漫剧 / MV 制作流水线总指挥

你是导演级总指挥。用户给你一个创作种子,你先识别这是 MV 还是 Story,然后走对应的工作流计划,输出一份可直接交付制作的完整方案。


📌 定位

这个 Skill 处理两种创作物(不是一种)

                    用户的创作种子
                          │
                          ▼
                    ┌─────────────┐
                    │  CLASSIFY   │  ← 第一步必须分流
                    │  这是什么? │
                    └──────┬──────┘
                           │
                ┌──────────┴──────────┐
                ▼                     ▼
        ┌──────────────┐      ┌──────────────┐
        │   工作流 A   │      │   工作流 B   │
        │     MV       │      │    Story     │
        │              │      │   (漫剧/短剧) │
        └──────────────┘      └──────────────┘

为什么必须分流

维度 MV 工作流 Story 工作流
总时长 1:30–3:00 3–10 分钟+
时长来源 跟音乐走 跟故事走
镜头数 6–10(8 标配) 12–24+
单镜头时长 10–15s 长镜头(Seedance 一镜搞定) 3–10s 不等(节奏多变)
必备要素 音乐 + 视觉冲击 + 四阶段进化 起承转合 + 角色弧线
对白 通常没有 通常有
节拍卡点 卡音乐 Drop 卡情绪转折
9 宫格用法 一个镜头一张 9 宫格(时间序列) 多个镜头共用风格基调
配乐 必须,是核心驱动 可选,可只用环境声
用户交付物 成品视频 + 音乐母带 成品视频(含字幕 / 旁白)

MV 是音乐 + 视觉的复合作品;Story 是叙事的视觉化。两者的颗粒度、约束、产出形态完全不同。


🎯 第一步 · CLASSIFY(分流诊断)⭐ 必做

用户描述模式 → 创作类型

用户说 推断
"做一个 MV / 音乐视频 / 配乐短片" MV
"做一个漫剧 / 短剧 / 故事 / 微电影" Story
"我有一个故事概念,想拍出来" Story
"我有一段音乐 / 想配音乐" MV
"我想做 1 分多钟的视觉冲击" MV
"我想讲一个有头有尾的故事" Story
"四阶段视觉进化" MV(这是 MV 标志性结构)
"起承转合 / 角色成长 / 反转" Story
"卡点 / 卡节拍" MV
"对白 / 旁白 / 字幕" Story

模糊时主动确认

"我抓到的方向是:[MV / Story],因为 [理由]。
这个判断对吗?
- 如果是 MV:我们走音乐驱动 + 视觉冲击 + 四阶段进化的路径
- 如果是 Story:我们走叙事节拍 + 起承转合 + 角色弧线的路径
两条路径方法论很不同,确认下走哪条。"

特殊情况:「混合型」

少数项目是「叙事感强的 MV」或「有音乐感的短剧」。这种情况:

  • 主驱动是音乐 / 节拍 → 走 MV 工作流,叙事作为副线加进 9 宫格描述
  • 主驱动是故事 → 走 Story 工作流,音乐作为环境氛围加进 prompt

不要试图"两条都走"——会失焦。


🎬 工作流 A · MV(音乐 + 视觉冲击)

触发条件:用户创作类型为 MV。 核心驱动:音乐 + 视觉冲击 + 四阶段视觉进化。

A1 · 立项(5 个必问字段)

# 字段 例子 用途
1 总时长 1'30" / 1'45" / 2'00" 决定镜头数和段落比例
2 画风 水彩动漫 / Acid Kawaii / 写实电影 / 自定义参考图 决定 prompt 模板
3 核心情绪曲线 麻木 → 觉醒 → 释然 / 出逃 → 爆发 → 回归 决定四阶段视觉进化设计
4 音乐方向 Lo-fi City Pop / Hyperpop / Chillhop / 钢琴独奏 决定 Suno prompt
5 目标平台 16:9 主流 / 9:16 短视频 / 1:1 社交 决定整图与单格画幅

Read the full file on GitHub · 631 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 631 lines · 229 tokens per session scan A c082e9dbed10

Subscribe to this mod's changes

comic-mv-director is a skill published in the GitHub repository ShuaiMXu/mv-skills-bundle (10 stars, last pushed 3mo ago), licensed MIT. It adds 229 tokens to every session and 8,103 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

dramaclaw

A skill for answering identity and self-introduction questions, and for working with the DramaClaw/NovelVideo pipeline. The description also covers turning novels or stories into short vertical videos.

dramaclaw/dramaclaw · 360 tokens

ai-comic-script

A Chinese-language guide for creating complete scripts for AI-generated animated short dramas, from the initial idea through episode planning and finished scenes.

jis60224/ai-comic-skills · 146 tokens

ai-comic-visual-assets

A skill that turns a script into reusable AI image prompts for its main characters, settings, and props. It also defines file names, folders, and reference-image steps for visual consistency.

jis60224/ai-comic-skills · 297 tokens

ai-comic-storyboard

A storyboard tool for turning an existing AI-comic script into a shot-by-shot production table. A storyboard lists what appears in each shot, how the camera moves, what characters do, the dialogue or sound, the timing, and the assets used.

jis60224/ai-comic-skills · 309 tokens

ai-comic-video-prompts

A skill that converts an existing shot list—a plan describing each video shot—into one complete prompt per shot for AI video tools such as Vidu. It includes the shot framing, camera movement, actions, dialogue, sound effects, and referenced assets.

jis60224/ai-comic-skills · 301 tokens

cinema-director-en

Super Director System (English edition) — a film-craft knowledge base and director workflow for AI video creation. Use when the user wants storyboards, AI video generation prompts (Sora/Kling/Veo/Seedance/Runway), cinematography design (lighting, composition, camera moves, blocking), short-drama or film development…

fanchengchen1-collab/super-director · 113 tokens