Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
isaac-flath avatar

Content Screenshot

  • 1 installs
  • 7 repo stars
  • Updated April 12, 2026
  • isaac-flath/agent-starter-skills

Extract screenshots from a video at specific timestamps for use in blog posts and other content.

About

Extracts screenshots from a video at specific timestamps for use in blog posts or other content. A developer uses it when they need specific video frames as images.

  • Extracts frames from video at specified timestamps
  • Supports MM:SS, HH:MM:SS, and seconds timestamp formats

Content Screenshot by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,983 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Jul 8, 2026 (Skillselion catalog sync)
npx skills add https://github.com/isaac-flath/agent-starter-skills --skill content-screenshot

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars7
Last updatedApril 12, 2026
Repositoryisaac-flath/agent-starter-skills

What it does

Extract screenshots from a video at specific timestamps for use in blog posts and other content.

Files

SKILL.mdMarkdownGitHub ↗

/content-screenshot

Extract screenshots from video at specific timestamps.

Usage

/content-screenshot <video_path> <timestamp1> [timestamp2] [timestamp3] ...

Timestamp Formats

All formats supported:

  • 1:30 or 01:30 (MM:SS)
  • 1:30:45 (HH:MM:SS)
  • 90 or 90s (seconds)

Run

# Single screenshot at 1 minute 30 seconds
VIDEO=$(ls source/*.mp4 2>/dev/null | head -1)
uv run .claude/skills/content-screenshot/scripts/screenshot.py "$VIDEO" screenshots 1:30

# Multiple screenshots
uv run .claude/skills/content-screenshot/scripts/screenshot.py "$VIDEO" screenshots 0:45 2:15 5:30 10:00

Output

Screenshots saved to output directory with timestamp names:

  • screenshot-00m45s.png
  • screenshot-02m15s.png
  • screenshot-05m30s.png

Workflow

This skill is typically called by the blog generation process:

1. /content-transcribe creates transcript and chapters 2. While writing blog post, identify moments needing visuals 3. /content-screenshot extracts specific frames 4. Reference in blog: ![Description](screenshots/screenshot-02m15s.png)

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.