animate-skill
1
总安装量
1
周安装量
#76631
全站排名
安装命令
npx skills add https://github.com/jacobcwright/open-animate --skill animate-skill
Agent 安装分布
amp
1
opencode
1
cursor
1
kimi-cli
1
codex
1
github-copilot
1
Skill 文档
Open Animate â Creative Suite for Agents
Create professional motion graphics and generate visual assets. Describe what you want. Get an MP4.
Prerequisites
This skill builds on Remotion skills for core Remotion API patterns:
npx skills add remotion-dev/skills
Workflow
1. Initialize project
npx oanim init my-video
cd my-video
2. Compose using @oanim/core
import { fadeUp, popIn, Background, SafeArea, palettes } from '@oanim/core';
See references/animation-cookbook.md for the full presets reference.
3. Preview
npx remotion studio
4. Render to MP4
npx oanim render
5. Generate assets (optional)
npx oanim assets gen-image --prompt "dark gradient abstract" --out public/bg.png
Capabilities
| Capability | Tool |
|---|---|
| Project scaffolding | oanim init |
| Animation presets (fadeUp, popIn, springs) | @oanim/core |
| Components (Terminal, Card, Badge, GlowOrb) | @oanim/core |
| Scene transitions (fadeBlur, clipCircle, wipe) | @oanim/core |
| Typography (AnimatedCharacters, TypewriterText, CountUp) | @oanim/core |
| Design tokens (5 palettes, fonts, spacing) | @oanim/core |
| Rendering to video | oanim render |
| Cloud rendering | oanim render --cloud |
| AI image generation | oanim assets gen-image |
| Image editing | oanim assets edit-image |
| Background removal | oanim assets remove-bg |
| Image upscaling | oanim assets upscale |
| Any fal.ai model | oanim assets run |
References
references/workflow.mdâ Step-by-step agent workflowreferences/scene-config.mdâ animate.json schema referencereferences/composition-patterns.mdâ Multi-scene composition architecturereferences/animation-cookbook.mdâ Full@oanim/corepresets referencereferences/asset-generation.mdâ AI asset generation guide
Templates
templates/launch-video.mdâ 4-scene product launch (5s)templates/explainer.mdâ Step-based explainer video (20s)templates/logo-reveal.mdâ Logo animation with glow (5s)templates/meme-caption.mdâ Vertical social clip (6s)templates/investor-update.mdâ Metrics dashboard (15s)