·audio-extract
*

audio-extract

agntswrm/agent-media

Extracts audio track from a video file. Use when you need to get audio from video, prepare audio for transcription, or separate audio from video content. Runs locally with no API key required.

8Installs·0Trend·@agntswrm

Installation

$npx skills add https://github.com/agntswrm/agent-media --skill audio-extract

SKILL.md

Extracts the audio track from a video file. This is a local operation using the bundled ffmpeg binary - no API keys or external services required.

| --in | Yes | Input video file path or URL (supports mp4, webm, mkv, avi, mov) | | --format | No | Output audio format: mp3 (default) or wav | | --out | No | Output path, filename or directory (default: ./) |

Since transcription services work best with audio files (smaller uploads, faster processing), use this workflow:

Extracts audio track from a video file. Use when you need to get audio from video, prepare audio for transcription, or separate audio from video content. Runs locally with no API key required. Source: agntswrm/agent-media.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/agntswrm/agent-media --skill audio-extract
Category
*Creative Media
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is audio-extract?

Extracts audio track from a video file. Use when you need to get audio from video, prepare audio for transcription, or separate audio from video content. Runs locally with no API key required. Source: agntswrm/agent-media.

How do I install audio-extract?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/agntswrm/agent-media --skill audio-extract Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/agntswrm/agent-media