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
COPY SKILL INSTRUCTIONS (OPTIONAL)
npx skills add agentskillexchange/skills --skill record-terminal-demos-and-reproducible-cli-walkthroughs-with-asciinema Copy
Uses the third-party skills CLI, not an ASE-owned installer. Check your agent’s compatibility. This copies instructions; complete the upstream tool setup below separately.
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.