Video Frames
Extract frames or short clips from videos using ffmpeg.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add video-frames npx -- -y @trustedskills/video-frames
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"video-frames": {
"command": "npx",
"args": [
"-y",
"@trustedskills/video-frames"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows an AI agent to extract individual frames from video files. It can be used for tasks like creating image sequences, analyzing specific moments in a video, or generating thumbnails. The extracted frames are saved as images, providing discrete snapshots of the video content at specified intervals or timestamps.
When to use it
- Creating Thumbnails: Generate representative thumbnail images from a longer video for presentation or online sharing.
- Analyzing Video Content: Extract keyframes to identify specific events or objects within a video sequence.
- Generating Image Sequences: Produce a series of still images from a video, useful for creating animations or visual effects.
- Video Editing Support: Quickly grab individual frames for use in editing workflows.
Key capabilities
- Frame extraction from video files
- Saving extracted frames as image files
- Ability to specify intervals or timestamps for frame capture
Example prompts
- "Extract every 10th frame from the video 'my_video.mp4'."
- “Get me a frame from ‘presentation.mov’ at timestamp 0:35.”
- "Create thumbnails from 'product_demo.avi', saving them as PNGs."
Tips & gotchas
- Ensure the AI agent has access to the video file path or URL.
- The skill's performance depends on the video length and complexity; processing very long videos may take time.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Installing this skill downloads the exact code at commit 7b5e64ef, not the current state of the repository. This prevents supply-chain attacks from unauthorized updates.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
Details
- Version
- v2026.3.2
- License
- MIT
- Author
- openclaw
- Installs
- 0
- Updated
- Mar 3, 2026
- Published
- Nov 24, 2025
🌐 Community
Passed automated security scans.
Install command fetches the verified snapshot, not the live repository.