Waboom AI
AI Training

AI Training

AI Team TrainingPopular

Hands-on workshops for marketing, sales, operations, and customer service teams.

AI Strategy Workshop

Executive workshops for leadership teams. Identify opportunities. Calculate ROI. Walk out with a roadmap.

Claude Code Workshop

Build apps in hours not months. Ship websites, automations, and tools with AI.

AI Training for Teams

AI Training for Teams

Hands-on workshops for marketing, sales, operations, and customer service teams. Not theory. Real tools. Real tasks. Real outcomes.

2,000+ people trained across NZ

Learn more
AI Automation

AI Automation

AI Agents & AutomationPopular

Your AI workforce: outbound, proposals, knowledge and support agents. Find buyers, write SOWs, answer every call.

AI Retainer Support

Already built with us? Stay on retainer and we keep shipping new agents and features for your business.

Microsoft Copilot Agents

Build custom Copilot agents in Power Automate & Copilot Studio. Automate workflows across your entire Microsoft 365 ecosystem.

Waboom Concierge

Personalised inbound for premium brands. An AI concierge greets every visitor, builds an on-the-spot quote, and books a real conversation.

AI Automation & Integration

AI Automation & Integration

We build faster and more cost effectively than traditional development teams. You tell us the problem. We deliver the solution.

30+ projects live in 24 months

Learn more
AI Voice Agents

AI Voice Agents

AI Voice Agents

24/7 AI-powered phone agents for inbound & outbound calls. Never miss a lead, handle enquiries, book appointments automatically.

AI Receptionist

Pay-as-you-go inbound receptionist. Answers, transfers calls, takes messages inside your VoIP. $1/min with auto top-up.

Voice Agent Pricing

Transparent pricing for AI voice agents. See costs per minute and platform fees.

AI Voice Agent Demo

Talk to Michelle on three voice AI engines side by side. Hear the latency, find the model that fits.

Listen to Our Voices

Preview all 32 AI voice agents across NZ, AU, UK and US. Find the perfect voice for your brand.

Case Studies

Real customer results. Vendor leads, viewings booked, relationships scaled. Every story has the math.

AI Voice Agents

AI Voice Agents

Never miss a lead. AI agents that answer calls 24/7, qualify prospects, and book appointments automatically.

30+ voice agents deployed

Learn more
Case Studies

Case Studies

Melbourne: 5 listings from one 14-year dormant contactPopular

$2.9M of CBD apartments relisted by the same agent who sold them in 2012. AI dialled the dormant number.

Home builder: AU$374.4M in lost sales uncovered

5,200 cold calls into a 70,000-prospect CRM. 234 confirmed lost deals at AU$1.6M each. A very leaky bucket.

Sydney agent: 141 vendor leads in 90 days

9,856 dials, 1,997 conversations, 141 warm-transferred sellers at $32.74 each.

Christchurch developer: 49 viewings in 14 days

931 Meta leads called same-day. 49 viewings booked at $7.12 each.

City Sales Auckland: 100,000+ relationships

How a leading Auckland firm strengthened over 100,000 client relationships with AI.

See all case studies

Browse every Waboom customer case study in one place.

Real numbers from real Waboom customers

Real numbers from real Waboom customers

Vendor leads. Viewings booked. Relationships scaled. Every story has the math.

5,000+ AI-handled conversations

Learn more
Resources

Resources

AI Resources & Guides

Free templates, frameworks, and implementation guides to help you adopt AI effectively in your organisation.

Blog

Expert insights on AI voice agents, automation strategies, and industry best practices from the Waboom team.

Workshop Tutorial Videos

Paid-attendee video library. Cowork 101 and Claude Code 101, on demand with clickable chapter navigation.

AI Resources Hub

AI Resources Hub

Free tools and guides to help you implement AI effectively. From policy templates to ROI calculators.

New resources added monthly

Learn more
Contact

Contact

Contact Us

Get in touch with our team. We'd love to hear about your AI goals.

About Waboom AI

Learn about our mission, team, and why we're passionate about AI adoption in NZ.

Let's Talk AI

Let's Talk AI

Whether you need training, automation, or strategy - we're here to help you adopt AI effectively.

Response within 24 hours

Learn more
09 885 9695 (NZ)+61 485 027 479 (AU)
  1. Home
  2. /Resources
  3. /AI Video Editing
Free guide · Claude Code

Edit social videos with AI, no editor needed

Turn a raw phone clip into a polished, on-brand social video without ever opening a video editor. You talk to Claude Code in plain English. The video-use skill cuts the dead space, adds captions, can set it to music, and exports a clip ready to post. Use your own footage, logo and brand colours, and follow along start to finish.

RAW CLIP
EDITED BY AI

An example of the result: cropped to vertical 9:16, filler and dead space cut, brand-coloured captions burned in, a logo added, and a gentle colour grade. Yours comes out in your own colours and style.

What this is. video-use is a free, open-source editing tool that runs inside the Claude Code desktop app. It lives on GitHub (a public code library), and Claude downloads it for you in Step 3, so you never need a GitHub account. It cuts and exports the video; posting to social is a separate step. This gets you the finished clip, fast and on-brand.

Before you start

  • The Claude Code desktop app (Windows or Mac), signed in.
  • An ElevenLabs API key (Step 1). It reads the words in your video.
  • A folder with your own clip to edit (Step 5). A logo, brand note and music track are optional.
New to Claude Code? Do the one-time setup first. It walks you through installing Claude Desktop, Node.js and Git, about 15 minutes, no terminal and no GitHub account. Then come back here.

1Get your ElevenLabs API key

  1. Log in at elevenlabs.io.
  2. Bottom-left, click Developers, then the API Keys tab.
  3. Click + Create Key (top right) and give it a name.
Claude mascot holding an API key
ElevenLabs Developers API Keys page with the Create Key button
Developers, then API Keys, then + Create Key.

A box shows your new key. Copy it now, it is only shown once.

ElevenLabs new API key dialog with a Copy to Clipboard button
Click Copy to Clipboard, then keep the key somewhere safe.
Keep it secret. Anyone with your key can spend on your account. Never put it in a screenshot, email, or webpage. If it ever leaks, delete that key in ElevenLabs and create a new one.

2Open Claude Code and trust the folder

  1. Open the Claude Code desktop app and go to the Code tab.
  2. Set the environment selector (top of the prompt box) to Local.
  3. When it asks Trust this workspace?, click Trust Workspace. This lets it read and edit files in that folder.
Claude Code Trust this workspace dialog
Click "Trust Workspace" for your video-use folder.
What is a skill? video-use is a Claude Code skill. You don't press a button to start it. Just describe what you want and Claude uses it automatically.
Two folders, don't mix them up. The tool (video-use) installs once to Documents\Video-use, you never edit videos there. Your videos live in a separate project folder that you set up in Step 5. Whichever folder you open, click Trust Workspace when asked.

3Install & set up video-use (one time)

In the Code tab, paste this and click Approve on the prompts that appear:

Set up https://github.com/browser-use/video-use for me. I'm on Windows. Install ffmpeg and uv too if they're missing, and adapt any Mac-only steps for Windows.

This installs the tool from github.com/browser-use/video-use. It's free and open source, and you don't need a GitHub account, Claude clones it for you.

Claude installs everything and downloads the tool. Near the end it stops and hands you one line to run yourself, because it isn't allowed to link a tool into its own skills folder (a safety rule). This is the only command a human types.

  1. Press Win + X, then click Terminal.
  2. Paste this entire line (start at New-Item) and press Enter:
New-Item -ItemType Junction -Path "$env:USERPROFILE\.claude\skills\video-use" -Target "C:\Users\YOU\Documents\Video-use"
The -Target path must point to where Claude downloaded the tool, it tells you the path in Step 3. Swap the C:\Users\YOU\Documents\Video-use part for yours.

Back in the app, tell it: done, the junction is created.

4Add your ElevenLabs key

Open the .env file in your video-use folder (Documents\Video-use\.env) and paste your key on its own line:

ELEVENLABS_API_KEY=paste_your_key_here

Don't want to touch files? Just tell Claude in the Code tab and it will do it for you:

Put my ElevenLabs key in the video-use .env as ELEVENLABS_API_KEY: PASTE_YOUR_KEY_HERE

Without this key it can't read the words in your video, so it won't run.

5Set up your own project folder

Make a new, empty folder for this job and drop in your raw video. That is the only file you need to start. Add a logo and a short brand note when you want the edit to come out as yours:

my-clip/
  raw.mp4            your video (any name, any length). The only file you need.
  brand/             optional. Makes the edit match your brand.
    brand.md         your brand note (template below)
    logo.png         your logo (PNG with a transparent background works best)
  music.mp3          optional. A track to play behind it (see "Music is optional").

Create brand/brand.md and fill in your own details. Claude reads this and follows it, so the captions, colours and logo all match your brand:

# Brand guide

Colours:
- Primary (captions + accents): #198FFF
- Text on video: #FFFFFF

Fonts:
- Captions / headlines: Montserrat Bold

Captions:
- Style: bold, 2 to 3 words on screen, word-by-word highlight
- Position: centred, lower third, inside the safe margins

Logo:
- File: logo.png
- Placement: top-right, small

Tone: punchy and friendly

In the Code tab, open this folder, and make sure the environment is set to Local.

Claude Code prompt box showing the open folder chip and the Local environment selector
The open folder (bottom-left) and the Local selector (bottom-right).
One job = one clean folder. video-use reads every video in the folder you open. Keep one job's clips in their own folder so it doesn't process unrelated videos.
No logo or brand note yet? You can still run it. Leave the brand folder out and the prompt will use clean, neutral captions. Add your branding later and run it again.

6Tell it to edit (the prompt)

This is the part that matters. Paste this prompt as-is for a punchy 15-second vertical clip. Change the bits in [BRACKETS] only if you want something different:

Use the video-use skill on the clip(s) in this folder.

GOAL: Turn this into a punchy 15-second vertical social clip that grabs attention in the first second.

FORMAT: 9:16 vertical, for Reels / TikTok / Shorts.
LENGTH: 15 seconds, hard cap. Pick the strongest moments and build the clip around them.
HOOK: Open on the single best line or visual.

EDIT:
- Cut all filler (um, uh, like), false starts and dead space. Snap every cut to a word boundary.
- Keep only the best takes. Tighten hard to hit 15 seconds without feeling rushed.

MUSIC + RHYTHM:
- Cut to the rhythm of the speech so the edit feels tight.
- If there is a music track (music.mp3) in this folder, also add it as a background track, duck it under any speech, detect its beat and cut on the beat. Don't add any music I haven't supplied.

CAPTIONS:
- Burn in captions: bold, 2 to 3 words on screen at a time, word-by-word highlight, centred and inside the safe margins.
- Match the caption colour and font to brand/brand.md.

BRAND + LOOK:
- Follow brand/brand.md and use the assets in brand/ (logo, colours, fonts).
- Place the logo small in a corner. Apply a clean colour grade in the brand colours, keep skin tones natural.

Propose the plan in plain English first and WAIT for my OK before rendering.
Then render to edit/final.mp4, watch it back, fix any off-beat cuts or caption timing, and save the setup to project.md so the next clip matches.

Then it's a conversation: it transcribes the audio, proposes a plan, you say yes go, it renders, and you tweak in plain English (“subtitles bigger”, “tighter at 0:08”, “logo smaller”, “cut harder on the beat”).

Output: your finished video appears at edit/final.mp4 inside your folder. Keep the app open while it renders.

What it can & can't do (vs CapCut)

It beats CapCut at the hard, repetitive part, the cutting, on-brand captions and music timing, fast and automatic. It isn't a drag-and-drop sticker editor.

Featurevideo-use?
Smart cutting (filler / dead-space removal, best takes)Yes, its strength
Cut to the beat of the musicYes, detects beats with code
Branded captions / subtitlesYes, strong
Colour grading + logo overlayYes
Custom motion graphics (counters, kinetic text)Yes, generated with code
Transition packs (swipe / zoom / glitch)No library (custom only)
Sticker / emoji / GIF storeNo, but it can overlay one you supply
Filters store, green screen, auto-reframeNot built in
Drag-and-drop timelineNo, you direct it in plain English

Music is optional

You don't need to supply a track. With no music, it cuts to the rhythm of your speech. Want a track behind it? You already have an ElevenLabs account from Step 1, so generate one there instead of hunting for royalty-free clips.

  • In ElevenLabs, open Music, describe the vibe you want, and download the track (paid plans). It's royalty-free and yours to use.
  • Drop that file in your project folder as music.mp3. The prompt already tells Claude to set the cuts to its beat.
  • A track with a clear, steady beat gives the best beat-synced edit. Big drops and tempo changes are harder to cut to. Generating music is a separate step, not built into video-use.

The 3 golden rules

  1. Describe, don't micro-direct. Give it the brief and let it propose the cuts.
  2. Make it propose a plan first, then approve. It's built to wait, use that.
  3. Iterate in plain English. “Subtitles bigger”, “tighten 0:08”, “cut harder on the beat”.
Waboom AI

Empowering New Zealand and Australian businesses with AI voice agents and automation that deliver real, measurable value.

info@waboom.ai+64 9 885 9695 (NZ)+61 485 027 479 (AU)
Level 8, 139 Quay Street
Auckland CBD, New Zealand

Voice Agents

  • AI Voice Agents
  • AI Receptionist NZ
  • AI Receptionist Australia
  • AI Phone Answering
  • AI Virtual Receptionist
  • AI Receptionist Pay As You Go
  • Waboom Concierge
  • Medical Answering Service
  • Answering Service Australia
  • AI Sales Agent
  • Voice Agent Pricing
  • Listen to Voices
  • Real Estate Guide

By Industry

  • Real Estate
  • Mortgage Brokers
  • Insurance Brokers
  • Property Managers
  • Medical Clinics
  • Dentists
  • Vets
  • Childcare + ECE
  • Car Dealerships
  • Construction + Builders
  • Electricians
  • Plumbers
  • HVAC
  • Accountants
  • Law Firms
  • All industries and regions

Workshops

  • All Workshops
  • AI Team Training
  • AI Strategy Workshop
  • AI Champion Workshop
  • Claude Team Training
  • Claude Code Workshop
  • Lovable Workshop
  • Free AI Workshop

Automation

  • AI Automation
  • Microsoft Copilot Agents
  • Integrations

Company

  • About Us
  • Contact
  • Partners
  • Pipedrive Partner
  • Resources
  • Blog
  • AI Agency NZ
  • AI Agency Australia

Powered by leading AI technologies

VAPIOpenAIZapierMakeStripe

© 2026 Waboom.ai. All rights reserved.

PrivacyTermsSecurity