← 返回 Skills 市场
Media Inspector
作者
chensu1234
· GitHub ↗
· v1.0.0
· MIT-0
175
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install media-inspector
功能描述
本地音视频文件分析工具。支持扫描媒体文件、提取元数据、语音转文字(Whisper)、生成摘要和关键片段。支持 MP4/MOV/MKV/MP3/WAV/M4A/FLAC 等格式。
安全使用建议
This skill appears to do what it says: scan local media files, extract metadata with ffprobe, optionally transcribe with Whisper, and write reports. Before running: 1) ensure you install ffmpeg and the Whisper package you prefer and understand that Whisper may download large model files (network activity) when loading models; 2) only point the scanner at directories you intend to analyze (don’t pass your entire home or root if you don’t want a full filesystem inventory); 3) inspect the scripts (they are plain Python) if you have policy concerns — they call subprocesses (ffprobe/whisper) but do not exfiltrate data or call external endpoints themselves; 4) consider running in an isolated environment (container/VM) if you’re worried about untrusted code or large model downloads.
功能分析
Type: OpenClaw Skill
Name: media-inspector
Version: 1.0.0
The media-inspector skill bundle is a legitimate tool for analyzing local audio and video files using ffprobe and Whisper. The Python scripts (analyze_media.py and scan_media.py) use safe subprocess calls with argument lists to prevent shell injection and focus on metadata extraction, transcription, and report generation without any signs of data exfiltration, persistence, or malicious intent.
能力评估
Purpose & Capability
Name/description (media scanning, metadata, Whisper transcription, summaries) align with the provided scripts and SKILL.md. The scripts call ffprobe for metadata and optionally use Whisper (CLI or Python) for transcription — these are expected for the described functionality.
Instruction Scope
SKILL.md instructs running the provided scripts against local files and describes outputs. The code only reads filesystem paths the user gives (or recursively scans a given directory), inspects files with ffprobe, optionally loads Whisper models, and writes reports to the specified output directory. There are no instructions to read unrelated system configuration, secrets, or to send data to external endpoints.
Install Mechanism
This is instruction-only (no install spec). SKILL.md recommends installing ffmpeg and Whisper via brew/pip. That's reasonable, but users should be aware installing 'whisper' or loading Whisper models may cause large downloads (model weights). No installer downloads arbitrary code from unknown hosts are present in the package itself.
Credentials
The skill does not request environment variables, credentials, or config paths. The only external resource it may access is Whisper model weights (when using the Python API) which can trigger network downloads; this is proportional to the optional transcription feature and does not require secrets.
Persistence & Privilege
The skill is not always-included and does not modify other skills or global agent settings. It writes output files under the user-specified out-dir and per-file subdirectories only.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install media-inspector - 安装完成后,直接呼叫该 Skill 的名称或使用
/media-inspector触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of media-inspector:
- 支持多种本地音视频格式的文件分析,包括 MP4/MOV/MKV/MP3/WAV/M4A/FLAC 等
- 可扫描媒体文件并导出 JSON、CSV、Markdown 格式的结果报告
- 提供深度分析,涵盖元数据提取、语音转文字(Whisper)、内容摘要和关键片段提取(含时间戳)
- 导出每个文件的详细分析报告,适用于批量文件
- 明确依赖要求,支持可选 Whisper 转录功能
元数据
常见问题
Media Inspector 是什么?
本地音视频文件分析工具。支持扫描媒体文件、提取元数据、语音转文字(Whisper)、生成摘要和关键片段。支持 MP4/MOV/MKV/MP3/WAV/M4A/FLAC 等格式。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 175 次。
如何安装 Media Inspector?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install media-inspector」即可一键安装,无需额外配置。
Media Inspector 是免费的吗?
是的,Media Inspector 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Media Inspector 支持哪些平台?
Media Inspector 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Media Inspector?
由 chensu1234(@chensu1234)开发并维护,当前版本 v1.0.0。
推荐 Skills