v1.0.0
2026/01/04
No changelog provided.
Security Scan
Status
clean
OpenClaw
gpt-5.5
OpenClaw analysis
This skill does what it says: it uses ffmpeg to extract a frame from a user-supplied video into a user-chosen output file.
Confidence: high
VirusTotal
Type: OpenClaw Skill Name: video-frames Version: 1.0.0 The skill bundle is benign. The `SKILL.md` provides clear instructions for extracting video frames using `ffmpeg` and does not contain any prompt injection attempts against the AI agent. The `scripts/frame.sh` script correctly parses arguments, validates input, and executes `ffmpeg` commands with proper quoting, preventing shell injection. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or other high-risk behaviors. The functionality is clearly aligned with its stated purpose.