agent-screencast

Installation
SKILL.md

Agent Screencast

Record narrated, captioned screen recordings of web applications. The pipeline uses agent-browser for browser automation, edge-tts for free voice synthesis, and ffmpeg for assembly. No API keys required.

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.

Related skills
Installs
6
First Seen
Mar 23, 2026