一键导入
video-common
Shared Remotion video utilities and patterns. Referenced by other video skills - not invoked directly.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Shared Remotion video utilities and patterns. Referenced by other video skills - not invoked directly.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create multi-camera AI music videos from audio. Use for: music video, concert video, multi-angle video, AI video clip.
Generate video from audio + image using fal.ai LTX-2.3. Use for: talking head, lip sync, audio-driven video.
Beautiful animated lyrics overlay for videos using Remotion. Use for: lyrics, captions, subtitles, karaoke, song text overlay.
Transcribe audio/video to SRT subtitles using ElevenLabs Scribe v2. Use for: transcription, subtitles, captions, SRT generation.
Transcribe audio/video to SRT subtitles using ElevenLabs Scribe v2. Use for: transcription, subtitles, captions, SRT generation.
Generate images with Gemini (default) or fal.ai FLUX.2 klein 4B (--cheap for fast/low-cost). Use for: create image, generate visual, AI image generation, poster.
| name | video-common |
| description | Shared Remotion video utilities and patterns. Referenced by other video skills - not invoked directly. |
Shared patterns and references for all video skills in this project.
remotion-assistant/
├── src/
│ ├── index.tsx # Entry point
│ ├── Root.tsx # Composition registry
│ ├── compositions/ # Video compositions
│ └── components/ # Reusable components
├── public/ # Static assets
│ ├── fonts/
│ ├── images/
│ └── audio/
└── out/ # Rendered output
useCurrentFrame() - Current frame numberuseVideoConfig() - { width, height, fps, durationInFrames }interpolate(frame, [in], [out]) - Map valuesspring({ frame, fps, config }) - Physics animationssrc/compositions/src/Root.tsx with <Composition>