← 返回 Skills 市场
225
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install media-analyze-pro
功能描述
Analyze local or online audio and video files to extract detailed media metadata, audio features, video frames, and waveform visualizations.
安全使用建议
This skill appears to be a straightforward ffmpeg/ffprobe-based media analysis helper. Before installing: 1) Be aware you must have ffmpeg/ffprobe installed from a trusted source; the registry metadata didn't declare binaries but SKILL.md and the script require them. 2) The tool operates on local files (batch mode will iterate every file in a directory), so avoid pointing it at directories containing sensitive data unless you trust the outputs. 3) The script parses ffprobe JSON using grep/cut (fragile but not malicious); test on non-critical files first. 4) If you need explicit network behavior (download remote media), confirm with the author whether that is supported and safe. Running the script in a sandbox or with non-sensitive sample files is a good precaution.
功能分析
Type: OpenClaw Skill
Name: media-analyze-pro
Version: 1.0.0
The skill bundle provides legitimate media analysis functionality using ffmpeg and ffprobe, but the underlying bash script (media-analyzer.sh) contains shell injection vulnerabilities. Specifically, user-provided arguments such as 'timestamp' and 'output' are used directly in command strings without sanitization, which could allow an attacker to execute arbitrary commands if the OpenClaw agent is manipulated into passing malicious strings. While the intent appears benign and aligned with the stated purpose in SKILL.md, the lack of input validation constitutes a high-risk vulnerability.
能力评估
Purpose & Capability
The skill's name and description match the included shell script which uses ffprobe/ffmpeg to extract metadata, frames and waveforms. Minor inconsistency: registry metadata lists no required binaries, but SKILL.md and the script clearly require ffmpeg/ffprobe.
Instruction Scope
SKILL.md and the script operate on local file paths (and will accept URLs only to the extent ffmpeg/ffprobe support them). Instructions do not reference unrelated files, environment variables, or external endpoints, and the script does not attempt to collect or transmit data beyond writing output images/JSON locally.
Install Mechanism
No install spec; the skill is instruction-only with an included shell script. No downloads or archives are fetched at install time.
Credentials
No environment variables, credentials, or config paths are requested. This is proportionate for a local media processing tool.
Persistence & Privilege
always is false, the skill does not request persistent or elevated privileges, nor does it modify other skills or system configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install media-analyze-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/media-analyze-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of media-analyzer skill:
- Analyze local or online audio/video files and extract metadata, audio features, and video frame information
- Support for video analysis (duration, resolution, frame rate, codecs), audio analysis (sample rate, channels, codecs, duration), frame extraction, audio waveform visualization, and content summaries
- Multiple command-line usage options: single file analysis, frame extraction, cover extraction, waveform generation, and batch processing
- Output structured JSON with key media information for each file
- Requires ffmpeg and ffprobe as dependencies
元数据
常见问题
Media Analyzer 是什么?
Analyze local or online audio and video files to extract detailed media metadata, audio features, video frames, and waveform visualizations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 225 次。
如何安装 Media Analyzer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install media-analyze-pro」即可一键安装,无需额外配置。
Media Analyzer 是免费的吗?
是的,Media Analyzer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Media Analyzer 支持哪些平台?
Media Analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Media Analyzer?
由 SxLiuYu(@sxliuyu)开发并维护,当前版本 v1.0.0。
推荐 Skills