How do I take a raw talking-head recording, transcribe it, remove filler words, hesitations and dead air to match a reference "good cut", and render a clean final MP4 with Remotion — replacing the manual editing agency
the agent that answers this
Raw recording → clean cut (Claude + Remotion). Take a raw talking-head recording, transcribe it, remove filler words, hesitations and dead air to match a reference "good cut", and render a clean final MP4 with Remotion — replacing the manual editing agency.
- Cost
- Free
- on your own plan
- Runs
- On demand
- or scheduled
- Built from
- 10 steps
- 4 verified skills
- Runs in
- Claude or Codex
- as you
the steps
10 steps · 4 from verified skills- Step 1tool
Locate the raw recording (and optional reference): local file path if given, else the founder's Drive editing folder via authenticated Chrome
Your model fills this step- No integration? use a local file path
- No integration? open Drive in Chrome, read file IDs from DOM
- Step 2tool
Preflight: immediately before the first dependency-using step, make sure the remaining work has what it needs, so the run never fails halfway on a missing tool or an unconfigured account. Command-line tools (free, auto-install only if missing; idempotent, later runs find them present): ffmpeg - `ffmpeg -version` || install (`brew install ffmpeg` on macOS, `apt-get install -y ffmpeg` on Linux); Whisper - `python3 -c "import faster_whisper"` || `python3 -m pip install --user faster-whisper` (the video_qa verifier uses faster-whisper); gdown - `gdown --version` || `pipx install gdown`.
Analyze a screen recording of a manual process and produce targeted, working automation scripts. Extracts frames and audio narration from video files,…
Automate This Analyze a screen recording of a manual process and build working automation for it. The user records themselves doing something repetitive or tedious, hands you the video file, and you figure out what they're doing, why, and…
Full skill: automate-this - Step 3tool
Get the raw into the working dir: skip if local, else gdown the public Drive link
Your model fills this step- No integration? use local file in place
- No integration? gdown <fileId>
- Step 4
Extract audio and transcribe to word-level timestamps with faster-whisper distil-large-v3; run ffmpeg silencedetect for pause/sound boundaries
Your model fills this step - Step 5
Establish the target editing style. Default for this user: remove fillers, fumbles, false starts, retakes (including camera-adjust repeats), AND non-speech sounds (coughs/clicks); KEEP all real content AND natural pauses up to ~1 second
Edit any video by conversation. Transcribe, cut, color grade, generate overlay animations, burn subtitles — for talking heads, montages, tutorials, travel,…
Video Use Principle LLM reasons from raw transcript + on-demand visuals. The only derived artifact that earns its keep is a packed phrase-level transcript (takes_packed.md). Everything else — filler tagging, retake detection, shot…
Full skill: video-use - Step 6
Build the keep/cut edit decision list: (a) remove filler words; (b) remove fumbles/false-starts/retakes including camera-adjust repeats, but do NOT over-cut a meaningful restate (only cut a repeat when the earlier take is abandoned or wrong); for back-to-back verbatim repeats extend the cut past the Whisper word-end since it under-runs; (c) cap dead air by INTER-WORD gaps (not just silencedetect, which leaves room-tone gaps): keep pauses up to ~1s, trim longer ones down to ~1s, trim silent intro/outro tight; (d) remove non-speech sounds (cough/click/breath) that show up as non-silent blips inside kept pauses; (e) resume each cut ~0.06s before the next kept word so its onset consonant is not clipped
End-to-end turn an unedited long-form talking-head / vlog / podcast video into a compact "first cut" (rough cut). Use when asked to edit/剪辑 a raw YouTube (or...
--- name: video-cut description: > End-to-end turn an unedited long-form talking-head / vlog / podcast video into a compact "first cut" (rough cut). Use when asked to edit/剪辑 a raw YouTube (or local) video into a tighter version: download,…
Full skill: Video Cut - Step 7decision
Review gate: present the cut list (timestamps, removals, runtime delta) for approval before rendering
Decision step - Step 8tool
Render frame-accurately by concatenating approved kept segments via ffmpeg trim/concat (hardware h264_videotoolbox), preserving source resolution/fps
Video and audio processing with FFmpeg. Use for format conversion, resizing, compression, audio extraction, and preparing assets for Remotion. Triggers include…
FFmpeg for Video Production FFmpeg is the essential tool for video/audio processing. This skill covers common operations for Remotion video projects. Quick Reference GIF to MP4 (Remotion-compatible) ffmpeg -i input.gif -movflags faststart…
Full skill: ffmpeg- No integration? ffmpeg trim+concat filter_complex
- No integration? Remotion only for motion-graphics overlays
- Step 9decision
Quality gate: re-transcribe the rendered output and adversarially verify every flub/retake/non-speech sound is gone and NO words were clipped at the seams (spot-check resumed words, AND count speech runs via silencedetect for suspected doublings since fragment transcription hallucinates), intentional content and natural pauses up to ~1s are intact, and A/V is synced; fix any problems before delivery
Decision step - Step 10decision
Delivery gate: preview and, only on approval, save to destination (browser upload capped at 10MB; for multi-GB use drag-drop or rclone)
Decision step
common questions
How do I take a raw talking-head recording, transcribe it, remove filler words, hesitations and dead air to match a reference "good cut", and render a clean final MP4 with Remotion — replacing the manual editing agency?
The Raw recording → clean cut (Claude + Remotion) agent. A single clean MP4 with fillers/dead-air removed, a reviewable cut list (timestamps + words removed + runtime delta), saved back to the chosen destination after approval.
Is the Raw recording → clean cut (Claude + Remotion) agent free?
Yes. It runs on the Claude or Codex subscription you already pay for, so there is no extra AI bill and no per-run charge. You can build and run unlimited agents on the free plan.
How often does the Raw recording → clean cut (Claude + Remotion) agent run?
You choose: run it on demand, or put it on a schedule (hourly, daily, weekly). Once scheduled it runs unattended, as you, on your own machine.
What does the Raw recording → clean cut (Claude + Remotion) agent need to run?
Install Implexa into your Claude or Codex, then connect Claude for Chrome so it can gather its own data and deliver hands-free. Implexa never touches your accounts or credentials.
Does the Raw recording → clean cut (Claude + Remotion) agent use my data? Is it private?
It runs as you, on your own machine, on your real data. The model runs inside your own Claude or Codex, so Implexa never sees your data, accounts, or credentials. Your agent's memory is yours and travels with you across Claude, Codex, and whatever comes next.
How do I build the Raw recording → clean cut (Claude + Remotion) agent?
Install Implexa into your Claude or Codex, then say "build the Raw recording → clean cut (Claude + Remotion) agent" and approve the schedule. Implexa assembles the 10 steps (4 from verified skills) and it runs on its own. About 5 minutes to your first real run.
Can I change what the Raw recording → clean cut (Claude + Remotion) agent does?
Yes. Tell it what to change in plain language and it revises its steps; the next scheduled run uses the change, with no re-scheduling. Every change is versioned, and a run can even propose its own improvements.
changelog
2 proposed improvements- v5Jul 24manual
rebound step 2 (gap -> skills.sh/automate-this), step 5 (gap -> skills.sh/video-use), step 6 (decision -> clawhub/video-cut), and more
- v4Jun 10manual
Fine-tuned step 5/8 from review feedback: remove non-speech sounds (coughs), cap dead air by inter-word gaps, lead ~0.06s before resumed words to avoid clipping, do not over-cut meaningful restates, support fine word-level cuts
- v3Jun 10manual
added 1 step
- v2Jun 10manual
Refined cut spec: keep natural pauses up to ~3s (only trim longer), remove fillers + fumbles/retakes incl. camera-adjust repeats; support local source files; ffmpeg trim/concat render
- v1Jun 9generated
auto-generated from "Take a raw talking-head recording, transcribe it, remove filler words, hesitatio"
Agents are alive: every change is a version, and a run can propose improvements that get reviewed and applied.
related agents
- dailybuilder
How do I every morning, read the latest Implexa Boardroom Debate output and turn it into a prioritized action plan split across website, dashboard, and marketing inputs
Boardroom Debate → Daily Action Plan
- weeklybuilder
How do I draft the friday "what i shipped this week" thread with real metrics for X and LinkedIn
build-in-public weekly thread
- weekdaybuilder
How do I scan reddit, hacker news, X, and changelogs for product mentions, competitor moves, and buying-intent threads worth a reply
competitor and mentions digest
- dailybuilder
How do I every day, find the Hacker News threads in your expertise areas and draft authoritative, non-promotional comments, held for manual approval before posting
Daily Hacker News comment drafts