Loading...
Loading...
Open Animate — the creative suite for AI agents. Create professional motion graphics, generate images, and render MP4 videos. Use when the user wants to make videos, animations, motion graphics, social clips, product launches, explainers, or any visual content. Supports asset generation (images, backgrounds, upscaling) and video composition with animation presets, transitions, and components.
npx skill4agent add jacobcwright/open-animate open-animatenpx skills add remotion-dev/skillsnpx oanim init my-video
cd my-video@oanim/coreimport { fadeUp, popIn, Background, SafeArea, palettes } from '@oanim/core';references/animation-cookbook.mdnpx remotion studionpx oanim render# Generate image, video, or audio
npx oanim assets gen-image --prompt "dark gradient abstract" --out public/bg.png
npx oanim assets run --model fal-ai/kling-video/v1/standard/text-to-video \
--input '{"prompt":"cinematic abstract motion","duration":"5"}' --out public/clip.mp4
npx oanim assets run --model fal-ai/stable-audio \
--input '{"prompt":"ambient electronic, no vocals","duration_in_seconds":30}' --out public/music.mp3import { Img, OffthreadVideo, Audio, staticFile } from 'remotion';
<Img src={staticFile('bg.png')} style={{ width: '100%', height: '100%', objectFit: 'cover' }} />
<OffthreadVideo src={staticFile('clip.mp4')} style={{ width: '100%', height: '100%', objectFit: 'cover' }} />
<Audio src={staticFile('music.mp3')} volume={0.25} />| Capability | Tool |
|---|---|
| Project scaffolding | |
| Animation presets (fadeUp, popIn, springs) | |
| Components (Terminal, Card, Badge, GlowOrb) | |
| Scene transitions (fadeBlur, clipCircle, wipe) | |
| Typography (AnimatedCharacters, TypewriterText, CountUp) | |
| Design tokens (5 palettes, fonts, spacing) | |
| Rendering to video | |
| Cloud rendering | |
| AI image generation | |
| AI video generation | |
| AI audio generation | |
| Media compositing | |
| Image editing | |
| Background removal | |
| Image upscaling | |
| Any fal.ai model | |
references/workflow.mdreferences/scene-config.mdreferences/composition-patterns.mdreferences/animation-cookbook.md@oanim/corereferences/asset-generation.mdreferences/media-guide.mdtemplates/launch-video.mdtemplates/explainer.mdtemplates/logo-reveal.mdtemplates/meme-caption.mdtemplates/investor-update.md