remotion-dev/remotion-render
Export a Remotion video
This is a copy. The original lives at remotion-dev/remotion-remotion-render.
npx skills add https://github.com/remotion-dev/skills --skill remotion-render
Render a video using:
npx remotion render
Full list of options: https://www.remotion.dev/docs/cli/render.md
Render a still using:
npx remotion still
Full list of options: https://www.remotion.dev/docs/cli/still.md
See Transparent videos for rendering out a video with transparency.
Take remotion-dev/remotion-render from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.
The instructions reference npx.
Without those the skill loads but fails at the first command.