video-frame-extraction

PassAudited by ClawScan on Apr 15, 2026.

Overview

The skill's requests and instructions match its stated purpose (extracting frames with OpenCV); nothing requested or described appears disproportionate or unrelated.

This skill is coherent for extracting frames, but consider these operational cautions before use: (1) Ensure the runtime environment has Python and a trusted build of OpenCV (cv2) installed — SKILL.md does not install dependencies. (2) Provide explicit, sandboxed output directories to avoid accidental overwrites and ensure sufficient disk space (frame extraction can produce many large files). (3) Treat untrusted video files cautiously: media libraries and codecs have historically had security vulnerabilities, so run extraction in a confined environment if inputs are not trusted. (4) The SKILL.md contains only examples (some content is truncated); if you plan to run code derived from it, review the full implementation for error handling, path validation, and resource limits.