AudioEditor

Automate audio/video editing with transcription, cut detection, and ffmpeg.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/GratefulJinx77/tai --skill audioeditor-gratefuljinx77
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: AudioEditor
Source: https://github.com/GratefulJinx77/tai/tree/main/.tai/skills/utilities/AudioEditor
Command: npx skills add https://github.com/GratefulJinx77/tai --skill audioeditor-gratefuljinx77

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires whisper, claude, ffmpeg, cleanvoice, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of audio/video editing, including transcription, intelligent cut detection, and optional cloud polish, saving time and effort in post-production.

Core Features & Use Cases

  • Transcription: Automatically transcribe audio/video content with word-level timestamps.
  • Intelligent Cut Detection: Identify and remove dead air, filler words, and unnecessary segments.
  • Automated Editing: Apply crossfades and room tone extraction for seamless transitions.
  • Optional Cloud Polish: Enhance audio quality with cloud-based processing.
  • Use Case: Ideal for podcasters, speakers, and content creators looking to streamline their audio/video editing workflow.

Quick Start

Use the AudioEditor skill to clean up the audio in your podcast file 'podcast.mp3'.

Frequently Asked Questions about AudioEditor

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

FAQPage Schema
How do I automate audio editing to remove filler words and dead air from a podcast?

Automate audio editing by transcribing audio with word-level timestamps, detecting dead air and filler words, and removing unnecessary segments automatically. This streamlines post-production workflows for podcasters and content creators without manual timeline scrubbing.

How does intelligent cut detection work for post-production audio processing?

Intelligent cut detection uses Claude to analyze transcribed text and timestamps, identifying filler words, dead air, and unnecessary segments. It then applies ffmpeg editing commands to remove them and inserts crossfades with room tone extraction for seamless transitions.

Can I use Whisper transcription and ffmpeg together for automated video editing?

Yes, Whisper handles transcription with word-level timestamps while ffmpeg executes the actual audio and video editing operations. Claude analyzes the transcription data to detect cuts, and ffmpeg applies crossfades, room tone extraction, and segment removal.

Does the AudioEditor Skill require Cleanvoice for cloud polish, or is it optional?

Cleanvoice is an optional dependency for cloud-based audio polish. The core transcription, intelligent cut detection, and automated editing with ffmpeg work independently without requiring cloud processing or a Cleanvoice subscription.

What's the best way to add crossfades and room tone extraction when editing audio?

Apply crossfades and room tone extraction automatically through Claude's analysis of transcription timestamps paired with ffmpeg processing. The intelligent cut detection identifies segment boundaries and generates ffmpeg commands for seamless transitions between edited audio regions.

What are the limitations of automated transcription-based cut detection for audio editing?

Automated cut detection relies on Whisper transcription accuracy and Claude's semantic analysis of filler words and dead air. Complex audio with overlapping speech, heavy accents, or poor recording quality may reduce transcription precision and affect edit point detection accuracy.