agentsclimarketplace

Run3 Extract Video Keyframes to PNG

Skill cxcscmu/SkillLearnBench/skills/b3-teacher-feedback-claude-haiku-4-5/video-object-counting/run3_Extract-Video-Keyframes-to-PNG

Converts an MP4 video file into individual keyframe PNG images. Use this to decompose a video into analyzable still frames. Extracts one keyframe per scene and stores them in the root directory with sequential naming.From its SKILL.md

Install
npx -y skills add cxcscmu/SkillLearnBench --skill run3_Extract-Video-Keyframes-to-PNG

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

0.4 KB, 53 tokens by cl100k_base, as published. Nobody here has run it

#!/bin/bash

ffmpeg -i /root/super-mario.mp4 -vf "select=gt(scene\,0.4),fps=1/1" -vsync vfr /root/keyframes_%03d.png

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.