You need a fifteen-second promo for a launch on Friday. The old path: brief an editor, wait a day for the first cut, watch the brand colors come back wrong, ask for a change, wait again. By the time it looks right, the launch is half over.
There is a shorter path now. You open the agent you already use for work, type what the video should say, and it builds the whole thing. Wrong color? You say so. Runs too long? You say so. It re-renders in place.
No timeline. No new app to learn. The video is a conversation.
What The Tool Actually Is
The tool is Remotion. It is a library that makes videos out of React code, which sounds like a developer thing, and for years it was. What changed is the skills.
Remotion now ships a set of Agent Skills. A skill is a small instruction pack that teaches an agent how to do one job well. Once installed, Claude Code or Codex knows how to build a Remotion video from a plain-language request, preview it, and edit it on command. You never touch the code unless you want to.
The skills are not one big button. Each one covers a job:
| Command | What it does |
|---|---|
/remotion-create | Start a new video or add a scene to an existing one |
/remotion-render | Turn the project into a finished MP4 or a still image |
/remotion-captions | Add subtitles or captions to a clip |
/remotion-markup | Write the on-screen animation the right way |
/remotion-interactivity | Make a piece of the video editable in the preview window |
/remotion-best-practices | The umbrella skill that pulls in all the others |
You mostly live in two of them: /remotion-create to build and /remotion-render to export.
What Is A Remotion Skill?
A skill is a set of written instructions you drop into your agent that teaches it one job. The Remotion skill teaches Claude Code or Codex how to build, preview, and edit a Remotion video from plain English. You install it once, and from then on the agent knows the whole workflow so you can ask for a video in normal words instead of writing any code.
Setup Is One Command
The whole install is a single line. Run it inside the project folder where you want the video to live.
Copy the install command:
Copy this.
npx skills add remotion-dev/skills
That pulls the skills into your agent. If you are starting from nothing and want a project scaffolded at the same time, this one does both:
Copy this.
bun create video
You need Node installed for the first command to run. If you have ever run an npx command before, you are set. If you have never installed an agent skill, read how Claude Code skills work first, then come back. The mechanics are the same for every skill.
Done. The skills are live in your agent.
If you use Claude Code
Open Claude Code in the folder, run the install line above, and start a request with /remotion-create. The agent builds the video and opens Remotion Studio, a preview window in your browser where the video plays. You watch it there while you make changes.
If you use Codex or Cursor
Same install line, same slash commands. The skills are written to work across agents, so the request you type does not change. Pick whichever agent you already run your business on.
Your First Real Build
Do not overthink the first one. Give it a real job you actually need.
Copy the create prompt:
Copy this.
/remotion-create A 15-second promo video for [YOUR BUSINESS NAME]. Open on the logo, then three benefit lines that slide in one at a time: [BENEFIT ONE], [BENEFIT TWO], [BENEFIT THREE]. Brand colors are [HEX ONE] and [HEX TWO]. End on the tagline "[YOUR TAGLINE]".
Fill the brackets with your own words. A real example: "A 15-second promo for Ledger & Co. Open on the logo, then three lines: Books closed in a week, One report every Monday, No chasing receipts. Brand colors are #0B3D2E and #E8C547. End on the tagline Your numbers, finally on time."
The agent writes the video and shows you the preview. First render is slower than you expect because it installs packages once. After that it is quick.
Changing It Is Just Talking
This is the part that replaces the editor back-and-forth. You do not open a tool to make an edit. You describe the edit.
Copy the edit prompt:
Copy this.
Change the second benefit line to read "[NEW TEXT]". Slow the whole thing down so it runs 20 seconds instead of 15. Make the accent color [NEW HEX] everywhere.
Each sentence is one change. Colors, timing, wording, the order things appear, how fast they move. Say it plainly and it updates in the preview.
When something looks wrong, be literal about what you see. That is the recovery move. If a line runs off the bottom of the frame, say: the third line is cut off at the bottom, move it up. If the logo flashes too fast to read, say: hold the logo on screen for two seconds before the text starts. The agent is reading your description, so describe the actual problem, not a vague feeling.
When it looks right, export it:
Copy this.
/remotion-render
You get an MP4 you can post, send to a client, or drop into an ad.
What You'd Actually Use This For
The value is not one hero video. It is the videos you skip today because briefing them out is not worth it.
Client promos. Build a fifteen-second spot per client from the same template, swap the name and colors by typing two lines. What used to be a half-day edit becomes minutes.
Ad variations. Make one promo, then ask for five versions with different hooks and colors to test. Same base, five renders, no re-editing.
Report graphics. Ask for an animated bar chart of last quarter's numbers to open a client report or a pitch. It reads cleaner than a static screenshot.
Captions on old clips. Point /remotion-captions at a talking-head video and get burned-in subtitles without opening a caption editor.
Feature explainers. A short animated walkthrough of one product feature, rebuilt in a sentence every time the feature changes.
The pattern under all of these is the same. If a video is something you would make once and forget, hire it out. If it is something you have to make again and again with small changes, this is where the hours come back. You build the template once and every future version is a two-line request.
Honest, The Limits You Should Know
This is fast and it is real, but a few things will bite you if nobody says them out loud.
The license is not free for every company. Remotion is free for individuals, non-profits, and for-profit companies with up to three employees. Above three employees, a for-profit company needs a paid Company License from remotion.pro. Check where your business sits before you ship client work with it. This is a real cost, not a footnote.
You need Node on the machine. The install command will not run without it. On a fresh computer that is one extra install first.
It writes code, and sometimes code breaks. You do not have to read the React, but when a render fails, the fix lives in the code, and you will lean on the agent to repair it. On a bad day that is a few rounds of back and forth instead of one.
It is not a replacement for a human editor on brand films. For a hero video that carries your whole reputation, hire the editor. This shines on the repeatable, templated motion graphics you would otherwise never make.
The first render is slow. It installs packages once. Do not judge the speed by run one.
None of these are dealbreakers for the job it is good at. They are the difference between using it well and getting stuck on a Friday.
Do One Thing This Week
Pick one video you have been putting off. A launch promo, a set of ad variants, an animated chart for the next client report. Run the install line, paste the create prompt with your own details, and make that one video. Ten minutes, one render.
If it comes out wrong, you learned the tool for the price of ten minutes. If it comes out right, you just took a job off someone's plate and made it a sentence you type yourself.