agentsclimarketplace

Video frames

Skill ComeOnOliver/skillshub/skills/happycapy-ai/Happycapy-skills/video-frames

Extract frames or short clips from videos using ffmpeg.From its SKILL.md

Install
npx -y skills add ComeOnOliver/skillshub --skill video-frames

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

SKILL.md

0.9 KB, 131 tokens by cl100k_base, as published. Nobody here has run it

Video Frames (ffmpeg)

Extract a single frame from a video, or create quick thumbnails for inspection.

Quick start

First frame:

{baseDir}/scripts/frame.sh /path/to/video.mp4 --out /tmp/frame.jpg

At a timestamp:

{baseDir}/scripts/frame.sh /path/to/video.mp4 --time 00:00:10 --out /tmp/frame-10s.jpg

Notes

  • Prefer --time for “what is happening around here?”.
  • Use a .jpg for quick share; use .png for crisp UI frames.

What ships with it

1.3 KB alongside SKILL.md, 1 of them executable

GitHub clipped this repository’s file list, so this is at least 1 file and may be more.

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.