Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:2
forks:2
updated:February 10, 2026 at 17:50
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| 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"}]}} |
Play audio/video locally on the host using mpv. Supports local files and remote URLs.
# 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
sudo dnf install mpv