AudioEditor

Transcribe audio with Whisper and edit with ffmpeg.

1|1|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/RooseveltAdvisors/claude-agent-stack --skill audioeditor-rooseveltadvisors
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: AudioEditor
Source: https://github.com/RooseveltAdvisors/claude-agent-stack/tree/main/skills/Utilities/AudioEditor
Command: npx skills add https://github.com/RooseveltAdvisors/claude-agent-stack --skill audioeditor-rooseveltadvisors

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the tedious process of cleaning and editing audio and video recordings, saving significant time and effort in post-production.

Core Features & Use Cases

  • Intelligent Transcription: Generates word-level transcripts using Whisper.
  • Automated Editing: Identifies and removes filler words, stutters, false starts, and dead air with precise cuts and crossfades.
  • Optional Cloud Polish: Integrates with Cleanvoice API for advanced mouth sound removal and normalization.
  • Use Case: Clean up a podcast recording by removing all "ums," "ahs," and long pauses, resulting in a professional-sounding final product.

Quick Start

Use the AudioEditor skill to clean the audio file 'my_recording.mp3'.

Frequently Asked Questions about AudioEditor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I remove filler words and dead air from a podcast recording?

To remove filler words and dead air from a podcast recording, this Skill uses Whisper for word-level transcription and Claude for analysis to identify precise cuts. It then automatically removes stutters and false starts, applying crossfades for seamless audio cleanup.

What is the best way to automate audio cleanup for video editing?

The best way to automate audio cleanup for video editing is using AI-powered analysis to detect and cut unwanted segments. This Skill transcribes the audio, intelligently identifies dead air and filler words, and executes automated edits with crossfades via ffmpeg.

Does automated audio editing work with MP3 files?

Yes, automated audio editing works with MP3 files by processing the input through Whisper for transcription and ffmpeg for cutting. You can directly clean audio files like 'my_recording.mp3' to remove filler words and fix dead air automatically.

Can I use Cleanvoice API to polish audio after removing filler words?

Yes, you can use the Cleanvoice API for optional cloud polishing after removing filler words. This integration performs advanced mouth sound removal and audio normalization, resulting in a professional-sounding final podcast product.

How does intelligent cut detection work for fixing audio?

Intelligent cut detection for fixing audio works by generating a word-level transcript via Whisper, then analyzing the text to identify stutters, false starts, and long pauses. It automatically applies precise cuts and crossfades to clean the dead air.

Do I need an API key to clean up a podcast recording?

You do not need an API key to perform standard podcast cleanup, as transcription and editing use Whisper, Claude, and ffmpeg locally. An API key is only required if you choose the optional cloud polish feature via the Cleanvoice API.