screen-recording
Installation
SKILL.md
Requires FFmpeg for primary recording. Install:
choco install ffmpeg(Windows),brew install ffmpeg(macOS),apt install ffmpeg(Linux). Python fallback available if FFmpeg is not installed (no audio/cursor).
Screen Recording Skill
Record the actual screen — full desktop, a specific region, or a named window — to MP4 video with optional audio and cursor capture.
What this skill does
- Screen recording — capture what's actually on screen (primary purpose)
- Region/window recording — capture a specific area or application window
- Audio capture — record system audio alongside video
- Synthetic video generation — create animated demo videos programmatically (secondary)