skills/audio-extract/SKILL.md
Extract audio tracks from video files using FFmpeg with format conversion options
npx skillsauth add hasna/skills audio-extractInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Rip audio from any video. Extract high-quality audio tracks from MP4, MOV, or MKV files. Convert to MP3, WAV, or FLAC for podcasts, transcription, or music libraries. This skill handles the FFmpeg complexity so you don't have to.
This is a CLI skill. It requires the
skillsCLI to execute. Install it withnpm install -g @hasna/skills, then run the commands below.
# Extract MP3 from a video
skills run extract-audio -- video.mp4
# Extract high-quality WAV
skills run extract-audio -- concert.mov --format wav --quality high
# Batch extract a folder
skills run extract-audio -- ./videos/*.mp4 --format mp3
| Option | Description | Default |
| ----------- | ---------------------------------------- | ------------------------------ |
| <files...>| Input video files (positional args) | - |
| --format | Output format (mp3, wav, aac) | mp3 |
| --quality | Bitrate level (low, medium, high) | medium |
| --output | Custom output path (single file only) | .skills/exports/extract-audio/ |
skills run extract-audio -- interview_zoom.mp4 --format wav --quality high
skills run extract-audio -- lecture_recording.mkv --format mp3 --quality low
tools
Generate hosted voiceover variants and short jingles
tools
Generate premium video highlight packages with clip plans, captions, thumbnails, chapter markers, social copy, edit decisions, and manifest metadata.
testing
Generate high-quality articles using parallel AI agents. Supports research, writing, and optional cover image generation. Write single articles or batch process multiple topics with configurable parallelism.
testing
Generate videos using OpenAI Sora, Minimax Hailuo, Gemini Veo, or Seedance through the hosted Skills runtime with provider-cost pricing.