remotion-video-toolkit
Installation
SKILL.md
Remotion Video Toolkit
Overview
Create videos programmatically using React and Remotion. Build reusable video templates as React components, render them to MP4/WebM via CLI or cloud infrastructure, and generate personalized videos at scale. Ideal for automated social media content, animated data visualizations, and dynamic video production pipelines.
Instructions
When a user asks to create programmatic video, determine the task:
Task A: Set up a Remotion project
# Create a new Remotion project
npx create-video@latest my-video
cd my-video
npm start # Opens the Remotion Studio at http://localhost:3000
Related skills