Claude
Skills
Sign in
Back

media-player

Included with Lifetime
$97 forever

Play audio/video locally on the host

Image & Video

What this skill does


# Media Player

Play audio/video locally on the host using mpv. Supports local files and remote URLs.

## Commands

```bash
# Play a local file or URL
media-player play "song.mp3"
media-player play "https://example.com/stream.m3u8"

# Pause playback
media-player pause

# Stop playback
media-player stop
```

## Install

```bash
sudo dnf install mpv
```

Related in Image & Video