← Back to Skills Marketplace
chensu1234

Media Inspector

by chensu1234 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
175
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install media-inspector
Description
本地音视频文件分析工具。支持扫描媒体文件、提取元数据、语音转文字(Whisper)、生成摘要和关键片段。支持 MP4/MOV/MKV/MP3/WAV/M4A/FLAC 等格式。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install media-inspector
  3. After installation, invoke the skill by name or use /media-inspector
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of media-inspector: - 支持多种本地音视频格式的文件分析,包括 MP4/MOV/MKV/MP3/WAV/M4A/FLAC 等 - 可扫描媒体文件并导出 JSON、CSV、Markdown 格式的结果报告 - 提供深度分析,涵盖元数据提取、语音转文字(Whisper)、内容摘要和关键片段提取(含时间戳) - 导出每个文件的详细分析报告,适用于批量文件 - 明确依赖要求,支持可选 Whisper 转录功能
Metadata
Slug media-inspector
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Media Inspector?

本地音视频文件分析工具。支持扫描媒体文件、提取元数据、语音转文字(Whisper)、生成摘要和关键片段。支持 MP4/MOV/MKV/MP3/WAV/M4A/FLAC 等格式。 It is an AI Agent Skill for Claude Code / OpenClaw, with 175 downloads so far.

How do I install Media Inspector?

Run "/install media-inspector" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Media Inspector free?

Yes, Media Inspector is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Media Inspector support?

Media Inspector is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Media Inspector?

It is built and maintained by chensu1234 (@chensu1234); the current version is v1.0.0.

💬 Comments