Skill Detail
Record terminal demos and reproducible CLI walkthroughs with asciinema
Capture a terminal session as a replayable cast when an agent needs a text-native CLI repro or walkthrough instead of a generic screen recording.
Media & TranscriptionMulti-Framework
Media & Transcription
Multi-Framework
Security Reviewed
β 17.2k GitHub stars
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill record-terminal-demos-and-reproducible-cli-walkthroughs-with-asciinema
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
asciinema CLI and a terminal session to record
Install & setup
Install asciinema with your package manager or from release artifacts, then record a session with `asciinema rec`, stop recording when the workflow is complete, and replay or share the resulting cast file as needed.
Author
asciinema
Publisher
Organization
Last updated
Apr 20, 2026
Quick brief
Use asciinema when an agent should preserve a terminal interaction as a lightweight replayable cast for bug reports, onboarding, runbooks, or skill demonstrations. This is better than ordinary video capture when the important surface is the shell session itself, including commands, timing, and searchable terminal output. The scope boundary keeps it skill-shaped: record and replay terminal workflows, not general-purpose video production or a generic developer-product listing.