claude-video-screenshot

Installation
SKILL.md

claude-video-screenshot — Web Capture for Video Production

Pre-Flight

Check Playwright is installed:

source ~/.video-skill/bin/activate
python3 -c "from playwright.sync_api import sync_playwright; print('Playwright ready')"

If not installed:

source ~/.video-skill/bin/activate
pip install playwright && playwright install --with-deps chromium

Single Screenshot

Capture a web page at video-native dimensions:

Installs
2
GitHub Stars
9
First Seen
May 15, 2026
claude-video-screenshot — agricidaniel/claude-video