skills/skill-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
testing
Merge a GitHub pull request, merge when green, use a merge queue, or decide whether a pull request is mergeable. Use only for explicit merge intent, not ordinary review.
development
Generate premium performance audit reports for web apps, APIs, or SaaS surfaces with metrics, findings, budgets, remediation plans, and manifest metadata.
data-ai
Generate premium customer feedback reports from reviews, support tickets, surveys, call notes, or raw feedback with clusters, sentiment, root causes, roadmap recommendations, evidence, and manifest metadata.
development
Generate high-quality PDF documents from markdown, HTML, or templates