1.9k★by xejrax
media-player – OpenClaw Skill
media-player is an OpenClaw Skills integration for data analytics workflows. Play audio/video locally on the host
1.9k stars1.2k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics
Skill Snapshot
| name | media-player |
| description | Play audio/video locally on the host OpenClaw Skills integration. |
| owner | xejrax |
| repository | xejrax/media-player |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @xejrax/media-player |
| last updated | Feb 7, 2026 |
Maintainer

File Explorer
2 files
.
_meta.json
276 BSKILL.md
785 BSKILL.md
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
# 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
sudo dnf install mpv
README.md
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install media-player?
Run openclaw add @xejrax/media-player in your terminal. This installs media-player into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/xejrax/media-player. Review commits and README documentation before installing.
