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

[COLM'26] SkillLearnBench is the first benchmark for evaluating continual learning methods that automatically generate agent skills.

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.

What its author says it does

Copied from the file, not written here

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.

SKILL.md

0.4 KB, 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

Keep looking

Skills are one crate of 328,083. 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.