Skip to content

floweralicee/animclaw

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13,769 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Animclaw โ€” Your Whole Film Team

npm versionย  MIT License

Website ยท Research Paper ยท GitHub


Animclaw Web UI โ€” workspace, chat, and pre-production tools


Anyone can make a film. The one-stop shop for filmmakers โ€” pre-production to post, Animclaw handles it all.


What is Animclaw?

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 animclaw

One prompt for anything

Type 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

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

Performances that feel human

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


Workflow

01 Imagine   โ†’   Characters, worlds, storyboards
02 Plan      โ†’   Story bible, shot list, schedule
03 Create    โ†’   AI characters, animation, VFX
04 Wrap      โ†’   Export & share your film

Install

Node 22+ required.

npx animclaw

Opens at localhost:3100 after completing onboarding wizard.


Commands

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 uninstall

Development

git clone https://github.com/AnimClaw/AnimClaw.git
cd animclaw

pnpm install
pnpm build

pnpm dev

Web UI development:

pnpm install
pnpm web:dev

Open Source

MIT Licensed. Fork it, extend it, make it yours.

Star History

GitHub stars

About

Your own AI production team, hosted locally on your laptop. ๐ŸŒธ

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 97.8%
  • CSS 1.5%
  • Other 0.7%