Just watched a video by Nick Saraev (previous Goat here on Skool), and he basically has found a way to edit his business content automatically, and he uses these steps to do it. 1. Record your video normally in OBS (or whatever screen recorder you use). Save the MP4 into a folder on your computer that Claude Code can access. 2. Open Claude Code in plan mode and voice-transcribe this: "I want to build a workflow that takes a video as input, finds the silent gaps and cuts them, finds any spoken mistakes and cuts those too, then adds a little intro animation at the start. Before you plan, search the web for 3 existing approaches. Give me a plan for each." 3. Pick the approach that uses a "silence detector" first. There's a free tool that listens to your audio and marks exactly where you're talking vs. where you're silent. Combine it with ffmpeg (a free program that actually does the cutting) and hardware acceleration (which just means "use your computer's graphics card to make it run faster"). 4. Tell Claude to save the workflow so you can reuse it. Something like: "Save this as a reusable workflow I can trigger by name." That way you can turn it into a skill. 5. Trigger it! - Run it and you will have your video automatically edited for you. Thinking of running this to see how a result can turn out, but just wanted to share since I know people here are mostly posting content, and being able to automate the process is pretty cool