ScreenKiteScreenKite
    FunctiesTarievenShowcaseGidsBlog
    Features
    Inloggen
    Tutorials

    How to Edit a Screen Demo with Claude Code on Mac

    Record a product demo in ScreenKite, start Claude Code in the project folder, and ask for a transcript cut. The cut list comes back first, and nothing moves until the agent applies it. Free to start, $79.99 once for Pro.

    20 september 2026·8 min. leestijd

    Table of Contents

    • What you need
    • How to edit a demo with Claude Code in the terminal
    • Method 2: the chat panel inside ScreenKite
    • Go further with skills
    • What ScreenKite gives Claude Code
    • How it is built
    • Tips for a cleaner first pass
    • Facts
    • Common questions
    • Can Claude Code edit video on a Mac?
    • Does Claude Code wait for my approval before it cuts?
    • Do I pay ScreenKite for the AI?
    • Does my recording get uploaded?
    • Can I undo what Claude Code did?
    • Which other agents work the same way?
    • Conclusion

    You already pay for Claude Code, and your demo recordings still need an hour of cutting. Claude Code can do that first pass if the editor gives it real editing tools instead of a screenshot to click.

    The short answer: record the demo in ScreenKite, start Claude Code in the folder that holds the project, and ask for a transcript cut with the plan first. Claude Code returns the list of cuts, you read it, and the cuts land when the agent applies them.

    💡

    Free to start. Pay once to own.

    • Every editing feature is free, including the agent tools.
    • Free export carries a brand watermark and outro. Pro removes both.
    • Pro is one payment of $79.99 for 3 Macs. Founder price until 2026-10-31, then $99.99.
    • 14-day refund, no reason asked. Claude Code bills to your own plan. The ScreenKite AI fee is $0.

    ScreenKite

    What you need

    • A Mac on macOS 15 or later, Apple Silicon or Intel.
    • ScreenKite, signed in with your account.
    • Claude Code installed from Anthropic's documentation.
    • A recording. Any screen demo with a voice track works.

    How to edit a demo with Claude Code in the terminal

    Step 1. Record or open the demo. Record in ScreenKite, or open an existing project. ScreenKite saves each project as a bundle on your disk.

    Step 2. Set up transcription once. The agent cuts from the words, so it needs a transcript.

    1. Open Settings, Transcription, then the Word-Level tab.
    2. On Apple Silicon, set the provider to Local, pick a WhisperKit model and click Download Selected Model. The audio never leaves your Mac.
    3. On Intel, set ElevenLabs cloud transcription on the same screen.

    Step 3. Start Claude Code next to the project.

    cd ~/Desktop
    claude
    

    Step 4. Ask for the plan, not the cut.

    Open ~/Desktop/Recording.skbundle and do a transcript cut.
    Remove false starts, filler words and dead air.
    Show me the cut list first. Do not apply anything until I say yes.
    

    Claude Code returns each cut with its time range and a reason, such as a false start or a filler word, plus the new running time. The timeline has not changed yet.

    Step 5. Read the list, then apply. Check the first and last cut, where a clipped word hurts most. Reply "yes", and Claude Code sends the second call that applies the cuts. Ask for changes first if a cut looks wrong.

    Step 6. Check and export. Scrub the result in ScreenKite, then export a local MP4.

    What this does well:

    • Removes false starts, fillers and dead air from a talk track in one pass.
    • Keeps every cut as an ordinary edit on the ScreenKite timeline, so you can undo it.
    • Leaves the project on your Mac.

    What to watch:

    • Claude Code in a terminal is not gated. It can send the plan call and the apply call itself, so the "show me first" line in your prompt matters.

    Method 2: the chat panel inside ScreenKite

    ScreenKite has a built-in AI chat panel with the same editing tools, and no terminal.

    1. Open the project in ScreenKite.
    2. Open the AI chat panel in the editor.
    3. Ask for the same transcript cut.

    The chat panel gates each tool on its risk tier. Pick the approval mode that stops before a cut, and you approve each plan in the panel.

    Go further with skills

    ScreenKite publishes prompt bundles for Claude Code in its awesome-ai-video-editing repository. Install them once:

    npx skills add ScreenKite/awesome-ai-video-editing
    

    The B-roll skill maps your cut transcript to beats, proposes a set of visual slots, renders them and places each one as a scene layout on the timeline. Call it by name in Claude Code.

    What ScreenKite gives Claude Code

    • A real multi-clip timeline. The agent cuts, trims and lays out scenes on the same timeline you use.
    • A plan for the edits that change meaning. Cuts, filler and dead-air removal, chapters, caption imports and voiceover swaps show their plan before they apply.
    • Your own agent plan. Claude Code bills to the plan you already have. ScreenKite adds no AI fee.
    • One app from recording to export. No round trip through a second editor.

    One product demo once took me an afternoon. Screen Studio was slow and thin on editing, so the clip went to Final Cut. I fixed the cuts, the animations broke, and I exported again. Two tools, two payments, one afternoon gone. With Claude Code on the ScreenKite timeline, the first pass is a prompt.

    How it is built

    • 83 purpose-built editing tools per window. Each open editor window serves them over local loopback, one server per window, shaped by tens of thousands of hours of video-editing practice. Claude Code calls editing operations, not pixels on a screen.
    • The same mutation coordinator as the buttons. A tool edit registers undo exactly like a click, so an agent pass is as reversible as your own.
    • Propose, then commit, on named actions. A timeline cut, the silence, word and dead-air cuts, generated chapters, caption import and patch, and voiceover and camera replacement return a plan on the first call and mutate nothing. A second call applies it. Removing a track or an asset applies at once.
    • A revision guard. Each agent edit carries the project revision it expects, which protects the timeline from an edit made against a stale copy.
    • Transcription on the Mac. WhisperKit runs on Apple Silicon, so the talk track is transcribed without an upload.

    Tips for a cleaner first pass

    • Name what to keep. "Keep the pause before the price reveal" saves a round of fixes.
    • Cut in passes. Ask for fillers first, then pacing. Short plans are easier to read.
    • Proofread product names. Speech recognition mishears brand names. Ask Claude Code to fix them before it builds captions.
    • Check the ends. Read the first and last cut in every plan.
    • Save a prompt file. Keep your house rules in a text file and point Claude Code at it each session.

    Facts

    ItemValue
    ProductScreenKite
    PlatformmacOS 15 or later, Apple Silicon and Intel. Native Windows Beta (C++23 / Direct3D).
    PriceFree with a watermarked export and brand outro. Pro $79.99 once for 3 Macs. Founder price until 2026-10-31, then $99.99. No subscription. 14-day refund.
    AI fee$0. Agent usage bills to the plan you already pay for.
    Agent surface83 MCP tools per open editor window, local loopback. CLI: screenkite tool list, screenkite tool describe, screenkite tool call.
    Plan firstconfirm:false returns the plan, confirm:true applies it, on edit-timeline cut, edit-words, markers generateChapters, and the fx caption, voiceover and camera actions.
    Human checkpointCore Agent chat panel, gated on riskTier. The agent CLI and third-party MCP clients are not gated.
    AgentsClaude Code, ChatGPT Codex, Antigravity, Grok Build, Kimi
    ScreenKite facts as of2026-09-18

    Common questions

    Can Claude Code edit video on a Mac?

    Yes, when the editor exposes editing tools. In ScreenKite, Claude Code calls 83 editing tools on the open project, so it cuts, trims and lays out scenes on a real timeline.

    Does Claude Code wait for my approval before it cuts?

    Not by itself. A cut returns its plan first and applies on a second call, and Claude Code in a terminal can send both. Tell it to show the plan and wait, or use the chat panel inside ScreenKite, which gates on each tool's risk tier.

    Do I pay ScreenKite for the AI?

    No. Claude Code bills to the plan you already pay for. The ScreenKite AI fee is $0.

    Does my recording get uploaded?

    The project stays on your Mac. On Apple Silicon, transcription runs locally with WhisperKit. On Intel, transcription uses ElevenLabs, which you turn on in Settings. Claude Code sends your prompts and the text it reads to Anthropic, as it does in any project.

    Can I undo what Claude Code did?

    Yes. Agent edits register undo like a click. A timeline cut from the command line cannot be undone from the command line, so read the plan before you apply it, or undo in the editor.

    Which other agents work the same way?

    ChatGPT Codex, Antigravity, Grok Build and Kimi use the same tools and the same plan-first calls.

    Conclusion

    Record the demo, start Claude Code next to it, and ask for the plan first. ScreenKite gives the agent you already pay for a real timeline, for one payment.

    Try ScreenKite

    Table of Contents

    • What you need
    • How to edit a demo with Claude Code in the terminal
    • Method 2: the chat panel inside ScreenKite
    • Go further with skills
    • What ScreenKite gives Claude Code
    • How it is built
    • Tips for a cleaner first pass
    • Facts
    • Common questions
    • Can Claude Code edit video on a Mac?
    • Does Claude Code wait for my approval before it cuts?
    • Do I pay ScreenKite for the AI?
    • Does my recording get uploaded?
    • Can I undo what Claude Code did?
    • Which other agents work the same way?
    • Conclusion
    #claude-code#ai-agent#product-demo#transcript-editing#screenkite
    M
    Mike Chong

    Founder of ScreenKite. Mike records product demos and lessons on a Mac, and builds the recorder and editor he wanted for that work.

    www.screenkite.com

    Related articles

    muse-codeTutorials

    How to Edit Screen Demos with Muse Code and ScreenKite

    Install Meta's Muse Code CLI, connect ScreenKite's local MCP, and cut product demos with confirm:false plans on a real multi-clip timeline. BYO Muse Code, not an in-app catalog agent.

    15 september 2026·7 min. leestijd
    cluesoComparisons

    Clueso MCP vs ScreenKite: Screen Demos Your Own Agent Edits on Your Mac

    Clueso's MCP connector lets Claude, ChatGPT or Cursor drive its cloud editor on team plans with monthly export minutes. ScreenKite records and edits on your Mac with 83 local agent tools for one payment of $79.99.

    25 september 2026·7 min. leestijd
    product-demoTutorials

    How to Make a Product Demo Video That Actually Converts

    A practical guide to recording product demo videos that show value, not just features. Covers structure, recording setup, common mistakes, and export tips.

    17 februari 2026·7 min. leestijd
    ScreenKiteScreenKite· Gemaakt in Swift voor macOS
    TarievenGidsShowcaseBlogOndersteuningVergelijkenOnderwijskortingsprogrammaPrivacyVoorwaarden

    Alternatieven

    • Alternatief voor Loom
    • Alternatief voor QuickTime
    • Alternatief voor Camtasia
    • Alternatief voor ScreenFlow
    • Alternatief voor CleanShot X
    • Alternatief voor Snagit
    • Alternatief voor Tella
    • Alternatief voor Cap
    • Alternatief voor Screencastify
    • Alternatief voor Vidyard
    • Alternatief voor Descript

    Vergelijkingen

    • vs. QuickTime
    • vs. Loom
    • vs. Screen Studio
    • vs. OBS Studio
    • vs. Camtasia
    • vs. ScreenFlow
    • vs. CleanShot X
    • vs. Snagit
    • vs. Zoom
    • vs. Clipchamp
    • vs. Screencastify
    • vs. Bandicam
    • vs. ScreenPal
    • vs. Cap
    • vs. Tella