{"skill":{"slug":"open-animate","displayName":"Open Animate","summary":"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...","description":"---\nname: open-animate\ndescription: 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.\nlicense: Apache-2.0\nmetadata:\n  openclaw:\n    emoji: \"\\U0001F3AC\"\n    homepage: https://open-animate.com\n    requires:\n      bins:\n        - npx\n    install:\n      - kind: node\n        package: oanim\n        bins:\n          - oanim\n        label: \"Install oanim CLI (npm)\"\n---\n\n# Open Animate — Creative Suite for Agents\n\nCreate professional motion graphics and generate visual assets. Describe what you want. Get an MP4.\n\n## Prerequisites\n\nThis skill builds on **Remotion skills** for core Remotion API patterns:\n```bash\nnpx skills add remotion-dev/skills\n```\n\n## Workflow\n\n### 1. Initialize project\n```bash\nnpx oanim init my-video\ncd my-video\n```\n\n### 2. Compose using `@oanim/core`\n```tsx\nimport { fadeUp, popIn, Background, SafeArea, palettes } from '@oanim/core';\n```\n\nSee `references/animation-cookbook.md` for the full presets reference.\n\n### 3. Preview\n```bash\nnpx remotion studio\n```\n\n### 4. Render to MP4\n```bash\nnpx oanim render\n```\n\n### 5. Generate and use media assets (optional)\n```bash\n# Generate image, video, or audio\nnpx oanim assets gen-image --prompt \"dark gradient abstract\" --out public/bg.png\nnpx oanim assets run --model fal-ai/kling-video/v1/standard/text-to-video \\\n  --input '{\"prompt\":\"cinematic abstract motion\",\"duration\":\"5\"}' --out public/clip.mp4\nnpx oanim assets run --model fal-ai/stable-audio \\\n  --input '{\"prompt\":\"ambient electronic, no vocals\",\"duration_in_seconds\":30}' --out public/music.mp3\n```\n\nThen use in your composition:\n```tsx\nimport { Img, OffthreadVideo, Audio, staticFile } from 'remotion';\n\n<Img src={staticFile('bg.png')} style={{ width: '100%', height: '100%', objectFit: 'cover' }} />\n<OffthreadVideo src={staticFile('clip.mp4')} style={{ width: '100%', height: '100%', objectFit: 'cover' }} />\n<Audio src={staticFile('music.mp3')} volume={0.25} />\n```\n\n## Capabilities\n\n| Capability | Tool |\n|------------|------|\n| Project scaffolding | `oanim init` |\n| Animation presets (fadeUp, popIn, springs) | `@oanim/core` |\n| Components (Terminal, Card, Badge, GlowOrb) | `@oanim/core` |\n| Scene transitions (fadeBlur, clipCircle, wipe) | `@oanim/core` |\n| Typography (AnimatedCharacters, TypewriterText, CountUp) | `@oanim/core` |\n| Design tokens (5 palettes, fonts, spacing) | `@oanim/core` |\n| Rendering to video | `oanim render` |\n| Cloud rendering | `oanim render --cloud` |\n| AI image generation | `oanim assets gen-image` |\n| AI video generation | `oanim assets run` (kling, minimax, hunyuan models) |\n| AI audio generation | `oanim assets run` (stable-audio model) |\n| Media compositing | `<Img>`, `<OffthreadVideo>`, `<Audio>` via `staticFile()` |\n| Image editing | `oanim assets edit-image` |\n| Background removal | `oanim assets remove-bg` |\n| Image upscaling | `oanim assets upscale` |\n| Any fal.ai model | `oanim assets run` |\n\n## References\n\n- `references/workflow.md` — Step-by-step agent workflow\n- `references/scene-config.md` — animate.json schema reference\n- `references/composition-patterns.md` — Multi-scene composition architecture\n- `references/animation-cookbook.md` — Full `@oanim/core` presets reference\n- `references/asset-generation.md` — AI asset generation guide\n- `references/media-guide.md` — Using generated media in compositions (Img, Video, Audio)\n\n## Templates\n\n- `templates/launch-video.md` — 4-scene product launch (5s)\n- `templates/explainer.md` — Step-based explainer video (20s)\n- `templates/logo-reveal.md` — Logo animation with glow (5s)\n- `templates/meme-caption.md` — Vertical social clip (6s)\n- `templates/investor-update.md` — Metrics dashboard (15s)\n","tags":{"latest":"1.0.2"},"stats":{"comments":0,"downloads":807,"installsAllTime":1,"installsCurrent":1,"stars":2,"versions":3},"createdAt":1771910188552,"updatedAt":1778491624313},"latestVersion":{"version":"1.0.2","createdAt":1771919379006,"changelog":"- Removed ANIMATE_FAL_KEY and ANIMATE_API_KEY environment variable requirements from the setup instructions.\n- Updated metadata to reflect simpler installation with no API keys required.\n- No functional or usage changes to skill features or workflow.","license":null},"metadata":{"setup":[],"os":null,"systems":null},"owner":{"handle":"jacobcwright","userId":"s174q4rt8cf2npx0nhhs50b2hn885xrs","displayName":"Jacob Wright","image":"https://avatars.githubusercontent.com/u/36747872?v=4"},"moderation":null}