# Scriptreplay

> scriptreplay — replay terminal typescripts recorded by script(1)

- Skill: `javimosch/scriptreplay` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/scriptreplay`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/scriptreplay/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/scriptreplay

---


# scriptreplay Plugin

Replay terminal typescripts recorded by `script(1)`, using timing information.

## Commands

- `scriptreplay self version` — Print version
- `scriptreplay session replay <timingfile> [typescript]` — Replay a recorded session
- `scriptreplay session replay-timing -t <timingfile> [typescript]` — Replay with explicit timing
- `scriptreplay session replay-speed -d <divisor> <timingfile> [typescript]` — Replay at speed
- `scriptreplay session summary --summary <timingfile> [typescript]` — Session overview
- `scriptreplay session replay-maxdelay -m <maxdelay> <timingfile> [typescript]` — Replay with max delay
- `scriptreplay _ _ [args]` — Passthrough to scriptreplay

## Usage Examples

Record a session with timing, then replay it:

```bash
script --timing=timing.txt session.log
# run commands, then exit
scriptreplay -t timing.txt session.log
```

Replay at 2x speed:

```bash
scriptreplay -d 2 -t timing.txt session.log
```

## Installation

Part of util-linux, pre-installed on most Linux distributions.

