Play audio/video locally on the host
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill media-player --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Media Player?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-media-player)More formats (shields.io, HTML) on the badges page.
---
name: media-player
description: "Play audio/video locally on the host"
metadata:
{
"openclaw":
{
"emoji": "🎵",
"requires": { "bins": ["mpv"] },
"install":
[
{
"id": "dnf",
"kind": "dnf",
"package": "mpv",
"bins": ["mpv"],
"label": "Install via dnf",
},
],
},
}
---
# 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
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!