mcpbeat

Remotion Render

remotion-dev/remotion-remotion-render

Export a Remotion video

This is a copy. The original lives at remotion-dev/remotion-render.

1k tokens
context cost
the whole folder, loaded on every use
4
files
instructions only
1
copies elsewhere
how many repositories repackaged it
55471
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/remotion-dev/remotion --skill remotion-render

What comes with it

3 839 bytes besides the instruction
agents/openai.yaml
assets/remotion-icon.png
transparent-videos.md

The instruction itself

2 sections, as written by the author

General rendering strategy

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

Transparent videos

See Transparent videos for rendering out a video with transparency.

Repackaged in 1 other repositories

same content, different owner
remotion-dev/skills open on GitHub →

How to use it

Copy the folder

Take remotion-dev/remotion-remotion-render from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.

Install what it needs

The instructions reference npx. Without those the skill loads but fails at the first command.