---
title: "Record terminal demos and reproducible CLI walkthroughs with asciinema"
description: "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."
verification: "listed"
source: "https://github.com/asciinema/asciinema"
author: "asciinema"
publisher_type: "organization"
category:
  - "Media & Transcription"
framework:
  - "Multi-Framework"
tool_ecosystem:
  github_repo: "asciinema/asciinema"
  github_stars: 17188
---

# 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.

## Prerequisites

asciinema CLI and a terminal session to record

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

Install command or upstream instructions:

```
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.
```

## Documentation

- https://github.com/asciinema/asciinema#readme

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/record-terminal-demos-and-reproducible-cli-walkthroughs-with-asciinema/)
