AI Short Drama
Pipeline for AI vertical short-dramas: script, storyboard frames, then AI video
Test report
- Verdict
- Tested · Didn't pass
- Tested
- Jul 17, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 0326122
The scripts install and run: extract_prompts.py, ref完备性检查.py, and the two generation scripts all parse and execute with sensible errors, and every referenced reference/template file is present. But the differentiating output (reference images and per-episode AI video) is gated behind the third-party dreamina/Jimeng CLI, which the skill installs via `curl -fsSL https://jimeng.jianying.com/cli | bash` and which then needs a browser login plus paid credits (~15 RMB for refs, more per episode). That is a login-plus-paid wall, so the delta over a no-skill baseline is unmeasurable and scored unmeasured, not passed. The SKILL is otherwise unusually detailed and honest about costs and failure modes, though it also hardcodes the author's personal Windows path D:\hrdai\aiForShortDrama as the default workspace.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 4/10
- Docs & honesty 4/5
What AI Short Drama does
A detailed three-phase pipeline for producing AI vertical short-dramas (竖屏剧): market scan and script/IP creation, industrial storyboard-frame prompts, then per-episode AI video generation via the Jimeng/dreamina CLI. Triggers on short-drama, storyboard, and platform-IP-adaptation requests for channels like Hongguo and Douyin.
How to install AI Short Drama
git clone https://github.com/A-cat-with-carrots/OnlyShot.git
mkdir -p ~/.claude/skills
cp -r OnlyShot ~/.claude/skills/ai-short-drama
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger AI Short Drama
-
/ai-short-dramaPipeline for AI vertical short-dramas: script, storyboard frames, then AI video
It also activates on plain-language prompts like these:
-
帮我把这部小说完整改编成一部竖屏短剧的剧本,还要写出每一集详细完整的分集故事大纲 -
帮我生成这部短剧第一集里每一个镜头要用到的分镜头画面构图和运镜方式的详细提示词内容 -
帮我拿这部短剧已经写好的分镜头脚本,去调用AI视频工具生成每一集实际能用的完整画面
Frequently asked questions
- Is the AI Short Drama skill free?
- Yes. The skill itself is free from A-cat-with-carrots/OnlyShot. SkillProof publishes the install command and an independent test verdict at no cost.
- Does AI Short Drama work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 17, 2026. Verdict: Tested · Didn't pass. The scripts install and run: extract_prompts.py, ref完备性检查.py, and the two generation scripts all parse and execute with sensible errors, and every referenced reference/template file is present. But the differentiating output (reference images and per-episode AI video) is gated behind the third-party dreamina/Jimeng CLI, which the skill installs via `curl -fsSL https://jimeng.jianying.com/cli | bash` and which then needs a browser login plus paid credits (~15 RMB for refs, more per episode). That is a login-plus-paid wall, so the delta over a no-skill baseline is unmeasurable and scored unmeasured, not passed. The SKILL is otherwise unusually detailed and honest about costs and failure modes, though it also hardcodes the author's personal Windows path D:\hrdai\aiForShortDrama as the default workspace.
- How do I install AI Short Drama?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use AI Short Drama with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.