agent-screencast
Installation
SKILL.md
Agent Screencast
Record narrated, captioned screen recordings of web applications. The pipeline uses agent-browser for browser automation, a TTS provider for voice synthesis (edge-tts by default, Gemini 3.1 Flash TTS optional), and ffmpeg for assembly.
Prerequisites
Before starting, verify the tools are available:
which uv || echo "MISSING: curl -LsSf https://astral.sh/uv/install.sh | sh"
which agent-browser || echo "MISSING: npm i -g agent-browser && agent-browser install"
which ffmpeg || echo "MISSING: brew install ffmpeg"
No installation step is needed — uv run handles Python dependencies automatically
via inline script metadata.