← 返回 Skills 市场
karlzhu-zxc

media-info

作者 Karl Zhu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
222
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install media-info
功能描述
Analyze media files with MediaInfo CLI and compare behavior with ffprobe. Use when inspecting container/codec metadata, extracting width/height/duration/bitr...
安全使用建议
This skill appears coherent and focused on installing and using MediaInfo. Before installing: (1) be aware the installer downloads and builds source from the network and requires local build tools (gcc/make/etc.); (2) consider running the install in a sandbox or CI runner rather than on a sensitive host; (3) if you require stronger integrity guarantees, download a verified release (or check checksums/signatures) instead of relying solely on HTTPS; (4) avoid setting MEDIAINFO_URL to untrusted locations. No credentials are requested by the skill.
功能分析
Type: OpenClaw Skill Name: media-info Version: 1.0.0 The skill bundle provides a legitimate utility for installing and using the MediaInfo CLI locally. The installation script (scripts/install_mediainfo_local.sh) downloads source code from the official MediaArea domain (mediaarea.net) and compiles it without requiring root privileges, while the test script (scripts/test_mediainfo.sh) generates a dummy audio file to verify functionality. No indicators of data exfiltration, malicious execution, or prompt injection were found.
能力评估
Purpose & Capability
Name/description match the provided artifacts: the SKILL.md explains installing and running MediaInfo CLI and comparing with ffprobe. The included install and test scripts are directly relevant to obtaining and verifying the mediainfo binary.
Instruction Scope
SKILL.md limits actions to running the provided install and test scripts and invoking the built mediainfo binary on user-supplied files. The install script downloads, extracts, and compiles source into vendor/mediainfo and the test script creates a short WAV file and runs mediainfo. Instructions do not read unrelated files or request other system credentials. Note: the install script relies on network access and local build tooling (compilers/make) which are not declared but are reasonable for building from source.
Install Mechanism
No platform install spec is declared (instruction-only), but the included install script downloads a tar.bz2 from https://mediaarea.net and extracts and builds it locally. Using the project's official domain is expected, but the archive is neither checksum-verified nor signature-checked, so integrity depends on HTTPS and the network path. The script permits overriding MEDIAINFO_URL (which could point elsewhere if set by an operator).
Credentials
The skill requests no credentials or sensitive environment variables. It does accept optional MEDIAINFO_VERSION and MEDIAINFO_URL environment overrides which are reasonable for version control but could be used to point to alternate downloads if misconfigured.
Persistence & Privilege
always is false and the skill does not request elevated or persistent system privileges. It writes the built binary into the skill's vendor directory only and does not modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install media-info
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /media-info 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of media-info skill for analyzing media files in non-root environments. - Enables local installation and use of the MediaInfo CLI tool. - Provides methods to extract media container and codec metadata, including width, height, duration, and bitrate. - Offers orientation classification (landscape/portrait) using extracted metadata. - Designed to help troubleshoot files unparseable by ffprobe. - Includes clear workflow instructions for installation and usage.
元数据
Slug media-info
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

media-info 是什么?

Analyze media files with MediaInfo CLI and compare behavior with ffprobe. Use when inspecting container/codec metadata, extracting width/height/duration/bitr... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 222 次。

如何安装 media-info?

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

media-info 是免费的吗?

是的,media-info 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

media-info 支持哪些平台?

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

谁开发了 media-info?

由 Karl Zhu(@karlzhu-zxc)开发并维护,当前版本 v1.0.0。

💬 留言讨论