← 返回 Skills 市场
xejrax

Media Player

作者 Xejrax · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
2319
总下载
3
收藏
8
当前安装
1
版本数
在 OpenClaw 中安装
/install media-player
功能描述
Play audio/video locally on the host
使用说明 (SKILL.md)

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
安全使用建议
This skill is mostly coherent: it wants mpv and shows how to install it via dnf. Before installing, note two practical points: (1) SKILL.md examples call a 'media-player' command that is not included in the package — confirm whether your agent runtime provides that wrapper or whether the agent will invoke mpv directly. (2) Installing mpv requires sudo privileges and will add a system package (dnf is for Fedora/RHEL-like systems). The skill doesn't ask for secrets or system config access, but it will read/play local files you ask it to and can fetch remote URLs. If you only need local playback and trust the source, it's reasonable to install; if you require guarantees about what commands the agent runs, ask the skill author or inspect the runtime integration that implements the media-player CLI first.
功能分析
Type: OpenClaw Skill Name: media-player Version: 1.0.0 The skill bundle defines a 'media-player' skill that uses the `mpv` binary for playing audio/video. The `SKILL.md` file provides installation instructions via `dnf` and example commands. There is no evidence of data exfiltration, malicious execution, persistence, prompt injection against the agent, or obfuscation. The described behavior is clearly aligned with the stated purpose of a media player, and the dependencies/installation methods are standard.
能力评估
Purpose & Capability
The name/description (play audio/video locally) matches the declared requirement (mpv) and the install spec (dnf install mpv). Requesting mpv is appropriate for a local media player.
Instruction Scope
SKILL.md shows usage examples that call a 'media-player' CLI (media-player play/pause/stop), but the skill bundle contains no code that implements a 'media-player' wrapper — only a dependency on mpv. The instructions do not explicitly show how the agent should invoke mpv itself. This is a documentation/integration gap (not evidence of malicious behavior) but it could cause surprising behavior unless the agent platform provides that wrapper or the skill author supplies it at runtime.
Install Mechanism
Install uses the distro package manager (dnf) to install mpv, a normal and expected mechanism. The install target is a standard OS package (mpv), not an arbitrary external archive or URL. Note: dnf is specific to Fedora/RHEL-family systems; on other OSes the install step will be inapplicable.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate for a local media player. Playing remote URLs implies network access but no secrets are required by the skill itself.
Persistence & Privilege
The skill does not request always:true, does not modify other skills/config, and has no special persistence demands. Installing mpv via dnf requires system privileges (sudo) which is normal for package installation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install media-player
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /media-player 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
Slug media-player
版本 1.0.0
许可证
累计安装 8
当前安装数 8
历史版本数 1
常见问题

Media Player 是什么?

Play audio/video locally on the host. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2319 次。

如何安装 Media Player?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install media-player」即可一键安装,无需额外配置。

Media Player 是免费的吗?

是的,Media Player 完全免费(开源免费),可自由下载、安装和使用。

Media Player 支持哪些平台?

Media Player 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Media Player?

由 Xejrax(@xejrax)开发并维护,当前版本 v1.0.0。

💬 留言讨论