ailey-tools-audio

Automate audio format conversion, extraction, and transcription with FFmpeg and Whisper.

4|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/armoin2018/ai-command-center --skill ailey-tools-audio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ailey-tools-audio
Source: https://github.com/armoin2018/ai-command-center/tree/main/plugins/aicc-audio/skills/ailey-tools-audio
Command: npx skills add https://github.com/armoin2018/ai-command-center --skill ailey-tools-audio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires axios, commander, dotenv, fluent-ffmpeg, form-data, openai, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Provides a comprehensive, automated toolkit for audio processing tasks, including format conversion, video audio extraction, and transcription, reducing manual effort and enabling faster turnaround.

Core Features & Use Cases

  • Format conversion across 10+ formats (mp3, wav, flac, aac, ogg, etc.)
  • Audio extraction from video with demux support
  • Transcription via OpenAI Whisper
  • Silence-based slicing to optimize transcription workflows
  • Batch processing and multi-step pipelines (demux-transcribe)

Quick Start

Install dependencies and run the CLI to convert, extract, and transcribe audio.

Frequently Asked Questions about ailey-tools-audio

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

FAQPage Schema
How do I extract audio from video and transcribe it in one workflow?

You can extract audio from video and transcribe it by running a multi-step pipeline that demuxes the audio track and sends it directly to Whisper for transcription.

What audio formats can I convert using FFmpeg in this transcription workflow?

You can convert across over 10 audio formats including mp3, wav, flac, aac, and ogg using FFmpeg, ensuring compatibility with downstream transcription services.

Does audio silence detection help optimize Whisper transcription batch processing?

Silence-based slicing optimizes Whisper transcription by splitting audio files at silent points, allowing batch processing of smaller segments to improve accuracy and efficiency.

Can I use OpenAI Whisper to transcribe multiple audio files in batch?

Yes, you can transcribe multiple audio files in batch using the CLI, which applies input validation and error handling to process single or multiple files with sensible defaults.

Do I need an OpenAI API key to run the audio transcription CLI?

Yes, you need an OpenAI API key configured in your environment to use Whisper for transcription, alongside FFmpeg installed for audio processing and silence detection.

Why does my audio demux pipeline fail during format conversion?

Audio demux pipelines fail during format conversion due to invalid input formats or missing dependencies, but the CLI provides robust error handling to identify and report these issues.