Install
openclaw skills install modelwise-remotion-video基于 Remotion 的动画演示视频创作技能,提供丰富的动画组件和视频模板。By ModelWise team.
openclaw skills install modelwise-remotion-videoBy ModelWise team - Professional AI Agent Solutions
基于 Remotion 的动画演示视频制作技能。
npm install
npm run studio
npx remotion render HelloDemo out/demo.mp4
remotion-video-skill/
├── package.json # 项目依赖
├── tsconfig.json # TypeScript 配置
├── remotion.config.ts # Remotion 配置
├── SKILL.md # 技能说明文档
├── task.md # 任务进度记录
└── src/
├── Root.tsx # 入口文件
├── components/ # 可复用动画组件
├── compositions/ # 视频组合/模板
└── utils/ # 工具函数
在 src/components/ 目录下创建新的组件文件。
src/compositions/ 创建模板文件src/Root.tsx 中注册新的 Compositionimport { springPresets, easingPresets } from "./utils/animations";