Oleg MelnikovYouTube
free resource

Claude Code as your Instagram video editor

Drop your photos and a voice take on the left, say what you want, watch the reel appear on the right. Runs on your own laptop, free per video.

Jump to the setup steps or read the whole thing in writing.

8K views14:39 longPublished Aug 2026

Setup guide

  1. Open code.visualstudio.com
  2. Press the big blue download button
  3. Open the file it downloads and install it
  4. Open VS Code and leave it open
What is this?

A free editor from Microsoft. You will not write code in it. It is just the window everything else happens inside.

The one part you will use is the terminal: the menu is Terminal, then New Terminal, and a black panel opens at the bottom. That is where the two commands on this page get typed.

On a Mac, drag Visual Studio Code into Applications first, then open it from there.

What it actually is

A local app that hands your clips to Claude Code and lets you direct the edit in sentences, the way you would brief a human editor.

~50c
Claude usage per one-minute video
~30 min
Of work for that video
0
API keys to set up
Three panels. Your clips on the left, the conversation in the middle, the cut on the right.

Three panels. Left: everything you have. Clips, photos, a voiceover, music, dropped in unsorted. Middle: a sentence saying what you want. right: the edited video.

The thing that makes it work is the part you do not do. You never describe your footage. It watches every clip, works out what is in it, transcribes anything spoken, and decides which two seconds of a thirty-second take are the ones worth keeping.

So the instruction can be as short as "make a good video out of these", and that is a genuinely different interaction from every template-based editor, where you are still the one deciding what goes in slot three.

Two videos it made, and how

A storytelling reel about moving to paris. I gave it a pile of photos, a few music files and a voiceover, and said: use the voiceover as the storyline, stitch the visuals so they make sense against it. It matched the b-roll to what was being said, beat by beat. Photos in that example, but video works the same way and it cuts the parts that are not relevant.

A product ad from a single link. The materials panel contained one thing: a URL to a landing page for a travel-day tracking app. It read the site, pulled the screenshots, the visual style and the real reviews, and built a motion-graphics ad out of them. One prompt, no assets.

The honest quality line

This is not the standard of a top-tier editor and I would not pretend it is. The comparison that matters is not against a great editor, it is against the video you were not going to make because you could not afford one or did not have two hours. Against that, it is not close.

What a video costs, and how many you get

The surprising part: No API keys. The editing framework underneath is hyperframes from heygen, which is open source and free. Everything runs inside Claude Code, so you are spending plan usage rather than paying a separate bill.

Cost per one-minute video
About 50 cents of Claude usage
Time per one-minute video
About 30 minutes, scaling with length
Extra APIs
none
The framework
Hyperframes, open source, free

Because you are spending plan usage, the real question is how many videos a plan buys. Roughly:

Videos per month

Pro, $20
20 to 32
$100 tier
50 to 160
Largest plan
200 to 320

in practice

Pro, $20
Three to five a day against the daily limits
$100 tier
Comfortable for a serious posting schedule
Largest plan
agency volume

Ranges, not quotas: a complex video with lots of motion graphics costs several times a simple photo reel.

Using it

The materials panel is the whole input. Whatever is in here is what it can cut with.
  1. 1Start a new reel and drop the materials in

    Press new reel and put everything you have on the left: clips, photos, a voiceover, music. No order, no labels, no naming convention.

    You do not describe what any of it is. It watches each file, works out what is in it, transcribes what is said, and decides where it belongs. That is the part that makes this different from a template tool.

  2. 2Say what the video should be, in a sentence

    The middle panel takes plain english. "make a video about my trip to paris from these visuals, use the voiceover as the storyline, find some music, stitch it so it makes sense."

    You are briefing an editor, not operating an editor. What to make, not which cut goes where.

  3. 3Press build and go and do something else

    A one-minute reel takes about thirty minutes. You can watch every step in the middle panel, and you should not.

    This is the whole deal: it is slower than a human editor at the keyboard and it costs about fifty cents, and neither of those matters because you are not in the room.

  4. 4Review v1 and give feedback in words

    You get v1. Watch it, type what is wrong ("the cut at eight seconds is too early", "captions are too big"), and it produces v2. Then v3. Every version is kept.

    This is the correct mental model for the whole thing: it is a first draft from an editor you are giving notes to, not a render you either accept or throw away.

  5. 5Nail the style on five seconds before you build the whole thing

    The highest-value habit here. Ask it to edit only the first five seconds and give you four variations of the caption style, the font, the music.

    Pick one, then build the rest. Iterating on five seconds costs almost nothing. Discovering you hate the captions after a thirty-minute render costs thirty minutes.

  6. 6Save the style so you never re-explain it

    When a video finally looks right, press save this style. It reads back the fonts, the motion graphics and the general feel and stores them as a skill.

    Every video after that starts from your look instead of from nothing. This is what turns a good afternoon into a system: you pay the styling cost once.

The four things that make the output good

Underneath the panels it is still Claude Code in a terminal, which is why you can tell it what to change in a sentence.

The difference between people who get something postable and people who give up is these four, and none of them are technical.

  1. Style five seconds before you build sixty. Ask for four variations of the opening: font, caption style, music. Pick one. Then build. This saves more time than everything else here combined.
  2. Save the style when you like it. One button. It becomes a skill and every future video starts from your look rather than from default. You pay the styling cost once.
  3. Expect versions, like with a person. V1 is a first draft. Give notes, get v2. Anyone expecting the first render to be finished is going to be disappointed by a human editor too.
  4. Ask it when you are stuck. The app is running inside Claude Code. "how do I use a saved style" gets an answer in fifteen seconds, which is faster than asking me in the comments.

What it is not

  • Not fast. Thirty minutes a minute of video. Design your day around that, do not fight it.
  • Not a replacement for a great editor. It is a replacement for not making the video.
  • Not a script writer. It cuts the video. What to say is a different job, and The reels research system is the one that does it.
  • Not free of a plan. Pro or higher. The free Claude account cannot run Claude Code at all.
  • Not unlimited on Pro. Three to five videos a day is the honest ceiling there, which is plenty for one person and not enough for an agency.

If you want the other half, deciding what the video should be about, that is The reels system, and the account-level strategy is on The growth guide. Never used claude code? Start here, and This is what the plans cost.

If you get stuck

The things that actually go wrong, taken from the questions people ask under the video.

The terminal says “command not found: claude”

Installing the Claude Code extension in VS Code does not give you the Claude terminal command. The extension keeps a private copy for its own chat panel. That catches almost everyone, and it is not a broken setup.

To get the command, install Claude Code itself:

# macOS or Linux
curl -fsSL https://claude.ai/install.sh | bash

# Windows PowerShell
irm https://claude.ai/install.ps1 | iex

Then close the terminal window completely and open a new one. Skipping that is the second most common reason it still says not found. Check it worked with Claude --version.

Still not found on a Mac? Your PATH is missing the folder, so run these two lines:

echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc

Claude doctor prints a full health report if you are still stuck. And if you would rather never touch a terminal, the Claude Code desktop app does the same job with buttons.

One thing worth knowing before you install anything: Claude Code needs a paid Claude plan (Pro or higher) or an API account. The free claude.ai plan does not include it, so it can install perfectly and still refuse to sign you in.

What does this actually cost to run?

Claude Code comes with a Claude subscription: Pro at $20/month, or Max from $100/month for five or twenty times the usage. Usage is included, there is no per-run charge. The free plan does not include Claude Code at all.

Inside Claude Code, /status tells you whether you are on a subscription or an API key, and /usage shows how close you are to your plan limit.

Prices and free tiers move. These were checked in August 2026.

Is --dangerously-skip-permissions safe?

It does exactly what the name says: it turns off the ask-before-acting prompt, so Claude can edit files and run commands on your machine without checking with you each time. That is why it is fast, and that is the whole risk.

The honest version: in a project folder like this one, where you know what is inside and nothing valuable is nearby, it is a reasonable trade. Pointed at your whole home folder, or at a repo you have not read, it is not.

The safer default is to drop the flag. Claude "/prime" does the same work and asks first. You approve a few things at the start, then it stops asking about the same kinds of actions.

Questions people ask

How much does one video cost
About 50 cents in Claude usage for a one-minute reel, and no API keys at all. The editing framework underneath is HyperFrames from HeyGen, which is open source and free, so everything happens inside Claude Code and comes out of your existing plan rather than a separate bill.
How many videos can I make per month
It depends on your plan, because you are spending plan usage rather than credits. On Pro at $20 a month, roughly 20 to 32 videos, which works out at three to five a day against the daily limits. On the $100 tier, roughly 50 to 160. On the largest plan, roughly 200 to 320. Complex videos cost more than simple ones, so these are ranges rather than quotas.
How long does it take to make a video
About thirty minutes for a one-minute reel, scaling roughly with length. That is slower than a human editor at a keyboard, and it does not matter, because you are not sitting there. You brief it, leave, and come back to a first version.
Do I need to label or organise my footage
No, and this is the part that surprises people. Drop everything in unsorted. It watches each clip, works out what is in it, transcribes anything spoken, and decides where each piece belongs and what to cut. You never describe the material, only the video you want out of it.
Is the output as good as a professional editor
No, and I would not claim otherwise. A top-tier editor will beat it. The honest comparison is not against a great editor, it is against the video you were not going to make, because you could not afford one or did not have the two hours. Measured that way it wins easily.
Can it make a video with no footage at all
Yes. One of the examples I show started from nothing but a link to a landing page: it read the site, took the screenshots, the styling and the real reviews, and built a motion-graphics ad out of them. You can also just describe a motion-graphics video and get one with no materials at all.
What kinds of video can it make
The app has a what-it-can-do list covering the main shapes: a reel built from photos, footage cut to music, captions over a talking head, and motion graphics from scratch. There are templates for each underneath, which is why asking for style variations works so well.
What do I do when something breaks
Ask it. The app is running inside Claude Code, so typing "explain how I use the saved styles" or "this failed, what happened" gets an answer in a few seconds. Most problems people would post as a comment under the video are faster to solve by asking the thing that built the app.