Drama Director
Turn a script beat into a 9-panel comic page + 15s Seedance video via one API ke
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 19, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Jul 30, 2026 · 4322086
⚠ This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (repo unreachable/deleted). The test below is what we measured on Jul 19, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.
Both bundled scripts run and fail cleanly on a missing ATLASCLOUD_API_KEY, and they only ever POST the prompt plus image URL to api.atlascloud.ai, reading no other credentials. Building a storyboard from a rooftop-chase beat, the skill's rules beat a naive prompt on non-obvious points a baseline would miss: it forces a bordered 3x3 layout, bans age words, and warns that the 9-grid is Seedance's 'visual DNA' not a comic-book to be filmed, plus Seedance hard limits (no reflective surfaces, dual-axis cut changes). The actual rendered image and video are unmeasured because generation needs a paid Atlas Cloud key.
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 7/10
- Docs & honesty 4/5
What Drama Director does
Turns a script, novel passage or outline into a 3x3 comic storyboard page (GPT Image 2) and then a 15-second image-to-video clip (Seedance 2.0), both through one Atlas Cloud API key. Triggers on storyboard / comic-drama / script-to-video requests. The prompt-engineering discipline it encodes is the real value; the two Python scripts just submit and poll the paid Atlas Cloud API.
How to install Drama Director
Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.
Commands — how to trigger Drama Director
-
/drama-directorTurn a script beat into a 9-panel comic page + 15s Seedance video via one API ke
It also activates on plain-language prompts like these:
-
Turn this rooftop chase scene into a 9-panel comic storyboard. -
Make a 15-second Seedance video clip from this script beat. -
Storyboard this novel passage into a comic-drama style video.
Frequently asked questions
- Is the Drama Director skill free?
- Yes. The skill itself is free from kianaliang-dev/drama-director-skill. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Drama Director work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 19, 2026. Verdict: Works with setup. Both bundled scripts run and fail cleanly on a missing ATLASCLOUD_API_KEY, and they only ever POST the prompt plus image URL to api.atlascloud.ai, reading no other credentials. Building a storyboard from a rooftop-chase beat, the skill's rules beat a naive prompt on non-obvious points a baseline would miss: it forces a bordered 3x3 layout, bans age words, and warns that the 9-grid is Seedance's 'visual DNA' not a comic-book to be filmed, plus Seedance hard limits (no reflective surfaces, dual-axis cut changes). The actual rendered image and video are unmeasured because generation needs a paid Atlas Cloud key.
- What is the Drama Director SkillProof Score?
- 8.4/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 4/5.
- How do I install Drama Director?
- 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 Drama Director 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.