Website ยท Research Paper ยท GitHub
Anyone can make a film. The one-stop shop for filmmakers โ pre-production to post, Animclaw handles it all.
Animclaw is a local-first AI film production tool. Describe what you need in plain English โ Animclaw acts as your entire crew: director, writer, producer, line producer, storyboard artist, and VFX artist. One command launches everything at localhost:3100.
npx animclawType what you need. Animclaw handles the rest โ whether it's building a shot list, generating character art, writing a scene breakdown, or assembling your entire pre-production package.
| Prompt | Result |
|---|---|
"Write a shot list for my horror short" |
24 shots generated, sorted by scene |
"Create a character bible for Maya" |
Backstory, visual ref, personality traits |
"Break down scene 3 for the crew" |
Call sheet, props, lighting notes |
Drop your project folder โ scripts, references, notes โ and ask "prepare my pre-production". Animclaw generates your full pre-production package in seconds.
| Deliverable | Contents |
|---|---|
| Story Bible | Characters, locations, world rules, style guide |
| Task Board | Per-department tasks & deliverables |
| Skill Sheet | Roles, tools, hiring checklist |
| Production Tracker | Shots, status, dependencies at a glance |
Most AI video looks robotic because motion is evenly timed. Animclaw uses prosody analysis โ identifying stressed words, beat boundaries, and hold windows โ to generate animation that follows how real actors perform.
Based on "Prompt-Level Controls for Prosody-Aligned Facial Performance" (Chen, 2025) and the principles of Thomas & Johnston and Williams.
โ Read the paper
01 Imagine โ Characters, worlds, storyboards
02 Plan โ Story bible, shot list, schedule
03 Create โ AI characters, animation, VFX
04 Wrap โ Export & share your film
Node 22+ required.
npx animclawOpens at localhost:3100 after completing onboarding wizard.
npx animclaw # runs onboarding again for openclaw --profile animclaw
npx animclaw update # updates animclaw with current settings as is
npx animclaw restart # restarts animclaw web server
npx animclaw start # starts animclaw web server
npx animclaw stop # stops animclaw web server
# some examples
openclaw --profile animclaw <any openclaw command>
openclaw --profile animclaw gateway restart
openclaw --profile animclaw config set gateway.port 19001
openclaw --profile animclaw gateway install --force --port 19001
openclaw --profile animclaw gateway restart
openclaw --profile animclaw uninstallgit clone https://github.com/AnimClaw/AnimClaw.git
cd animclaw
pnpm install
pnpm build
pnpm devWeb UI development:
pnpm install
pnpm web:devMIT Licensed. Fork it, extend it, make it yours.