by dramaclaw
A general-purpose AIGC video engine: script to finished film in one pipeline — dramas, ads, product videos, otome games, and more. | 通用 AIGC 视频引擎 —— 从剧本到成片一条流水线,漫剧、广告、电商、乙游皆可
# Add to your Claude Code skills
git clone https://github.com/dramaclaw/dramaclawdramaclaw is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by dramaclaw. A general-purpose AIGC video engine: script to finished film in one pipeline — dramas, ads, product videos, otome games, and more. | 通用 AIGC 视频引擎 —— 从剧本到成片一条流水线,漫剧、广告、电商、乙游皆可. It has 147 GitHub stars.
dramaclaw's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/dramaclaw/dramaclaw" and add it to your Claude Code skills directory (see the Installation section above).
dramaclaw is primarily written in TypeScript. It is open-source under dramaclaw on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh dramaclaw against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
They say you're obsolete. Maybe it's the whole idea of "working for someone else" that's obsolete. In the age of AI, the real question isn't whether machines replace people. The real question is: Who owns the machines? Who owns the pipeline? Who owns industrialized productivity? If the answer is always Big Tech, then AI isn't empowerment. It's just a new wall. I'm Eric. This isn't a demo. Not a toy. Not a crippled edition. This is the industrialized drama-production line our own team runs every day. From script to storyboard, from assets to finished film — the whole chain. Because people aren't beasts of burden. Because creativity is humanity's last line of defense. What DramaClaw sets out to do is simple: Tear down the wall. Put the industrialized drama-production power that only Big Tech had into the hands of ordinary creators. The code is here. If this resonates, leave a ⭐. We'll keep tearing down walls.
English | 简体中文 | Website | Docs | Quick Start
Real short dramas our team produced on this very pipeline — click a link to play.
More clips: 3D 动漫混剪 demo · 动态打斗
DramaClaw is an industrialized drama-production line whose source is available. Drop in a manuscript and DramaClaw takes over all the heavy lifting: extracting characters, planning episodes, generating scripts, drawing storyboards and first frames, synthesizing voice-over, and cutting the final film.
It's built for creators, indie studios, and creative engineers — letting you run the whole "drama factory" on your own infrastructure, without stitching together a dozen disconnected tools or handing your material to an opaque black-box cloud service.
And although it's built around drama production, the same pipeline — characters, assets, scripts, storyboards, voice-over, and compositing — carries just as well to other visual-content formats: short-form ads, e-commerce product videos, and interactive otome (romance) games.
Every step has its own interface — run them in order, skip steps, resume from any checkpoint, or even plug in your own orchestrator.
git clone https://github.com/dramaclaw/dramaclaw.git
cd dramaclaw
cp .env.example .env
# Edit .env — set PROMPT_EXPORT_PASSWORD to a non-default value.
# NEWAPI_BASE_URL defaults to the official gateway; add your DC key here or paste it in the UI next.
docker compose up -d --build # starts two services: api / web
Open the app at http://localhost:8080; the REST API is at http://localhost:8780. In Settings → Model Config → Official, paste your DC key (get one at https://relayclaw.cdnfg.com) and you're ready — no model mapping needed. Full steps in the Quick Start.
git clone https://github.com/dramaclaw/dramaclaw.git
cd dramaclaw
uv sync
cp .env.example .env && $EDITOR .env
uv run novelvideo api --port 8780 # start the REST API (CE defaults to inline tasks, no Ray/Redis)