返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
o

open-animate

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.2
安全检测
已通过
441
下载量
免费
免费
2
收藏
概述
安装方式
版本历史

open-animate

# 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: ```bash npx skills add remotion-dev/skills ``` ## Workflow ### 1. Initialize project ```bash npx oanim init my-video cd my-video ``` ### 2. Compose using `@oanim/core` ```tsx import { fadeUp, popIn, Background, SafeArea, palettes } from '@oanim/core'; ``` See `references/animation-cookbook.md` for the full presets reference. ### 3. Preview ```bash npx remotion studio ``` ### 4. Render to MP4 ```bash npx oanim render ``` ### 5. Generate and use media assets (optional) ```bash # 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.mp3 ``` Then use in your composition: ```tsx import { 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} /> ``` ## 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` | | AI video generation | `oanim assets run` (kling, minimax, hunyuan models) | | AI audio generation | `oanim assets run` (stable-audio model) | | Media compositing | `<Img>`, `<OffthreadVideo>`, `<Audio>` via `staticFile()` | | 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 workflow - `references/scene-config.md` — animate.json schema reference - `references/composition-patterns.md` — Multi-scene composition architecture - `references/animation-cookbook.md` — Full `@oanim/core` presets reference - `references/asset-generation.md` — AI asset generation guide - `references/media-guide.md` — Using generated media in compositions (Img, Video, Audio) ## 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)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 open-animate-1776312909 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 open-animate-1776312909 技能

通过命令行安装

skillhub install open-animate-1776312909

下载

⬇ 下载 open-animate v1.0.2(免费)

文件大小: 15.77 KB | 发布时间: 2026-4-16 16:35

v1.0.2 最新 2026-4-16 16:35
- Removed ANIMATE_FAL_KEY and ANIMATE_API_KEY environment variable requirements from the setup instructions.
- Updated metadata to reflect simpler installation with no API keys required.
- No functional or usage changes to skill features or workflow.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部