Media

video-frames - Claude MCP Skill

Extract frames or short clips from videos using ffmpeg.

SEO Guide: Enhance your AI agent with the video-frames tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to extract frames or short clips from videos using ffmpeg.... Download and configure this skill to unlock new capabilities for your AI workflow.

🌟5264 stars β€’ 57688 forks
πŸ“₯0 downloads

Documentation

SKILL.md
# Video Frames (ffmpeg)

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

## Quick start

First frame:

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

At a timestamp:

```bash
{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.

Signals

Avg rating⭐ 0.0
Reviews0
Favorites0

Information

Repository
clawdbot/clawdbot
Author
clawdbot
Last Sync
3/12/2026
Repo Updated
3/12/2026
Created
1/12/2026

Reviews (0)

No reviews yet. Be the first to review this skill!