Video-Watch

v1.0.0

Analyze video content by extracting frames at regular intervals. Use when you need to understand what's in a video file, review video content, analyze scenes, or describe video without being able to play it directly. Supports MP4, MOV, AVI, MKV, and other common video formats.

6· 2.6k·29 current·30 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Skill name/description match the included script and instructions: both focus on extracting frames from videos for analysis. Minor incoherence: registry metadata lists no required binaries while SKILL.md and the script clearly require ffmpeg/ffprobe.
Instruction Scope
SKILL.md gives concrete, narrow instructions to run the provided shell script and install ffmpeg if missing. It does not instruct reading unrelated files, sending data externally, or accessing unrelated environment variables. One wording ambiguity: it mentions 'read key frames using the `read` tool' (the word 'read' is ambiguous and could be clarified to mean an image viewer or an image-reading utility).
Install Mechanism
No install spec is provided (instruction-only plus a small script). The script itself is local and executed by the agent; no downloads or external installers are invoked by the skill. Risk from install mechanism is low.
Credentials
The skill requests no credentials or environment variables. It does require ffmpeg/ffprobe to be present (documented in SKILL.md) — this is proportional and expected for the stated functionality.
Persistence & Privilege
Skill does not request permanent/always-on presence, does not modify other skills or system-wide settings, and does not store credentials. Normal invocation privileges are used.
Assessment
This skill is a small, local tool to extract frames with ffmpeg and appears coherent with its description. Before installing/use: 1) Ensure ffmpeg/ffprobe is installed (SKILL.md mentions apt/brew installs); 2) Review the shell script (it is short and readable) and run it in a safe directory to avoid overwriting files; 3) Clarify the ambiguous instruction about the 'read' tool (it likely means an image viewer or image-processing tool); 4) Be cautious about processing sensitive videos — the script writes extracted frames to disk (no network exfiltration observed). If you want the registry metadata corrected, require that the skill declares ffmpeg as a required binary.

Like a lobster shell, security has layers — review code before you run it.

latestvk97d7ekm6g6hhkj2j94b5bcmxh80wtfd

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments