Turns React and Remotion TSX code into rendered MP4 videos through inference.sh. You write components using Remotion's hooks like useCurrentFrame, interpolate, and spring, pass the code as a string, and get back a video file. Useful when you need programmatic video generation, like animated counters, data visualizations, or templated social media clips where code is easier than a timeline editor. Supports all the standard Remotion APIs and lets you configure resolution, FPS, duration, and codec. The examples show fade-ins, spring animations, and sequences, which gives you a good sense of what's possible. It's basically Remotion as a service, so you don't need to set up the toolchain yourself.
npx skills add https://github.com/inference-sh-skills/skills --skill remotion-render